/******************* Reset Styles *******************/
html, body, h1, h2, img, a { margin: 0px; padding: 0px; }

/******************* General Styles *******************/
h1 {
color: #004C80;
font-weight: bold;
font-size: 1.3em;
text-align: center;
margin-bottom: .5em;
}

h2 a:link, h2 a:visited
{
border-bottom: 1px solid #ececec;
}

a:link, a:visited {
border-bottom: 1px solid #cccccc;
color: #004C80;
}

a:hover, a:visited:hover { border-bottom: 1px solid #8BADC5; }

a:active, a:visited:active { border-bottom: 1px solid #2E6C96; }

a img, img { border-width: 0px !important; }
a { text-decoration: none; }

.shadow, #footer a { border-bottom-width: 0px !important; }

.collapse {
display: block;
list-style-type: none; 
list-style-position: inside; 
margin: 0px; 
padding: 0px;
}

.collapse li {
display: inline;
list-style-type: none; 
}

/******************* Structural Styles *******************/
body {
background: #F1F1F1 url(/images/html_bg.png) repeat-x top left;
color: #444444;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%; 
text-align: center; /* center things in <= IE6 */
vertical-align: baseline;
}

#container {
background: #ffffff url(/images/footer_bg.png) repeat-x bottom left;
border: 1px solid #cccccc;
margin: 0 auto;
text-align: left;
width: 970px;
}

#header {
	border-bottom: 0px solid black;
	height: 190px;
	width: 930px;
	position: relative;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

	#header  #logo {
	height: 55px;
	width: 443px;
	position: absolute;
	top: 83px;
	left: 3px;
	}
	
		#logo a { border-bottom-width: 0px; }
	
	#helper	{
	font-size: .7em;
	line-height: 1.75em;
	width: 930px;
	position: absolute;
	top: 0px; left: 0px;	
	}
	
		#quicklinks { float: left; }
		
		#quicklinks li { padding-right: 5px; }
	
		#contact { float: right;}
		
		#contact li { padding-left: 10px; }
		#contact img { padding-right: 3px; }
	
	#splash {
	height: 160;
	width: 451px;
	position: absolute;
	top: 33px;
	left: 478px;
	}

#content {
font-size: .75em;
line-height: 1.75em;
text-align: justify;
margin: 1.5em 20px 1em 20px;
width: 930px;
}

	.grid li { 
	margin-bottom: 1.5em;
	width: 210px; 
	float: left; 
	margin-right: 30px;
	}
	
	.grid p { margin: 1em 0px; }

	.shadow img {
	background: url(/images/2/drop_shadow.jpg) no-repeat bottom right;
	padding: 8px 12px 12px 8px;
	}
	  
	#content ul {
	display: block;
	list-style-type: none; 
	list-style-position: inside; 
	margin: 0px; 
	padding: 0px;
	}
	
	#content li {
	display: inline;
	list-style-type: none; 
	}
	

#extranet {
background: url(/images/button_bg.png) no-repeat top left;
height: 48px;
width: 136px;
margin-left: 20px;
clear: both;
}

	#extranet div {
	color: #004B7F;
	font-weight: bold;
	padding: 13px 5px 5px 5px;
	}
	
	#extranet a { border-bottom-width: 0px !important; }
	
	.plus { font-size: 1em; padding-left: 6px; padding-right: 13px; }
	.login { font-size: .7em; }

#footer {
clear: both;
color: #2E6D97;
font-size: .65em;
height: 75px;
text-align: center;
margin: 0px 20px; 
}

	#footer ul 
	{
	display: block;
	list-style-type: none; 
	list-style-position: inside; 
	margin: 0px; 
	padding: 0px;
	width: 100%;
	}
	
	#footer li 
	{
	display: block;
	float: left;	
	list-style-type: none;	
	}
