@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color: #e6e2d0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center;
	}
#wrapper {
	width: 875px;
	height: auto;
	margin: 15px auto;
	}
#mailist {
	width: 875px;
	height: 80px;
	clear: both;
	float: left;
	background-image: url(images/logo.png);
	_background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	}
#nav {
	width: 875px;
	height: 55px;
	*height: 75px;
	clear: both;
	float: left;
	padding-top: 20px;
	}
#main {
	width: 873px;
	height: 350px;
	clear: both;
	float: left;
	border: 1px solid #796356;
	_border: none;
	background-color: #ffffff;
	overflow: hidden;
	}
#content_left {
	width: 645px;
	height: auto;
	clear: both;
	float: left;
	padding: 30px 28px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.5em;
	}
#content_left_wide {
	width: 875px;
	height: auto;
	clear: both;
	float: left;
	padding: 30px 0px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.5em;
	}
#content_right {
	width: 200px;
	height: auto;
	float: left;
	padding: 30px 0px 0px 0px;
	}
#footer {
	width: 875px;
	height: auto;
	clear: both;
	float: left; 
	font: 11px Arial, Helvetica, sans-serif;
	color: #998779;
	line-height: 1.2em;
	padding: 20px 0px 10px 0px;
	 }

h1 {
	font: 15px Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: .13em;
	padding: 0;
	margin: 0;
	}
h2 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: .11em;
	padding: 0px 0px 10px 0px;
	margin: 0;
	}
h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px 0px 3px 0px;
	margin: 0;
	}
hr {
	background-color: #988a81;
	border: 0;
	color: #988a81;
	height: 1px;
	width: 100%;
	margin:0;
	padding:0;
	}
.h1gold {
	color: #c88b11;
	}	
a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:underline;
	}
a:hover {
	color: #c88b11;
	text-decoration: none;
	}
a.nav {
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #796356;
	text-decoration:none;
	letter-spacing: .15em;
	}
a.nav:hover {
	color: #c88b11;
	}
a.nav2 {
	font: 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #796356;
	text-decoration:none;
	letter-spacing: .15em;
	padding-right: 20px;
	}
a.nav2:hover {
	color: #c88b11;
	}
a.nav2big {
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #796356;
	text-decoration:none;
	letter-spacing: .15em;
	padding: 0px 0px;
	}
a.nav2big:hover {
	color: #c88b11;
	}
a.small_links {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration:none;
	}
a.small_links:hover {
	color: #c88b11;
	}
.bullet {
	color: #796356;
	padding: 0px 12px;
	}
.copyright {
	font: 10px Arial, Helvetica, sans-serif;
	color: #998779;
	line-height: 1.5em;
	}
.line_large {
	width: 874px;
	display:block;
	_display: none;
	height: 1px;
	background-color: #d5caa8;
	border-bottom: 1px solid #bfb79e;
	margin: 2px 0px 10px 0px;
	}
.line_medium {
	width: 645px;
	display:block;
	_display: none;
	height: 1px;
	background-color: #d5caa8;
	border-bottom: 1px solid #bfb79e;
	margin: 2px 0px 10px 0px;
	}
.line_small {
	width: 201px;
	display:block;
	_display: none;
	height: 1px;
	background-color: #d5caa8;
	border-bottom: 1px solid #bfb79e;
	margin: 2px 0px 10px 0px;
	}
img {	
	margin:0;
	padding:0;
}
img.menu_btns {
	padding: 0px 0px 1px 0px;
	}
.socialmedia {
	font: 11px Arial, Helvetica, sans-serif;
	color: #998779;
	margin-left: 170px;
}
.mce_inline_error{
       color:#999999;
	   font: 11px Arial, Helvetica, sans-serif;
	   padding-top: 3px;
}