﻿html { 
    /* always show firefox scrollbar, to prevent horizontal shift. */
    overflow:-moz-scrollbars-vertical; 
}

/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink,
a.webmodules_editModuleLink,
a.webmodules_editModuleLink:link,
a.webmodules_editModuleLink:visited {
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; /*preserve layout*/
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editModuleLink:hover,
a.webmodules_editModuleLink:hover {
    font-size: 100%;
    color: #00A2FF;
}

/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink,
a.webmodules_editPageLink,
a.webmodules_editPageLink:link,
a.webmodules_editPageLink:visited {
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; 
    top: 5px;
    left: 5px;
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editPageLink:hover,
a.webmodules_editPageLink:hover {
    font-size: 100%;
    color: #00A2FF;
}

/* sub navigation highlighted/activated style. */
.subnav .on a:link, .subnav .on a:visited, .subnav .on a:hover, .subnav .on a:active {
	background-color: #00FF00;
}

/******************************************************************************
 main navigation menu. 
******************************************************************************/
.mainNavDropDown {
    z-index: 1; /* do not remove; fixes IE8 rendering issue. */
    padding: 10px 0px 0px 0px;
}

/* the <table> element for each menu item. */
.mainNavDropDown_item {
}

/* this <td> is contained by the <table> above. */
.mainNavDropDown_item td {
}

/* this <a> is contained by the <td> above. */
.mainNavDropDown_item a {
    display: block; /* do not mess with this. */
}

/* do *not* put multiplicative things like padding in here. */
.mainNavDropDown_item, /* required */
.mainNavDropDown_item a, /* required */
.mainNavDropDown_item a:link, /* required */
.mainNavDropDown_item a:visited /* required */ {
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 10px 5px;
}

/* the <table> element for each menu item. */
.mainNavDropDown_item_hover {
}

/* this <td> is contained by the <table> above. */
.mainNavDropDown_item_hover td /* important */ {
}

/* this <a> is contained by the <td> above. */
.mainNavDropDown_item_hover a {
    display: block; /* do not mess with this. */
}

/* do *not* put multiplicative things like padding in here. */
.mainNavDropDown_item_hover, /* required */
.mainNavDropDown_item_hover a, /* required */
.mainNavDropDown_item_hover a:link, /* required */
.mainNavDropDown_item_hover a:visited, /* required */
.mainNavDropDown_item_hover a:hover, /* required */
.mainNavDropDown_item_hover a:active /* required */ {
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 10px 5px;
}


body { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #33505a;
	background: URL(images/background.jpg) repeat-x;
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	}

img {
	border: 0;
}

.container {
width: 995px;
margin: 0px auto;

}

.header {
	background: URL(images/header.jpg) no-repeat;
	height: 162px;
	width: 995px;
	margin: 0px;
}

.logo {
	width: 460px;
	height: 101px;
	float: left;
}

.facebook {
	position: relative;
	margin: 52px 0 0 335px;
	float:left;
}

.topnav {
	position: relative;
	margin: 0 0 0 15px;
	width: 995px;
	list-style:none;
	clear:both;
	padding: 0px;
}
.topnav ul {
	padding: 0px;
	margin: 0px;
}

.topnav li {
	display: inline;
	
}

.topnav li a {
	display: inline;
	width: 99px;
	height: 40px;
	float: left;
}

.topnav li a.home {
	background: URL(images/nav_home_off.gif);
	
}

.topnav li a.about {
	background: URL(images/nav_about_off.gif);
	
}

.topnav li a.luxury {
	background: URL(images/nav_luxury_off.gif);
	
}

.topnav li a.search {
	background: URL(images/nav_search_off.gif);
	
}

.topnav li a.featured {
	background: URL(images/nav_featured_off.gif);
	width: 98px;
	
}

.topnav li a.buyer {
	background: URL(images/nav_buyer_off.gif);
	width: 98px;
	
}

.topnav li a.seller {
	background: URL(images/nav_seller_off.gif);
	
}

.topnav li a.tampa {
	background: URL(images/nav_tampa_off.gif);
	
}

.topnav li a.british {
	background: URL(images/nav_british_off.gif);
}

.topnav li a.contact {
	background: URL(images/nav_contact_off.gif);
	width: 97px;
}

.maincontent {
	clear:both;
}

.leftcol {
	width: 255px;
	float: left;
	min-height: 200px;
	margin-left: 5px;
}

.midcol {
	width: 503px;
	float: left;
	min-height: 200px;
	margin-top: 2px;
	padding: 20px 15px 15px 25px;
	background: url(images/midcol_background.gif) no-repeat;
}

.locationsearch {
	margin: 20px 0 20px 0;
}

.locationsearch td {
	text-align: center;
}

.locationsearch a:link, .locationsearch a:visited, .locationsearch a:active, .locationsearch a:hover {
	color: #717171;
	font-size: 14px;
	font-weight: bold;
}
.rightcol {
	width: 160px;
	float: left;
	min-height: 200px;
	padding: 15px;
}
.footer {
	width: 100%;
	color: #2d6356;
	font-size:  11px;
	clear:both;
	background: url(images/footer_background.gif) repeat-x;
	padding-top: 20px;
}

.footercontainer {
	margin: 0px auto;
	width: 900px;
}

.footer_links {
width: 995px;
text-align: center;
margin-top: 15px;
}
.footer_links a:link,.footer_links a:active,.footer_links a:visited,.footer_links a:hover {
color: #2d6356;
font-size: 11px;
padding: 0 5px 0 5px;
}

.propsearch input, .propsearch select {
	width:200px;
	margin: 5px 0 10px 0;
}

.propsearch_btn {
	background: url(images/btn_search.gif) no-repeat;
	float: right;
	width: 119px;
	height: 26px;
}

.login_btn {
	background: url(images/btn_go.gif) no-repeat;
	float: left;
	width: 41px;
	height: 37px;
}

.register_btn {
	background: url(images/btn_register_now.gif) no-repeat;
	float: left;
	width: 155px;
	height: 28px;
	margin: 0px;
}
	
p, table, th, tr, td, h1, h2, h3, img, a:link, a:visited, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #33505a;
	border: none;
	}
	
h1 {
	font-weight: bold;
	font-size: 16px;
	color: #009933;
	padding: 0;
	margin: 0 0 10px 0;
	
	}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #33505a;
	padding: 0;
	margin: 0;
	
	}

h3 {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	padding: 0;
	margin: 0;
	text-transform: uppercase; /* Optional */
	}

p {
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 20px;
	}
	
a:link, a:visited {
	text-decoration: underline;
	color: #333333;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #333333;
	}
	
a.des_nav {
	color:#2B603A;
	text-decoration:none;
	padding-left:10px;
	font-size:11px;
	padding-bottom:5px;
	display:block;
}
 
a.des_nav:hover {
	padding-left:11px;
	text-decoration:none;
}

.leftcol .wm_FormBuilder {
     background-color: #0B722B;
     color:#fff;
     padding:10px;
     margin: 15px;
}

.leftcol .field label, 
.leftcol .field span {    
    padding:0px;
    clear:both; 
    width:auto;
}

.search-properties {
	width: 223px;
	float: left;
	min-height: 200px;
	margin: 5px;
	padding: 15px;
    background: url(images/leftcol_background.gif) no-repeat;
}





	

