/* global */

* {
	padding:0;
	list-style:none;
	margin:0;
	border:0;
	}

body {
	font: 12px Verdana, Geneva, sans-serif;
	margin:0;
	}
		
h1 {
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif normal;
	color:#672515;
	padding-bottom:18px;
	position:relative;
	}
	
#home h1 {
	left:-25px;
	}	
	
h2 {
	font-size: 12px;
	padding-bottom:6px;
	}	
	
h3 {
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif normal;
	font-style: italic;
	color:#672515;
	padding-bottom:6px;
	}
	
p {
	padding-bottom:15px;
    }
a {
	color:#005C58;
	}
	
a:hover {
	color:#672515;
	}
	
.clear {
	clear:both;
	
		}	
	
#container {
	width:972px;
	border:#000 solid 1px;
	padding:1px;
	margin:38px auto 0 auto;
	}

/* navigation */

#nav {
	background:url(../img/nav.jpg);
	height:46px;
	padding:91px 0 0 120px;
	position:relative;
	z-index:10;
	}
	
#nav li {
	display:inline;
	}
	
#nav li a {
	color:#fff;
	display:block;
	float:left;
	padding:16px 12px 16px 12px;
	text-decoration:none;
	
	}

#nav ul {
	background:#B58C6A;
	position:absolute;
	border:#fff solid 1px;
	white-space:nowrap;
	top:136px;
	display:none;
	border-bottom:none;
	}
		
#nav ul li a  {
	float:none;
	padding:5px 13px;
	border-bottom:#fff solid  1px;
	color:#000;
	}
	
#nav ul li a:hover {
	background:#672515;
		color:#fff;
	}	

#no_link li a  {
	color:#000;
	text-decoration: none;
	}
	
#no_link li a:hover  {
	color:#000;
	text-decoration: underline;
	}
	
a#logo {
	display:block;
	float:left;
	width:85px;
	height:140px;
	padding:0;
	position:absolute;
	top:0px;
	left:0px;
	}	
	
h2#tagline {
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif normal;
	position:absolute;
	color:#fff;
	top:35px;
	right:30px;
	white-space:nowrap;
	font-weight:normal;
}

#subnav {
	float:left;
	}
#subnav li {
	border-bottom:#B0B79C solid 1px;
	width:185px;
	padding:10px 0;
	margin-right:25px;
	}
	
#subnav li.on{
	background:url(../img/subnav_on.gif) no-repeat left center;
	padding-left:20px;
	width:165px;
	}
	
#subnav li a{
	color:#fff;
	text-decoration:none;
	display:block;
	}	
#subnav a:hover {
	color:#000;
	}

/* content */


#content {
	background:url(../img/content.jpg) #F0F0CE no-repeat;
	padding:50px 20px;
	}
	
#copy {
	float:right;
	width:720px;
	}
#copy img {
	float:right;
	border:#fff solid 2px;
	margin:0 0 20px 20px;
	}
	
.tour {
	float:none;
	}

#home #content {
	height:300px;
	padding:40px 25px 15px 575px;
	overflow:hidden;
	}
		
#subcontent {
	background:url(../img/home_subcontent.jpg);
	height:200px;
	overflow:hidden;
	padding:40px 25px 25px 45px;
	}
		
#subcontent ul {
	float:left;
	width:250px;
	}
		
#subcontent li a {
	color:#000;
	text-decoration:none;
	line-height:20px;
	}
#subcontent li a:hover {
	text-decoration: underline;
	}
		
#subcontent div {
	float:right;
	width:370px;
	color:#fff;
	}
	
#subcontent div h1, #subcontent div a {
	color:#fff;
	}
	
/* footer */

	
#footer {
	font-size:11px;
	width:976px;
	margin:10px auto;
	}
	
#footer div {
	float:left;
	}
#footer span {
		color:#672515;
		margin:0 5px;
		}	
a#credit {
	font-style:italic;
	text-decoration:none;
	color:#000;
	float:right;
	}