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

a {
	text-decoration:underline;
	color:#574f47;
	}
a:hover{
	text-decoration:none;
	}
a img{
	border:none;
	}
.vn{
	color:#96b35f;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
body{
	font-size:12px;
	background-color:#848484;
	padding:20px 0 10px 0;
	margin:0;
	color:#FFF;	
	font-family:Verdana, Geneva, sans-serif;
	}
#outer {
	margin:0 auto;
	width:860px;
	border:5px #FFF solid;
	background:url(../images/bg_green.jpg) top right repeat-y;
	padding:0;
	
	}
#top_menu {
	background-color:#000;
	
	
	}
#top_menu ul{
	margin:0;
	padding:0;
	font-size:12px;
	}
#top_menu ul li{
	list-style:none;
	float:left;
	
	position:relative;	
}
#top_menu ul li a{
	padding:10px 18px;
	display:block;
}
#top_menu ul ul, #projects {
	position:absolute;
	z-index:10;
	left:0px;
	top:34px;
	border-bottom:2px solid #96b35f;
	border-left:2px solid #96b35f;
	border-right:2px solid #96b35f;
	border-top:2px solid #000;
	background-color:#000;
	padding-bottom:5px;
	width:250px;
	display:none;
}
#projects {
top:-3px;
left:-322px;
margin:0;
padding:0 0 5px;
	}
#top_menu ul ul li,#projects li{
	float:none;
	padding:3px 15px; 
	list-style:none;
}
#top_menu ul ul li a, #projects li a{
	padding:0;
	text-decoration:none;
	color:#fff;
}
#top_menu ul ul li em,#projects li em{
	font-style:normal;
	color:#96b35f;
}
#projects li a:hover {
color:#96b35f;
}
#top_menu ul ul li a:hover em, #projects li a:hover em{
	color:#fff;
}
#top_menu a{
	color:#FFF;
	text-decoration:none;
	}
#top_menu a:hover{
	color:#96b35f;
}

#top_menu a:hover .vn{
	color:#fff;
}

#inner {
	clear:both;
	border-top:2px solid #96b35f;
	}
#inner .left{
	width:615px;
	min-height:410px;
	
}

* html #inner .left{
	height:410px;
	}
.content{
	border:10px solid #574f47;

	min-height:370px;
	padding:10px;
	background:url(../images/bg_watermark.gif) bottom right no-repeat;
	color:#574f47;
	font-size:12px;
	}
	
* html .content {
	height:370px;
	}

.about_us {
	background:#cbc8c5 url(../images/bg_aboutus.jpg) top right no-repeat;
	}
.about_us .content{
	margin-right:186px;
	}
.services {
	background:#cbc8c5 url(../images/bg_services.jpg) top left no-repeat;
	}
.services .content {
	margin-left:186px;
	}
.content h1{
	color: #7d9c40;
	font-size:130%;
	font-weight:normal;
	margin:0;
	}
.content em{
	color: #7d9c40;
	font-style:normal;
	}
.projects{
	padding-left:17px;
	width:595px !important;
	}
.projects .item{ 
	width:181px;
	color:#FFF;
	min-height:192px;
	background-color:#96b35f;
	text-align:center;
	float:left;
	margin-right:17px;	
	margin-bottom:13px;	
	
	}

.projects .last{ 
	margin-right:0 !important;
}
	
.projects .item img{
	margin-bottom:5px;
	}

#inner .right{
	width:245px;
}
* html #inner .right{
	height:410px;
	}
#logo {
	margin:20px 0 0 33px;	
	}
.home_welcome_text {
	padding:100px 0px 0;
	text-align:center;
	font-size:11px;
	}
#footer {
	clear:both;
	border-top:2px solid #96b35f;
	background-color:#000;
	padding:0 10px ;
	}
#footer dl {
	margin: 0px ;
	padding:0;
	cursor:pointer;
	}
#footer dl dt{
	background-color:#574f47;
	margin:0;	
	float:left;
	height:65px;
	margin-left:10px;
	padding:10px 0 10px 10px;
	}
#footer dl dd{
	background-color:#574f47;
	margin:0;	
	float:left;
	height:65px;
	padding:10px;
	width:64px;
	}
#footer dl dd a:hover{
	color:#96b35f;
}
#footer dl dd a:hover .vn{
	color:#fff;
}
#footer .item{
	
	float:left;
	
	margin-right:10px;
	
	}

#footer .last{
	margin-right:0;
}
#footer .item a{
	color:#fff;
	display:block;
	background-color:#574f47;
	padding:10px;
	float:left;
	width:140px;
	text-decoration:none;
}
#footer .item a:hover{
	background-color:#666;
	}
#footer .item img{
	float:left;
	margin-right:10px;
	
	}
	
#footer .clear{
	height:10px !important;
	}
.first {
	margin-left:0px !important;
	}
.clear{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.orange {
	color:#c7841d;
	
	}
.black {
	color:#574f47;
}
.green {
	color:#71952c;
}
.borderless {
	border:none;
	text-decoration:none;
}

ul.demo li {
padding:5px 0;
margin-left:20px;
}