/* Table of Contents
--------------------------------------------------------------//
Global Defaults
Links
Header & Footer
Nav
Page Content
Images
Rollovers
Photo Gallery
Headings & Text
Lists
Countdown
Misc
*/


/* Global Defaults
--------------------------------------------------------------*/
html, body {
	background:url(images/straw.jpg);
	height:100%;
	margin:0;
	padding:0;
}

p {
	margin:13px 0 10px 0;
	padding:0;
}

img {
	border:0;
}


/* Page Content
--------------------------------------------------------------*/
#container {
	background:URL(images/brnpaper.gif);
	color:#FFF;
	font:12px/20px Verdana, Arial, san-serif;
	margin:0 auto;
	min-height:100%;
	padding:0;
	position:relative;
	width:790px;
}

#header {
   padding:10px 25px;
}

#content {
	padding:10px 40px 45px 40px;
}

.banner {
	background:URL(images/spots.jpg) no-repeat;
	margin-left:-25px;
	padding:15px 30px 8px 30px;
	width:790px;
}

.divider {
	background:URL(images/spotsdivider.png) no-repeat center;
	clear: both;
	height:30px;
}

div.backdrop {
	background:#FFF;
	color:#3e2d1c;
	font-weight: bold;
	filter:alpha(opacity=50);
  	opacity:0.5;
  	padding:8px;
}

#footer {
	background:URL(images/spots.jpg) no-repeat;
	bottom:0;
	color:#a4af97;
	font:bold 12px/14px Verdana, Arial, san-serif;
	height:22px;
	padding:9px 25px 3px 25px;
	position:absolute;
	width:790px;
}


/* Homepage
--------------------------------------------------------------*/
table.home {
	margin:16px 0 10px 0;
}

table.home td {
	height:226px;
}

table.home td p {
	display:none;
}


/* Links
--------------------------------------------------------------*/
#content a, a:link, a:visited {
	color:#c5d0b8;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover, a:active {
	color:#2b3b1d;
	text-decoration:none;
}

#content a.emph, a.emph:link, a.emph:visited {
	color:#2b3b1d;
	font-weight:bold;
	text-decoration:none;
}

#content a.emph:hover, a.emph:active {
	color:#c5d0b8;
	text-decoration:none;
}

.topnav a, .topnav a:link, .topnav a:visited {
	color:#3e2d1c;
	font-weight:bold;
	text-decoration:none;
}

.topnav a:hover, .topnav a:active {
	border-bottom:1px dotted #CCC;
	color:#FFF;
	text-decoration:none;
}

#footer a, #footer a:link, #footer a:visited {
	border-bottom:1px dotted #CCC;
	color:#a4af97;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	border-bottom:1px dotted #c5d0b8;
	color:#c5d0b8;
	text-decoration:none;
}


/* Nav
--------------------------------------------------------------*/
ul.topnav{
	display:block;
	float:right;
	font-size:13px;
	font-variant:small-caps;
	height:40px;
	letter-spacing:1px;
	list-style-type:none;
	margin:-5px -15px 0 0;
	padding:0;
	width:300px;
}

ul.topnav li{
	float:right;
	margin-left:25px;
}


/* Images
--------------------------------------------------------------*/
img.border {
	border:1px solid #666;
}


/* Rollovers
--------------------------------------------------------------*/
a.fade:hover img {
	filter:alpha(opacity=90);
  	opacity:0.9;
}

a.grow:hover img {
	border:3px solid #FFF;
}


/* Headings & Text
--------------------------------------------------------------*/
h1, h2, h3, h4 {
	color:#3e2d1c;
	font-family:Arial;
	font-weight:bold;
}

h1 {
	font-size:25px;
	font-weight:normal;
	letter-spacing:1px;
	line-height:28px;
	margin:10px 0;
}

h1.date {
	color:#fff;
	float:right;
	font-size:20px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:28px;
	margin:10px 0;
}

h2 {
	font-size:18px;
	margin:18px 0 7px 0;
}

h2.date {
	clear:right;
	float:right;
	font-size:17px;
	margin:32px -15px 5px 0;
}

h3 {
	color:#354521;
	font-size:14px;
	margin:0 0 7px 0;
}

h4 {
	
	font-size:10px;
	margin:0px 0 10px 0;
}


/* Lists
--------------------------------------------------------------*/
ul {
	margin:5px 7px 5px 16px;
	padding:0;
}


/* Misc
--------------------------------------------------------------*/
.transparent {
  	filter:alpha(opacity=40);
  	opacity:0.4;
}

img.border {border:1px solid #3e2d1c;}

.floatleft {float:left; margin-right:20px;}

.floatright {float:right; margin-left:20px;}

.clear {clear: both; margin:0; padding:0;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */
