/*GLOBAL OPTIONS*/
html {
	font-size: 100.1%;
	height: 100%;
	background: #6f8bb3 url(../images/bg-body.jpg) repeat-x 0 100%;
	display: table;
	width: 100%;
}
body {
	font: 64% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	height: 100%;
	display: table-cell;
	width: 100%;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
li {list-style: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {outline: none;}
img {
	border: none;
	display: block;
}
h1, h2, h3, h4, h5, h6, ul, p {
	padding: 0;
	margin: 0;
}
h2, h3, p {
	font-size: 11px;
	line-height: 16px;
}
h2 {margin-bottom: 5px;}
h3 {
	color: #a04f27;
	margin-bottom: 12px;
}
.wrapper:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
	height: 0;
	font-size: 0;
}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*btn-blue*/
.btn-blue {
	width: 81px;
	line-height: 23px;
	border: 1px solid #7f3e21;
	background: url(../images/bg-btn-search.gif) no-repeat;
	color: #fff;
	font-size: 12px;
	display: block;
	text-align: center;
	text-decoration: none !important;
}
/*MAIN CONTAINER*/
#main {
	margin-left: 25px;
	width: 916px;
	overflow: hidden;
	min-height: 100%;
}
/*HEADER*/
#header {
	height: 135px;
	position: relative;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 7px;
	left: 10px;
}
.logo a {
	background: url(../images/logo.png) no-repeat;
	width: 266px;
	height: 127px;
}
/*search-form*/
.search-form {
	position: absolute;
	right: 0;
	top: 57px;
	overflow: hidden;
}
.search-form input {
	float: left;
	width: 168px;
	height: 17px;
	border: solid #7f3e21;
	border-width: 1px 0 1px 1px;
	background: url(../images/bg-input.gif) repeat-x;
	padding: 3px 5px;
	color: #b8b8b8;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.search-form .btn-blue {float: left;}
/*CONTAINER*/
#container {
	padding-bottom: 10px;
	margin-bottom: 100px;
}
.two-columns {padding-bottom: 15px;}
/*content-top*/
.content-top {
	height: 20px;
	overflow: hidden;
	background: url(../images/bg-content-top.png) no-repeat;
}
/*content-top*/
.content-bottom {
	height: 18px;
	overflow: hidden;
	background: url(../images/bg-content-bottom.png) no-repeat;
}
.content-main {
	background: url(../images/bg-content.png) repeat-y;
	padding: 0 30px;
}
/*column1*/
.column1 {
	float: left;
	width: 550px;
}
/*photo-list*/
.photo-list {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.photo-list ul {
	width: 110%;
	overflow: hidden;
	margin-bottom: -2px;
}
.photo-list li {
	float: left;
	width: 270px;
	background: url(../images/bg-dotted-border.gif) repeat-x 0 100%;
	height: 80px;
	padding: 10px 15px 1px 0;
}
.photo-list img {
	float: left;
	border: 1px solid #00264c;
	margin-right: 5px;
}
.photo-list div {overflow: hidden;}
/*content-box*/
.content-box {
	float: left;
	width: 264px;
}
.content-box-right {float: right;}
/*content-box-top*/
.content-box-top {
	height: 6px;
	overflow: hidden;
	background: url(../images/bg-c-box1-top.png) no-repeat;
}
/*content-box-top*/
.content-box-bottom {
	height: 6px;
	overflow: hidden;
	background: url(../images/bg-c-box1-bottom.png) no-repeat;
}
.content-box-main {
	background: #fff5d7;
	padding: 0 13px;
	min-height: 130px;
	overflow: hidden;
}
/*login-form*/
.login-form input {
	width: 225px;
	height: 17px;
	padding: 4px 5px;
	background: #fff;
	border: 1px solid #7f3e21;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #b8b8b8;
	margin-bottom: 7px;
}
.login-form .btn-blue {float: right;}
/*bullet-list*/
.bullet-list li {
	padding-left: 15px;
	background: url(../images/img-brow-bullet.gif) no-repeat 0 50%;
	font-size: 11px;
	color: #000;
	margin-bottom: 6px;
}
.bullet-list a {color: #000;}
/*column2*/
.column2 {
	float: right;
	width: 288px;
	padding-top: 10px;
}
/*column2-box*/
.column2-box {
	margin-bottom: 13px;
	background: url(../images/bg-dotted-border.gif) repeat-x 0 100%;
	overflow: hidden;
	height: 1%;
}
.column2-box-last {background: none;}
.column2-box p {margin-bottom: 10px;}

.column2-box h3 {
	font-size: 14px;
	margin-bottom: 8px;
}
/*btn-click*/
.btn-click {
	line-height: 31px;
	width: 288px;
	background: url(../images/bg-button.png) no-repeat;
	text-align: center;
	color: #000;
	font-size: 12px;
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
}
.btn-click span {color: #a04f27;}
/*banner-list*/
.banner-list {
	width: 856px;
	overflow: hidden;
	height: 94px;
	background: url(../images/bg-banner-list.png) no-repeat;
}
.banner-list ul {
	width: 115%;
	overflow: hidden;
	padding: 6px 7px 6px 7px;
}
.banner-list li {
	float: left;
	margin-right: 62px;
	position: relative;
}
/*FOOTER*/
#footer {
	clear: both;
	height: 95px;
	padding-top: 5px;
	margin: -100px 0 0 30px;
	position: relative;
	width: 916px;
}
#footer p {
	color: #fff;
	font-size: 12px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {text-decoration: none;}
/*inner page*/
.inner-page #header {height: 185px;}
/*main-navigation*/
.main-nav-holder {
	position: absolute;
	left: 0;
	top: 130px;
	width: 100%;
}
.main-nav {
	height: 57px;
	width: 916px;
	padding-top: 17px;
	background: url(../images/bg-main-nav.png) no-repeat;
}
.main-nav li {
	float: left;
	margin-left: 34px;
	display: inline;
	position: relative;
}
.main-nav a {
	float: left;
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	font-weight: bold;
	background: url(../images/bg-main-nav-item.gif) no-repeat 0 -9999px;
}
.main-nav a:hover {text-decoration: none;}
.main-nav span {
	float: left;
	padding-right: 10px;
	background: url(../images/bg-main-nav-item.gif) no-repeat 100% -9999px;
	cursor: pointer;
}
.main-nav li:hover a, .main-nav li.hover a, .main-nav li.active a {background-position: 0 0;}
.main-nav li:hover a span, .main-nav li.hover a span, .main-nav li.active a span {background-position: 100% 0;}
.main-nav li:hover .drop-box, .main-nav li.hover .drop-box {display: block;}
.main-nav li:hover li .drop-box, .main-nav li.hover li .drop-box {display: none;}
.main-nav li:hover li:hover .drop-box, .main-nav li.hover li.hover .drop-box {display: block;}
.main-nav li li:hover a, .main-nav li li.hover a, .main-nav li li:hover li:hover a, .main-nav li li.hover li.hover a {
	background: #fff5d7;
	color: #000;
}
.main-nav li li:hover li a, .main-nav li li.hover li a {
	background: none;
	color: #fff;
}
.main-nav li li .drop-box {
	left: 190px;
	top: -8px;
}
/*drop box*/
.drop-box {
	display: none;
	position: absolute;
	left: 0;
	top: 24px;
	width: 191px;
	padding-top: 8px;
}
.drop-box ul {
	background: url(../images/bg-drop-box.png) no-repeat;
	width: 100%;
	padding: 3px 0;
}
.drop-box li {
	width: 187px;
	padding-right: 4px;
	vertical-align: top;
	float: none;
	margin: 0;
	display: block;
}
.drop-box a {
	display: block;
	height: 1%;
	float: none;
	font: normal 12px/22px Tahoma, Arial, sans-serif;
	background: none;
}
/*drop-box-bottom*/
.drop-box-bottom {
	height: 5px;
	overflow: hidden;
	background: url(../images/bg-drop-bottom.png) no-repeat;
}
/*sidebar*/
.sidebar {
	width: 234px;
	float: left;
	padding-top: 9px;
}
.sidebar .content-box {
	float: none;
	width: 233px;
}
.sidebar .content-box-top {background: url(../images/bg-c-box2-top.png) no-repeat;}
.sidebar .content-box-bottom {background: url(../images/bg-c-box2-bottom.png) no-repeat;}
.sidebar .content-box {margin-bottom: 20px;}
.sidebar .content-box-main {width: auto;}
/*banner-list2*/
.banner-list2 li {margin-bottom: 20px;}
/*content*/
.content {
	float: right;
	width: 603px;
	padding-top: 10px;
}
.content h2 {
	color: #a04f27;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 13px;
}
.content h3 {font-size: 14px;}
.content h4 {
	font-size: 12px;
	color: #a04f27;
}
.content p {margin-bottom: 12px;}
.content .bullet-list {margin-left: 10px;}
/*content-image*/
.content-image {
	float: right;
	background: #fff;
	border: 1px solid #a04f27;
	padding: 5px;
}