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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #B3A796;
	font-family: "Myriad Pro", Arial, Futura;
	font-size: 0.9em;
	background-color: #3A302C;
	background-image: url(images/core/background-a01.png);
	background-repeat: no-repeat;
}
.twoColFixLt #container {
	width: 950px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 198px;
}
.twoColFixLt #sidebar-1b {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 160px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.header {
	padding-left: 140px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 0px;
}

#simple_menu a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	color: #827A6E;
	line-height:1;
	font-size: 1em;
	font-family: "Myriad Pro Cond", "Arial Narrow", "Futura Condensed", Arial;
	letter-spacing: 0.1em;
	outline: none;
	padding: 0px;
}
#simple_menu ul {
	width: 80px;
	padding: 0px;
	z-index: 10000;
}

h1 h2 {
font-family: "Tw Cen MT Condensed", "Myriad Pro Cond", "Arial Narrow", "Futura Condensed", Arial;
}

h1 {
	color: #9E5042;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.3em;
}
h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.4em;
	padding-left: 0px;
	font-weight: normal;
	font-size: 1em;
	text-transform: capitalize;
	color: #C6A67F;
}
h3 {
	color: #C6A67F;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	padding: 0px;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 1.3em;
	margin-left: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	line-height: 1.4em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
label {
	font-size: 11px;
	color: #989580;
	line-height: 14px;
}
input, textarea {
	background-color: #97917F;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 4px;
	padding-right: 4px;
}
.submit_button_style {
	background-color: #160E0A;
	color: #BCA272;
	border: 1px solid #4B3F2D;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
a:link {
	color: #B3A796;
}
a:visited {
	color: #B3A796;
}
a:hover {
	color: #FFF;
}
.active_col-wide {
	width: 100%;
	margin-bottom: 20px;
}
.active_col-single_wide {
	width: 500px;
	margin-bottom: 20px;
}
.active_col-narrow {
	float: left;
	width: 50%;
}
.active_col-narrow p {
	margin-right: 1.2em;
}
.footer_block {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	padding-left: 0px;
	padding-right: 0px;
	color: #67554D;
	font-size: 85%;
}
.footer_block a{
	color: #67554D;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
