@charset "utf-8";
 @import url("../css/navigation.css");
 @import url("../css/forms.css");
 @import url("../css/extra.css");
body {
	margin:0;
	padding:0;
	background:#716151;
	font:12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
	color:#E4E0DC;
	height:100%;
}
div.fixed {
	width: 762px !important;
}
/* -----------------------------------------  MAIN */

html, body, #wrap {
	height:100%;
}
body > #wrap {
	height:auto;
	min-height:100%;
}
#main {
	width:762px;
	margin:0 auto 0 auto;
	padding-bottom:80px;
}/* must be same height as the footer */
/* -----------------------------------------  CLEAR FIX*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* -----------------------------------------  Hides from IE-mac \*/

* html.clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* -----------------------------------------  End hide from IE-mac */

#header {
	width:100%;
	height:284px;
	background:#FFFFFF;
	border-bottom:1px #b4b2af solid;
}
#header_inner {
	position:relative;
	width:762px;
	height:284px;
	margin:0 auto;
}
#banner {
	right:0;
	bottom:0px;
	position:absolute;
	z-index:50;
}
#content-out {
	background:#706050;
	border-top:1px #3C332B solid;
}
#content {
	padding:0px 0px 0px 0px;
	min-height:264px;
	width:762px;
}
* html #content {
	width:762px;
	height:auto !important;
	width:762px;
}
.clear {
	clear:both;
	background:none;
}
/* ----------------------------------------- FOOTER START*/

#footer {
	position:relative;
	margin-top:-80px;/* negative value of footer height */
	height:80px;
}
#footer-out {
	height:45px;
	width:100%;
	background:#1d1d1d url('/img/public/footer-bg.gif') repeat-x;
}
#footer-inner {
	padding:12px 0 0 0;
	margin:0 auto;
	width:762px;
	font-size:11px;
	text-align:right;
}
/* ----------------------------------------- FOOTER END*/
/* -----------------------------------------  view range */

#viewrange {
	width:500px;
	text-align:right;
	float:right;
}
h1 {
	font-size:24px;
	color:#FFF;
	margin:10px 0px 0px 0px;
	padding-bottom:5px;
	font-weight:bold;
	border-bottom:1px dotted #B0A692;
}
h2 {
	font-size:16px;
	color:#FFF;
	margin:5px 0;
	font-weight:bold;
}
h3 {
	font-size:14px;
	color:#FFF;
	margin:5px 0;
	font-weight:bold;
}
h4, h5, h6, h7 {
	font-size:10px;
	line-height: 11px;
	margin: 0;
}
p {
	text-align:justify;
}
hr {
	border-bottom: dotted #AEA79B 1px;
	width: 80%;
/*	background-color: #AEA79B;
	height: 1px;
*/	margin: 20px auto;
	clear:both;
}
blockquote {
	font-style:italic;
	margin:10px 0px 10px 185px;
	padding-left:30px;
	background:url('/img/public/quote_wh.png') top left no-repeat;
}
/* -----------------------------------------  links */

a {
	text-decoration:none;
	color:#C9AE89;
}
a:hover {
	text-decoration:none;
	color:#8dc63f;
}
a:visited {
	text-decoration:none;
	color:#C9AE89;
}
p a:hover {
	text-decoration:none;
	color:#8dc63f;
}
img {
	border:none;
}
/* -----------------------------------------  Testimonial image */
.test_img {
	float: left;
	margin:0px 10px 20px 0px;
}

#toolbar {
	float: right;
}

.public-nav-form input {
	float: left;
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	color:#6C6C6C;
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.clear {
	clear: both;
}

