/*------------------------------------------------*/
/*--              SHELL STRUCTURE             --*/

* {
	margin:0;
	padding:0;
	}

html {
	margin: 0 auto;
	padding: 0;
	background: #edead9 url("images/bg_main.jpg") repeat;
	}

body {
	margin: 0 auto;
	padding: 0;
	font: 1.05em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #32312c;
	background: transparent url("images/bg_header.jpg") top center repeat-x;
	}	

div#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}

@font-face {
	font-family: "Packard Bold";
	src: url("PackardAntique-Bold.ttf");
	}
	
/*------------------------------------------------*/
/*--                 SITE WIDE                     --*/

a img {
border: 0;
	}

a, a:link, a:visited {
	text-decoration: underline;
	color: #895a34;
	font-weight: normal;
	}

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

a:active { 
	outline: none; 
	}

a:focus { 
	-moz-outline-style: none; 
	}
	
h1 {
	font: 2.5em "Packard Bold", "Times New Roman", Times, serif;
	color: #8c303e;
	margin: 0 0 20px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px dotted #A66126;
	}
	
h2 {
	font: 1.1em "Packard Bold", "Times New Roman", Times, serif;
	color: #8c303e;
	padding: 4px 0 4px 0;
	margin: 14px 0 12px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
	}
	
p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1.6em;
	}
	
blockquote {
	margin: 10px 60px;
	padding: 0 0 20px 0;
	line-height: 1.9em;
	font-family: "Georgia", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	color: #000;
	}
	
b {
	color: #8a3705;
	}
	
img.framed {
	margin: 10px 0 20px 0;
	padding: 12px;
	background: #CFCCC1;
	border: 2px solid #fff;
	}
	
img.framed-right {
	position: relative;
	float: right;
	margin: 0 0 10px 12px;
	padding: 12px;
	background: #CFCCC1;
	border: 2px solid #fff;
	}
	
img.framed-left {
	position: relative;
	float: left;
	margin: 6px 20px 6px 0;
	padding: 12px;
	background: #CFCCC1;
	border: 2px solid #fff;
	}

div.left {
	position: relative;
	float: left;
	margin: 6px 20px 6px 0;
	}
	
div.right {
	position: relative;
	float: right;
	margin: 0 0 10px 12px;
	}
	
.credit {
	font-size: .7em;
	color: #b1653f;
	font-style: italic;
	}
	
ul {
	margin: 0;
	padding: 0 0 20px 0;
	}
	
li {
	margin-left: 60px;
	padding: 0 0 10px 0;
	}

select.large {
	font-size: .9em;
	}
	
#flashcontent {
	height: 480px;
	}
	
#flashcontent caption {
	color: #343434;
	}
	
/*------------------------------------------------*/
/*--          MAIN NAVIGATION                 --*/

#menu {
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 194px;
	left: 0;
	width: 960px;
	height: 57px;
	}
	
#menu ul {
	list-style: none;
	margin: 0 auto;
	width: 960px;
	}
	
#menu li {
	list-style: none;
	margin: 0;
	padding: 0 22px 0 0;
	display: block;
	float: left;
	}
	
	
#menu li a, #menu li a:link, #menu li a:visited {
	font: 1em "Georgia", "Times New Roman", Times, serif;
	line-height: 57px;
	color: #fbebc6;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
	}
	
#menu li a:hover {
	color: #f0930e;
	text-decoration: none;
	}
	
#menu li a.current{
	color: #E8C778;
	text-decoration: none;
	}
	
/*------------------------------------------------*/
/*--          SUB NAVIGATION                 --*/

#submenu {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 280px;
	}
	
#submenu ul {
	list-style: none;
	margin: 0 auto;
	padding: 12px 0;
	width: 280px;
	text-align: center;
	}
	
#submenu li {
	list-style: none;
	margin: 0;
	padding: 0 0 6px 0;
	display: block;
	}
	
	
#submenu li a, #submenu li a:link, #submenu li a:visited {
	font-size: .9em;
	color: #8C303E;
	font-weight: normal;
	text-decoration: none;
	}
	
#submenu li a:hover {
	color: #f0930e;
	text-decoration: none;
	}
	
#submenu li a.current{
	color: #fff;
	text-decoration: none;
	}


/*------------------------------------------------*/
/*--          SITE SPECIFICS                 --*/

div#masthead {
	margin: 0;
	padding: 0;
	display: block;
	height: 275px;
	}

div#main {
	display: block;
	margin: 0;
	padding: 30px 0 30px 0;
	width: 960px;
	min-height: 300px;
	clear: both;
	}

	
div#content {
	display: block;
	float: right;
	width: 640px;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	}
	
div#content-nosidebar {
	display: block;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	}
	
div#sidebar {
	margin: 0 40px 0 0;
	padding: 0;
	display: block;
	width: 280px;
	float: left;
	}
	
div#event-promo {
	display: block;
	width: 280px;
	min-height: 310px;
	margin: 0;
	padding: 0 0 12px 0;
	background: transparent url("images/event-promo_bottom.png") bottom center no-repeat;
	}
	
div#event-promo-top {
	margin: 0;
	padding: 80px 0 20px 0;
	display: block;
	width: 280px;
	background: transparent url("images/event-promo_top.png") top center no-repeat;
	}

div#event-promo h3 {
	margin: 0;
	padding: 0 26px;
	font: 1.2em "Georgia", "Times New Roman", Times, serif;
	color: #fff;
	}
	
div#event-promo p {
	margin: 0;
	padding: 0 26px 18px 26px;
	font-size: .8em;
	color: #f2a278;
	}
	
div#event-promo a, div#event-promo a:link, div#event-promo a:visited {
	text-decoration: underline;
	color: #f2a278;
	}
	
div#event-promo a:hover {
	text-decoration: none;
	color: #f2a278;
	}
	
div#event-promo p b {
	color: #f1d89e;
	}
	
	
p#mission {
	color: #864a0f;
	font-size: .9em;
	line-weight: 1.3em;
	text-align: center;
	}
	
div.tour-number {
	display: block;
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 20px 6px 0;
	padding: 0;
	text-align: center;
	font-family: "Packard Bold", "Times New Roman", Times, serif;
	font-size: 2em;
	color: #fff;
	background-color: #716658;
	border: 4px solid #e8b062;
	}
	
p.notes {
	font-size: .9em;
	color: #b1653f;
	font-style: italic;
	margin-bottom: 12px;
	}
	
/*------------------------------------------------*/
/*--              BOTTOM NAV                 --*/

div#bottomnav {
	display: block;
	width: 800px;
	margin: 0 auto;
	height: 20px;
	text-align: center;
	padding: 0;
	font: .85em Arial, Helvetica, sans-serif;
	color: #6B6251;
	}

div#bottomnav ul {
	margin: 0 auto;
	padding: 0;
	list-style: 0;
	}
	
div#bottomnav li {
	list-style: none;
	margin: 0;
	padding: 0 11px 0 11px;
	display: block;
	border-right: 1px solid #7C6158;
	float: left;
	}
	
div#bottomnav li.last {
	border-right: none;
	}

div#bottomnav li a, div#bottomnav li a:link, div#bottomnav li a:visited {
	text-decoration: underline;
	color: #6B6251;
	}
	
div#bottomnav li a:hover {
	text-decoration: none;
	color: #6B6251;
	}

/*------------------------------------------------*/
/*--                 FOOTER                   --*/

div#footer {
	margin: 0 auto;
	padding: 0;
	display: block;
	color: #CEB175; 
	text-align: center;
	font: .85em "Georgia", "Times New Roman", Times, serif;
	letter-spacing:1px;
	height: 132px;
	clear: both;
	background: #000 url("images/bg_footer.jpg") top center repeat-x;
	}

div#footer a, div#footer a:link, div#footer a:visited {
	color: #CEB175;
	text-decoration: underline;
	}
	
div#footer a:hover {
	color: #CEB175;
	text-decoration: none;
	}
	
div#footer p {
	padding-top: 54px;
	}
	

/*------------------------------------------------*/
/*------------ Blog Calendar--------------------- */

.event {
	display: block;
	padding: 12px 0 20px 0;
	border-bottom: 3px solid #fff;
	margin-bottom: 20px;
	}
	
.calendar {
	float: left;
	clear: left;
	display: block;
	background: url("images/calendar2.png") no-repeat left top;
	width: 100px;
	height: 108px;
	margin-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	}

.calendar .month {
	display: block;
	clear: both;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 6px 0 0 0;
	padding-bottom: 20px;
	}

.calendar .date {
	display: block;
	clear: left;
	text-align: center;
	font-size: 3em;
	color: #F67319;
	font-family: "Packard Bold", "Times New Roman", Times, serif;
	margin: 14px 0 0 0;
	line-height: 1px;
	}