/* CSS Document */

body { 
	margin: 0;
	background-color: #EF1A0D;
	background-image: url(images/pageBG.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center; }
	
#mainContainer {
width:750px;
margin:0 auto;
/*border:1px solid blue;
*/}
	
#header {
	background-image: url(images/header.jpg);
	width: 720px;
	height: 142px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: right;
	padding: 4px 30px 0 0; }
	
#header a {
	color: #fff;
	text-decoration: none; }
#header a:hover {
	text-decoration: underline; }
	
	
#header2 {
	background-image: url(images/header.gif);
	width: 720px;
	height: 142px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: right;
	padding: 4px 30px 0 0; }
	
#header2 a {
	color: #fff;
	text-decoration: none; }
#header2 a:hover {
	text-decoration: underline; }
#navwrap {
	width: 198px;
	height: 100%;
	float: left;
}	

/* navigation panel style */

#loginwrap {
	width: 198px;
	background-color:  #EDEDE4;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/navBG.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 10px;
}

#login a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#nav {
	width: 198px;
	background-color: #EDEDE4;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.customer_service {
	float: right;
	width: 115px;
	height: 126px;
	margin-top:10px;
}
#service_locations {
	background-image: url(images/service_location_bkg.gif);
	width: 198px;
	background-repeat: no-repeat;
	clear: left;
	height: 400px;
	text-align: center;
	padding-top: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
	
#nav a {text-decoration:none;}
#nav a:hover {text-decoration:underline;}
	
#location {
	background-color: #EDEDE4;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 0 15px 15px 15px; }

#location ul {margin:0 0 0 20px;}	

.link {
	width: 168px;
	padding: 3px 15px 4px 15px;
	background-image: url(images/navDivider.gif);
	background-position: bottom;
	background-repeat: no-repeat; }
.link a {
	color: #000;
	text-decoration: none; }	

.linkHover {
	width: 168px;
	padding: 3px 15px 4px 15px;
	background-color: #F11A0D; }
.linkHover a {
	color: #fff;
	text-decoration: none; }

/* ###########  content panel style ############ */

#content {
	width: 540px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	float: right;
}
#content a {
	color: #666;
	text-decoration: none; }
#content a:hover {
	text-decoration: underline; }
#content ul {
	margin-top: 0; }
	
/* ############ Location pages content panel style ##########*/

#contentLocation {
	text-align: left;
	padding: 5px 40px 15px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px; 
	position:relative;}
	
#contentLocation a {
	color: #666;
	text-decoration: none; }
#contentLocation a:hover {
	text-decoration: underline; }
#contentLocation ul {
	margin-top: 0; }

.locationInfo {
position:relative;
top:0;
left:10px;
width:250px;
text-align:left;}

.locationMap {
position:absolute;
top:75px;
right:40px;
width:300px;
margin-bottom:25px;}

.locationMap img {border:1px solid #000000;}

.locationPeople {
position:relative;
top:15px;
left:10px;
line-height:15px;
margin-bottom:25px;}

.locationPeople img {border:1px solid #000000;}
.locationPeople tr{height:50px;}

/* ################ End of styles specific to Location pages ################ */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #F11A0D;
	font-weight: normal;
	font-style: italic;
	margin: 0; }
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; }
#news {
	float:right;
	background-color:  #EDEDE4;
	border: 1px solid #ddd;
	padding: 10px;
	width: 140px;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#news a {
	color: #666;
	text-decoration: none; }
#news a:hover {
	text-decoration: underline; }
	
#footer {
	font-size: 10px;
	text-align: center; }
#footer a {
	color:#666;
	text-decoration: none; }
#footer a:hover {
	text-decoration: underline; }
