body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7f7f9;
	background-image: url(../images/pageBack.jpg);
	background-repeat: repeat-x; 
	margin: 49px 0 0 0;
	padding: 0;
	background-position: top center;
}
p {
	margin: 0px;
}
#global {
position:absolute;
left: 50%;
width: 950px;
margin-left: -475px; /* half the width */
margin-bottom: 30px;
}
#header{
float: left;
width: 950px;
height: 59px;
background-color: white;
}
#mainLogo{
	background-color: #001621;
	height: 124px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#footer{
	width: 950px;
	line-height: 35px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: white;
	float: left;
	font-size: 15px;
	background-image: url(../images/footerBack.png);
	background-repeat: repeat-x;
}

#mainContent{
float: left;
width: 930px;
padding: 10px;
font-size: 12px;
color: #001621;
background-color: white;
}
#frontCon {
height: 270px;
margin: 0px 0px 0px 10px; 
}
#frontCon p {
	margin: 10px 10px 10px 0px; 
	line-height: 22px;
}
#aboutCon {
height: 270px;
}
#aboutCon p {
	margin: 10px 10px 10px 0px; 
	line-height: 16px;
}
#proCon {
	height: 270px;
	}
#proCon p {
	margin: 10px 10px 10px 0px; 
	line-height: 20px;
}
p.frontI{
	margin: 15px 10px 15px 0px; 
	line-height: 22px;
}

/* Set the page width */
#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: 770px;
margin: 18px 0px 0px 180px;
text-align: left;
}

#menu-top ul {
	margin: 0 0px;
	padding: 15px 0 0 0;
	list-style: none;
	font-size: 85%;
	text-align: left;
}

#menu-top li {
	display: inline;
	float: left;
	margin: 0px 5px 0px 0px;
}

#menu-top a {
float: left;
	background:url(../images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	line-height: 1.3em;
	text-align: left;
	
	 
}

#menu-top a span {
	background: transparent url(../images/menuright.png) no-repeat right top;
	padding:5px 10px 4px 1px;
	color:#5b8fbe;
	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:normal; 
	color: #FFFFFF;
}
#menu-top a.menuActive {
float: left;
	background:url(../images/menuleftAct.png) no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	line-height: 1.3em;
	text-align: left;

	 
}

#menu-top a.menuActive span {
	background: transparent url(../images/menurightAct.png) no-repeat right top;
	padding:5px 10px 4px 1px;
	color:#5b8fbe;
	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:normal; 
color: #001722;
	

}
 #menu-top a:hover { background-position:0% -27px; }
 #menu-top a:hover span {	background-position:100% -27px; color: #001722;}
#rgtImg{
	float: right;
}
 #valuationForm{
 	float: left;
	width: 458px;
	background-color: #f6f0fb;
	border: 1px solid #ccd1d3;
	padding: 10px;
	margin: 22px 0px 0px 0px;
 }
  #valuationForm h2{
	font-weight: normal;
		font-size: 17px;
		color: #042667;
 }
   #valuationForm h2 span{
	font-size: 12px;
	color: #79888d;
 }
 #map{
	float: right;
	width: 420px; 
	height: 520px;
}
 .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{
}
#ContactCon{
	float: left;
	width: 500px;
	
}
#CenterAboutContent{
	float: left;
	width: 480px;
	margin: 0px 20px 0px 0px;
}
#CenterAboutContent h2{
font-size: 16px;
font-weight: normal;
margin: 5px 0px 5px 0px;
color: #042667;
}
#CenterAboutContent p{
line-height: 22px;
font-size: 13px;
margin: 0px 0px 10px 0px;
}
#EITfooter{
float: left;
width: 940px;
text-align: center;
color: #667183;
padding: 10px 0px 0px 0px;
/*background-color: #bd9fc6;*/
font-size: 10px;
}
#EITfooter a:link{
text-decoration: none;
color: #667183;
font-size: 10px;
	
}
#EITfooter a:active{
text-decoration: none;
color: #667183;
font-size: 10px;
	
}
#EITfooter  a:visited{
text-decoration: none;
color: #667183;
	
}
#EITfooter a:hover{
text-decoration: underline;
color: #041d4f;
font-size: 10px;

}
