body {
	margin:0;
	background:#000;
	font:12px Arial, Helvetica, sans-serif;
}
img { border-style:none;}
a { text-decoration:none;}
a:hover { text-decoration:underline;}
input, textarea, select { vertical-align:middle;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
#main {
	width:804px;
	margin:0 auto;
	background:#a37e23;
}
.main-wrap {
	width:800px;
	margin:0 auto;
}
#header {
	height:109px;
	padding:0 10px;
	background:url(../images/header-bg.jpg) repeat-y;
}
h1 {
	float:left;
	background:url(../images/logo.jpg) no-repeat;
	width:401px;
	height:96px;
	text-indent:-9999em;
	margin:6px 0 0 38px;
	display:inline;
}
h1 a {
	display:block;
	overflow:hidden;
	height:100%;
}
strong.phone {
	float:right;
	background:url(../images/img-phone.gif) no-repeat;
	text-indent:-9999em;
	height:37px;
	width:290px;
	margin:40px 13px 0 0;
}
.img-holder {
	background:url(../images/img-holder-bg.jpg) repeat-y;
	padding:34px 0;
	overflow:hidden;
	height:1%;
}
.img-holder img { float:left;}
#content {
	overflow:hidden;
	height:1%;
	background:#fff url(../images/main-column-bg.gif) repeat-x 0 100%;
	position:relative;
}
.wrap-top {
	background:url(../images/content-top-bg.png) no-repeat;
	overflow:hidden;
	height:9px;
	margin-bottom:-9px;
	position:relative;
	z-index:10;
}
.content-wrap {
	background:url(../images/sidebars-bg.png) repeat-y;
	overflow:hidden;
	width:100%;
	padding:16px 0 10px;
}
.content-wrap h2 a,
.content-wrap h2 {
	margin:0;
	font-size:18px;
	color:#a37e23;
}
.content-wrap h3 {
	margin:0 0 5px;
	font-weight:normal;
	font-size:17px;
	color:#a37e23;
}
.content-wrap h4 {
	margin:0;
	font-size:12px;
	text-transform:uppercase;
	color:#e9d8ab;
	background:url(../images/separator-sidebar.gif) repeat-x 0 100%;
	padding:18px 10px 20px;
	height:1%;
}
.content-holder {
	overflow:hidden;
	width:100%;
	padding:15px 0 0;
}
.main-column {
	width:453px;
	float:left;
	padding:0 9px 47px;
	min-height:630px;
}
* html .main-column { height:630px;}
.main-column p { margin:0 0 13px;}
.main-column p a {
	color:#a17d20;
	text-decoration:underline;
}
.info { margin-bottom:15px;}
.info div { overflow:hidden;}
.info img {
	float:left;
	border:2px solid #a37e23;
	margin-right:13px;
}
.sidebar,
.second-sidebar {
	width:159px;
	float:left;
	padding:0 3px 0 7px;
	margin-top:-15px;
	position:relative;
	z-index:10;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
}
.second-sidebar {
	width:157px;
	float:right;
	z-index:1;
	padding:0 3px 0 0;
}
.sidebar .form-box {
	background:url(../images/separator-sidebar.gif) repeat-x 0 100%;
	padding:14px 3px 27px 10px;
	overflow:hidden;
	height:1%;
}
.sidebar .form-box div {
	margin-bottom:2px;
	overflow:hidden;
	height:1%;
}
.second-sidebar .form-box { padding-bottom:10px;}
.sidebar .form-box input.text {
	width:80px;
	padding:1px 0 2px 4px;
	font:11px Arial, Helvetica, sans-serif;
	float:left;
	margin-right:3px;
}
.sidebar .form-box input.button { float:left;}
.second-sidebar .form-box input.text {
	width:61px;
	margin-right:0;
}
.sidebar .form-box label {
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#e9d8ab;
	margin-bottom:10px;
}
.second-sidebar .form-box label {
	float:left;
	width:75px;
	color:#fff;
	font-size:10px;
}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}
.sidebar ul li {
	padding:8px 10px 12px;
	background:url(../images/separator-sidebar.gif) repeat-x 0 100%;
	height:1%;
}
.sidebar ul a { color:#fff;}
.sidebar address {
	font-style:normal;
	padding:10px 10px 12px;
	background:url(../images/separator-sidebar.gif) repeat-x 0 100%;
}
.image-wrap {
	margin:8px 0 -10px;
	width:91px;
}
.image-wrap img {
	display:block;
	padding:2px 5px 6px 3px;
}
#footer {
	position:absolute;
	bottom:15px;
	left:0;
	margin:0;
	width:478px;
	font-size:9px;
	color:#939598;
	text-align:center;
}
#footer a {
	text-decoration:underline;
	color:#939598;
}