body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	height: 100%;
	text-align: center;
}

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}


p, h3 {
	margin: 0;
	padding: 0 0px 5px 0;
}


ul {
	padding: 0px 0 5px 20px;
}


li { 
	line-height: 1.6;
}

a:link {
	color: #1F7FC3;
	text-decoration: none;
}

a:visited {
	color: Purple;
	text-decoration: none;
}

a:hover, a:active {
	color: #1F7FC3;
	text-decoration: underline;
}	
	

#container {
	position: relative;
	width: 100%; 
	padding: 0px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left; 
	
}
	
	
html>body #container {
	width: 712px;
}


#pageHeader {
	display: none;
}
	
 #footer {
 	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -20px;
	width: 712px;
	height: 25px;
	background: transparent;
	font-size: 10px;
	color: #b9b9b9;
	line-height: 20px;
	z-index: 1;
} 


#latestnews {
	display: none;
}


#linkList {
	display: none;
}


#content {
	width: 90%; 
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: Black;
	background-color: transparent;

}


#content h3 {
	font-family: verdana, sans-serif;	
	margin-top: 30px;
	margin-bottom: 19px;
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: Black;
	
}

#content h4{
	font-size: 15px;
	color: Black;
	padding-top: 15px;
	padding-right: 12px;
	margin-right: 12px;
}

#content p {
	width: 90%;
}

#content ul {
	width: 80%;
	margin-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#content li {
		line-height: 17px;
}

#content img.teampictures {
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	float: left;
}
	
#utilitynav { 
	display: none;
}


.contactusform {
  display: none;
  }
  
#contactusaddresses{
 	width:48%;
 	text-align:left;
	float: left;
  }

#locationslist ul {
	margin: 0px 0 0 0;
	padding: 0px;
	width: 100%;	
}

#locationslist li {
	width: 100%;		
	line-height: 2.5ex; 
	list-style-type: none;
	display: block; 
	padding: 5px 0px 5px 0px; 
	margin: 5px 0;
	
}

