/* ---------------------------------------------------------------------------------------
TYPOGRAPHY
--------------------------------------------------------------------------------------- */
body, th, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #523620;
}
body.interior {
	color: #471427;
	
}
/* Layout */
p, li, dt, dd, th, td, h1, h2, h3, h4, h5, h6, div, span, address {
	line-height: 1.5em;
}

/* Hyperlinks */
a:link, a:visited {
	color: #E26919;
}
a:hover {
	color: #FF862E;
}

body.interior a:link, body.interior a:visited {
	color: 740030;
}

body.interior a:hover {
	color: #990033
}
/* Navigation */
ul.nav, table.nav, table.nav td {
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
}

/* General */
p, address {
	margin: 0 0 1.5em;
}

/*h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .4em;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #523620;
}
h1 {
	margin: 10px 0 .7em;
	font-family: "Arial Narrow", "Trebuchet MS";
	font-size: 24px;
}*/

/* ---------------------------------------------------------------------------------------
LAYOUT
--------------------------------------------------------------------------------------- */
body, div#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #523620;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('photo-index.jpg');
}

	body.interior, body.interior div#page {
		background-color: #FAEDA7;
		background-image: none;
	}
	
/* Header */
div#page {
	padding-top: 27px;
	width: 960px;
	height: 700px;
	text-align: left;
}

	body.interior div#page {
		padding-top: 0;
		height: auto;
		width: 887px;
		margin-bottom: 3em;
	}

div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	color: #CFF49C;
	line-height: 40px;
}
div#header * {
	line-height: 40px;
}
div#headerInner {
	padding: 0 9px;
	height: 41px;
	background:;
	overflow: hidden; 
}
p#tagline {
	position: relative;
	margin: 0;
	padding: 0 0 0 9px;
	float: left;
}


/* Utility Navigation */
ul#navUtil {
	float: right;
}
	p#tagline a, ul#navUtil a {
		text-decoration: none;
		color: #CFF49C;
	}
	
	p#tagline a:hover, ul#navUtil a:hover {
		color: #FFF;
	}


div#content {
	position: relative;
	top: -1px;
	margin-top: -10px;
	width: 960px;
/*	background: transparent url("/_images/layout/bg-content.gif") repeat-y 0 0; */
}

body.interior div#content {
	width: 887px;
	top: 0;
	margin: 0;
}

div#mCHead {
	width: 896px;
	height: 576px;
	background: transparent url('main-head.gif') no-repeat 0 bottom;
}
	#flashHead { 
		position: relative;
		left: -3px;
		top: 0px;
		height: 495px;
		margin-right: 40px;
		padding-bottom: 0;
	}

body.interior h1, body.interior h2, body.interior h3 {
	color: #780030;
}

body.interior h1 {
	margin-top: 1.5em;
	margin-bottom: .5em;
	font-size: 24px;
}

div#mCHead h1 {
	position: absolute;
	top: 562px;
	left: 100px;
	font-size: 28px;
	margin-top: 0;
}

body.interior h2 {
	font-size: 1.5em;
	margin-bottom: .8em;
}

body.interior h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 0;
}


div#mCBody {	
	background: transparent url('main-bg.gif') repeat-y; 
	padding: 3em 53px 0 68px;
	z-index: 104 !important;
}

div#mCFoot {
	position: relative;
	top: 0px;
	width: 887px;
	height: 89px;
	clear: both;
	background: transparent url('main-foot.gif') no-repeat 0 0;
}

div#mC {
        width: 500px;
	/*padding: 0 32px;*/
	z-index: 105;
        padding-left: 32px;
        float: left;
}

div#sideColumn {
	width: 165px;
        float: left;
        padding-left: 55px;
        margin-top: -50px;
        /*padding-left:px;*/
}

div#sideColumn h2 {
	margin-top: 0;
	line-height: 1.2em;
}

/* Footer */
div#footer {
	position: absolute;
	top: 700px;
	margin: 21px 0 0;
	padding: 19px 400px 50px 98px;
	font-size: 11px;
	line-height: 18px;
	color: #D3C3A3;
	background: transparent url("/_images/icons/logo.gif") no-repeat 26px 15px;
}

/* Footer */
body.interior div#footer {
	position: static;
	display: none;
	margin: 95px 0 0;
	padding: 19px 400px 50px 98px;
	font-size: 11px;
	line-height: 18px;
	color: #D3C3A3;
	/*background: transparent url("/_images/icons/logo.gif") no-repeat 26px 15px; */
}

div#footer a {
	padding: 0 9px 0 0;
	color: #D3C3A3;
}
div#footer a:hover {
	color: #FFA957;
}
div#footer span.dash {
	padding: 0 6px;
}
/* ---------------------------------------------------------------------------------------
GENERAL STYLES
--------------------------------------------------------------------------------------- */
abbr {
	font-style: normal;
	border: 0;
}
img.toright {
	margin: 0 0 20px 20px;
	padding: 0;
	float: right;
}
img.toleft {
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}
img.tocenter {
	display: block;
	margin: 0 auto 1em;
	padding: 0;
}
div.hr {
	clear: both;
}
div.clear {
	clear: both;
}
div.hr hr, div.clear hr {
	display: none;
}
/* ---------------------------------------------------------------------------------------
UNIQUE STYLES
--------------------------------------------------------------------------------------- */
ul, ol {
	margin: 0 0 1em 35px;
	padding: 0;
}
div.sideColumn ul, div.sideColumn ol {
	margin-left: 15px;
}
li {
	margin: 0 0 1em;
	padding: 0;
}
div.sideColumn li {
	margin-bottom: .6em !important;
}
ul.nav {
	margin: 0;
	padding: 0;
}
ul.nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.nav li a {
	position: relative;
	display: block;
	padding: 0 9px;
	float: left;
}

body.interior ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body.interior #mC ul li {
	background-image: url('bullet-glass.gif');
	background-repeat: no-repeat;
	background-position: 3px 0;
	padding-left: 24px;
	margin-bottom: 0.5em;
	margin-left: 12px;
}

body.interior #mC ul li span.eventName {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

body.interior #sideColumn ul li {
	color: #431228;
	line-height: 1.1em;
	margin: 8px 0;
	font-weight: bold;
}

body.interior #sideColumn ul li a:link {
	text-decoration: none !important;
        color: #780030 !important;
}

body.interior #sideColumn ul li a:hover {
	text-decoration: underline !important;
	color: #E26919 !important;
}

body.interior #sideColumn ul li a:visited {
        text-decoration: none !important;
	color: #E26919 !important;
}

body.interior #sideColumn ul li a:visited:hover {
    text-decoration: underline !important;   
}

div#waroadtrip {
	position: relative;
	background: none;
	border: none;
	overflow: hidden;
	top: 260px;
	left: 45px;
}

div#waroadtrip #copy {
	width: 280px;
	height: 270px;
}

div#waroadtrip #copy h2 {
	font-size: normal;
	font-weight: bold;
	margin-bottom: 0;
	color: #513621;
}

div#waroadtrip span.error {
	display: block; 
	color: red;
	margin-top: .5em;
}

/* ---------------------------------------------------------------------------------------
TABLES
--------------------------------------------------------------------------------------- */
table {
	position: relative;
	margin: 0 0 0;
	text-align: left;
}
div#sidebar table {
	margin-bottom: .5em;
}

/* ---------------------------------------------------------------------------------------
sIFR
--------------------------------------------------------------------------------------- */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced...
the negative-letter spacing in this case is used to make the browser text metrics
match up with the sIFR text metrics since the sIFR text in this example is so much
narrower... your own settings may vary... any weird sizing issues you may run into
are usually fixed by tweaking these decoy styles */
/*
.sIFR-hasFlash h1 {
	visibility: hidden;
	line-height: normal;
}*/
/* --------------------------------------------------------------------------
Edit Boxes
----------------------------------------------------------------------------- */
/* OFF */
.cms-view {
	}
.cms-view .cms-tool {
	display: none !important;
	}
 /*Element specific cms-view overwrites */
/* ON */
.cms-edit {
	padding: 2px 10px 5px !important;
	border: 1px solid #F65126 !important;
	}
.cms-edit .cms-tool {
	display: block !important;
	}
.cms-tool {
	display: block !important;
	margin: 0 0 0.5em -8px !important;
	font-size: 10px !important;
	line-height: 1.2em !important;
	text-align: left !important;
	text-transform: capitalize !important;
	}
.cms-tool a {
	position: relative;
}
.cms-tool a:link, .cms-tool a:visited {
	color: #F65126 !important;
	}
.cms-tool a:hover {
	color: #FFF !important;
	}
div.LabeledMarker_markerLabel  {
  color: #EE6F1B;
  font-family: Arial;
  font-weight: bold;
  width: 36px;
  text-align: center;
}
