﻿html, body{height:100%;} 

body {
	/*padding:0;
	margin:0;
	background:#f0f0f0;
	/* background:#CFB088 url(white-darkgrey-840px.gif) drepeat-y 50% 0; */
	/*color: #000000;
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, arial, Sans-Serif;
	font-size: 12pt;*/
	
	margin: 0px;	padding: 0px;	font-family: Verdana, Arial, Helvetica, sans-serif;	color: #333333;	width: 774px;	background:#efefef;	/* background: #E7ECCC url(background.gif) fixed; */
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;	
}

#outer
{   background: #E7ECCC;
	background-image: url(background-sm.gif) ;
	background-position: bottom left ;
	background-repeat: no-repeat;
	height:100%;
	min-height:100%;
	margin-left:0px;
	margin-right:0px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 150px;
	color: #000000;
	}
 
#printheader {Display: none;}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	width:774px;
	height:175px;
	background:#2E2302 url(inner-header.jpg);
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
	text-align: right;
	
}

#header-home{
	position:absolute;
	top:0;
	width:774px;
	height:268px;
	/* background:#325EB4 url(top_image_bridge.jpg) no-repeat; */
	background:#325EB4;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
	}
	
#header .caption {
	position: absolute;
	right: 10px;
	top:130px;
	padding: 5px;
	font-size: small;
	font-weight: bold;
	font-family: Times New Roman, Serif;
	letter-spacing: 2px;
	color: #111111;
	background-color: #dddddd;
	text-align: right;
	border: solid 2px #000000;
	z-index: 0;
}	
	

#navigation-menu
{
	position:absolute;
	top: 173px;
	width: 774px;
	border-top: solid 2px white;
		
}


#navigation-menu-home
{
	position:absolute;
	top: 250px;
	width: 774px;
	border-top: solid 2px white;
	
	
}

#centrecontent-home 
{
	position:relative; 
	padding:0px 10px 0 50px; 
	width:530px;
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 10pt;
	line-height: 20px;
		
	}
	
#centrecontent 
{
	position:relative; 
	padding:30px 10px 0 50px; 
	width: 530px; 
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 10pt;
	line-height: 20px;
	float: left;
	}
	

#left {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:165px;/*needed to make room for header*/
	padding-bottom: 25px;
	}
* html #left {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;
	width:110px;
	float:right;
	margin-right:-2px;
	padding-top:175px;
	color: #000000;
}

#left-home {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:365px;/*needed to make room for header*/
	padding-bottom: 25px;
	}
* html #left-home {padding-bottom:52px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left-home p {padding-left:3px;padding-right:2px}
#right-home p {padding-left:3px;padding-right:2px}

#right-home {
	/*position:relative;*/
	float:right;
	width:150px;
	padding: 0;
	margin: 0;
	margin-top:50px;
	margin-right: 10px;
	margin-left: 10px;
	
	font-family: Arial;
	background-color: #A7C3CC;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #003366;
	text-align: center;
}

#right-home ul {margin: 2px; padding: 2px;}

#right-home ul li 
{ 
	list-style: none;
	margin-bottom: 15px;
	padding-left: 0;
	font-size: 12px;
	
}

#right-home ul li a {color: #003366; text-decoration: none;}
#right-home ul li a:hover {color: #003366; text-decoration: underline;}
#right-home a {color: #003366; text-decoration: none;}
#right-home a:hover {color: #003366; text-decoration: underline;}

#footer {
	width:774px;
	clear:both;
	height:25px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	/*background:#2E2302;*/
	/*color: #eeeeee;*/
	/*text-align:right;*/
	position:relative;
	margin-left: 0px;
	
}

#footer a {color: #ffffff;}
* html #footer {/*only ie gets this style*/
	\height:27px;/* for ie5 */
	he\ight:25px;/* for ie6 */
}
#clearheader{height:200px;}/*needed to make room for header*/
#clearheader-home{height:273px;}/*needed to make room for header*/

#clearfooter{clear:both;height:0px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */

div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper thanks to Tim Connor*/
* html #minHeight{margin-bottom:-25px;} 
#left ul, #right ul {
	margin: 2px 2px 2px 2px;
	padding: 25px 0px 0px 0px;
	background: white url(/eracc/i/bluelines-top.gif) no-repeat top center;
	

}
#right ul{margin-left:6px}
#left li, #right li {
	background-color: #334488;
	color: White;
	/* height: 25px; */
	width: 120px;
	list-style-type: none;
	margin-top:5px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: .8em;
	
}

#left li a, #right li a {
	width:100%;
	/* height:25px; */
	line-height:25px;
	color: White;
	display:block;
	text-align:center;
	text-decoration:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#left li a:hover, #right li a:hover {
	background-image: url(images/pobnavup.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #aaccee;
	color: #3333cc;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #333333;
	}
	
h2 {
	font-size: 120%;
	color: #FFFFFF;
	background-color: #aa1100;
	background-image: url(logobg.jpg);
	background-repeat: repeat;
	font-weight: bold;
	font-family: Verdana, arial, Sans-Serif;
	text-align: center;
	letter-spacing: .1em;
	margin: 0 auto;
	padding: 3px;
}
html>body h2 {text-align:center}
#right img {margin-left:4px;}
.fl1, .fl2, .fl3,.fl4, .fl5, .fl6, .fl7, .fl8 {
	float:left;
	clear:left;
	height:15px;
	margin:0;
	padding:0;
	position:relative;
	z-index:10;
}
.fl1 {width:150px;}
.fl2 {width:130px;}
.fl3 {width:110px;}
.fl4 {width:90px;}
.fl5 {width:70px;}
.fl6 {width:52px;}
.fl7 {width:30px;}
.fl8 {width:10px;}
img.corner {position:absolute;left:0;top:0;}


/*now hide corner gif from mozilla because of the way it handles floats*/
/* Mozilla clears all floats in the document not just the one in the same container*/
/* Note- strange quirk here: if you put all the definitions into one long line like this:
	html>body .corner, .fl1,.fl2,.fl3,.fl4,.fl5,.fl6,.fl7,.fl8 {display:none} then ie6 and ie 5.5 ignore all of them
	however ie5 only ignores the first one!! So it's safer to split them as follows */
html>body .corner {display:none}
html>body .fl1 {display:none}
html>body .fl2 {display:none}
html>body .fl3 {display:none}
html>body .fl4 {display:none}
html>body .fl5 {display:none}
html>body .fl6 {display:none}
html>body .fl7 {display:none}
html>body .fl8 {display:none}

.buttonscontainer {width: 123px; margin-left: 0;}

.buttons a {color: #FFFFFF;
/* background-color: #4444cc; */
padding: 4px;
padding-right: 0;
padding-left: 15px;
display: block;
/* border: solid 1px #333333; */
/* border-left: 10px solid #dddddd; */
font: 11px Tahoma, sans-serif;
letter-spacing: 2px;
font-weight: normal;
text-decoration: none;
text-align: left;
}

.buttons2 a {color: #FFFFFF;
background-color: #555555;
padding: 4px;
padding-left: 15px;
padding-right: 0;
display: block;
/* border: solid 1px #333333; */
/* border-left: 10px solid #dddddd; */
font: 11px Tahoma, sans-serif;
letter-spacing: 2px;
font-weight: normal;
text-decoration: none;
text-align: left;
}

.buttons a:hover 
{
background: #333333 url(/eracc/css/menu-over-arrow.gif) 0 3px no-repeat;
border-left: none;
padding-left: 15px;
text-decoration: none;
color: #FFFFFF;}

.buttons2 a:hover 
{
background: #333333 url(/eracc/css/menu-over-arrow.gif) 0px 3px no-repeat;
border-left: none;
padding-left: 15px;
text-decoration: none;
color: #FFFFFF;}


#logo {position: absolute; top: 0; z-index:0}
.bottom-border {margin:-7px 3px}
.topicimage {display: block; margin-left: auto; margin-right: auto; padding: 0 0 15px 0;}
.copy {font-size: 9px;	font-weight: normal;	line-height: 20px;	padding: 5px 5px 5px 0;	color: #999999;}
.ads {border: 0; margin: 1px; padding: 0, 5px;}
.bannerad {border: 0; margin-top: -15px; margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto;}

#logo-home {position: absolute; top: 180px; z-index:0}

.float-left {float: left; padding: 15px 20px 15px 15px; margin: 5px 0 0 -10px; background: url(image-back.gif) no-repeat;}

.right {float: right;}
.left {float: left; margin-right: 15px; }

#address 
{
	position: relative;
	/*margin-top: -220px;*/
	padding-bottom: 10px;
	color: Gray;
	/*padding-left: 50px;*/
	text-align: left;
}.address{	font-size: 10px;	font-weight: normal;	line-height: 15px;	padding: 20px 5px 20px 0px;	color: #666666;}
	
#address a {color: #555555;}

#bottom-nav {	font-size: 11px;	font-weight: normal;	line-height: 20px;	padding: 5px 5px 5px 20px;	color: #ffffff;	background-color: #949569;
}
	
#bottom-nav a:link,#bottom-nav a:visited {	color: #ffffff;	text-decoration: none;}#bottom-nav a:hover{	color: #cccccc;	text-decoration: none;}
