/* CSS Document */

img {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background: #150e08;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	margin: 0;
	padding: 2px 0 6px 0;
	line-height: 16px;
	color: #504030;
	text-align: left;
}

ul {
	color: #504030;
	line-height: 18px;
	text-align: left;
}

ol {
	color: #504030;
	line-height: 18px;
	text-align: left;
}

h1 {
	margin: 0;
	padding: 0;
	line-height: 0;
}

h2 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

h3 {
	background: #403224;
	padding: 10px;
	margin: 0;
	color: #9a9388;
	text-transform: uppercase;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

h4 {
	font: 16px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h5 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #d6d1c6;
	text-decoration: underline;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	}

table {
	margin: 0;
	padding: 0;
	width: 250px;
	border: 1px solid #504030;
	background: #dedacf;
}

td {
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

input {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333;
}


select {
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #333;
}

#header {
	width: 800px;
	height: 82px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #504030 url(../images/bkg_hm_header.gif) no-repeat bottom;
}

#header-lt {
	float: left;
	width: 320px;
	height: auto;
	margin: 25px 0 0 12px;
	padding: 0;
	text-align: left;
}

#header-rt {
	width: 300px;
	height: auto;
	margin: 25px 12px 0 0;
	padding: 0;
	float: right;
	text-align: right;
}

#wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #332211 url(../images/bkg_wrapper.gif) repeat-y center;
	text-align: center;
}

#content {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#nav-wrapper {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav {
	float: left;
	width: 549px;
	height: auto;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
	padding: 9px 0 9px 0;
	background: #dedacf;
}

#nav ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
}

#nav li {
	width: auto;
	height: auto;
	margin: 0;
	padding: 8px 12px 8px 12px;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
	color: #584939;
	background: #dedacf;
}

#nav li a {
	width: auto;
	height: auto;
	margin: 0;
	padding: 8px 12px 8px 12px;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
	color: #584939;
	text-decoration: none;
	background: #dedacf;
}

#nav li a.on {
	width: auto;
	height: auto;
	margin: 0;
	padding: 8px 12px 8px 12px;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
	color: #584939;
	text-decoration: none;
	background: #d6b45b;
}

#nav li a:hover {
	width: auto;
	height: auto;
	margin: 0;
	padding: 8px 12px 8px 12px;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
	color: #584939;
	text-decoration: none;
	background: #d6b45b;
}

#nav-rt {
	float: right;
	width: 247px;
	height: auto;
	margin: 0;
	padding: 1px;
	background: #25190f; 
}

#home-columns-wrapper {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: #504030;
}

#home-columns-rt {
	float: right;
	width: 247px;
	height: auto;
	padding: 20px 0 0 0;
	margin: 0;
}

#home-columns-main {
	float: left;
	width: 549px;
	height: auto;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
}

#home-columns-main-rt {
	float: right;
	width: 350px;
	height: auto;
	padding: 0;
	margin: 0;
}

#home-columns-main-rt p {
	font: 13px Arial, Helvetica, sans-serif;
	color: #b9ad8b;
	text-align: justify;
	line-height: 26px;
	padding: 22px;
	margin: 0;
}

#home-columns-main-lt {
	float: left;
	width: 195px;
	height: auto;
	margin: 0;
	padding: 0;
	border-right: 1px solid #fff;
	text-align: left;
}

#home-columns-main-lt p {
	margin: 0;
	padding: 10px 20px 10px 20px;
	color: #d6d1c6;
}

#header-in {
	width: 800px;
	height: 82px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #504030;
}

#header-in-lt {
	float: left;
	width: 320px;
	height: auto;
	margin: 25px 0 0 12px;
	padding: 0;
	text-align: left;
}

#header-in-rt {
	width: 300px;
	height: auto;
	margin: 25px 12px 0 0;
	padding: 0;
	float: right;
	text-align: right;
}

#interior-wrapper {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff url(../images/bkg_interior.gif);
	border-top: 1px solid #504030;
}

#interior-content {
	padding: 25px;
	margin: 0;
	text-align: left;
}

#interior-content p {
	color: #504030;
}

#interior-content a {
	color: #504030;
	text-decoration: underline;
}

#interior-content a:hover {
	color: #666;
	text-decoration: none;
}

#interior-rt {
	float: right;
	width: 590px;
	height: auto;
	margin: 0;
	padding: 0;
}

#interior-lt {
	float: left;
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
}

#leftnav {
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px;
	text-align: left;
}

#leftnav ul {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftnav li {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftnav li a {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0 10px 0;
	list-style-type: none;
	color: #504030;
	text-decoration: underline;
}

#leftnav li a.on {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0 10px 0;
	list-style-type: none;
	color: #666;
	text-decoration: none;
}

#leftnav li a.sub {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 12px 0;
	list-style-type: none;
	color: #ad8a2d;
	text-decoration: none;
}

#leftnav li a.sub-on {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 12px 0;
	list-style-type: none;
	color: #666;
	text-decoration: none;
}

#leftnav li a:hover {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0 10px 0;
	list-style-type: none;
	color: #504030;
	text-decoration: none;
}

#leftnav li a:hover.on {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0 10px 0;
	list-style-type: none;
	color: #504030;
	text-decoration: none;
}

#leftnav li a:hover.sub {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 12px 0;
	list-style-type: none;
	color: #504030;
	text-decoration: none;
}

#leftnav li a:hover.sub-on {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 12px 0;
	list-style-type: none;
	color: #504030;
	text-decoration: none;
}

#photos {
	width: 600px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#photos-rt {
	width: 300px;
	height: auto;
	text-align: center;
	float: right;
}

#photos-lt {
	width: 280px;
	height: auto;
	text-align: center;
	float: left;
}

#footer {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer p {
	text-align: center;
	color: #918171; 
}

#footer2 {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer2 p {
	text-align: center;
	color: #918171; 
}

#footer2 a {
	color: #908070;
	text-decoration: none;
}

/***Tony Aslett's clearing hack***/
  .clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearing {
    display: inline-block;
    }

  /* hides from IE/Mac \*/
  * html .clearing { 
    height: 1%;
    }

  .clearing {
    display: block;
    }
  /* end hide from IE-Mac */
  /***end clearing hack***/