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

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

li {
	list-style: none;

}
img {
	border: 0;	
}

a {
	text-decoration: none;	
	color: #8b7753;
}
a:hover {
	color: #fff;
}

p {
	margin-bottom: 15px;
}

body {
	background: #524C44 url(../images/body-bg.jpg) no-repeat 50% 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
	font-size:16px;
	line-height: 24px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #8b7753;
	font-weight:normal;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	color: #b0a79a;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	color: #999;
}
h4 {
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #8B7753;
	
}
#header-wrapper {
	height: 80px;
	background:#000;
	border-bottom: 4px solid #8b7753;
}
#header {
	width: 960px;
	margin: 0 auto;
	padding: 6px 6px 0;
}
#header li {
	float: left;	
	margin-right: 6px;
}
#header li img {
	border: 1px solid #fff;
}
#header #header-message {
	float: right;
	margin-right:13px;
}
#header ul#header-nav {
	clear:right;
	float:right;
	margin-top: 15px;
	width: 540px;
}
#header ul#header-nav li {
	float:left;
}
#header ul#header-nav li a {
	color: #e3d5c5;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 15px;
	padding: 3px 10px 12px;
	display:block;
}
#header ul#header-nav li a:hover, #header ul#header-nav li a.active {
	color: #fff;
	background: #8b7753;
}

#header h2 {
	text-align:right;	
}

#main-bar-wrapper {
	background: url(../images/main-bar-bg.png) repeat-x 0 0;
	height: 181px;
}
#home {
	position: relative;	
}
#home-main-bar-wrapper {
	background: url(../images/main-bar-bg.png) repeat-x 0 0;
	height: 181px;
	width: 100%;
	position: absolute;
	top: 300px;
	left:0;
}

#main-bar {
	width: 960px;
	margin: 0 auto;
	position:relative;
	height: 161px;
}
#home-main-bar {
	width: 100%;
	margin: auto;
	position:relative;
	height: 161px;
	max-width:1200px;
	min-width:890px;
}
#logo {
	position: absolute;	
	top: 12px;
	left: -40px;
}
#main-bar-message {
	position: absolute;
	top: 40px;
	left: 160px;
	max-width: 450px;
}

ul#main-bar-nav {
	float:right;
	width: 288px;
	position:absolute;
	right:0;
}
ul#main-bar-nav li {
	width: 288px;
	height: 39px;
	border-top:1px solid #EBE7E3;
	display:block;
	float: right;
}
ul#main-bar-nav li.fr {
	background: #c1b8a8;
}
ul#main-bar-nav li.hb {
	background: #b0a79a;
}
ul#main-bar-nav li.cb {
	background: #c6b894;
}
ul#main-bar-nav li.tt {
	background: #bca67e;
}
ul#main-bar-nav li a {
	display: block;
	line-height: 39px;
	padding-right: 15px;
	color: #fff;
	text-align: right;
}
ul#main-bar-nav li a:hover {
	color: #fff;
	background:#405F73;
}

#content-wrapper {

}
#content {
	width: 874px;
	margin: 0 auto;
	margin-top: -20px;
/*	background: url(../images/content-bg2.png) repeat-y 0 0;*/

}
#content-top {
	height: 23px;
	background: url(../images/content-top-bg.png) repeat-x 0 0;
	width: 840px;
}
#content-body {
	
	padding: 30px 50px 100px;
	float:left;
	width: 740px;
	background: url(../images/content-bg.png) repeat 0 0;
}
#content-body img {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	border: 1 px solid #524c44;
	padding: 10px;
	background:#FFF;
}
#content h1 {
	font-size: 26px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cfbb97;
	padding-bottom: 25px;
}
#content h2 {
	margin: 20px 0;
	color:#405F73;
	font-size: 20px;
}
#content a:hover {
	color: #405F73;
	text-decoration:underline;
}
#content ul {
	margin-left: 24px;
}
#content li {
	background: url(../images/bullet.png) no-repeat 0 6px;
	padding-left: 24px;
}

#footer-wrapper {
	background: #524c44;
	clear:both;
	width: 100%;

}
#footer-wrapper #footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 300px;
	padding: 0 15px;
}
#footer-wrapper #footer .pebbles{
	position: absolute;
	right: 0;
	top: -120px;
}
#footer-wrapper #footer h2 {
	font-size: 26px;
	color: #C1B8A8;
	padding: 20px 0 0;
}
#footer-wrapper #footer h3 {
	color: #bca67e;
	margin-bottom: 20px;
}
#footer-wrapper #footer h4 {
	color: #968f88;	
}
#footer-wrapper #footer p {
	color: #968f88;	
}
#footer a:hover {
	color: #fff;	
}

.box {
	padding: 35px;
	margin: 30px 0;
}
#content .box h1 {
	border: none;
	padding-bottom:0;
}
#testimonials .col, #testimonials .col1 {
	background:transparent url(../images/quote.png) no-repeat 0 0;
}
#testimonials p {
	font-size: 16px;;
	letter-spacing: -1px;
	color: #405F73;
	line-height:21px;
	padding: 30px 0 0 20px;
	background:none;
}
.author {
	text-align: right;	
	color: #8B7753;
	margin-bottom: 20px;
}
.clear {
	clear: both;	
}
.col {
	width: 49%;
	float: left;	
}

ul.cols li {
	float: left;
	width: 45%;
}

#credits {
	font-size: 10px;
	text-align:right;
	padding: 30px;
	background: #524c44;
}

.small {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#405F73;
}
