/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,object,embed { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/********************* 
tag styles 
*********************/
a,
a:visited,
a:active,
a:hover
{
	color:#00588E;
}

body{
	background:#ffffff url('images/bg2.jpg') repeat-x top left;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size: 16px;
	color: #000000;
}

p{
	line-height:25px;
	margin-bottom:30px;
}

p.intro{
	font-size:26px;
	line-height:35px;
	font-weight: normal;
}

em{
	font-style: italic;
}

h1{
	font-size:20px;
	color:#000000;
	font-weight:bold;
	margin-bottom:30px;
}

h2{
	font-size:22px;
	color:#000000;
	margin-bottom:30px;
}

.formLabel{
	font-size:22px;
	color:#000000;
	margin-bottom:20px;
}

.error{
	color:#cc0000;
}

.green{
	color:#45761c;
}


/********************* 
single instance styles
*********************/

#container{
	width:970px;
	margin: 0 auto;
	border: 0px solid red;
}

#containerIntro{
	width:645px;
	margin: 0 auto;
	padding-bottom: 0px;
}

#containerHome{
	width:960px;
	margin: 0 auto;
	background-color: #012a41;
}

#nav{
	float:left;
	border: 0px solid red;
}

#mainContent{
	float:left; margin-left:50px; margin-top:70px; margin-bottom:20px; width: 700px;
	border: 0px solid red;
}


#footer{
	background:#ffffff url('images/footerbg.jpg') repeat-x top left;
	height:284px;
}

#footerContent{
	width:960px;
	margin: 0 auto;
	padding-top:21px;
	padding-left:10px;
	border: 0px solid red;	
}

#footerContent .right{
	padding-right:60px;
	float:right;
}

#footerContent a,
#footerContent a.visited,
#footerContent a.active,
#footerContent a.hover{
	color:#016eb0;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}






#footerLanding{
	width:940px;
	margin: 20px auto 20px auto;
	font-size: 10px;
	color:#333333;
}

#footerLanding a,
#footerLanding a.visited,
#footerLanding a.active,
#footerLanding a.hover{
	color:#016eb0;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}



/********************* 
	classes
*********************/

.landingHeader{
	font-weight:bold; font-size:18px; line-height:40px;
}

.landingTag{
	font-size:15px; line-height:20px;
}

.uppercase{
	text-transform:uppercase;
}

.copyright{
	font-size:9px; color:#333333; margin-top:40px;
}

.copyright a,
.copyright a.visited,
.copyright a.active,
.copyright a.hover{
	color:#016eb0;
	text-decoration:none;
	font-size:9px!important;
	font-weight:bold;
}

.blue{
	color:#00588e;
}

.blue a{
	color:#00588e;
}

.blue a:visited{
	color:#00588e;
}

.content{
	background-image:url('images/contentbg.gif');
	background-repeat: repeat-y;
	background-position: top left;
	padding-left:35px;
	margin-bottom:58px;
}

.inlineh2{
	font-size:22px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.select {
	margin-top:0px;
	position: absolute;
	width: 296px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 23px;
	padding: 8px 24px 0 8px;
	color: #333333;
	font: 13px arial,sans-serif;
	background: url('images/select.png') no-repeat;
	overflow: hidden;
}

.rounded_input{
	display:block;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:30px;
	width:296px;
	height:31px;
	background-image:url('images/field.png');
	background-repeat:no-repeat;
	background-position: top left;
}

.rounded_input input{
	display:block;
	padding:0px 4px 0px 8px;
	width:280px;
	height:31px;
	font-size: 13px;
	font-family: arial,sans-serif;
	color:#333333;	
	background-color:transparent;
	background-image: url('images/blank.gif');
	margin:0;
	border:0;
}

body.landing{
	background:#ffffff url('images/bg.jpg') repeat-x top left;
}

ol.ref{
	font-size:10px; list-style-type: decimal; margin-left:50px; margin-bottom:40px;
}

ol.ref a{
	color:#016eb0;
}
