/* Main Styles */



html{
	margin:0px;
	padding: 0px;
}

h1{font-size: 28px; color: #3a9fcb; padding: 10px 3px}
h2{font-size: 20px; color: #96bf30; padding: 5px 3px;}
h3{font-size: 16px; color: #3a9fcb; padding: 5px 3px;}
a{
	color: #3a9fcb;
	text-decoration: none;
}

a:hover{	
	color: #96bf30;
	text-decoration: none;
}


p{
	line-height: 1.5;
	margin: 10px 0px;
}

.testimonial{
	margin-bottom: 10px;
	border-bottom: solid 3px #3a9fcb;
}

blockquote:hover{
	background-color: #f7f7ea;
}

blockquote{
	color: #222;
	background-color: #fff;
	font-family: georgia, times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	padding: 10px 10px;
}
.author{
	font-size: .9em;
	font-family: georgia, times, serif;
	color: #444;
	padding: 2px;
	font-weight: normal;
}

ul{
	
	list-style-type: none;
	line-height: 1.4em;
}

/*
td{
	padding: 10px;
}
*/

.green{
	color: #96bf30;

}

.blue{
	color: #3a9fcb;
}


body{
	font-family: helvetica, arial, san-serif;
	background-color: #fff;
	background-image: url(../images/bg_repeat_blue.jpg);
	background-repeat: repeat-x;
	background-position: 0 -27px;
	}
	
.round, #main_nav a:hover, .quote a, #free_estimate a, #free_estimate a:hover{ 
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.header_branding{
	font-size: .9em;
}

#free_estimate{
	margin-top: -10px;
}

.slogan{
	font-family: Georgia, times, san-serif;
	font-size: 18px;
	text-align: right;
	margin-top: -5px;
}

/* nav style */

#nav{
	position: relative;
	top: -40px;
	z-index: 99;
	padding-left: 40px;
}

#nav a{
	background-color: #21608c;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #0d7bad;
}

#nav a.activeSlide{
	text-decoration: none;
	padding: 5px;
	border: 1px solid #0d7bad;
	background: #fefffe 50% bottom;
}

#main_nav{
	padding: 15px 10px 30px;
	background: url(../images/Nav_BG.jpg) no-repeat;
}

#main_nav li{display: inline;

}

#main_nav a{
	color: #fefffe;
	font-weight: bold;
	text-decoration: none;
	padding: 8px 10px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5)
}

/*services*/

#main_nav a:hover{
	color: #0d3265;
	background: #2c7cb3 url(../images/nav_hover.png) no-repeat 50% bottom;
	border: solid 1px #0e3366;
	margin: -1px;
}


.services_list{
	float:left;
	margin: 10px;
}

.services div:hover{
	background-color: #eff5ec;
}


.services{
	font-size: .8em;
	line-height: 1;
}

.item{
	height: 105px;
	border-bottom: 2px solid #3996cd;
	padding-bottom: 10px;
}



.item_title{
	display:block;
}



.services ul{
	list-style-type: none;
}


.item_wrapper{
	float: left;
	padding: 5px;
	width: 275px;
}

.item_wrapper p{
	margin-left: 10px;
}

.item_wrapper a{
	display: block;
	text-align: right;
}

.thumb{
	float: left;
	padding: 5px;
	width: 76px;
	height: 76px;
}

.thumb img{
	border: 4px solid #ccc;
}

.thumb img:hover{
	border: 4px solid #3a9fcb;
}

/* Home images */

.home_table td{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}

.home_table img{
	border: solid 3px #ccc;
	margin: -3px;
}

.home_table img:hover{
	border: solid 3px #2c7cb3;
	margin: -3px;
}

.home_titles{
	height: 40px;
	color: green;
	background-color: #fff;
}


/*slideshow*/

.slideshow{
	width: 900;
	height: 300px;
	overflow:hidden;
}

.slideshow img{
	margin-left: 15px;
}

/*Main Column*/

.content_strip{
	margin: 20px 0px;
	/* border: solid 1px #ccc; */
	clear:both;
}

.content_stripe p{
	padding: 10px 12px;
}

.main_content img{
	border: solid 3px #ccc;
	margin: 10px;
}

.main_content ul{
	list-style-type: none;
	margin-top: 10px;

}

.main_content li{
	list-style-image: url(../images/Check_mark.png);
	list-style-position: inside;
}

.faq ul{
	list-style-type: none;
}



/*footer*/

#footer{
	height: 300px;
	background-image: url(../images/grass_repeat.jpg);
	background-repeat: repeat-x;
	clear: both;
	background-color: #00641c;
	color: #fff;
}
#footer ul{
	list-style-type: none;
}

#footer .list{
	margin-top: 80px;
}

#footer a{
	color:  #fff;
	text-decoration: none;
}

#footer a:hover{
	color:  #3a9fcb;
	text-decoration: none;
}

.copyright{
	font-size: .8em;
	color: #96bf30;
	text-align: center;
	margin-top: 20px;
}

.quote a{
background-color: #96bf30;
border: solid 2px #739324;
}

.quote a:hover{
	background-color: #b30601;
}


#get_quote a{
	height: 221px;
	width: 50px;
	left: -5px;
	top: 250px;
	position: fixed;
	border: solid 2px #608603;
	opacity: 1.0;
}

#get_quote a:hover{
	height: 221px;
	width: 50px;
	left: 0px;
	top: 250px;
	position: fixed;
	opacity: 0.8;
}


.faq li{
	background-color: #f7f7f7;
	border-bottom: solid 3px #3a9fcb;
	margin-bottom: 10px;
	padding: 5px 10px;
}

.faq ul{
	list-style-type: none;
}

#topic{
	
		color: #fff;
	text-align: center;
	background-color: #eff5ec;
	padding: 5px;	
	margin-bottom: 20px;
}

#free_estimate a{
	font-size: 18px;
	color: #fff;
	background-color: #198ec0;
	border: solid 2px #006a99;
	padding: 2px 10px;
	margin-top: 10px;
}

#free_estimate a:hover{
	font-size: 18px;
	color: #fff;
	background-color: #84b120;
	border: solid 2px #608603;
	padding: 2px 10px;
}
