/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #030;
}

a, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover, a.active {
	color: red;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 974px;
	background-image: url(images/background_content.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	clear: both;
}

#main {
	width: 974px;
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
}

/**** LEFT NAV CSS *****/

.leftnav {
	padding-left: 14px;
}

.leftnav .menuitem {
	width: 180px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 5px;
}

.leftnav .menuitem a {
	display: block;
	width: 172px;
	border: 1px solid white;
	background-color: #91A385;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 3px 3px;
	font-size: 12px;
	font-weight: bold;
}

.leftnav .menuitem a:hover {
	background-color: #030;
}

/***** HEADER CSS *****/

#header {
	width: 650px;
	height: 215px;
	overflow: hidden;
	margin-left: 10px;	
}

#header .businesscard {
	color: white;
}

#header #nav {

}

#header #nav .menuitem {
	width: 100px;
	height: 22px;
	overflow: hidden;
	float: left;
}

#header #nav .menuitem a {
	display: block;
	width: 98px;
	height: 19px;
	overflow: hidden;
	font-weight: bold;
	border: 1px solid white;
	text-align: center;
	background-color: #030;
	color: white;
	font-size: 14px;
	padding: 1px 0px 0px 0px;
}

#header #nav .menuitem a:hover, #header #nav .menuitem a.active {
	background-color: #990000;
}

/***** FOOTER CSS *****/

#footer {
	width: 974px;
	height: 90px;
	background-image: url(images/background_footer.jpg);
	background-repeat: no-repeat;
	background-color: white;
	font-size: 11px;
}

#footer .left {
	width: 240px;
	margin: 30px 0px 0px 45px;
}

#footer .right {
	margin: 30px 30px 0px 0px;
	text-align: center;
}

#footer a {
	color: #FF9;
}

#footer a:hover {
	color: white;
}

/***** CONTENT CSS *****/

#content {
	width: 650px;
	margin-top: 15px;
	margin-left: 10px;	
}

.checkavailable {
	background-image: url(images/button_checkavailabilities.jpg);
	background-repeat: no-repeat;
}

/***** HOME PAGE PAGINATOR FOR ROTATOR CSS *****/


#hp_paginator {
	height: 275px;
	margin-bottom: 5px;
}

#paginator {
	width: 270px;
	margin: 0 auto;
	clear: both;
}

#paginator a { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	float: left;
	width: 24px;
	height: 18px;
	text-decoration: none; 
	margin-left: 5px; 
	text-align: center;
	background-image: url(images/icon_pager.gif);
	background-repeat: no-repeat;
	color: #030;
}

#paginator a.activeSlide, #paginator a:hover { 
	background-image: url(images/icon_pager_active.gif);
}

#paginator a:focus { 
	outline: none; 
}

.paginatorOverflow {
	height: 300px;
	overflow: hidden;
}

/***** MAP CSS *****/

#map_canvas {
	height: 500px;
	margin-bottom: 5px;
}

#routecontainer {
	display: none;
	font-size: 12px;
	background-color: white;
	padding: 5px;
	border: 1px solid #666;
	margin-bottom: 5px;
}

#route {
}

.directions .address_input {
	width: 375px;
}


/***** INFOBOX CSS *****/

#infobox {
	background-image: url(images/background_infobox_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 12px;
}

#infobox .infobox_top {
	background-image: url(images/background_infobox_top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#infobox .infobox_bottom {
	background-image: url(images/background_infobox_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 5px 30px 15px 30px;
	margin-top: 30px;
}

/***** COMMON CLASSES *****/

.col125 {
	width: 125px;
}

.col200 {
	width: 200px;
}

.col230 {
	width: 230px;
}

.col260 {
	width: 260px;
}

.col400 {
	width: 400px;
}

.col714 {
	width: 714px;
}

.bg_green {
	background-color: #030;
}

.bg_driftwoodgreen {
	background-color: #91A385;
}

.bg_litedriftwoodgreen {
	background-color: #B9C2AA;
}

.height275 {
	height: 290px;
}

.height250 {
	height: 250px;
}

.borderwhite1 {
	border: 1px solid white;
}

.cottageroom {
	width: 122px;
	float: right;
	margin-left: 10px;
}

.cottageroom img {
	border: 1px solid #333;
}