﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin: 20px auto 0 auto;
}
a {
	color: #ba7837;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #e4811f;
}
img {
	border:0;
}
.head {
	margin-right: auto;
	margin-left: auto;
	width: 896px;
	height: 87px;
}
.home_wrapper {
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	padding-bottom: 17px;
	min-height: 775px;
}
.main_nav {
	padding: 13px 3px 3px 3px;
	background-color: #ba7837;
	border: 3px solid #FFFFFF;
	width: 128px;
	float: left;
	position: relative;
	height: 220px;
	margin-top: 17px;
	margin-right: 8.5px;
	margin-left: 17px;
}
.main_content {
	border: 3px solid #FFFFFF;
	margin: 17px 17px 8.5px 8.5px;
	width: 696px;
	float: left;
	position: relative;
}
#space {
		clear: both;
}
.title {
	font-size: 20px;
	font-weight: bold;
}
.padding {
	padding: 8px;
}
.grbrd {
	border: 1px #739b78 solid;
}

.hm_welcome {
	background-color: #739b78;
	padding: 12px 8px 20px 8px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90; *;
	margin-top: -3px;
	height: 150px;
	color: #FFFFFF;
	font-size: 15px;
}
.navimg {
	margin-bottom: 20px;
	padding: 4px 4px 3px 0;
}
.navimg:hover {
	background-color: #a9692a;
}

.lft_feature {
	border: 3px solid #FFFFFF;
	margin: 0 8.5px 8.5px 17px;
	width: 134px;
	float: left;
	position: relative;
	overflow: hidden;
}
.lft_icons {
	margin: 8px 8.5px 8px 17px;
	width: 134px;
	padding:5px 0;
	float: left;
	position: relative;
	overflow: hidden;

}

.hm_work {
	border: 3px solid #FFFFFF;
	margin: 17px 8.5px 8.5px 8px;
	width: 338px;
	float: left;
	position: relative;
}
.hm_contact {
	border: 3px solid #FFFFFF;
	background-image: url('../images/whitetrn.png');
	margin: 17px 8.5px 8.5px 17px;
	width: 328px;
	float: left;
	position: relative;
}

.hm_white_contact {
	padding: 8px;
	height: 161px;
	line-height: 225%;
	
}
.footer {
	width: 896px;
	position: relative;
	padding-bottom: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding-top:15px;
	height:30px;
}
.footer_left {
	float: left;
	font-size: 11px;
	color: #C0C0C0;
	width: 400px;
}
.footer_center{
	float:left;
}
.footer_right {
	float: right;
	font-size: 11px;
	color: #C0C0C0;
	width: 220px;
	text-align: right;
}
.col_left {
	position: relative;

	float: left;
	width: 164px;
}
.col_right {
	position: relative;

	float: left;
	width: 720px;
}
.message {
	background-color: #FFFFFF;
	min-height: 300px;
	padding: 12px 8px 20px 8px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90; *;
	margin-top: -3px;

}
/* Form */
.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}