html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #F1EEDF;
	font-family: verdana,arial,sans-serif;
	font-size: .85em;
	line-height: 150%;
	color: Black;
} 
 
#pagewidth{
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
} 
#respagewidth{
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
} 
#resbookcalendar	{
clear:both;
margin-top: 40px;
}

 #banner {
	background: #F1EEDF;
	font-size: 14px;
	font-variant: small-caps;
	color: #000066;
	height: 125px;
}
#header{
	position: relative;
	border: 1px double #21262A;
	height: 25px;
	background: #0B5347;
	width: 100%;
} 
 
#leftcol{
	width: 150px;
	float: left;
	position: relative;
	background: #B6C6BB url(images/bcgd.gif);
	padding-left: 10px;
}
p.leftcol	{
	font-size: small;
	font-style: italic;
}
p.video	{
	font-size: 10px;
	font-style: italic;
	padding-left: 5px;
}
#visitorquote	{
	font-size: 11px;
	font-style: italic;
}
 /*navigation */
#list-menu {
width: 132px;
margin-top: 20px;

/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px;
}
#list-menu li {
margin: 2px 0 0;
}
#list-menu a {
display: block;
width:120px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #e2e3e9;
text-decoration: none; /*lets remove the link underlines*/
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
	border: 1px solid #000000;
	background: #0B5347; url(images/navibutton.jpg);
	color: #ffffff;
}
.selecteditem { font-weight:bold; }
#availability	{
	font-size: 11px;
	font-style: italic;
	
}
#twocols{
	width: 620px;
	float: right;
	position: relative;
	background-color: #F1EEDF;
	background-image: url(images/bcgd.gif);
}
 
#rightcol{
	width: 200px;
	float: right;
	position: relative;
	background-color: #d5ddce;
	text-align: center;
	padding-top: 20px;
	margin-top:15px;
}
 #locationrightcol	{
 	width: 250px;
	float: right;
	position: relative;
	
	
 }
#maincol{
	float: left;
	display: inline;
	position: relative;
	width: 420px;
	background-color: #F1EEDF;
	padding-top: 20px;
	background: url(images/bcgd.gif) repeat;
}
#googlemap	{
	float: left;
	width: 300px;
}

#locationmaincol{
	float: left;
	display: inline;
	position: relative;
	width: 600px;
	background-color: #F1EEDF;
	padding-top: 20px;
	background: url(images/bcgd.gif) repeat;
	}
 #maincol p{margin:1em;}
 #maincol h1,h2{margin:1em;}
 
#footer{
 height:85px; 
   clear:both;
 color: #384345;
	background: #B6C6BB;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	
 } 
 h1	{
	font-size: 14px;
	color: #0B5347;
}
h2	{
	font-size: 13px;
	color: #0B5347;
	font-style: italic;
}
.image	{
	border: 1px solid #384345;

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


