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

* {
	padding: 0;
	margin: 0;
}
body {
	background:url(../assets/bg_body.jpg) repeat-x #726e61;
	font-family: sans-serif;
	font-size: 12px;
	
}
img {
	border: none;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-bottom: 8px;
	line-height: 1.4em;
}
#container_index {
    position: relative;
	margin: 0 auto;
	width: 945px; 
	background: none;
}
#container {
    position: relative;
	margin: 0 auto;
	width: 940px;
	background: #ffffff;
}
#header {
	width: 940px;
	height:158px;
	background: url(../assets/bg_nav.jpg) repeat-x;
}
#logo {
	position: relative;
	padding-left: 39px;
	float: left;
}
#header_banner {
	position:relative;
	float: right;
	top: 0px;
	width: 745px;
	height: 117px;
}
#news {
	float: left;
	width: 240px;
	height: 505px;
	background:url(../assets/bg_news.jpg) repeat;
}
#content_body {
	background: #ffffff;
}
.lbl_news {
	padding-top: 20px;
	padding-bottom:20px;
	margin-left: 25px;
}
.news_box {
	width: 220px;
	min-height: 50px;
	margin: 0 auto 5px;
	padding-bottom: 0px;
	background:url(../assets/bg_news_box.jpg) repeat;
}
.news_box_contact {
	width: 220px;
	min-height: 50px;
	margin: 0 auto 5px;
	padding-bottom: 0px;
	color: #ddd4c3;
	margin: 0px 8px 5px 15px;
	font-size:12px;
}
.news_box p {
	color: #ddd4c3;
	padding: 0px 5px 5px 5px;
	font-size:12px;
}
.news_box_contact p {
	padding-top: 5px;
	line-height: 1.2em;
}
.news_box a {
	color: #ddd4c3;
}
a {
	color: #2e1504;
}
#home_flash {
	float:left;
	width: 700px;
	height: 395px;
	background: #333333;
}
.tagbox {
	float:left;
	background: url(../assets/tagline_box.jpg) no-repeat;
	width: 215px;
	height: 105px;
	margin-top: 5px;
	margin-left: 2px;
	padding: 10px 8px 0px 8px;
	text-align:center;
	font-weight:bold;
}
.tagbox p {
	font-size:12px;
	color: #363636;
}
.active {
	color: #fceca1;
}
.center {
	margin: 0 auto;
}
.container_main {
	margin: 30px 30px 30px 30px;
	overflow: hidden;
	width: 100%
	background: none;

}
.img_right {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.img_left {
	float: left;
	
}
.clearfix {
	clear: both;
	
}
.h1_title {
	float:left;
	margin-bottom: 20px;
}
.h1_a {
	line-height:40px;
	padding-left: 20px;

}
h2 {
	background: url(../assets/bg_h2.gif) no-repeat;
	color: white;
	padding: 3px 0 3px 10px;
	font-size: 18px;
	margin-bottom: 10px;
}
h2.w740 {
	background: url(../assets/bg_h2_w740.gif) no-repeat;
}
h3 {
	color: #895229;
	font-size: 12px;
	margin: 15px 0 5px;
	line-height:1.5em;
}
ul li h3 {
	margin-top: 0px;
}
.proj-box {
	position: relative;
	display: inline;
	float: left;
    width: 277px;
}
.proj-box img {
    display: block;
} 
.proj-box h4 {
	float: left;
	color: #263a5f;
	line-height:1em;
	padding: 5px 0 1px;
	font-size: 14px;
	font-weight:bold;
    width: 219px;
}
.proj-box h4.smaller {
	font-size: 12px;
}
.proj-box p {
    clear:both;
    position: relative;
	color: #b6a281;
}
.center-box {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
.proj-box a {
    float: right;
	color: #263A5F;
	padding: 5px 0 1px;
	font-size: 11px;
}







h4 {
	color: #696969;
	font-size:12px;
	font-weight:normal;
	
}
ul {
	list-style-image:url(../assets/bullet.jpg);
	margin-left:25px;
	line-height:1.3em;
}
ul li {
	line-height:1.2em;
	margin-bottom: 10px;
}
.float_right {
	float: right;
}	
.float_left {
	float: left;
}
.col-1 {
	width: 50%;
	float: left;
}
.col-2 {
	width: 50%;
	float: right;
}
.col-1-contact {
	width: 225px;
	float: left;
}
.col-1-services {
	width: 600px;
	float: left;
}
.col-2-contact {
	width: 650px;
	float: right;
}
.people-box {
	height: 138px;
	padding: 3px 3px 3px 3px;
	margin: 3px 3px 3px 3px;
	border: 1px solid #ccc;
}
.people-box img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.people-box h3 {
	font-size: 14px;
	padding-top: 15px;
}

.people-box a {
	font-size: 12px;
	
}
#footer {
	width: 920px;
	background: #233c60;
	background: url(../assets/footer.jpg) no-repeat;
	height: 21px;
	padding: 10px 10px 0  10px;
	
}
.copyright {

	font-size: 12px;
	color: #1d3a63;
}
#footer a {
	font-size: 12px;
	color: #af6c21;
	text-decoration:none;
}
.orange {
	color: #af6c21;
}
.news_date {
	font-size: 12px;
	color: #666666;
}	
.contact_info {
	line-height: 1.3em;
	font-size: 12px;
	color: #918a7d;
}
.contact_co_name {
	font-weight: bold;
	color:#5b3701;
}
.photo dt {}
.photo dd p {font-size:11px; font-weight:bold; color: #6d685d}
.photo dd {font-size:11px;padding-top: 5px;}
.txt-right {
	text-align: right;
}
.news_container p, .news_container h3 {
	margin: 0 50px 0 50px;
}


#navlist{position:absolute; top:0; left: 0; margin-left: 250px;}
#navlist li{margin:0;padding:0;list-style:none;position:absolute;top:0px; margin-top: 117px;}
#navlist li, #navlist a{height:41px;display:block;}

#home{left:0px;width:56px;}
#home{background:url('../assets/nav_sprites.jpg') 0 0;}
#home a:hover, #home.active {background: url('../assets/nav_sprites.jpg') 0 -40px;}

#about{left:76px;width:62px;}
#about{background:url('../assets/nav_sprites.jpg') -132px 0;}
#about a:hover, #about.active{background: url('../assets/nav_sprites.jpg') -132px -40px;}

#services{left:158px;width:76px;}
#services{background:url('../assets/nav_sprites.jpg') -56px 0;}
#services a:hover, #services.active{background: url('../assets/nav_sprites.jpg') -56px -40px;}

#people{left:254px;width:60px;}
#people{background:url('../assets/nav_sprites.jpg') -340px 0;}
#people a:hover, #people.active{background: url('../assets/nav_sprites.jpg') -340px -40px;}

#projects{left:334px;width:79px;}
#projects{background:url('../assets/nav_sprites.jpg') -194px 0;}
#projects a:hover, #projects.active{background: url('../assets/nav_sprites.jpg') -194px -40px;}

#media{left:433px;width:59px;}
#media{background:url('../assets/nav_sprites.jpg') -281px 0;}
#media a:hover, #media.active{background: url('../assets/nav_sprites.jpg') -281px -40px;}


#contact{left:508px;width:75px;}
#contact{background:url('../assets/nav_sprites.jpg') -400px 0;}
#contact a:hover, #contact.active{background: url('../assets/nav_sprites.jpg') -400px -40px;}


.img-nav a img { 
	padding-right: 10px;

}
.special {
	display: none;
}