@charset "UTF-8";
/* CSS Document */


*{
	margin:0;padding:0;
	}
	
	
html {
  background-color:#aebcae;

}


.red{
	color:#ff0;
}

	
body {
	font-size:76.5%;
	font-family: Arial, Helvetica, sans-serif;
	color:#3e4545;
	padding:0px;
	margin:0px;
	background-color: #fff;
	text-align:left;
	width:100%;
	}


#index_bg{
	background-image: url(../images/bg_body_indexhp.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
	
a{ font-size:10px;font-family:Arial, Helvetica, sans-serif; color: #3e4545; text-decoration: none;}
a:visited {color: #3e4545;}
a:hover {color: #f00;}
a:active {color:#3e4545;}


p a{ font-size:10px;font-family:Arial, Helvetica, sans-serif; color: #000; text-decoration: none;}
p a:visited {color: #000;}
p a:hover {color: #f00;}
p a:active {color:#000;}


ul{
	margin-left:0.6em;
	padding-left:0.6em;
	list-style: disc;
}
	li{
	color:#666;
	line-height:1.3em;
	font-size:.85em;
	padding-bottom:5px;
	margin-left:0;
	padding-left:0;}
	
	
p ul li{
	line-height:1.5em;
	border-bottom:2px solid #F37539;
	}


p 	{
	padding-bottom:5px;
	padding-top:5px;
	line-height:1.4em;
	letter-spacing:.1em;
	font-size:.9em;
	color:#666;
	}

h1	{
	font-size:1.5em;
	color: #3e4545;
	line-height:1.2em;
	font-weight:900;
	}
	
h2 	{
	font-size:1em;
	color: #7c927b;

	line-height:1.2em;
	font-weight:900;
	padding-bottom:10px;
	padding-top:3px;
	
	}
	

h3 	{
	font-size:1.2em;
	color: #92a591;
	padding-bottom:10px;
	line-height:1.2em;
	font-weight:900;
	letter-spacing:.15em;
	}
	
h4 	{
	font-size:1em;
	color: #9fb47e;
	line-height:1.2em;
	font-weight:900;
	}
	
	h5 	{
	font-size:.95em;
	color: #666666;
	line-height:1.2em;
	font-weight:900;
	}
	
.container {
	width: 860px;
	margin: 0 auto;



	}
	
	.containerruled {
	width: 860px;
	margin: 0 auto;
	background-image: url(../images/container_rule.gif);
	background-repeat: repeat-y;
	overflow:auto;
	background-position: center;


	}
	



/*-------------------------------------------------- header styles*/

#header{
	
	width:100%;
	height:101px;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#header_content{
	z-index: 99;
	height:101px;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	
}
#header_logo{
	height:101px;
	width:306px;
	float:left;
	
}

.header_container {
	width: 860px;
	margin: 0 auto;
	}


/*-------------------------------------------------- main pic styles*/

#mainpic{
	width:100%;
	height:260px;
	overflow:hidden;

	
	
}

#mainpic_img{
	margin-left:auto;
	margin-right:auto;
	width:955px;

	
}

.flash_below {
	z-index: 97;
	position:absolute;
	width: 100%;
	height: 260px;
	left:0;
	top: 101px;
	margin:0 auto;
	
}

.flash_above {
	
	z-index: 98;
	width:955px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	
	
}




/*-------------------------------------------------- greybar styles*/

#greybar{
	width:100%;
	float:left;
	background-image: url(../images/bg_greybar.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#3e4545;
	padding-bottom:10px;
}

.greybar_box{
	width:262px;
	min-height:130px;
	float:left;
	margin-top:18px;
	padding-right:21px;
	background-image: url(../images/bg_greybox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

.greybar_box h1{
	font-size:1em;
	color: #fff;
	padding-top:12px;
	padding-left:15px;
	padding-bottom:10px;
	line-height:1.2em;
	font-weight:100;
}

.greybar_box p{
	font-size:.87em;
	color: #aebcae;
	padding-top:2px;
	padding-left:15px;
	margin-bottom:10px;
	line-height:1.2em;
	font-weight:100;
}

.greybar_box a{ font-size:10px;font-family:Arial, Helvetica, sans-serif; color: #d7eb9c; text-decoration: none;}
.greybar_box a:visited {color: #d7eb9c;}
.greybar_box a:hover {color: #fff;}
.greybar_box a:active {color:#d7eb9c;}




/*-------------------------------------------------- featured styles*/

#featured{
	width:100%;
	float:left;
	background-image: url(../images/bg_featured.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom:10px;

}

#project_text{
	padding:10px 20px 0 20px;
	width:266px;
	float:left
}
.project_img{
	padding-top:10px;
	width:245px;
	float:left;
}

/*-------------------------------------------------- rail styles*/

#rail{
	width:215px;
	padding:20px 0 0 20px;
	float:left;
}

#rail h4{
	padding-bottom:5px;
	border-top: 1px solid #B9CF96;
	padding-top:10px;
	
}

#rail p{
	padding-bottom:0;
	line-height:1em;
}

#rail h5{
	padding-bottom:5px;
}

#rail h6{
		font-size:1em;
	color: #9fb47e;
	line-height:1.2em;
	font-weight:900;
	padding-top:10px;
	
}

#rail ul{
	padding-bottom:7px;
	padding-left:15px;
}

/*-------------------------------------------------- why work with us styles*/

	
	#work_copy{
	padding:20px 20px 0 20px;
	width:500px;
	float:left;
}


/*-------------------------------------------------- newsstyles*/

	
	#news_copy{
	padding:20px;
	width:570px;
	float:left;
}

#news_copy img{
	padding:5px 10px 5px 0;
	float:left
}

#news_copy h2{
	font-size:1em;
	color: #9fb47e;
	padding-bottom:2px;
	font-weight:900;
	border-bottom:1px solid #9fb47e;
	padding-top:25px;
	}
	
	
	#news_copy p{
		padding-bottom:10px;
	}

/*-------------------------------------------------- services styles*/

#services{
	width:100%;
	float:left;
				




	

}

#services_pic{
	width:260px;
	padding:20px 0 0 20px;
	padding-bottom:10px;
	float:left;

	}
	
#services_copy{
	padding:20px;
	height:100%;
	width:290px;
	float:left;	
}

#services_w{
	width:100%;
	float:left;
		

}

#services_w_pic{
	width:260px;
	padding-bottom:5px;
	padding-right:20px;
	float:left;

	}
	
#services_w_copy{
	padding:20px;
	height:100%;
	width:570px;
	float:left;	
}


/*-------------------------------------------------- services styles*/

#company_box{
	width:100%;
	float:left;
		

}

#company_pic{
	width:260px;
	padding-bottom:5px;
	padding-right:20px;
	float:left;

	}
	
#company_copy{
	padding:20px;
	height:100%;
	width:570px;
	float:left;	
}

/*-------------------------------------------------- about styles*/

#about_box{
	width:100%;
	float:left;
		

}

#about_pic{
	width:260px;
	padding-bottom:5px;
	padding-right:20px;
	float:left;

	}
	
#about_copy{
	padding:20px;
	height:100%;
	width:570px;
	float:left;	
}


/*-------------------------------------------------- portfolio styles*/

#portfolio{
	width:100%;
}

.rollovers{
	padding-top:20px;
	width:184px;
	float:left;
	
}
.thumb{
	width:49px;
	height:44px;
	float:left;
	padding-right:5px;
	padding-bottom:10px;
}

#portfolio_pic{
	padding-top:20px;
	padding-bottom:10px;
	float:left;
}
#portfolio_caption{
	padding-top:20px;
	padding-left:20px;
	padding-bottom:25px;
	width:230px;
	float:left;
	position:relative;
}


#portfolio_caption a{ text-align:center; line-height:15px; border-right:1px solid #666; font-size:10px; color: #3e4545; text-decoration: none; width:20px; height:15px; display:block; float:left;}
#portfolio_caption a:visited {color: #3e4545;}
#portfolio_caption a:hover {color: #f00;}
#portfolio_caption a:active {color:#3e4545;}

#portfolio_caption h3 	{
	font-size:1.1em;
	color: #9fb47e;
	line-height:1em;
	font-weight:normal;
	padding-top:3px;
	letter-spacing:0;
	}

#portfolio_caption h4 	{
	font-size:.9em;
	color: #9fb47e;
	line-height:1.2em;
	font-weight:bold;
	padding-top:7px;
	padding-bottom:3px;
	}
	
#portfolio_caption h5 	{
	font-size:.85em;
	color: #333;
	line-height:1.2em;
	font-weight:normal;
	}
	
#portfolio_caption h6 	{
	font-size:.8em;
	color: #666666;
	line-height:1.2em;
	font-weight:normal;
	padding-bottom:5px;
	}
/*-------------------------------------------------- footer styles*/

#footer{
	width:100%;
	float:left;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#aebcae;
}

#footer_logo{
	width:112px;
	float:left;
	padding-bottom:10px;
}

#footer_address{
	float:left;
	padding-top:12px;
	padding-left:15px;
	color:#819081;
}

.footer_box{
	width:250px;
	float:left;
	padding-right:10px;
	padding-left:20px;
	padding-bottom:15px;
	
}

.footer_tag{
	float:left;
	padding-bottom:15px;
	
}

.footer_slogan{
	padding-top:29px;
	float:left;
	padding-left:10px;
	
}

.footer_copyright{

	padding-top:30px;
	float:right;
	padding-bottom:15px;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	
}

.footer_slogan h1{
	color:#819081;
	font-size:14px;
	letter-spacing:.1em;
	font-weight:bold;
	
}

.footer_box h1{
	color:#fff;
	font-size:9px;
	letter-spacing:.1em;
	padding-bottom:5px;
	padding-top:10px;
	font-weight:bold;
}

.footer_box h2{
	color:#819081;
	font-size:10px;
	padding:0;
	font-weight:normal;
}

.footer_lower{
	width:860px;
	margin-left:auto;
	margin-right:auto;
}

.footer_box a{ font-size:10px; line-height:12px;color: #d7eb9c; text-decoration: none;}
.footer_box a:visited {color: #d7eb9c;}
.footer_box a:hover {color: #fff;}
.footer_box a:active {color:#d7eb9c;}


.divider_footer{
		border-bottom: 1px solid #fff;
	
	
}

/*-------------------------------------------------- misc styles*/
.clearer {
	clear: both;
}
.link_bullet{
	color:#f00;
	padding-left:15px;
}

.link_bullet_index{
	color:#f00;
}

.link_bullet_rail{
	color:#f00;
	padding-bottom:10px;
}
	
/*-------------------------------------------------- index links styles*/	

#indexlinks{
	width:280px;
	float:left;
	border-left: ridge #000 1px;
	height:10em;
	padding-left:20px;
	padding-top:25px;
}

#indexlinks .bullet{
	color:#f00;
	font-size:14px;
	
}

#indexlinks p{
	padding-bottom:10px;
	
	
}

#indexlinks a{ font-size:18px;font-family:Arial, Helvetica, sans-serif; color: #334545; text-decoration: none;}
#indexlinks a:visited {color: #334545;}
#indexlinks a:hover {color: #ee2e24;}
#indexlinks a:active {color:#334545;}

.divider{
		border-top: 1px solid #B9CF96;
		padding-bottom:7px;
}

.divider_news{
		border-bottom: 1px solid #B9CF96;
		padding-bottom:10px;
}

.quote_divider{
	border-top: 1px solid #B9CF96;
	background-image: url(../images/bg_quotes.jpg);
	background-repeat: repeat-x;
	padding-top:14px;
	padding-left:15px;
	padding-bottom:10px;
}


/*----------------------------------------------------------- form box */
	
	.formbox {
	padding:20px;
	height:100%;
	width:570px;
	float:left;	
}
.formbox input.gray {background-color: #e8e8e8; font-size: 10px;}
.formbox form 
{
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 260px;
}
.formbox  textarea.gray {background-color: #e8e8e8; font-size: 10px;}
form {
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}
.formbox input {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	background-color: #e8e8e8;
	width: 200px;
}
.formbox label{
	float: left;
	width: 100px;
	display: block;
	text-align: left;
	font-size:11px;
	letter-spacing:.1em;
	color:#333;
	
	font-weight:normal;
}
#formbox input img {
	padding-top: 2px;
}
.formbox textarea {
	
	width: 200px;
	background: #e8e8e8;
}
.formbox #submitbutton {
	width: 100px;
}

.fltlft{
	float:left;
}

.testimonials{
	color:#000;
	font-weight:bold;
	letter-spacing:0;
	font-size:.85em;
}