@charset "utf-8";
/* CSS Document */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 150px;  /* must be same height as the footer */
       background: #f2f6fa url(images/extrusion_sidebg.gif) repeat-x;}
	   
#body {
	background: #FFFFFF;
	margin: auto;
	width: 700px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	min-height: 520px;
	list-style-type: disc;
	list-style-position: inside;
}
		
#navigation {background: #e7f5fb;
		margin: auto;
		width: 730px;
		height: 60px;
		}

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
	background: #f2f6fa;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 20px;} 

#header {position: relative;
		height: 148px;
		background: url(images/ernw-header.gif) repeat-x scroll;
		text-align: left;}
		
#logo {	position: relative;
		height: 85px;
		width: 250px;
		text-align:center;
		vertical-align: bottom;
		margin: auto;
		left: -240px;
		top: 20px}
		
#left {position: relative;
		border:0;
		width: 100px;
		float: left;
		left: -15px;
		vertical-align: top;
		z-index: 2;
		height: 500px;
		}
		
#right {
	position: relative;
	border:0;
	width: 200px;
	float: right;
	vertical-align: top;
	background: #4e627a;
	margin: 5px 10px;
	padding: 10px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}

#center {width: 450px;
		padding: 0px;
		position: relative;
		height: 500px;
						}
						
#textcol {width: 300px;
 			vertical-align:top;
			margin-top: 0px;
			padding: 0;
			min-height: 500px;
				} /*subpage text column */
				
#textcolw {width: 450px;
 			vertical-align:top;
			margin-top: 0px;
			padding: 0;
			min-height: 500px;
				} /*subpage text column */				
			
#imgcol {float: right;
width: 350px;
margin-left: 15px;
vertical-align: bottom;
padding: 15px;
border-left: 003366 solid 1px;
		} /*subpage image column */
			
			
#imgcols {float: right;
width: 250px;
margin-left: 15px;
vertical-align: bottom;
padding: 15px;
border-left: 003366 solid 1px;
		} /*subpage image column */

#imgbox {float: left;
		 margin: 5px;}
		 
		
.small {font-size: 10px;}

a:link, a:visited {
	text-decoration: none;
	color: #3399CC;
}
a:hover, a:active {
	text-decoration: underline;
	color: #4e627a;
}

H1, H2, H3, H4, H5, H6 {font-family: Arial, Helvetica, sans-serif;
color: #003366;
margin: 0}


.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
img #imgcol {
height: 150px;
padding: 10px;
}

