@charset "utf-8";
/* CSS Document */


/* ################################################## Global Style #####################################################*/


html, body {
	padding:0;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#90865d;
	background:#fff url(../images/bg.gif) top repeat-x;
}
* {
	margin:0;
	padding:0;
}
a, a:hover {
	text-decoration:none;
	color:#90865d;
}
/* ################################################## Main Style #####################################################*/

.wrapper {
	width:930px;
	height:auto;
	margin:auto;
	overflow:hidden;
}
.header {
	width:930px;
	height:94px;
	float:left;
}
.logo {
	width:60px;
	height:54px;
	float:left;
	padding:40px 0px 0px 15px;
	border:0;
	text-align:left;
}
.nav-container {
	width:770px;
	height:60px;
	float:right;
	padding:34px 15px 0px 0px;
	border:0;
	text-align:right;
}
.nav-container ul {
	width:auto;
	height:30px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	text-align:right;
}
.nav-container ul li {
	width:123px;
	float:left;
	height:30px;
	overflow:hidden;
	margin:0px 5px 0px 0px;
	padding:0;
	display:block;
	text-align:center;
	line-height:29px;
}
.nav-container ul li a {
	width:123px;
	height:30px;
	overflow:hidden;
	background:url(../images/btn.gif) bottom no-repeat;
	color:#c4af47;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-decoration:none;
}
.nav-container ul li a:hover {
	width:123px;
	height:30px;
	overflow:hidden;
	background:url(../images/btn.gif) top no-repeat;
	color:#c4af47;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-decoration:none;
}
.selected {
	background:url(../images/btn.gif) top no-repeat !important;
}
.main {
	width:930px;
	height:auto;
	overflow:hidden;
	float:left;
}
.main-top {
	width:930px;
	height:6px;
	overflow:hidden;
	background:url(../images/main-top.png) top no-repeat;
	float:left;
}
.main-bottom {
	width:930px;
	height:6px;
	overflow:hidden;
	background:url(../images/main-bottom.png) top no-repeat;
	float:left;
}
.main-content {
	width:900px;
	height:auto;
	overflow:hidden;
	background:#fef3bc;
	float:left;
	padding:9px 15px 9px 15px;
}
.main-left {
	width:700px;
	height:auto;
	overflow:hidden;
	background:#fef3bc;
	float:left;
	padding:0px;
}
.main-left-top {
	width:700px;
	height:6px;
	overflow:hidden;
	background:url(../images/main-left-top.png) top no-repeat;
	float:left;
}
.main-left-bottom {
	width:700px;
	height:6px;
	overflow:hidden;
	background:url(../images/main-left-bottom.png) top no-repeat;
	float:left;
}
.main-left-content {
	width:640px;
	height:478px;
	overflow:hidden;
	background:#fff;
	float:left;
	padding:24px 30px 24px 30px;
	text-align:left;
}
h1 {
	width:100%;
	font-size:14px;
	font-weight:bold;
	color:#90865d;
	text-align:left;
	padding-bottom:5px;
	border-bottom:1px dotted #c4bc9e;
}
h2 {
	width:100%;
	font-size:12px;
	font-weight:normal;
	color:#c4bc9e;
	text-align:left;
}
p {
	width:100%;
	color:#90865d;
	margin:0;
	padding-top:15px;
	text-indent:10px;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
}
p a {
	font-weight:bold;
	text-decoration:none;
}
p a:hover {
	font-weight:bold;
	text-decoration:underline;
}
.main-right {
	width:186px;
	height:auto;
	overflow:hidden;
	background:#fef3bc;
	float:right;
	padding:0px;
}
.main-right-top {
	width:186px;
	height:6px;
	overflow:hidden;
	background:url(../images/main-right-top.png) top no-repeat;
	float:left;
}
.main-right-bottom {
	width:186px;
	height:6px;
	overflow:hidden;
	background:url(../images/main-right-bottom.png) top no-repeat;
	float:left;
}
.main-right-content {
	width:156px;
	min-height:380px;
	overflow:hidden;
	background:#fff;
	float:left;
	padding:18px 15px 18px 15px;
	text-align:center;
}
.contact-info-container {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
}
.contact-info-left {
	width:45%;
	height:auto;
	overflow:hidden;
	float:left;
	text-align:left;
	color: #c4b784;
}
.contact-info-right {
	width:50%;
	height:auto;
	overflow:hidden;
	float:right;
	text-align:left;
	color: #c4b784;
}
.footer {
	width:920px;
	height:94px;
	float:left;
	padding:10px 0px 20px 10px;
	text-align:left;
	color:#c4bc9e;
	font-size:11px;
}

ol 
{
	margin-left: 20px;
}
