/* CSS Document */

/* ====== Reset Css ====== */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend{/*,
table, caption, tbody, tfoot, thead, tr, th, td {*/
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}
a img, :link img, :visited img {
	border: 0;
	}

ol, ul {
	list-style: none;
	}

body {
	background:url(../images/headerBg.gif) top left repeat-x #000000;
	color:#ffffff;
	font-family:tahoma,Arial,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0pt;
	padding:0pt;
	}
	
h1 {
	font-size:1.3em;
	margin-top:5px;
	padding-top: 10px;
	clear:both;
	}

h2 {
	font-size:1.1em;
	}

h3	{
	margin-top:10px;
	margin-bottom: 10px;
	font-size:1.1em;
	}
	
h4	{
	margin-top:10px;
	margin-bottom:10px;
	color:#1b559e;
	}
	
p 	{
	font-size:0.8em;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.2em;
	text-align: justify;
	}
	
/* ====== Nav bar ====== */

#navHolder {
	clear:both;
	float: left;
	width: 800px;
	margin-top:10px;
	font-family: tahoma,Arial,sans-serif;
	background:url(../images/navButtonBg.gif) repeat-x top left #dcdcdc;
}

#navHolder ul {
	margin: 0;
	list-style: none;
	background:url(../images/navButtonBg.gif) repeat-x top left #dcdcdc;
}

#navHolder li {
	float: left;
}

#navHolder a {
	float: left;
	display: block;
	background:url(../images/navButtonBg.gif) repeat-x top left #dcdcdc;
	padding: 8px 15px 8px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size:0.9em;
	border-right:#b5b5b5 1px solid;
}

#navHolder a:hover	{
	color:#000000;
	background:url(../images/navButtonBgHover.gif) repeat-x top left #dcdcdc;
}

	
/* ====== Divs and ID's ====== */

#pageHolder {
	margin:0px auto;
	width:800px
	}
	
#logoHolder {
	background:url(../images/headerBg.gif) top left repeat-x;
	}
	
#logo {
	float:left;
	}
	
#address {
	float:right;
	width:300px;
	}
	
#address h3 {
	color:#000000;
	margin-top:25px;
	}
	
#navHolder {
	clear:both;
	}

#content {
	clear:both;
	}

#contentTop img {
	margin-top:10px;
	}
	
#contentLeft {
	margin-top:10px;
	width:530px;
	margin-right:20px;
	float:left;
	}
	
#contentLeft a {
	color:#0099CC;
	}
	
#contentLeftBox2 {
	background:#171717;
	padding:10px;
	margin-top:20px;
	clear:both;
	}
	
#contentRight {
	width:230px;
	float:left;
	}
	
#contentRightBox1 ul {
	margin-bottom:20px;
	}

#contentRightBox1 li {
	margin-bottom:5px;
	font-size:0.8em;
	}
	
#footer {
	clear:both;
	padding-top: 10px;
	background:url(../images/footerBg.gif) top left repeat-x;
	}

#footer p {
	margin:0px auto;
	width:800px;
	padding-top: 50px;
	}
	
/* ====== Classess ====== */

.steps {
	margin-left:15px;
	}
	
.inputtext2 {
	border:#b5b5b5 1px solid;
	background:#FFFFFF url(../images/formGradient.gif) repeat-x scroll left top;
	width:280px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
/* ====== Fieldset ======*/

fieldset {
	padding: 0 0 0 0;
	border-bottom:#b5b5b5 2px solid;
	border-left:#b5b5b5 2px solid;
	border-right:#b5b5b5 2px solid;
	border-top:#b5b5b5 2px solid;
	width:520px;
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 /*1em*/ 0;
	position: relative;
	background:#171717;
	}

legend {  
	margin-left: 10px;  
	padding: 0;
	color:#ffffff;  
	font-weight: bold;
	padding:0 5px 0 5px;
	font-size:1em;
	}
	
fieldset ol {  
	list-style: none;
	font-size:1.2em;
	padding: 1em 1em 0 14px;  
	}

fieldset li {  
	padding-bottom: 0.5em;
	font-size:14px; 
	}

fieldset.submit {  
	border-style: none;
	}

label {
	float: left;
	width: 170px;
	margin-right: 10px;
	}	
#textarea {
	width:400px;
	}
