*	{
	margin: 0;
	padding: 0;
	}
	
/* ---------- General Styles ---------- */

body {
	font-family: Helvetica, "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: small;
	background: #4d0f00 url(../img/layout/bg.jpg) top center fixed no-repeat;
	}

#container {
	width: 951px;
	margin: 0 auto;
	font-size: 110%;
	background:  url()
	}
	
#header {
	height: 94px;
	}
	
#logo {
	margin: 40px 0 0 10px;
	}
	
#content {
	margin-top: 6px;
	padding: 15px 15px 60px 20px;
	background: #fcfbee url(../img/layout/bg-content.jpg) top left no-repeat;
	position: relative;
	z-index: 2;
	}

.content-bottom {
	position: relative;
	z-index: 2;
	}
	
#left-column {
	width: 590px;
	float: left;
	font-size: 90%;
	line-height: 1.6em;
	color: #605b4c;
	}
	
#right-column {
	width: 299px;
	float: right;
	font-size: 85%;
	color: #635449;
	}
	
#footer {
	background: url(../img/layout/bg-footer.png) top left repeat-x;
	height: 200px;
	position: absolute;
	width: 100%;
	margin-top: -90px;
	z-index: 1;
	}
	
/* ---------- Nav Styles ---------- */

#navContainer {
	width: 951px;
	height: 49px;
	background: url(../img/layout/bg-nav.jpg) bottom left no-repeat;
	font-size: 105%;
	}

#nav {
	position: relative;
	z-index: 101;
	font-weight: bold;
	padding-left: 10px;
	}

#nav li {
	list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	height: 49px;
	}
	
#nav li:hover {
	background: #edbc6f;
	}
	
#nav li a {
	display: block;
	padding: 17px 15px 15px 15px;
	color: #fff;
	text-decoration: none;
	}
	
html>body #nav li a { *padding: 16px 16px 15px 16px; }
	
#nav li:hover a {
	color: #340b00;
	}
	
#nav li a:hover {
	_color: #340b00;
	_background: #edbc6f;
	}
	
#nav li a.active {
	color: #340b00;
	}

#nav li ul {
	position: absolute;
	z-index: 150;
	width: 260px;
	padding-bottom: 16px;
	left: -999em;
	background: url(../img/layout/bg-nav-popout.png) bottom center repeat-y;
	_background: none;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: -15px;
	_margin-left: -30px;
	}

#nav li ul li {
	float: left;
	width: 14em;
	margin-left: 15px;
	height: auto;
	}
	
#nav li ul li a {
	display: block;
	width: 198px;
	padding: 11px 16px;
	text-align: left;
	text-indent: 0;
	background: #edbc6f;
	border-bottom: 1px solid #e98f07;
	color: #4a0f00;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	font-size: 85%;
	font-weight: bold
	}
		
#nav li ul li a.last {
	border-bottom: none;
	}
	
#nav li ul li a:hover {
	background: #e78e07;
	color: #fff;
	}
	
	
/* ---------- Left Column  Styles ---------- */

#left-column .bordered, .bordered-left, .bordered-right {
	padding: 10px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #b8a47a;
	}

.bordered-left {
	float: left;
	margin: 0 15px 5px 0;
	}

.bordered-right {
	float: right;
	margin: 0 0 5px 15px;
	}

#video {
	position: absolute;
	margin: -10px 0 0 -50px;
	}
	
.home h1 {
	margin-top: 375px;
	}
h1.entry { margin-bottom: 20px; }
h1.entry span { display: block; font-size: 80%; margin-top: 9px; color: #403d38; }

	
dl {
	font-size: 110%;
	}
	
dt {
	width: 50%;
	font-weight: bold;
	float: left;
	padding: 12px 0 2px 0;
	border-bottom: 1px dotted #898171;
	}

dd {
	width: 50%;
	color: #748f30;
	float: right;
	padding: 12px 0 2px 0;
	border-bottom: 1px dotted #898171;
	}
	
#container .faqs h2 {
	color: #403d38; text-transform: none; border-bottom: none; margin-bottom: 5px; padding-bottom: 0;
	}



/* ---------- Right Column Styles ---------- */

#right-column .bordered {
	padding: 4px;
	background: #fff;
	border: 1px solid #cbc0a4;
	}

.featured {
	padding: 10px 10px 2px 10px;
	background: url(../img/layout/bg-featured.jpg) top center no-repeat;
	}
.featured img {
	float: left;
	margin-right: 10px;
	}
.featured h3 {
	margin: 3px 0 5px 0;
	color: #bd3000;
	text-transform: uppercase;
	font-size: 110%;
	}
.featured p {
	margin-bottom: 6px;
	}
.featured-bottom {
	margin: 0 0 11px 0;
	}
	
#right-column-content {
	background: #f0e5c5 url(../img/layout/bg-sidebar.jpg) top left no-repeat;
	margin: 10px 0 30px 0;
	padding: 15px 0 0 0;
	}
#right-column-content h3 {
	color: #e16d00;
	text-transform: uppercase;
	font-size: 120%;
	margin-bottom: 10px;
	}
#right-column-content h3 span {
	color: #bd3000;
	font-weight: normal;
	}
#right-column-content .piece {
	padding: 20px 15px;
	}
#right-column-content hr {
	border: none;
	border-bottom: 4px solid #fafaee;
	}

.cat-question {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
	}
.cat-answer:first-letter {
	font-weight: bold;
	}
	
	
/* ---------- Footer Styles ---------- */

#footer-content {
	width: 911px;
	padding: 0 20px;
	margin: 120px auto 0 auto;
	color: #fff;
	}
	
#footerNav {
	float: left;
	width:60%;
	}
	
#footerNav li {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	}
	
#footerNav li a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	}
	
#footerNav li a:hover {
	color: #d56d14;
	}
	
#footer p {
	float: right;
	width: 35%;
	color: #fff;
	line-height: 1.3em;
	text-align: right;
	}
	
#footer p a {
	text-decoration: none;
	font-weight: bold;
	color: #d56d14;
	}
	
#footer p a:hover {
	color: #fff;
	}

	
/* ---------- Buttons ---------- */

.a-arrow {
	display: block;
	width: 101px;
	height: 20px;
	margin-top: 5px;
	float: right;
	padding: 7px 5px 0 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background: url(../img/buttons/green-arrow.png);
	}
	
.a-arrow:hover {
	background: url(../img/buttons/orange-arrow.png);
	}
	
	
	
/* ---------- Typography ---------- */

h1 {
	margin: 20px 0 25px 0;
	padding-bottom: 10px;
	font-size: 150%;
	color: #9d1200;
	border-bottom: 1px solid #e4e2d5;
	}
#left-column h2 {
	margin: 50px 0 18px 0;
	padding-bottom: 6px;
	font-size: 120%;
	text-transform: uppercase;
	color: #9d1200;
	border-bottom: 1px solid #e4e2d5;
	}
	
#left-column p, #left-column ol, #left-column blockquote {
	margin: 0 0 25px 0;
	font-size: 105%;
	}
	
ol, ul.normal-list {
	padding: 20px 20px 0 30px;
	font-size: 105%;
	}
ol li, ul.normal-list li {
	padding: 0 0 15px 0;
	}
	
blockquote {
	padding: 15px 30px;
	font-style: italic;
	font-size: 95%;
	line-height: 1.7em;
	color: #9d1200;
	}
	
#left-column a {
	color: #6c1406;
	}
#left-column a:hover {
	color: #bd3000;
	}
	
.center {
	text-align: center;
	}


	
/* ---------- Misc ---------- */

.clear:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

* html .clear {
	height: 1px;
	}

*:first-child+html .clear {
	min-height: 1px;
	}
	
.cleared {
	clear: both;
	}
	
a img {
	border: none;
	text-decoration: none;
	}
	

