@charset "UTF-8";
/* CSS Document */
html,body{
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	height:100%;
}
#wrapperHeader{
	width:100%;
	background:#82898f url('../images/headerBG.jpg') no-repeat center bottom;
}
#header{
	height:150px;
	width:960px;
	margin:auto;
}
#logo{
	position:absolute;
	width:252px;
	float:left;
	padding:20px 0 20px 20px;
}
#search{
	position:absolute;
	float:left;
	padding:45px 0 0 700px;
	z-index:1;
}
#search input{
	background:url(../images/searchMagGlass.jpg) no-repeat;
	padding:0 0 0 20px;
	height:20px;
	background-color:#fff;
	width:160px;
	height:20px;
}

#nav{
	position:absolute;
	float:left;
	width:940px;
	height:46px;
	top:104px;
	background:url(../images/navBG.jpg) repeat-x;
	padding-left:20px;
	
}
#nav ul{
	text-decoration:none;
	list-style-type:none;
	padding:0;
	margin:0;
}
#nav li{
	float:left;
	height:46px;
	padding-top:7px;
	background:url(../images/navOff.jpg) no-repeat top right;

}
#nav a, #nav a:active, #nav a:visited{
	color:#FFF;
	font-size:20px;
	text-decoration:none;
	font-weight:normal;
	padding:0 40px 10px 40px;
	height:46px;
	
}
#nav a:hover{
	color:#FFF;
	text-decoration:underline;
	
}
#nav .active{
	background:url(../images/navOver.jpg) no-repeat top center;
	
}
#wrapperMain{
	background:url('../images/bodyBG.jpg') no-repeat center top;
	width:100%;
	padding:0;
	margin:0;
}
.subNav{
float:left;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#d5d5d5;
	width:605px;
	padding-bottom:10px;
	margin-bottom:10px;
}
#flashcontent{
margin:0;
padding:0;
background:url(../images/slideshowBG.jpg) no-repeat top left;
width:620px;
height:332px;
}
#main{
	margin:auto;
	width:960px;
	min-height:400px;
	font-family:Arial, Helvetica, sans-serif;	

}
#main .title{
	margin:5px 0 5px 0;
	font-size:16px;
	color:#005a7f;
	display:block;
	font-weight:bold;
}
#main ol{
float:left;
font-size:12px;
color:#282828;
}
#main ul{

font-size:12px;
color:#282828;




}
#main p{
	padding:8px 0 0 0;
	border-top-style:solid;
	border-width:1px;
	border-color:#d5d5d5;
	font-size:12px;
	color:#282828;
	margin:14px 0 0 0;
	float:left;

	text-align:justify;
	
}
#main a:link, #main a:visited, #main a:active{
	color:#0088af;
	text-decoration:none;
	font-weight:bold;
	

}
#main img{
float:left;
padding:0 10px 0 0;
}
p img{
	float:left;
	padding:0 10px 0 0;
	
}
#main .left{
width:180px;
float:left;
}
#main .right{
padding-left:10px;
width:400px;
float:left;
text-align:justify;

}
#homeServiceButtons{
height:332px; 
background:url(../images/home_ServicesButtons.jpg) no-repeat; 
width:300px

}

.homeServices{
	width:300px; 
	font-size:14px; 
	text-transform:uppercase; 
	color:#FFF; 
	padding-top:64px; 
	
	text-align:center;
}
#homeServiceButtons a:link, #homeServiceButtons a:visited, #homeServiceButtons a:active{
	color:#FFF; 
	text-decoration:none;

}
#homeServiceButtons a:hover{
color:white;
text-decoration:underline;
}

#leftCol{
	padding:15px 15px 0px 15px;
	width:610px;
	float:left;
}
#rightCol{
	padding:15px 10px 0px 8px;
	width:300px;
	float:left;

}
.panel{
	background:url('../images/panelBG.jpg') no-repeat top left;
	padding:0 15px 20px 15px;
	float:left;
	width:268px;
	border-style:solid;
	border-width:1px;
	border-color:#d5d5d5;
	margin-top:15px;
	color:#282828;
	
	
}
.panel li{
	list-style-position:inside;
	padding-left:10px;
	line-height:18px;
	color:#555;
}

.panel .title{
	border-bottom-style:solid;
	border-width:1px;
	border-color:#999;
	padding:3px 5px 5px 5px;
}
.section{
	background:url(../images/sectionBG.jpg) repeat-x top left;
	float:left;
	width:300px;
	height:40px;
	font-size:20px;
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding-top:10px;
	
}
#footerPush{
	height:200px;
	clear:both;
}
#footerTop{
	width:100%;
	height:54px;
	float:left;
	background:url('../images/footerTop.jpg') no-repeat center bottom;
	
}
#backToTop{
	margin:auto;
	width:960px;
	padding-top:24px;
}
#backToTopText{
	float:right;
	width:314px;
	text-indent:12px;
	background:url(../images/upArrow.png) no-repeat top left;
}
#backToTop a:link, #backToTop a:active, #backToTop a:visited{
	 color:#2f3d59;
	 text-decoration:none;
	 font-family:Arial, Helvetica, sans-serif;
}
#backToTop a:hover{
	text-decoration:underline;
	color:#red;
}
#wrapperFooter{
	width:100%;
	background:#82898f url('../images/footerBG.jpg') no-repeat center bottom;
	float:left;
	padding-bottom:25px;
	color:#FFF;
}
#footer{
	height:100%;
	width:960px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
}
#footerNav{
	width:960px;
	background:url('../images/footerNavBG.jpg') repeat-x center top;
	height:180px;
	color:white;
	float:left;
	
}

.sideFooter{
	width:280px;
	padding:0 20px 0 20px;
	float:left;
	margin-top:30px;
}
#midFooter{
	margin-top:30px;
	height:100px;
	width:278px;
	float:left;
	padding:0 20px 0 20px;
	border-top-style:none;
	border-bottom-style:none;
	border-left-style:solid;
	border-right-style:solid;
	border-width:1px;
	border-color:#999;
}
#footer .title{
	display:block;
	padding-bottom:12px;
	font-weight:bold;
	
	
}
#footer a, #footer a:active, #footer a:visited{
	color:#1190b4;
	display:block;
}
#footer a:hover{
	color:#CCC;
}

#footerLegal{
float:left;
padding:5px 0 0 5px;
}

#commentForm p{
width:500px;
display:block;
float:left;
border-top-style:none !important;
}
form label{
	float:left;
	width:120px;
	text-align:right;
	margin-right:15px;
	font-weight:bold;
}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
.submit { margin-left: 12em; }
	
ul.slideshow {
	list-style:none;
	width:600px;
	height:320px;
	overflow:hidden;
	position:relative;
	top:4px;
	left:4px;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:600px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#FFF;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:12px;
	line-height:14px;
	
}
#slideshow-caption p {
padding:0;
margin:0;
	border-top-style:none;
	font-size:12px;
	color:#fff;

}
#slideshow-caption p {
	margin:0;
	padding:0;
}