h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset
{ margin:0; padding:0 }

:link,:visited { text-decoration:none }
a img,:link img,:visited img { border:none }
a
{
    text-decoration:none;
}

a:hover 
{
    text-decoration:underline;
}

a:visited
{
}

h1
{
    padding:2px;
  	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
	font-size:large;
}

h2
{
    padding:2px;
    border:0.1em solid #dcdce9;
	color: #0d2474;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
	font-size:medium;
}

h3
{
	margin-top:10px;
	margin-bottom:5px;
	font-size:medium;
}

body  {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #9BABCD;
	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-size:small;
}

.twoColFixLtHdr #topbar {
	background-color:#DDDDDD;
	text-align:left;
	font-size:small;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:22px;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:0px;
	min-width:960px;
}

.twoColFixLtHdr #topbar:after {
	clear:both;
}

#topbarleft
{
	float:left;
}

#topbarleft .item
{
    color:#0066D8;
}

#topbarmenu
{
	float:right;
	padding-right:20px;
}

#topbarmenu ul
{
	list-style:none;
	padding:0;
	margin:0;
}

#topbarmenu li .item, #topbarmenu li
{
	float:left;
	margin:0 0.15em;
	color:#0066D8;
}

#topbarmenu li .item_sel
{
	float:left;
	margin:0 0.15em;
	font-weight:bold;
	color:#0066D8;
}

.twoColFixLtHdr #bottombar {
	background-color:#DDDDDD;
	text-align:left;
	font-size:small;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:22px;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:0px;
	min-width:960px;
}

#bottombarmenu
{
	text-align:center;
}

#bottombarmenu ul
{
	list-style:none;
	padding:0;
	margin:0 auto;
}

#bottombarmenu li, #bottombarmenu li .item
{
	float:left;
	margin:0 0.15em;
    color:#0066D8;
}

#bottombarmenu li .item_sel
{
    float:left;
    margin:0 0.15em;
    font-weight:bold;
	color:#0066D8;
}

.twoColFixLtHdr
{
	margin-top:35px;
}

.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right:auto;
	border: 1px solid #EEE;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:0;
	margin-bottom:0;
} 
.twoColFixLtHdr #header  
{
    position:relative;
    width:960px;
    height:132px;
} 
.twoColFixLtHdr #header #phone
{
    position:absolute;
    top:0px;
    left:400px;
    width:540px;
    height:1em;
    z-index:7;
}
.twoColFixLtHdr #header #abta
{
    position:absolute;
    top:85px;
    left:878px;
    width:71px;
    height:21px;
    z-index:6;
}
    
.twoColFixLtHdr #header h3 {
	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 */
	color:#FFF;
	font-size:x-large;
	font-weight:bold;
	border:none;
}
.twoColFixLtHdr #topmenu
{
	width:100%;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

.twoColFixLtHdr #topmenu ul
{
	width:945px;
	list-style:none;
	padding:0;
	margin:0 auto;
}
.twoColFixLtHdr #topmenu li, .twoColFixLtHdr #topmenu li .item
{
	float:left;
	margin:0 1px;
	padding:0;
}

.twoColFixLtHdr #topmenu li .item_sel
{
    float:left;
    margin:0 1px;
    background-color:#4B5F84;
    font-weight:bold;
    padding:0;
    color:#FFF;
}

.twoColFixLtHdr #topmenu li a
{
	background: url(../../media/topmenu_bg.gif) #fff bottom left repeat-x;
	height: 28px;
	line-height: 28px;
	float: left;
	width: 112px;
	display: block;
	border: 1px solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}
.twoColFixLtHdr #topmenu li a:hover
{
	text-decoration:underline;
}
/* Hide from IE5-Mac \*/
.twoColFixLtHdr #topmenu li a
{
float: none
}
/* End hide */ 

.twoColFixLtHdr #sidebar1 
{
    border:solid 1px black;
	float: left; /* 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 */
	line-height:130%;
	padding-left:10px;
	padding-right:10px;
}

.twoColFixLtHdr #mainContent  
{
    border:solid 1px black;
	margin: 0 0 0 220px; /* 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. */
	border-left:solid 3px #0066D8;
	line-height:130%;
	min-height:550px;
	padding-left:10px;
	padding-right:10px;
}

hr
{
    border:0;
    color:#dcdce9;
    background-color:#dcdce9;
    height:1px;
}
#mainBanner
{
	border: 0.1em solid #dcdce9;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:3px;
	margin-bottom:15px;
	height:225px;
	width:700px;
}

.twoColFixLtHdr #footer { 
	margin-top:10px;
	padding-top:10px;
	text-align:center;
	border-top: 1px solid #EEE;
	line-height:130%;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
} 

.twoColFixLtHdr #features 
{
	text-align:center;
	line-height:130%;
	padding-left:16px;
	width:910px;
	margin-left:auto;
	margin-right:auto;
} 
.twoColFixLtHdr #legal { 
	font-size:x-small;
	margin-bottom:40px;
} 

.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;
}

.TabbedPanelsContent
{
    min-height:190px;
    font-size:x-small;
}

div.featuredcommunity
{
	float:left;
	margin:0 5px;
	padding:0;
	text-align:center;
	border: 1px solid #dcdce9;
	font-size:x-small;
	width:162px;
}

table.featuredcommunity
{
    margin:0;
    padding:0;
    width:100%;
}

table.featuredcommunity td
{
    vertical-align:top;
}

.featuredcommunity a
{
	font-size:small;
}

.featuredcommunity td.image, .featuredcommunity td.image a
{
    margin:0;
    padding:0;
    vertical-align:top;
}

.featuredcommunity td.image img
{
    height:93px;
}

.featuredcommunity td.overview
{
	padding-left:2px;
	padding-right:2px;
	vertical-align:top;
	height:60px;
}

.featuredcommunity td.more 
{
    vertical-align:bottom;
    text-align:right;
}
.featuredcommunity td.more a
{
    font-size:x-small;
}

div.featuredvillas
{
	float:left;
	margin:0 5px;
	padding:0;
	text-align:center;
	border: 1px solid #dcdce9;
	font-size:x-small;
	width:162px;
}

table.featuredvillas
{
    margin:0;
    padding:0;
    width:100%;
	height:100px;
}

table.featuredvillas td
{
    vertical-align:top;
}

.featuredvillas a
{
	font-size:small;
}

.featuredvillas td.image, .featuredvillas td.image a
{
    margin:0;
    padding:0;
    vertical-align:top;
    height:100px;
}

.featuredvillas td.image img
{
    height:93px;
}

.featuredvillas td.overview
{
	padding-left:2px;
	padding-right:2px;
	vertical-align:top;
	height:60px;
}

.featuredvillas td.more 
{
    vertical-align:bottom;
    text-align:right;
}
.featuredvillas td.more a
{
    font-size:x-small;
}

.smallbox
{
	border: 0.1em solid #dcdce9;
	margin-top:0px;
	margin-bottom:5px;
	width:200px;
	background-color:#FFF;
}

.smallbox h3
{
	color: #000;
	text-align:center;
	background-image:url(../../media/smallhdr_bg.gif);
	background-repeat:no-repeat;
	height:21px;
	padding-top:4px;
	margin:0;
}

.smallbox .content, .smallbox .contentctr
{
	margin:5px;
	line-height:1.3em;
	font-size:x-small;
}

.smallbox .content strong, .smallbox .contentctr strong
{
    font-size:small;
}

.smallbox .contentctr
{
    text-align:center;
}

.smallbox .newscontent
{
	padding:3px;
	line-height:1.3em;
	font-size:x-small;
	height:150px;
	text-align:center;
    width:180px;
}

.smallbox .newscontent h4
{
    text-align:center;
}
.smallbox .newscontent .contentctr
{
    float:left;
    text-align:center;
}

.smallbox .newscontent .content
{
    text-align:left;
}

.smallbox .newscontent .image
{
    float:left;
    padding:0;
    margin:0;
    padding-right:5px;
}

.largebox
{
	border: 0.1em solid #dcdce9;
	margin-bottom:15px;
	width:690px;
}

.largebox h3
{
	display: block;
	background-color:red;
	color: #000;
	text-align:center;
	height:21px;
	padding-top:4px;
	margin:0;
}

.largebox .content, .largebox .contentctr
{
	margin:5px;
	line-height:1.3em;
	font-size:x-small;
}
.largebox .contentctr
{
    text-align:center;
}

.cntr
{
	margin:0 auto;
	text-align:center;
}

.featurebox, .featureboxS
{
	border: 0.1em solid #dcdce9;
	float:left;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	width:200px;
	height:100px;
	background-color:#FFF;
}

.featureboxS
{
    margin-left:40px;
    margin-right:40px;
    width:220px;
    height:120px;
}

.featurebox h3, .featureboxS h3
{
	display: block;
	background-color:red;
	color: #000;
	text-align:center;
	background-image:url(../../media/smallhdr_bg.gif);
	background-repeat:no-repeat;
	height:21px;
	padding-top:4px;
	margin:0;
	font-size:small;
}

.featurebox .content, .featureboxS .content
{
    padding:5px;
	line-height:1.3em;
	font-size:small;
	text-align:center;
}

.featureboxS .content
{
    padding:10px;
}

.aspButton
{
    background-color:#EAEDF2;
    padding:5px;
    text-align:center;
	border: 0.1em solid #0d2474;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
}

.aspButton:Hover
{
    text-decoration:underline;
}

.aspSmallButton
{
    background-color:#EAEDF2;
    padding:2px;
    text-align:center;
  	border: 0.1em solid #0d2474;
	color: #0d2474;
	margin:2px;
}

.aspSmallButton:hover
{
    text-decoration:underline;
}

table.search-results-hdr
{
    border:none; 
    width:100%; 
    border:solid 1px #dcdce9;
}

table.search-results-hdr td
{
    margin:2px;
    padding:2px;
    text-align:center;
}

table.search-results-hdr th
{
    margin:2px;
    padding:2px;
    text-align:center;
}

.ErrorMessage 
{
    color:Red;
}

table.search-results
{
    border:solid 1px #dcdce9;
    width:100%;
}

table.search-results th
{
    margin:2px;
    padding:2px;
    text-align:left;
    border:solid 1px #dcdce9;
}
table.search-results td
{
    margin:2px;
    padding:2px;
    text-align:left;
}
table.search-results td.bottom
{
    border-bottom:solid 1px #dcdce9;
}

table.searchbox
{
    border:solid 1px #dcdce9;
    width:100%;
    padding:0px;
    border-spacing:1px;
}

table.searchbox td
{
    padding:2px;
    text-align:left;
}

table.searchbox td.hdr
{
    width:30%;
}

table.searchbox td.search
{
    text-align:center;
}

table.searchbox td.cntr
{
    text-align:center;
}

div.widebox
{
    border:solid 1px #dcdce9;
    width:700px;
    margin-top:0px;
    margin-bottom:5px;
    padding-top:2px;
    padding-left:4px;
    padding-right:4px;
    padding-bottom:2px;
}

.widebox h2
{
    color:#FFF;
    background-color:Red;
    border:none;
    padding:0;
    margin:0;
    line-height:130%;
}

table.popuppricebox
{
    border:solid 1px #dcdce9;
    width:700px;
    border-spacing:1px;
    margin-bottom:5px;
}

table.popuppricebox caption
{
    border-top:solid 1px #dcdce9;
    border-left:solid 1px #dcdce9;
    border-right:solid 1px #dcdce9;
    text-align:center;
    font-weight:bold;
    font-size:medium;
}

table.popuppricebox th
{
    padding:2px;
    text-align:center;
    font-weight:bold;
}

table.popuppricebox td
{
    padding:2px;
    text-align:center;
}

table.popuppricebox td.cntr
{
    text-align:center;
}

table.popuppricebox td.big
{
    width:20%;
}

table.popuppricebox td.sml
{
    width:6%;
}

td.cntr
{
    text-align:center;
}

.UserLogin 
{
    border: solid 2px #EEE;
}

.UserLogin td
{
    padding:2px;
    margin:2px;
    text-align:left;
}

.UserLogin .Title
{
    font-size:large;
    font-weight:bold;
}

.CalendarExtender .ajax__calendar_container
{
    background-color:#FFF;
    width:200px;
    border:solid 1px #dcdce9;
    z-index:10;
}
.CalendarExtender .ajax__calendar_today
{
    font-weight:bold;
}

.CalendarExtender .ajax__calendar_body {height:139px;width:180px;position:relative;overflow:hidden;margin:auto;}

table.carhire1
{
    width:100%;
}

table.carhire1 td
{
    padding:5px;
    vertical-align:top;
}
table.carhire2
{
    width:350px;
  	border: 0.1em solid #dcdce9;
  	border-spacing:2px;
  	padding:0;
  	margin:0;
}
table.carhire2 th
{
    background-color:Red;
    color:#FFF;
    text-transform:uppercase;
}
table.carhire2 td
{
    padding:2px;
}
.carhireimg
{
    width:200px;
    height:150px;
}

table.attractions a, table.attractiontickets a
{
    color:#0d2474;
}
table.attractions h3, table.attractiontickets h3
{
    margin:0;
    padding:0;
}

table.attractions .aspSmallButton, table.attractiontickets .aspSmallButton
{
    border:solid 1px #0d2474;
}

table.attractions
{
    width:100%;
    padding:0;
    margin:0;
    background-color:#FFF;
    border:0.1em solid #0d2474;
    margin-bottom:5px;
}

table.attractiontickets
{
    width:100%;
    padding:0;
    margin:0;
    background-color:#DDD;
    border:0.1em solid #0d2474;
    margin-bottom:5px;
}

table.attractions th, table.attractiontickets th
{
    background-color:#0d2474;
    color:#FFF;
    padding:4px;
    text-transform:uppercase;
}

table.attractions td
{
    font-size:small;
    padding:4px;
}

table.attractiontickets td
{
    font-size:small;
    padding:0px;
    padding-left:4px;
}

table.latedeal
{
    width:100%;
    padding:0;
    margin:0;
}

table.latedeal .heading td
{
    background-color:Red;
    color:#FFF;
    padding:4px;
}

table.latedeal .body td
{
    font-size:x-small;
}

table.latedeal .right_col
{
    width:150px;
}

td.right_col_hdr
{
    text-align:right;
}

td.right_col_hdr a, td.right_col_hdr a:visited
{
    color:#FFF;
}

table.newsarchive
{
    width:100%;
    padding:0;
    margin:0;
}

table.newsarchive .heading td
{
    background-color:Red;
    color:#FFF;
    padding:4px;
    font-size:medium;
}

table.newsarchive .body td
{
    font-size:small;
    height:100px;
    vertical-align:top;
}

table.newsarchive .left_col
{
    width:550px;
}

table.newsarchive .right_col
{
    width:150px;
}

table.propertylist
{
    width:100%;
    padding:0;
    margin:0;
}

table.propertylist .heading td
{
    background-color:Red;
    color:#FFF;
    padding:4px;
}

table.propertylist .body td
{
    font-size:x-small;
    vertical-align:top;
}

table.propertylist .left_col
{
    width:140px;
}

table.propertylist .middle_col
{
    width:380px;
}

table.propertylist .right_col
{
    width:150px;
}

table.communitylist
{
    width:100%;
    padding:0;
    margin:0;
}

table.communitylist .heading td
{
    background-color:Red;
    color:#FFF;
    padding:4px;
}

table.communitylist .body td
{
    font-size:x-small;
    vertical-align:top;
}

table.communitylist .left_col
{
    width:150px;
}

table.communitylist .middle_col
{
    width:410px;
}

table.communitylist .right_col
{
    width:140px;
}

table.florida-community-details, table.florida-property_details
{
    width:100%;
}

table.florida-community-details caption, table.florida-property-details.caption
{
    font-size:large;
    padding:5px;
}

table.florida-community-details td, table.florida-property-details td
{
    width:70%;
    padding:3px;
}

table.florida-community-details td.hdr, table.florida-property-details td.hdr
{
    width:30%;
    padding:3px;
}

table.florida-community-details td.community-name, table.florida-property-details td.community-name
{
    font-size:medium;
    font-weight:bold;
}

table.community-image
{
    width:100%;
}

table.community-image td
{
    text-align:center;
    padding:3px;
}

.comimage
{
    width:300px;
}

table.contenthdr
{
    width:100%;
}

table.contenthdr td
{
    padding:3px;
}

table.contenthdr td.right
{
    text-align:right;
}

.contentBox, .contentBoxF, .contentBoxFS
{
    padding:5px;
    background-color:#FFF;
    color:#0d2474;
    line-height:130%;
}

.RegionCommunityBox
{
    padding-top:5px;
    padding-bottom:5px;
    background-color:#FFF;
    color:#0d2474;
    line-height:130%;    
}

.CommunityFeatureList
{
    padding-top:5px;
    padding-bottom:5px;
    background-color:#FFF;
    color:#0d2474;
    line-height:130%;    
}

.contentBoxF
{
    float:left;
    width:400px;
}

.contentBoxFS
{
    float:left;
    width:285px;
}

.borderContentBox
{
    padding:5px;
    background-color:#FFF;
    color:#0d2474;
  	border: 0.1em solid #dcdce9;
    line-height:130%;
}

table.mainBox
{
    width:100%;
}

table.mainBox td.sideBar
{
    width:200px;
    padding-left:10px;
    padding-right:10px;
    vertical-align:top;
}

table.mainBox td.mainContent
{
    border-left:solid 3px #0066D8;
    padding-left:10px;
    padding-right:10px;
    vertical-align:top;
}

.contact_table
{
    width:100%;
    border:none;
}

.contactpanelbar
{
    width:700px;
}

.cpanel
{
    width:100%;
    padding:5px;
}

.formlist .label
{
    width:170px;
    float:left;
	color: #0d2474;
}

.formlist
{
    list-style:none;
    padding:0 12px 0 23px;
}

.formlist li
{
    border-bottom:1px solid #dcdce9;
    padding:5px 0px;
	color: #0d2474;
}

.mimg
{
    padding-top:2px;
    padding-left:2px;
    padding-right:2px;
    padding-bottom:0px;
}

.contact_table th
{
  	border: 0.1em solid #dcdce9;
	color: #0d2474;
	padding:5px;
}

.contact_table td
{
    padding:2px;
  	border: 0.1em solid #dcdce9;
	color: #0d2474;
}

div.enquirenow
{
    width:100%;
}

.SourceCodeDropDown .rcbItem, .SourceCodeDropDown .rcbHovered
{
    float: left;
    margin: 0 1px;
    min-height: 13px;
    overflow: hidden;
    padding: 2px 19px 2px 6px;
    width: 125px;
}

.radio, .radio label, .radio input
{
    padding:2px;
}

table.sitemap
{
    width:100%;
}

table.sitemap th
{
    font-weight:bold;
    padding:2px;
    text-align:left;
}

table.sitemap td
{
    padding:2px;
    text-align:left;
}

table.sitemap td.page
{
    padding-left:10px;
    width:35%;
}
table.sitemap td.desc
{
    width:65%;
}

table.usefullink
{
    width:100%;
  	border: 0.1em solid #dcdce9;
}

table.usefullink th
{
    font-weight:bold;
    padding:5px;
    text-align:left;
  	border: 0.1em solid #dcdce9;
	color: #0d2474;
	background-color:Red;
}

table.usefullink td
{
    padding:5px;
    text-align:left;
  	border: 0.1em solid #dcdce9;
	color: #0d2474;
}

table.usefullink td.page
{
    width:35%;
}
table.usefullink td.desc
{
    width:65%;
}

table.usefullink td.notes
{
    text-align:left;
}

table.usefullink tr.itemrow
{
    background-color:#FFF;
}

table.usefullink tr.altitemrow
{
    background-color:#EEE;
}

table.faq
{
    width:100%;
    border: 0.1em solid #dcdce9;
}

table.faq td
{
    padding:5px;
    text-align:left;
  	border: 0.1em solid #dcdce9;
	color: #0d2474;
}

table.faq tr.itemrow
{
    background-color:#FFF;
}

table.faq tr.altitemrow
{
    background-color:#EEE;
}

ul.testimonial
{
    width:90%;
    list-style:none;
}

ul.testimonial li
{
    color:#0d2474;
    padding:10px;
    line-height:130%;
    font-style:italic;
}

ul.testimonial .from
{
    font-style:normal;
}

.tellfhyp
{
    font-size:small;
}

.infoBannerSmall
{
    background-color:#DDD;
    width:285px;
    border-spacing:0px;
    margin-bottom:5px;
    border:none;
}

.infoBannerSmall td
{
    padding:3px;
}

.infoBannerSmall td.image
{
    padding-bottom:0px;
}

.infoBannerSmall td.text
{
    vertical-align:middle;
}

.infoBannerSmallHyperlink
{
    color:#0d2474;
}

.infoBannerSmallHyperlink:visited
{
    color:#0d2474;
}

.requestcallback
{
    width:425px;
    height:690px;
    background-color:#FFF;
    color:#000;
    padding:5px;
}

.requestcallback h1
{
    color:#000;
    background-image:url(../../media/largehdr_bg.jpg);
    background-repeat:no-repeat;
    height:35px;
    padding-top:10px;
}

fieldset
{
    margin: 0.5em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
    text-align:left;
}

fieldset.callback label
{
    display:inline-block;
    padding-bottom:3px;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

.textEntrySmall
{
    width:160px;
    border:1px solid #ccc;
}

.memoEntry
{
    width:100%;
    border: 1px solid #ccc;
    height:55px;
}

.radioEntry
{
    width:100%;
    border:1px solid #ccc;
    margin:0px auto;
}

.radioEntry td
{
}

.radioEntry label
{
    display:inline !important; 
}

.checkBox label
{
    display:inline !important;
}

