
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #5f5f5f;
font-family: Trebuchet MS, Verdana, Arial, Tahoma, sans-serif;
background: #fff url(img/bg1.jpg) 142px center repeat-x;
text-align: center;
height: 100%;
}
body {
font-size: 70%;
}
p {padding: 7px 0 7px 0;}

a {
color: #416549;
text-decoration: underline;
}
a:hover{
color: #577e60;
text-decoration: none;
}

.hidden { visibility: hidden;}

h1, h2, h3 {
font-weight: bold;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.3em;
color: #305238;
}
h3 {
font-size: 1.2em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
width: 100%;
margin: 0 auto;
background: transparent url(img/header_bg.jpg) top center repeat-x;
min-height: 100%;
text-align: left;
}
* html #mainContainer {
height: 100%;
}
/**************************
HEADER
**************************/
#header {
height: 144px;
width: 850px;
margin: 0 auto;
position: relative;
}

#header h1 {
	width: 169px; height: 142px; 11px; padding: 0px; background: transparent url("img/logo.jpg") top left no-repeat; text-indent: -10000px; font-size: 9px;
	float: left;
}
#header h1 a {
	width: 169px; height: 142px; display: block;
}

#menubox {
position: absolute;
height: 30px;
bottom: 2px;
right: 4px;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
width: 866px;
margin: 0 auto;
height: 100%;
padding: 8px 0 0 0;
background-color: #fff;
}
* html .outer {
padding-right: 0px;
}
.inner {
width: 850px;
margin: 0 auto;
padding-bottom: 90px;
}
* html .inner {
width: 850px;
}
.float-wrap {
float: left;
margin-left: -0px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}

#atlaw {
width: 195px;
height: 29px;
background: transparent url("img/at_law.gif") top center no-repeat;
}

#mainphoto {
width: 844px;
height: 262px;
background: transparent url("img/mainphoto1.jpg") top center no-repeat;
border: #2d4834 3px solid;
margin: 0 auto 8px auto;
clear: left;
}

#content {
float: left;
width: 610px;
font-size: 13px;
}
* html #content {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
padding: 5px 20px 10px 10px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

.highlight {
color: #305238;
font-weight: bold;
}
	
#subheader_graphic h1{
	padding: 0px;
	margin:10px 0px 5px 10px;
	height:46px;
	width:400px;
	/* Default image. More defined below */
	background-image: url("");
	background-position: 0 0;
	background-repeat: no-repeat;
	}

html>body #subheader_graphic h1{
	width:400px;
	height: 46px;
	}

/* specify new images for different pages Look for different ids on body tag */
#Home #subheader_graphic h1{ width: 141px; height: 30px; margin: -25px 0px 10px 0px; background-image: url("img/subheader_welcome.gif"); }
#Calendar-page #subheader_graphic h1{ background-image: url("img/subheader_calendar.gif"); }
#Rates-page #subheader_graphic h1{ background-image: url("img/subheader_rates.gif"); }
#Amenities-page #subheader_graphic h1{ background-image: url("img/subheader_amenities.gif"); }
#Attractions-page #subheader_graphic h1{ background-image: url("img/subheader_attractions.gif"); }
#Contact-page #subheader_graphic h1{ background-image: url("img/subheader_contact.gif"); }
#awards-page #subheader_graphic h1{ background-image: url("img/subheader_awards.jpg"); }

.form {
	border: 1px solid #154453;
	line-height: 18px;
	}
	
.float_left {
	float: left;
	padding-right: 5px;
	}
	
.dividerline {
	clear: left;
	width: 70%;
	height: 2px;
	border-bottom: 1px dashed #788b49;
	padding: 0px 0px 0px 0px;
	margin-bottom: 6px;
	}	
	
.clearline {
	clear: left;
	width: 70%;
	height: 2px;
	}	
	
.photo_right {
	float: right;
	clear: right;
	padding: 5px 5px 10px 5px;
	}
	
.photo_left {
	float: left;
	padding: 5px 20px 5px 0px;
	}
	
.dividerline2 {
	clear: both;
	width: 555px;
	height: 2px;
	border-bottom: 1px dashed #788b49;
	padding: 0px 0px 0px 0px;
	margin-bottom: 6px;
	}	
	
/**************************
LEFT COLUMN
**************************/
#left {
float: left;
width: 0px;
/*
2008-09-09 - joel@pdg - Commented out because nav_bg doesn't exist
background: transparent url("img/nav_bg.gif") top center no-repeat;*/
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
	
/*************************
RIGHT COLUMN
**************************/
#right {
float: right;
width: 240px;
height: 100%;
background: transparent url("img/sidebox_bg.jpg") top center no-repeat;
color: #fff;
}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: 0px; /*** IE gets this margin. ***/
}
#right ul {
color: #809c86;
margin-left: 20px;
list-style: square;
padding-bottom: 10px;
}
#right li {
padding-bottom: 0px;
}

.sidephoto {
width: 215px;
height: 137px;
margin: 10px auto 0px auto;
border: 2px #d8cf8a solid;
}

.rightcontent {
padding: 5px 12px 5px 12px;
}

.rightcontent a{
color:#d8cf8a;
}

/**************************
FOOTER
**************************/
#footer {
width: 100%;
height: 90px;
margin: 0 auto;
margin-top: -90px;
text-align: center;
background: #e1e1e1 url("img/footer_bg2.gif") top center repeat-x;
color: #305238;
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size: 10px;
border-top: #fff 10px solid;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover { 
	color: #476f50;
	text-decoration: underline;
}

#footer a:hover { 
	color: #476f50;
	text-decoration: none;
}

#fcontainer {
position: relative;
width: 850px;
margin: -2px auto;
}

p.links {
font-family: Trebuchet MS, sans-serif;
font-size: 13px;
font-weight: bold;
padding: 15px 0 0 0;
}

p.address {
margin: 8px 0 0 140px;
padding: 0;
text-align: left;
}

#flogo {
position: absolute;
left: 11px;
top: 5px;
width: 110px;
height:87px;
background: transparent url("img/footer_logo.gif") top center no-repeat;
}

#readers_choice {
	width:230px;
	height:131px;
	background-image:url("img/readers_choice_2010.jpg");
	background-repeat:no-repeat;
	margin-top:15px;
}