@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:.9em;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}
.page #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.page #header {
	background: #265db0;
	padding: 0 10px 0 20px;
	height:85px;
}
.page #header img {
	float:left;
}
.page #header h1 {
	position:absolute;
	top:0;
	background-image:url("../images/body/gardenisland.gif");
	background-repeat:no-repeat;
	background-position:20px 0;
	background-color:transparent;
	width:493px;
	height:33px;
	display:inline;
}
.page #header h1 a {
	display:block;
	width:493px;
	height:33px;
	text-indent:-999em;
	text-decoration:none;
	border:0;
	overflow:hidden;
}
.page #header h1 a:hover {
	text-decoration:none;
	background-color:transparent;
	border:0;
}
.page #header #utility {
	float:right;
	width:315px;
	color:#fff;
	font-size:.9em;
}
.page #header #utility a {
	color:#fff;
	font-size:.85em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.page #header #utility a:hover {
	text-decoration:underline;
}
.page #header #blog {
	background-image:url(../images/maps/blog-map.gif);
	background-repeat:no-repeat;
	clear:right;
	height:65px;
	text-align:right;
	float:right;
	width:140px;
	color:#fff;
	font-size:.9em;
}
.page #header #blog img {
	float:none;
}
.page #header #blog a, .page #header #blog a:visited {
	padding:15px 1px 15px 55px;
	color:#fff;
	font-size:.85em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.page #header #blog a:hover {
	text-decoration:underline;
}
.page #header #nav {
	position:absolute;
	top:60px;
	color:#fff;
	font-size:.85em;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
}
.page #sidebar1 {
	float: left;
	width: 130px;
	background-image: url("../images/logos/logo2.jpg");
	background-repeat: no-repeat;
	background-position: 20px 0;
	padding: 0 5px 15px 5px;
	font-size: .9em;
}
.page #sidebar1 p.top {
	margin-top:85px;
}
.page #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 5px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.page #mainContent {
	margin: 0 215px 0 140px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.page .availability #mainContent, .page .accommodations #mainContent {
	margin: 0 15px 0 140px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.page #footer {
	padding: 0 10px 0 20px;
	background:#fff;
	font-size:.8em;
}
.page #footer h4 {
	margin:0;
	padding:10px 0 0 0;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #03704A;
	border-bottom:1px solid #265db0;
}
.green {
	color:#03704A;
}
.blue {
	color:#265db0;
}
.page #footer p.links {
	margin: 0 0 0 100px;
	color:#03704A;
}
.page #footer p.links a {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: bold;
	color: #265db0;
	text-decoration: none;
	margin:0 5px;
}
.page #footer p.footer {
	margin: 20px 0 0 150px;
}
.page #footer p.footer a {
	color: #265db0;
}
.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;
}
a:link, a:active, a:visited, a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #03704a;
}
.sitemap #mainContent a:link, .sitemap #mainContent a:active, .sitemap #mainContent a:visited, .sitemap #mainContent a:hover {
	text-decoration: underline;
	font-weight: normal;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 1.5em;
	font-weight: bold;
	color: #265db0;
}
.smtext {
	font-family: "Trebuchet MS";
	font-size:10px;
	font-weight: bold;
	color: #333333;
}
.header {
	font-family: "Trebuchet MS";
	font-size:18px;
	line-height:normal;
	color: #265db0;
}
.header2 {
	font-family: "Trebuchet MS";
	font-size:14px;
	line-height:normal;
	color: #333333;
}
.header3 {
	font-family: "Trebuchet MS";
	font-size:14px;
	line-height:normal;
	color: #ff0000;
}
div.propertymenu {
	background-image:url(../images/body/blue_bk_gradient.jpg);
	background-repeat:repeat-x;
	background-repeat:no-repeat;
	background-position:0 11px;
}
.propertymenu ul, .propertymenu li {
	list-style-type:none;
	margin-left:-15px;
}
.propertymenu li a:link, .propertymenu li a:visited  {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#03704a;
	font-weight:bold;
	text-decoration:underline;
	line-height:18px;
}
.propertymenu li a:hover {
	color:#265db0;
	text-decoration:none;
}
.lglink, a.lglink {
	font: 11px "Trebuchet MS", Arial, Verdana;
	color: #265db0;
	text-decoration: underline;
	text-indent: 0;
}
.lgtext {
	font: 13px "Trebuchet MS", Arial, Verdana;
	color: #333333;
	text-decoration: none;
	text-indent: 0;
}

.homelogo {
	font: 40px "Times New Roman";
	color: #15895d;
	text-decoration: none;
	text-indent: 0;
	font-weight:normal;
}
.form {
	font: 11px "Trebuchet MS", Arial, Verdana;
	color: #000000;
	text-decoration: none;
	text-indent: 0;
	background-color: #ffffff;
}
.form A {
	text-decoration: none;
	color: #000000;
}
.form A:link {
	text-decoration: none;
	color: #000000;
}
.form A:visited {
	text-decoration: none;
	color: #000000;
}
.form A:hover {
	text-decoration: none;
	color: #000000;
}
.padding7px {
	padding: 7px;
}
#preview_proimgs a {
	font-size:12px;
	text-decoration:underline;
}
#preview_proimgs a:hover {
	font-size:12px;
	text-decoration:none;
	color:#265db0;
}
#preview_proimgs img {
	border:2px solid #265db0;
	padding:2px;
}
#rates_info {
	padding:10px 0px 0px 0px;
}
/* New Css Styles Implemented */

#prop_title {
	color:#265DB0;
	font-weight:bold;
	line-height:18px;
}
#prop_title_detail {
	line-height:14px;
	font-weight:bold;
}
#prop_title_detail_red {
	line-height:14px;
	font-weight:bold;
	color:#FF0000;
}
#prop_detail_text {
	line-height:16px;
	padding:15px 0px 15px 0px;
	text-align:justify;
}
#vacantpro_name h5 {
	color:#FF0000;
	margin:0;
	padding:0;
	font-size:12px;
}
#vacantpro_name {
	font-size:12px;
}
#vacantpro_name a {
	font-size:12px;
}
/* Start Vacation Rentals - Displaying Property Lists */

.vacation-rentals { 
font-family:"Trebuchet MS";
font-size:11px;
color:#242424;
display:block;
padding:10px 0 0 5px;
width:360px;
float:left;
height:120px;
margin-bottom:15px;
margin-right:15px;
border:1px solid #ccc;
}

.vacation-rentals h5 {
	display:inline;
	float:left;
margin:0px;
padding:0;
font-size:.9em;
color:#FF0000;
}

.vacation-rentals a {
font-size:13px;
color:#03704a;
font-weight:bold;
}
.vacation-rentals .title {
	display:block;
	margin-left:105px;
}
.vacation-rentals .title h5{
	display:inline;
	float:left;
margin-left:-75px;
padding:0 10px;
font-size:.9em;
color:#FF0000;
}
.vacation-rentals a:hover {
color:#265db0;
text-decoration:none;
}

.vacation-rentals img:hover {
}

.vacation-rentals img {
display:block;
margin:0px 5px 35px 0px;
float:left;
}
/* End Vacation Rentals - Displaying Property Lists */

/* about us pictures and text */

h2.abtuspic {
	font-family: "Trebuchet MS";
	color: #265db0;
	font-weight:normal;
}
td.tiny {
	font-size:.8em;
}
.propertytitle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#265db0;
}
a.availlink, a:visited.availlink, a:hover.availlink {
	float:right;
	background-image:url(../images/body/calendar.gif);
	background-repeat:no-repeat;
	width:150px;
	height:30px;
	padding:5px 0 0 40px;
	margin:5px 5px 0 0;
}
/* Body IDs */
.links {
}
.home {
}
.about {
}
.contact {
}

/* End Body IDs */

/* Dropdown menu */
div.maincontainer div.navigation div.suckertreemenu * {
	z-index:100;
}
html>body div.wrapper div.maincontainer div.navigation div.suckertreemenu * {
	z-index:100;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size:12px;
background-color: #265db0;
font-family:Geneva, Arial, Helvetica, sans-serif;
	z-index:100;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: none; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a, .suckertreemenu ul li a:visited{
display: block;
/*width: 100px; /*Width of top level menu link items*/
padding: 1px 6px 1px 13px;
border: 1px solid #265db0;
border-left-width: 0;
border-top-width: 0;
text-decoration: none;
background-color: none;
color: #fff;
font-weight:normal;
}
/*1st sub level menu*/
.suckertreemenu ul li ul {
left: 0;
position: absolute;
background-color:#265db0;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
background-color:#265db0;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 189px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a, .suckertreemenu ul li ul li a:visited{
display: block;
width: 190px; /*width of sub menu levels*/
color: #eee;
text-decoration: none;
padding: 2px 5px;
border: 1px solid #265db0;
margin:0;
}

.suckertreemenu ul li a:hover{
background-color: none;
color:#fff;
}
.suckertreemenu ul li ul li a:hover {
background-color:#000;
color:#fff;
}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background-image: url(../images/body/arrow-down.gif) no-repeat center right;
background-color:none;
}
.prop .suckertreemenu li.navRentals .mainfoldericon, .featured .suckertreemenu li.navFeatured, .search .suckertreemenu li.navRealEstate .mainfoldericon, .accommodations .suckertreemenu li.navRentals .mainfoldericon, .tourism .suckertreemenu li.navInfo .mainfoldericon{
background-color:#000;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #000 url(../images/body/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
* html .suckertreemenu { display:inline; /* IE 6 fix */ }
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
h2#tourismheader {
	font-size:1em;
}
ul#tourismlinks, ul#tourismlinks li {
	font-size:.9em;
	margin-left:0;
	list-style-type:square;
}
.red {color:#F00;}
