@charset "utf-8";
/* CSS Document */


body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #505050;
}

a{
	color: #003F62;
}
p{
	margin: 1px 0 18px 0;
}

.h1, .h2 {
	display: block;
}
.h1{
	padding-bottom: 15px;
}
.h2{
	padding-bottom: 15px;
}

.homebody, .pagebody{
	width: 950px;
	margin: 22px auto 0px auto;
}
.callus{
	background: url(../images/gray_header_bg.jpg) repeat-y;
	text-align: right;
	padding: 0 42px 0 0;
}
.header{
	background: #044265 url(../images/blue_header_bg.jpg) repeat-y;
	height: 71px;
}
	.logo img, .CEN img{
		border: 0;
	}
	
	.CEN{
		float: right;
		margin: 21px 43px 0 0;
		width: 187px;
	}
	.logo{
		width: 149px;
		float: left;
		margin: 21px 0 0 37px;
	}
	
.uppernav{
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
	background: #525d27 url(../images/uppernav_bg.gif) top left repeat-x;
	height: 28px;
}
	.uppernav img{
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	.uppernavitem{
	 	height: 28px;
	 	float: left;
	 }
	
.pagecontent{
	background: url(../images/header_dropshadow.gif) no-repeat;
	padding-top: 30px;
}

.sidenavigation{
	float: left;
	width: 187px;
	overflow: hidden;
	padding: 0 10px 40px 40px;
}
	.sidenavigation .dots{
		margin-bottom: 22px;
	}
	
	.sidenavigation .callout{
		padding-top: 40px;
	}
	
.leftnav{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
	.leftnav li{
		list-style: none;
		padding: 0 0 16px 0;
	}
	.leftnav li, .leftnav a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #505050;
		text-decoration: none;
	}
	.leftnav a:hover{
		text-decoration: underline;
	}
	
	.leftnav .selected, .leftnav .selected a{
		color: #003F62;
	}
	
	.leftnav li ul{
		margin-top: 8px;
	}
	
	.leftnav li ul li{
		list-style-image: url(../images/nav_bullet.gif);
		margin: 0 0 10px 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.leftnav .selected ul li, .leftnav .selected ul li a{
		color: #505050;
	}
	
	.leftnav .selected ul li.selected, .leftnav .selected ul li.selected a{
		color: #003F62;
	}
	.leftnav .selected ul li.selected{
		list-style-image: url(../images/nav_bullet_selected.gif);
	}

.sidebar{
	float: left;
	width: 196px;
	overflow: hidden;
	padding: 34px 30px 0 25px;
}
	.sidebar .divider{
		padding: 15px 0 25px 0;
	}
	
	.sidebar .map .mapimage{
		padding-bottom: 20px;
	}
	
	.sidebar .map p{
		margin: 2px 0 15px 0;;
	}
	.sidebar .map{
		padding-bottom: 20px;
	}

.twocolumn{
	overflow: auto;
	background: url(../images/two_column_bg.gif) repeat-y;
	width: 100%;
}
	.twocolumn .content{
		float: left;
		width: 639px;
		overflow: hidden;
		padding: 0 35px 25px 38px;
		margin-bottom: 25px;
	}
	
.threecolumn{
	overflow: auto;
	background: url(../images/three_column_bg.gif) repeat-y;
	width: 100%;
}
	.threecolumn .content{
		float: left;
		width: 400px;
		overflow: hidden;
		padding: 0 30px 25px 30px;
	}

.content{
	background: url(../images/column_stopper.gif) repeat-x;
}
	.content .pagetitle{
		margin: 10px 0 35px 0;
		font-size: 9px;
		font-family: Arial, Helvetica, sans-serif;
		color: #505050;
	}
	
	.content .pagetitle span{
		padding-bottom: 2px;
		border-bottom: 1px solid #505050;/*#dbdbdb;*/
	}






.homecontent{
	margin: 0;
	padding: 0;
	background: url(../images/home_city_bg.gif) #003c5e repeat-x;
	height: 407px;
	border-bottom: 1px solid #88a4ae;
}
	.homecontent .homeheader{
		width: 413px;
		height: 360px;
		float: left;
		padding: 47px 28px 0 37px;
	}
		
		.homecontent .homeheader .h1{
			padding: 0 0 29px 0;
		}
		
		.homecontent .homeheader .h2{
			padding: 0 0 12px 0;
		}
	
		.homecontent .homeheader, .homecontent .homeheader p{
			font-family: Arial, Helvetica, sans-serif;
			color: #ffffff;
			font-size: 14px;
			line-height: 18px;
		}
		.homecontent .homeheader p{
			margin: 0 0 25px 0;
		}
		
		.homecontent .homedisclaimer{
			font-size: 9px;
			color: #FFFFFF;
			margin-top: 22px;
		}
		
		.homecontent .homedisclaimer a{
			font-size: 9px;
			color: #FFFFFF;
			text-decoration: none;
		}
		.homecontent .homedisclaimer a:hover{
			text-decoration: underline;
		}
	
	.homecontent .homeimage{
		width: 421px;
		height: 373px;
		float: left;
		margin: 34px 0 0 50px;
	}
	
		.homecontent .homeimage img{
			padding-bottom: 4px;
		}
	
.homecallouts{
	border-top: 1px solid #d8d9da;
	border-bottom: 1px solid #d8d9d9;
	background: #f6f6f6 url(../images/home_callouts_bg.jpg) top left no-repeat;
	height: 195px;
	clear: both;
}
	.homecallouts .homecallout1{
		float: left;
		width: 347px;
		height: 175px;
		border-right: 1px solid #d8d9d9;
		background: url(../images/home_callout_bulb.jpg) bottom right no-repeat;
		padding: 20px 0 0 39px;
	}
		.homecallouts img.headline{
			padding: 0 0 5px 0;
		}
		
		.homecallout1 .linkspacer{
			margin-top: 31px;
		}
	
	.homecallouts .homecallout2{
		float: left;
		width: 169px;
		height: 175px;
		border-right: 1px solid #d8d9d9;
		border-left: 1px solid #ffffff;
		padding: 20px 24px 0 23px;
	}
		.homecallout2 .linkspacer{
			margin-top: 37px;
		}
	
	.homecallouts .homecallout3{
		float: left;
		width: 283px;
		height: 175px;
		border-left: 1px solid #ffffff;
		padding: 20px 41px 0 19px;
	}
		.homecallout3 .linkspacer{
			margin-top: 35px;
		}
	
	.homecallouts div, .homecallouts p{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #505050;
		line-height: 16px;
	}
	.homecallouts p{
		margin: 0 0 5px 0;
		padding:0;
	}
	
	.homecallouts a{
		color: #003F62;
		text-decoration: none;
	}
	.homecallouts a:hover{
		color: #003F62;
		text-decoration: underline;
	}

.pagefooter{
	clear: both;
	padding: 50px 0 20px 0;
}
	.pagefooter .footerlogo{
		float: left;
		width: 140px;
	}

	.pagefooter .subfooter{
		border-top: 1px solid #d8d9d9;
		padding-top: 15px;
	}
	.pagefooter .footernavlinks{
		padding-left: 36px;
	}

.homefooter{
	clear: both;
	padding: 15px 0 0 0;
}
	.homefooter .footerlogo{
		float: left;
		width: 140px;
	}
	.homefooter .footernav{
		float: left;
	}
	
	.footernavlinks{
		padding: 3px 0 3px 0;
		border-bottom: 1px solid #505050; /*#dbdbdb;*/
	}
	.footernavlinks, .footernavlinks a{
		color: #505050;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-decoration: none;
	}
	.footernavlinks a:hover{
		text-decoration: underline;
	}
	
.copyright{
	float: left;
	width: 550px;
	padding: 3px 150px 30px 30px;
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
}
	
.subfooter{
	padding: 0 25px 0 0;
}
	
.col2, .col1, .col3, .col2radio, .col1radio{
	clear: both;
	overflow: hidden;
	width: 100%;
}
	.col2 .left input, .col2 .right input, .col1 input{
		width: 285px;
	}
	.col2 .left, .col2radio .left{
		float: left;
		width: 310px;
	}
	
	.col2 .right, .col2radio .right{
		float: right;
		width: 301px;
	}
	.col2 .right input, .col2 .right .input, .col2radio .right .input{
		width: 285px;
	}
	
	.col2.formheader .right{
		text-align: right;
	}
	.col2.formheader .left{
		margin-top: 15px;
	}
	
	.col3 .left{
		float: left;
		width: 234px;
	}
		.col3 .left input{
			width: 186px;
		}

	.col3 .middle{
		float: left;
		width: 54px;
	}
	.col3 .right{
		float: right;
		width: 301px;
	}
		.col3 .right input{
			width: 186px;
		}
		
	.phone input{
		width: 55px !important;
	}

.fields{
	margin: 0 0 25px 0;
}
	.fields label{
		display: block;
		font-weight: bold;
		padding-bottom: 3px;
	}

.fieldsnospace{
	margin: 0 0 10px 0;
}

.required{
	color: #85232c;
}

.formheader{
	padding-bottom: 15px;
}

.content ul{
	list-style: url(../images/ul_bullet.gif);
}

ul.nospace{
	margin-top: 0;
}

.steps{
	margin-bottom: 15px;
	clear: both;
	overflow: auto;
	width: 100%;
}
	.steps img{
		width: 60px;
		float: left;
		padding-right: 20px;
	}
	.steps p{
		/* float: left; */
		margin: 0;
		padding: 0;
	}
	
/* .faq{} */

	.faq .question{
		padding-bottom: 15px;
		clear: both;
	}
	.faq .question a{
		text-decoration: none;
	}
	.faq .question a span{
		display: block;
		float: left;
		width: 8px;
		height: 8px;
		overflow: hidden;
		background: url(../images/faqbullet.gif) no-repeat;
		margin-right: 5px;
		margin-top: 4px;
		margin-bottom: 22px;
	}
	
	.faq .answer{
		display: none;
		padding: 2px 0 0 16px;
	}
	
		.faq .answer a{
			color: #003F62;
			font-weight: normal !important;
			text-decoration: underline;
		}
	
	.faq .open a span{
		background-position: 0 -8px;	
	}
	
	.faq .open a{
		color: #003F62;
		font-weight: bold;
	}
	
	.faq .open .answer{
		display: block;
	}


.mapdisplay{
	margin: 10px 0 15px 0;
	clear: both;
	overflow: auto;
	width: 100%;
}	
	.mapdisplay .mapimage{
		width: 165px;
		padding: 0 16px 10px 0;
		float: left;
	}
	
	.mapdisplay .zipcodes{
		width: 198px;
		float: right;
	}
	
	.mapdisplay .zipcodelist{
		color: #003F62;
		font-weight: bold;
		font-size: 14px;
	}

p.small{
	font-size: 9px;
}

.popupbody{
	width: 400px;
}
.popupcontent{
	padding: 30px 15px 20px 15px;
}

.partbus{
	margin-bottom: 20px;
}
.partbus ul{
	padding-top: 0px;
	margin-top: 0px;
}

.top10 li{
	margin-bottom: 10px;
}

.casestudy{
	margin: 10px 0 15px 0;
	clear: both;
	overflow: auto;
	width: 100%;
	border-bottom: 1px solid #b0b0b0;
}	

	.casestudy .casestudyimage{
		width: 133px;
		padding: 0 10px 0 0;
		float: left;
	}
	
	.casestudy .casestudytext{
		width: 257px;
		float: right;
		font-size: 12px;
	}
	
	.casestudy .casestudyheader{
		color: #003f62;
	}
	
	.video_button a img {
		border: none;
		padding: 12px 0px 0px 36px;
	}