body{
	background: #F6FFE0 url(../images/bg_body.jpg) no-repeat center 110px;
	color: #10222B;
	font-family: arial, helvetica, sans-serif;
}

h2,
#contact-info,
#testimonial blockquote{
	font-family: Georgia, "Times-New Roman", Serif;
	font-style: italic;
	font-weight: 100;
}

/*Header*/

#header{
	background-color: #10222B;
	margin: 0 0 30px 0;
	padding: 20px 0;
}
#header h1{
	background: transparent url(../images/baxter_landscaping_logo.png) no-repeat 0 0;
	height: 70px;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
}

/*Contact Info*/
#contact-info{
	float: right;
	text-align: right;
}
#contact-info h2{
	color: #F6FFE0;
	font-size: 20px;
	font-weight: 100;
	line-height: 20px;
	margin: 0 11px 10px 0;
}
#contact-info a{
	background-color: #142B37;
	border: solid 1px #F6FFE0;
	color: #F6FFE0;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	padding: 10px;
	text-decoration: none;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
#contact-info a:hover{
	background-color: #F6FFE0;
	color: #10222B;
}

/*Slideshow*/
#slideshow-wrap{
	height: 340px;
	position: relative;
	width: 460px;
}
#slideshow_wrap h2{
	background: transparent url(../images/main_img_tagline.png) no-repeat 0 0;	
	color: green;
	display: block;
	font-size: 1px;
	height: 40px;
	left: 0;
	position: absolute;
	text-indent: -9999em;
	top: 20px;
	width: 435px;
	z-index: 999;
}
#slideshow{
	height: 340px;
	width: 460px;
}
#slideshow img{
	border: solid 1px #10222B;
	display: block;
	height: 340px;
	width: 460px;
}
/*Services*/
#services p{
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 15px 0;
}
#services h2{
	border-bottom: dashed 1px #10222B;
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#services h3{
	font-size: 14px;
	margin-bottom: 7px;
	text-transform: uppercase;
}
#services ul{
	font-size: 13px;
	margin-bottom: 10px;
}
#services li{
	margin: 0;
	padding-bottom: 6px;
}

/*Before and After*/
#before-after{
	font-size: 24px;
	margin: 5px 10px 18px 10px;
}
div.thumb{
	position: relative;
	height: 130px;
	margin-bottom: 20px;
}
div.thumb a{
	display: block;
	text-decoration: none;
}
div.thumb img{
	display: block;
	height: 130px;
	width: 220px;
}
div.thumb a .border{
	border: solid 1px #10222B;
	display: block;
	height: 120px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 210px;
}
 div.thumb a:hover .border{
	border-color: #F6FFE0;
}
div.thumb a .zoom{
	background: transparent url(../images/bttn_zoom.png) no-repeat 0 -34px;
	display: block;
	height: 34px;
	left: -12px;
	position: absolute;
	top: -12px;
	width: 34px;
	z-index: 3;
}
div.thumb a:hover .zoom{
	background-position: 0 0;
}
div.thumb a .before-label,
div.thumb a .after-label{
	background-color: #10222B;
	bottom: 4px;
	color: #F6FFE0;
	display: inline-block;
	font-size: 8px;
	font-weight: bold;
	right: 4px;
	padding: 3px;
	position: absolute;
	text-decoration: none;
	text-transform: uppercase;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}
div.thumb a:hover .before-label,
div.thumb a:hover .after-label{
	background-color: #F6FFE0;
	color: #10222B;
}

/*Testimonial*/
#testimonial{
	background: transparent url(../images/bg_testimonial.png) no-repeat 0 0;
	margin-bottom: 20px;
}
#testimonial blockquote{
	font-size: 18px;
	line-height: 26px;
	padding: 20px;
}
#testimonial p.name{
	background: transparent url(../images/bg_testimonial.png) no-repeat 0 bottom;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 92px 0 0;
	text-align: right;
}

#about h2{
	font-size: 20px;
	margin-bottom: 10px;
}
#about p,
#about address{
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 9px;
}

#about address a{
	color: #889B60;
}
#about address a:hover{
	color: #10222B;
}

/*Contact*/
#contact{
	background-color: #E2F0D6;
	border: solid 1px #D7E4CB;
	margin: 0 9px;
	padding-bottom: 20px;
}
/*Contact Error*/
#thanks-message{
	background-color: #10222B;
	color: #F6FFE0;
	display: none;
	line-height: 14px;
	padding: 10px;
	margin-bottom: 20px;
}
#errors{
	background-color: #BB612D;
	border: solid 1px #802A00;
	display: none;
	line-height: 16px;
	margin-bottom: 20px;
	padding: 10px;
	padding-bottom: 8px;
}
#errors h3{
	font-size: 14px;
	margin: 0;
	padding-bottom: 7px;
}
#contact h2{
	background: transparent url(../images/bg_free_quote_heading.png) no-repeat 0 0;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 10px;
}
#contact form{
	font-size: 12px;
	margin: 0 auto;
	width: 420px;
}
#contact legend{
	display: block;
	font-weight: bold;
	padding-bottom: 8px;
}
#contact input,
#contact textarea{
	background-color: #F2FFE4;
	border: solid 1px #ACB5A2;
	font-size: 13px;
	margin: 0;
	padding: 3px;
}
#contact input.error{
	border: solid 1px #802A00;
}
#contact textarea{
	height: 72px;
	margin-bottom: 20px;
	width: 412px;
}
#contact .select{
	border-bottom: dashed 1px #ACB5A2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#contact .select.contact-time{
	margin-bottom: 20px;
}
#contact .select label{
	display: inline-block;
	padding: 0 9px 0 3px;
}
#contact .select input{
	background-color: transparent;
	border: none;
	padding: 0;
}
#contact .text label{
	display: block;
	padding-bottom: 5px;
}
#contact .name div,
#contact .email-phone div,
#contact .address div{
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}
#contact .name input,
#contact .email-phone input{
	width: 192px;
}
#contact .name div.last,
#contact .email-phone div.last,
#contact .address div.last{
	margin-right: 0;
}
/*Address Line*/
#contact input#street_address{
	width: 172px;
}
#contact input#city{
	width: 112px;
}
#contact input#zip{
	width: 72px;
}
#contact .select.services{
	margin-bottom: 20px;
}
#contact .services input{
/*	margin-bottom: 10px;*/
}
#contact .services div.one{
	padding-bottom: 10px;
}
#contact .submit label{
	background-color: #CCD8C1;
	color: #60655A;
	display: block;
	float: left;
	font-size: 12px;
	font-style: italic;
	line-height: 30px;
	text-indent: 10px;
	width: 324px;
}
#contact .submit input{
	background: transparent url(../images/bttn_submit.png) no-repeat 0 0;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	height: 30px;
	width: 96px;
}
#contact .submit input:hover{
	background-position: 0 -30px;
}
/*Footer*/
#footer{
	border-bottom: solid 10px #10222B;
	clear: both;
	height: 20px;
	width: 100%;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
