@charset "utf-8";
/* CSS Document */

body{
background-color: #2d3382;
font-family: Arial, Helvetica, sans-serif;
background-image: url(../images/pagelayout/bodyBack.gif);
background-repeat: repeat-x;
}
#global{
position:absolute;
left: 50%;
width: 900px;
margin-left: -450px; /* half the width */
}
#mainSite{
background-color: #c0c0e0;
float: left;
}
#Header{
background-image: url(../images/pagelayout/headerBack.gif);
background-repeat: no-repeat;
background-position: right;
height: 138px;
float: left;
width: 900px;
}
#logo{
float: left;
width: 233px;
}
#telNumber{
	float: left;
width: 657px;
text-align: right;
font-size: 18px;
margin: 55px 10px 20px 0px;
color: white;
}
#menu{
float: left;
width: 667px;
}
#mainContent{
float: left;
width: 856px;
margin:22px;
text-align: justify;
}
#sitecontentleft{
float: left;
width: 671px;
}

#sitecontentright{
width: 163px;
float: left;
margin: 0px 0px 0px 22px; 
}
#flashCont{
	float: left;
	width: 372px;
}
#frontText{
float: left;
width: 299px;
}
#quickSearch{
	float: left;
	width: 390px;
	margin: 22px 0px 0px 0px;
}
.form_quicksearch_header{
	background-image: url(../images/pagelayout/quickSearchHead.gif);
	background-position: top;
	font-weight: bold;
	font-size: 12px;
	color: white;
	margin: 0px;
	line-height: 20px;
	padding: 0px 0px 0px 10px;
}
.form_quicksearch_form{
	background-image: url(../images/pagelayout/quickSearchBack.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 132px;
}
#Spotlight{
float: left;
width: 259px;
margin: 22px 0px 0px 22px;
}
#SpotlightHeader{
	background-image: url(../images/pagelayout/spotLightHeader.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	color: #2d3382;
	margin: 0px;
	line-height: 20px;
	padding: 0px 0px 0px 10px;
}
#SpotlightLinks{
background-image: url(../images/pagelayout/spotLightBack.gif);
background-position: bottom;
line-height: 16px;
padding: 10px 0px 0px 10px;
	font-weight: bold;
	font-size: 11px;	
	height: 122px;
}
#SpotlightLinks a{
	font-weight: bold;
	font-size: 11px;	
	text-decoration: none;
	color: #2d3382;
}
#SpotlightLinks a:hover{
	font-weight: bold;
	font-size: 11px;	
	text-decoration: underline;
}
#footer{
background-image: url(../images/pagelayout/footerBack.gif);
background-repeat: no-repeat;
background-position: top;
height: 33px;
border-top: 6px solid #2d3382;
width: 900px;
float: left;
}
#footer-Address{
float: left;
width: 600px;
font-size: 16px;
font-weight: bold;
line-height: 16px;
color: #2d3382;
margin: 8px 0px 0px 10px;
text-align: left;
}
#footer-Telephone-Number{
float: left;
width: 280px;
font-size: 16px;
font-weight: bold;
line-height: 16px;
text-align: right;
color: #2d3382;
margin: 8px 10px 0px 0px ;
}
#eitFooter{
float: left;
text-align: center;
width: 880px;
margin: 22px 0px 0px 0px;
color: #14173d;
}

#wrapper-menu-top {
width: 98%;	
text-align: right;
float: left;
}
#menu-top {
overflow: hidden; /* no idea why this works, but it fixes a FF problem */
float: left;
width: 100%;	
text-align: right;
}

#menu-top ul {
	margin: 0 10px;
	padding: 13px 0 0 0;
	list-style: none;
	text-align: left;
}

#menu-top li {
	display: inline;
	float: right;
	margin: 0 3px;
}

#menu-top a {
float: left;
	background: url(../images/pagelayout/menuBackLeft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	font-size: 13px;
	line-height: 18px;
	text-align: right;
	color: #2d3382;
	
	 
}

#menu-top a span {
	background: transparent url(../images/pagelayout/menuBackRight.gif) no-repeat right top;
	padding:5px 7px 4px 1px;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	font-weight: bold;

}
#menu-top a.menuActive {
float: left;
	background: url(../images/pagelayout/menuBackLeft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	font-size: 13px;
	line-height: 18px;
	text-align: right;
	color: #2d3382;
	 
}

#menu-top a.menuActive span {
	background: transparent url(../images/pagelayout/menuBackRight.gif) no-repeat right top;
	padding:5px 10px 4px 1px;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	font-weight: bold;


}

 #menu-top a.menuActive { background-position:0% -26px; 	color: #FFFFFF; }
 #menu-top a.menuActive span {	background-position:100% -26px; color: #fff; }
 
 #menu-top a:hover { background-position:0% -26px; 	color: #FFFFFF; }
 #menu-top a:hover span {	background-position:100% -26px; color: #fff;}
 
#contactRightCol{
float: left;
width: 350px;
margin: 0px 0px 0px 25px;
 	
 }
#contactLeftCol{
float: left;
width: 475px;
 }
 
 #searchLeft{
 float: left;
width: 470px;
 }
#searchRight{
float: left;
width: 350px;
margin: 0px 0px 0px 25px;
}
.form_search_buttons{

}
.rgtImg{
float: right;
margin: 0px 0px 0px 20px;
}
.lftImg{
float: left;
margin: 0px 20px 0px 0px;
}
.epcTab{
	border: 1px solid black;
}
.epcHead{
	border-bottom: 1px solid black;
	background-color: #0073BB;
}
.epcGraph{
	border-bottom: 1px solid black;
}
.epcCurrent{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.epcPotential{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.epcFooter{
}
.PhotoThumb{
	margin: 0px 10px 10px 0px;
	width: 80px;
	height: 60px;
	border: 0px;
	float: left;
}