body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #A9B68A;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	color: #483526;
	margin: 0px;
	text-align: center;
	line-height: 20px;
}

html>body {text-align: -moz-center;}

html {
scrollbar-base-color: #000000;
scrollbar-arrow-color: #516A34;
scrollbar-track-color: #516A34;

scrollbar-shadow-color: #516A34;
scrollbar-lightshadow-color: #516A34;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: #A9B68A;
scrollbar-3dlight-color: #516A34;
}

td {
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	color: #483526;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
}

.header_outside {
	background-color: #1D3908;
	text-align: center;
}

.header_inside {
	background-color: #516A34;
	width: 1123px;
	text-align: right;
}

.footer_outside {
	background-image: url(images/footer_outer_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #1D3908;
	text-align: center;
}

.footer_inside {
	background-image: url(images/footer_inner_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #516A34;
}

.footer {
	padding: 25px 50px 25px 25px;
	color: #DDDEB5;
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.container {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
}

.container_left {
	background-image: url(images/container_left_bg.png);
	background-repeat: repeat-y;
	background-position: top right;
	width: 70px;
}

.container_right {
	background-image: url(images/container_right_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	width: 70px;
	padding-top: 435px;
}

.photo {
	background-image: url(images/photo_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: bottom;
	padding-bottom: 4px;
	text-align: right;
	padding-top: 17px;
}

.photo_db {
	background-image: url(images/photo_bg2.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	vertical-align: bottom;
	padding-bottom: 4px;
	text-align: right;
	padding-top: 17px;
}

.nav {
	text-align: left;
	padding-top: 17px;
}

.left_side {
	padding-left: 16px;
	padding-top: 12px;
	padding-bottom: 20px;
}

.content {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #AAA67B;
	padding: 40px 20px 20px 20px;
}

.addy {
	background-image: url(images/addy_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 30px 0px 18px 18px;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #918B50;
	height: 174px;
}

.addy b {
	color: #746532;
}

.disclaimer {
	border-style: solid;
	background-color: #F8F7F2;
	border-color: #DEDFDA;
	border-width: 6px;
	padding: 20px;
	font-size: 11px;
	color: #333333;
}

.link {
	border-style: solid;
	background-color: #F8F7F2;
	border-color: #DEDFDA;
	border-width: 6px;
	border-top-style: none;
	padding: 20px;
	font-size: 11px;
	color: #333333;
}

.right {
	text-align: right;
}

.top_right {
	background-color: #ffffff;
	text-align: right;
}

#tab_weather {
	background-image: url(images/weather_report.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 225px;
	height: 138px;
	padding-top: 90px;
	padding-left: 52px;
	color: #483526;
	display: block;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 14px;
}

.amenity {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	padding: 10px;
}

.input {
	background-color: #B51E15;
	color: #ffffff;
	font-family: arial,verdana,sans-serif;
	font-size: 10px;
}

.input_btn {
	font-family: arial,verdana,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #B51E15;
	border-style: none;
	padding: 3px;
}

h1 {
	color: #1D3908;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	font-family: georgia,serif;
}
	.h1 {
	color: #1D3908;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	font-family: georgia,serif;
	}

h2 {
	color: #6D3D39;
	font-size: 20px;
	font-family: georgia,serif;
	font-weight: normal;
}
	.h2 {
	color: #6D3D39;
	font-size: 20px;
	font-family: georgia,serif;
	font-weight: normal;
}

h3 {
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #483526;
	margin: 0px;
	padding: 0px;
}
	.h3 {
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #483526;
	margin: 0px;
	padding: 0px;
`}

h4 {
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #1D3908;
	margin-top: 16px;
	margin-bottom: 2px;
	padding: 0px;
}

.location {
	font-family: garamond,georgia,serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 20px;
	color: #A9B68A;
	padding-top: 4px;
}

.indent {
	padding-left: 10px;
}

li {
	list-style-image: url(images/starfish_sm.png);
	padding-left: 5px;
}

ul {
	margin-bottom: 10px;
}

form {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #1D3908;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #1D3908;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #1D3908;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #1D3908;
	font-weight: bold;
	text-decoration: none;
}

.footer a:link {
	color: #F2F3E8;
	text-decoration: underline;
}

.footer a:visited {
	color: #F2F3E8;
	text-decoration: underline;
}

.footer a:active {
	color: #F2F3E8;
	text-decoration: underline;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* ----- LISTINGS ----- */

#listing {
	float: left;
	width: 495px;
	padding: 10px;
	margin: 10px 0;
	background-color: #fff;
}

#listing-detailsA01 {
	float: left;
	width: 180px;
	margin-right: 10px;
}

#listing-detailsA02 {
	float: left;
	width: 295px;
	margin-left: 10px;
}
#clear {
	clear: both;
}

.center { text-align: center; }

iframe {
	border: 8px solid #1D3908;
	}
	
	.noborder {
		border: 0; 
		}
		
		
		

/* Blog Styles */

/* Begin Images */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
