@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC4AB;
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(../backgrounds/bird_rock2.png);
	background-attachment: fixed;
}
#container  {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	min-width: 770px;
	background-color: #95A37F;
} 
#header  {
	padding: 0 10px 0 20px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #95A37F;
	background-image: url(../backgrounds/header_bg.png);
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#headerRight {
	float: right;
	width: 200px;
	padding-top: 15px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
#headerRight a:link {
	font-family: Arial;
	color: #4E3A34;
	text-decoration: none;
}
#headerRight a:hover {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1   {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px;
	background-color: #95A37F;
}
#mainContent  {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial;
	font-size: 12px;
	color: #4E3A34;
	text-decoration: none;
} 
#mainContent a:link {
	color: #4E3A34;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
#mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
#footer  {
	padding: 0 10px 0 20px;
	font-family: Arial;
	font-size: 10px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../backgrounds/footer_bg.png);
} 
#footer a:link {
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#widgetBanner {
	padding: 0 10px 0 0px;
	font-family: Arial;
	font-size: 10px;
	text-align: left;
}
#navMenu {
	color: #333333;
	margin-top: 20px;
}
#subContent {
	padding-left: 10px;
	float: right;
	width: 350px;
}
#widgetMenu {
	padding-left: 5px;
	width: 245px;
}
#contentReservations {
	background-color: #95A37F;
	padding-left: 20px;
	padding-top: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #4E3A34;
	text-decoration: none;
}
#cancellation-Policy  {
	border: medium solid #333333;
}
#reservations-img {
	float: right;
	width: 225px;
	padding-left: 20px;
	margin-right: 90px;
	padding-right: 20px;
	padding-top: 10px;
	background-attachment: scroll;
	background-image: url(../backgrounds/cal_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#reservations-img a:hover {
	font-family: arial;
	font-size: 11px;
	color: #0099FF;
}
#calendarSub {
	font-family: Arial;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#lavsubContent {
	float: right;
	width: 350px;
	padding-right: 20px;
}
#lavPricing {
	float: right;
	width: 350px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../backgrounds/pricing_bg.png);
	background-repeat: no-repeat;
	padding-right: 20px;
}
#myrtlePricing {
	float: right;
	width: 350px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../backgrounds/pricing_bg.png);
	background-repeat: no-repeat;
	padding-right: 20px;
}
#foxPricing {
	float: right;
	width: 350px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../backgrounds/pricing_bg.png);
	background-repeat: no-repeat;
	padding-right: 20px;
}
#jacaPricing {
	float: right;
	width: 350px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../backgrounds/pricing_bg.png);
	background-repeat: no-repeat;
	padding-right: 20px;
}
#summerPricing {
	float: right;
	width: 350px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../backgrounds/pricing_bg.png);
	background-repeat: no-repeat;
	padding-right: 20px;
}
#heatherPricing {
	float: right;
	width: 350px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../backgrounds/pricing_bg.png);
	background-repeat: no-repeat;
	padding-right: 20px;
}
#violetText {
	float: left;
	width: 300px;
}
#violetPricing {
	float: right;
	width: 350px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../backgrounds/pricing_bg.png);
	background-repeat: no-repeat;
	padding-right: 20px;
}
#delphPricing {
	float: right;
	width: 350px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../backgrounds/pricing_bg.png);
	background-repeat: no-repeat;
	padding-right: 20px;
}
#lavendText {
	width: 300px;
	padding-left: 15px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #4E3A34;
}
#heatherText {
	width: 300px;
	padding-left: 15px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #4E3A34;
}
#foxgloveText {
	width: 300px;
	padding-left: 15px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #4E3A34;
}
#jacarandaText {
	width: 300px;
	padding-left: 15px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #4E3A34;
}
#myrtleText {
	width: 300px;
	padding-left: 15px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #4E3A34;
}
#summerText {
	width: 300px;
	padding-left: 15px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #4E3A34;
}
#delphText {
	width: 300px;
	padding-left: 15px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #4E3A34;
}
#pricingTable {
	float: right;
	width: 650px;
	padding-top: 300px;
}
#apDiv1 div {
	font-family: Arial;
	color: #FFFFFF;
}
#form {
	margin-right: 150px;
	margin-left: 0px;
}
#contact-form {
	margin-right: 25px;
	margin-left: 25px;
}
