@charset "utf-8";
/* CSS Document */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

html {
	background: #fff;
}

a:link { color: #60852b; font-weight: bold; }
a:visited { color: #6CB735; font-weight: bold; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

body {
	background: url(images/body_bg.png) repeat-x;
	color: #666;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

#getQuote {
	background: url(images/get_quote.png) no-repeat;
	width: 124px;
	height: 26px;
	float: right;
	margin: 26px 0px -10px 0px;
}

#wrapper, .wrapper {
	margin: 0 auto;
	width: 960px;
	font-size: 1.2em;
	padding-bottom: 20px; 
}

#header {
	height: 110px;
	clear: right;
}

	#header .logo {
		padding: 0px 0px 0px 0px; 
		float: left; 
	}
		
#nav {
	height: 25px;
	float: right;
	margin-top: 45px;
}

	#nav ul li {
		float: left;
	}
	
	#nav ul li a {
		display: block;
		color: #999b9d;
		font-weight: normal;
		font-family: Century Gothic, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		height: 15px;
		line-height: 15px;
		margin: 0px 10px;
		padding: 2px 2px;
		text-decoration: none;
		letter-spacing: 1px;
	}
	
	#nav ul li a:hover, #nav ul li.active a {
		border-bottom: 2px solid #8ec73f;
	}
	
	#nav ul li.last a { padding-right: 0px; margin-right: 0px; }

#main {
	background: #fff;
}

	#main h1 { font-family: Century Gothic, Arial, Helvetica, sans-serif; color: #474747; font-size: 1.8em; font-weight: normal; margin-left: .5em; max-width: 550px; }

	#main p {
		margin-bottom: 15px; 
	}
		
	#main h2 {
		font-size: 1.8em;
		font-weight: bold;
		line-height: 100%;
		margin-bottom: 7px;
	}

	#main h3 {
		font-size: 1.6em;
		line-height: 100%;
		margin-bottom: 5px;
		font-family: Century Gothic, Arial, Helvetica, sans-serif;
	}

	#main h4 {
		font-size: 1.4em;
		font-weight: bold;
		line-height: 100%;
		margin-bottom: 5px;
	}

	#main h5 {
		font-size: 1.3em;
		font-weight: bold;
		line-height: 100%;
		margin-bottom: 5px;
	}

	#main h6 {
		font-size: 1.2em;
		font-weight: bold;
		line-height: 100%;
		margin-bottom: 5px;
	}
	
	#main ul li {
		margin-left: 2em;
		display: list-item;
		list-style-type: disc;
		line-height: 125%;
	}
	
	#main ol li {
		margin-left: 2em;
		display: list-item;
		list-style-type: decimal;
		line-height: 125%;
	}
	
	#main ul, #main ol {
		margin-bottom: 15px;
	}

#main blockquote {
	color: #333;
	font-style: italic;
	padding: 0em 0em 0em 1.5em;
	margin-left: 2.5em;
	border-left: 3px solid #0F9;
}

#featured {
	width: 916px;
	padding: 22px;
	border: 1px solid #e2e2e2;
	background: url(images/div_bg.png) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}

	#featuredLeft {
		float: left;
		width: 350px;
	}
	
		#featuredLeft ul li { list-style-type: none; font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 1.9em; color: #474747; margin-left: 0em; margin-bottom: 15px; }
		.info { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #9a9a9a; text-align: justify; line-height: 125%; margin: 5px 30px 15px 0px; border-bottom: 1px solid #dbdcdc; padding-bottom: 15px; }
		
		.one { padding-left: 25px; background: url(images/one.png) 0px 7px no-repeat; }
		.two { padding-left: 25px; background: url(images/two.png) 0px 6px no-repeat; }
		.three { padding-left: 25px; background: url(images/three.png) 0px 6px no-repeat; }
			.three .info { border-bottom: none; }

	#slideshow {
		float: right; 
		width: 562px;
		position: relative;
	}
	
#contentHome {
	width: 960px;
	padding: 20px 0px;
}
	#contentHome div h1 { color: #84b83b; margin: 0 0 .4em 0; font-size: 1.4em; }

	#leftColumn, #centerColumn {
		width: 277px;
		float: left;
		margin-right: 55px; 
		text-align: justify;
	}
	#rightColumn {
		float: right;
		width: 277px;
		text-align: justify;
	}

#content {
	width: 560px;
	padding: 45px;
	margin-top: 15px;
	border: 1px solid #e2e2e2;
	background: url(images/div_bg.png) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}

	#content p { line-height: 140%; }
	#breadcrumbs { float: right; }
	
#sidebar {
	width: 255px;
	margin-top: 15px;
	float: right;
}

	#sidebar p { margin-bottom: 10px; }
	#sidebar h3.green { font-size: 1.5em; text-align: center; padding: .5em 1em; margin: 2em 0 0 0; }
	#sidebar .portTitle { text-transform: none; float: none; margin: 1em 0 0 8px; letter-spacing: normal; }
	#sidebar .portImage { margin: 0; }
	
		/* PANEL SLIDER */
	#panel {
		width: 235px;
		height: 120px;
		display: none;
		text-align: center;
	}
	.slide {
		margin: 0;
		padding: 0;
	}
	.btn-slide {
		background: url(../../images/click_call.png) no-repeat;
		text-align: center;
		width: 253px;
		height: 67px;
		padding: 0;
		margin: 0 auto;
		display: block;
		text-decoration: none;
	}


	.sidebar {
		width: 215px;
		padding: 20px;
		margin: 15px 0px;
		background: url(images/div_bg.png) repeat-x;
		border: 1px solid #e2e2e2;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		behavior: url(/border-radius.htc);
		line-height: 140%;
	}
	
	#testimonialSide {
		position: relative;
		width: 213px;
		height: 210px;
		background: url(images/testimonial_box.png) no-repeat;
		padding: 1px 20px 0px 20px;
		text-align: justify;
	}
		
		#testimonialSide .testimonial {
			height: 160px;
			display: table;
		}
		
		#testimonialSide p { display: table-cell; vertical-align: middle; line-height: 145%; font-style: italic; }
		
		#testimonialSide .bottom {
			position: absolute;
			bottom: 0;
			left: 20;
		}
		
		#testimonialSide .bottom a:visited { color: #60852b; }
	
.testimonialMain {
	margin: 0em 0 1em 0;
	clear: both;
	text-align: justify;
	line-height: 125%;
	border-bottom: 1px solid #DADADA;
	padding: 10px; 
}

	#main .testimonialMain h2 { text-align: left; font-weight: normal; font-size: 1.4em; font-style: italic; }
	.testimonialMain .feedback {
		margin-bottom: 0px;
		padding-left: 0px;
	}
	
	#content .testimonialMain .feedback p { 
		font-style: italic; 
	}
	
	.testimonialMain .author { float: right; margin-bottom: 1em; text-align: right; }
	.testimonialMain .author img { margin: 5px 0px 0px 0px; }
	
#footer {
	padding: 12px 0px;
	margin-top: 35px; 
	background: #f5f5f5;
	border-top: 1px solid #d2d2d2;
	border-bottom: 5px solid #474747;
	clear: both;
}

	#footer p { text-align: center; }
	
	#footer ul li a {
		font-weight: normal;
		display: block;
		color: #999b9d;
		font-family: Century Gothic, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		height: 15px;
		line-height: 15px;
		margin: 3px 10px;
		padding: 2px 2px;
		text-decoration: none;
		letter-spacing: 1px;
	}
	
	#footer ul li a:hover, #footer ul li.active a {text-decoration:underline;}
	
	#footer .quote li a { color: #81b638; }
	
/*CONTACT FORM IN FOOTER */
#contactForm {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	width: 265px;
}

#footer #contactForm p { text-align: left; }
	#contactForm h2 {
		font-size: 1.4em;
		text-align: center;
	}

#contactForm input, #contactForm textarea {
	width: 100%;
	padding: 2px 3px;
	color: #999;
	margin: 2px 0px;
}

#contactForm textarea {
	height: 60px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#contactForm #cfContact {
	width: 64px;
	height: 23px;
	float: right;
	clear: both;
	background: url(images/send_button.png) no-repeat;
	border: 0px;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0px;
	margin: -10px -10px 0px 0px;
	
}

#contactForm .errors { color: #900; }



/*CONTACT FORM ON CONTACT PAGE */

#contactPage {
	float: left;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	width: 350px;
	margin-top: -45px;
}

#contactPage input, #contactPage textarea {
	width: 100%;
	padding: 2px 3px;
	color: #999;
	margin: 2px 0px;
}

#contactPage textarea {
	height: 260px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#contactPage #cfContact {
	width: 64px;
	height: 23px;
	float: right;
	clear: both;
	background: url(images/send_button.png) no-repeat;
	border: 0px;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0px;
	margin: -10px -10px 0px 0px;
	
}

#contactPage .errors { color: #900; }




#copyright { 
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 1em 0;
	margin-bottom: 1em;
	letter-spacing: 1px;
}

	#copyright a { color: #999b9d; text-decoration: none; font-weight: normal; }


#content .blogPost { margin: 0 0 2em 0; padding: 0 0 3em 0; border-bottom: 1px solid #bcbcbc; }
#content .blogPost h2 a { text-decoration: none; color: #88bf3d; }
#content .blogPost h2 a:visited { color: #88bf3d; }
#content .blogPost h2 a:hover { text-decoration: none; color: #333; }
.postDate { font-style: italic; }
.postSummary { margin: 1em 0 0 0; text-align: justify; }
#content .blogPost .button { margin: 0 0 2em 0; }
#main h3.dateTime { font-weight: normal; font-size: 1.1em; font-style: italic; margin: 1em 0 1em .0em; }
h2.blogHeading { color: #88bf3d; }
#content li.blogPost:last-child { border-bottom: none; }
#rss { margin: -20px 0 0 560px; }

.portfolioItem { font-family: Century Gothic, Arial, Helvetica, sans-serif; padding-bottom: 25px; margin-bottom: 40px; border-bottom: 1px solid #bcbcbc; }
.portTitle { float: left; color: #7ea24c; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 0 .9em; font-size: 1.2em; }
.portDate { color: #6d6d6d; text-transform: lowercase; float: right; margin: 0 1em 0 0; }
.portImage { clear: both; margin: 1em 0 0 0; }
.portTable { margin-left: 1em; }
.portTable tr td { vertical-align: top; padding-bottom: 5px; }
.green { text-align: right; padding: 0 5px 0 0; color: #7ea24c; }
.gray a { text-decoration: none; color: #717170; font-weight: normal; }
.gray a:hover { text-decoration: underline; }

.portPage .portfolioItem { border-bottom: none; padding: 1em 0; clear: both; }
.portPage .portTitle { display: none;  }
.portPage .portDate { float: right; text-transform: none; margin-bottom: 1em; }
.portPage .portImage { border: 1px solid #999; margin: 0 0 1em 0; }
.portPage .testImage { float: left; margin: 0 .5em 0 0; }

.ditto_pages { width: 100%; text-align: center; margin: 0 auto; }
.ditto_pages a, .ditto_currentpage { display: block; float: left; margin: 0 .2em; padding: .3em .5em; border: 1px solid #CCC; background: #fff; text-decoration: none; }
.ditto_pages a:hover { background: #E4E4E4; }
.ditto_currentpage { background: #6CB735; color: #fff; }
.testImage { float: right; margin-left: 5px; }

.paynow {
	width: 300px;
	border: 0px solid red;
	text-align: right;
	font-size: 150%;
	margin: 0 auto;
	padding: 25px 100px 0px 0px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

.payp { font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 1.4em;}
.paynow input, .paynow2 input { 
	padding: 10px;
	color: #333;
}
.paynow .paypal_submit, .paynow2 .paypal_submit { padding-right: 0; }

.paynow2 {
	width: 200px;
	float: left;
	border: 0px solid red;
	text-align: center;
	font-size: 150%;
	padding: 25px 50px 0px 25px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}


#disqus_thread { margin: 4em 0; }
#disqus_thread .dsq-post-area { padding-top: 2em; }

#featured #slideshow ul.slideshow {
	list-style:none;
	width:562px;
	height:279px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding:0;
	
}	

#featured #slideshow ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
	list-style-type: none;
	text-align: center;
	margin-left: 0;
}

#slideshow ul.slideshow li.show {
	z-index:500;	
}

#slideshow ul img {
	border:none;	
}


#slideshow #slideshow-caption {
	width:562px;
	height:90px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
	display: none;
}

#slideshow #slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
	display: none;
}

#slideshow #slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow #slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}




em { font-style: italic; }
strong { font-weight: bold; }

.button { background: url(images/button.png) no-repeat; color: #88be3c; text-transform: uppercase; width: 89px; height: 21px; line-height: 21px; text-align: center; float: right; clear: both; font-size: .9em; font-weight: bold; text-decoration: none; }
.button:visited { color: #88be3c; }
.button a { color: #88be3c; text-decoration: none; display: block; width: 89px; height: 21px; }
.imgBorder { padding: 6px; border: 1px solid #bfbfbf; }

.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.center { margin: 0 auto; text-align: center; }
.inline { display: inline; }
.block { display: block; }

.small { font-size: .8em; }
.large { font-size: 1.2em; }

.imageLeft { float: left; margin-right: 5px; }
.imageRight { float: right; margin-left: 5px; }

#fbLike { margin: -50px 0px 50px 0; float: right; }
#id1 #fbLike { margin-right: 180px; margin-top: -80px; }