/***** Global Settings *****/

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0 0 .5em;
        padding: 0;
		line-height: 20px;
		clear:both;
}

/* Apply left margin:
   Only to the few elements that need it: */
dd, blockquote {
        margin-left: 1em;
}
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 15px 4px 4px; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
/**************** End global settings ****************/

/******Main site framework - Critical for footer to appear at bottom of browser window******/

html, body {
	height: 100%;
	margin:0;
	padding:0;
	background-color:#DEE2D0;
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#666666;
}

#wrapper { 
	min-height: 100%;
	position:relative;
	width:806px;
	margin:0 auto;
	padding-bottom:43px;
}

* html #wrapper {
	height:100% /* hack for IE6 and below, which wont support min-height*/
}

#header {
	width:806px;
	height:75px;
}

#innerWrapper {
	width:806px;
	margin:5px 0 10px;
}

#footer {
    position:absolute;
    bottom:0;
	width:806px;
    height:43px;
    background:url(images/footer.gif) repeat-x left top;
	color:#009900;
}

#footer li{
	list-style:none;
	float:left;
	padding:15px 10px;
}

.footer_li1{
	width:360px;
}


/**************************** End main framework section*******************/


#logo{
	width:180px;
	float:left;
	margin:3px 0px 0px 2px;
}

#links{
	float:right;
	color:#009900;
	/*width:200px;*/ /*commented out to fix minor display error in Safari*/
	height:39px;
	margin:34px 0px 0px;
	background:url(images/linksbg.gif) repeat-x left top;
}

#links ul{
	margin:0;
}

#links ul li{
	float:left;
	list-style:none;
	display:inline;
	padding-top:12px;
	padding-bottom:15px;
}

.links_left{
	background:url(images/links_left.gif) no-repeat left top;
	padding:0px 0px 0px 13px;
}

.links_right{
	background:url(images/links_right.gif) no-repeat right top;
	padding:0px 14px 0px 0px;
}

#links a:link{
	color:#009900;
	text-decoration:none;
	font-style:normal
}

#links a:hover{
	color:#004D95;
	text-decoration:none;
	font-style:normal
}

#leftColumn{
	width:590px;
	float:left;
}

.banner{
	width:590px;
	height:175px;
	margin-bottom:3px;
}

#leftColumn_content{
	background:url(images/bodybg.gif) repeat-y left top;
	padding:0px 18px;
	width: 554px;
}

.featuredProp{
	width:219px;
	float:left;
}


#featuredImg{
	position:relative;
	background-image:url(images/featuredprop_bg.jpg);
	background-repeat:no-repeat;
	width:219px;
	height:158px;
	margin-bottom:10px;
}

a.featuredImg{
	width:175px;
	padding:4px 4px;
	position:absolute;
	top:0;
	left:0;
}
#featuredImg a img{
	position: absolute;
	top:14px;
	left:21px;
}
.intro{
	width:305px;
	float:right;
	margin:5px 0px 7px 30px;
	color:#666666;
	font-size:14px;
	line-height: 20px;
}

.title{
	color:#00487A;
	font-size:16px;
	line-height: 20px;
}
.titleLoc{
	color:#00487A;
	font-size:18px;
}
.safe_text{
	list-style-image:url(images/bullet.gif);
	margin:0px 0px 7px 30px;
	color:#666666;
	font-size:14px;
	line-height: 20px;
}

.safe_text li{
	padding-bottom:15px;
	line-height:18px;
}

.safe_text li a{
	font-weight:bold;
	color:#009900;
}
.safe_text li a:hover{
	font-weight:bold;
	color:#004D95;
	text-decoration:none;
}
.safe_textBullet li{
	list-style:disc;
	margin-left:50px;
	padding-left:6px;
	line-height:15px;
}

.safe_text liBullet a{
	font-weight:bold;
	color:#009900;
}
.safe_text liBullet a:hover{
	font-weight:bold;
	color:#004D95;
	text-decoration:none;
}


h2{
	font-size:22px;
	color:#004D95;
	font-weight:normal;
	margin-bottom:.75em;
}

h3{
	font-size:18px;
	color:#004D95;
	font-weight:bold;
}

h4{
	font-size:16px;
	color:#004D95;
	font-weight:bold;
	margin:1em 0 .5em;
}

a{
	color:#009900;
	text-decoration:underline;
}
a:hover{
	color:#004D95;
	text-decoration:underline;
}

.green, .disclaimer:hover{
	color:#009900;
}

.ltgray{
	color:#8E9184;
}

.smaller{
	font-size:.9em;
}

.narrow{
	width:240px;
}

hr{
	width:100%;
	height:1px;
	color:#e1e1e1;
	margin: 5px 0;
}

.quotes1{
	color:#009900;
	font-family:Georgia, Times, New Roman, serif;
	font-style:italic;
	font-size:16px;
	line-height:20px;
}

#propertyCategories{
	padding-bottom:25px;
}

.propertyCategories_img{
	position:relative;
	background-image:url(images/propCat_bg.jpg);
	float:left;
	width:138px;
	height:100px;
}

.propertyCategories_img a {
	position:absolute;
	top:3px;
	left:3px;
	color:#009900;
}

.propertyCategories_img a img{
	width:100px;
	height:72px;
	margin:10px 14px;
	text-align:center;
}

#propertyCategories a.categoriesTitle {
	position:absolute;
	left:20px;
	right:0;
	top: 100px;
}
#propertyCategories a{
	color:#009900;
	text-decoration:underline;
}
#propertyCategories a:hover{
	color:#004D95;
	text-decoration:none;
}

.whybuy{					/*Is this necessary?*/
	padding: 0 15px;
	width:522px;
}

.whybuy ul{
	/*margin:10px 7px 7px 0;*/
	margin:10px 0px 7px 0;
	color:#8E9184;
	font-size:14px;
	font-weight:bold;
	width:275px;
	float:left;
}

.whybuy ul li{
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	margin-left:15px;
	padding-bottom:8px;
}

.whybuy ul li a{
	font-weight:bold;
	color:#009900;
	text-decoration:underline;
}
.whybuy ul li a:hover {
	font-weight:bold;
	color:#004D95;
	text-decoration:none;
}
.realestate_lastsold {
	background:url(images/realbg.gif) no-repeat left top;
	width:212px;
	height:106px;
	float:left;
	margin:10px 0 30px;
	padding:0 0 0 8px;
	color:#ffffff;
}

.realestate_lastsold a {
	color:#ffffff;
}

.realestate_div2, .realestate_div3{
	background:url(images/realbg.gif) no-repeat left top;
	width:212px;
	height:106px;
	float:left;
	margin:10px 0 30px;
	padding:0 0 0 8px;
	color:#ffffff;
}

.realestate_div3{
	margin:10px 0 15px;
}

.realestate_div3 h3 {
	color:#ffffff;
	margin:5px 0 0 10px;
	font-size:1.3em;
}

.realestate_div2 h3{
	color:#ffffff;
	margin:5px 0 0 10px;
}

.realestate_div2 ul, .realestate_div3 ul {
	color:#ffffff;
	width:192px;
	margin:5px 10px;
}

.realestate_div2 ul li.nobullet{
	list-style-type:none;
	list-style-image:none;
	font-weight:normal;
	line-height:14px;
	padding-bottom:3px;
	margin:0;
}

.realestate_div2 p, .realestate_div3 p{
	padding:0px 10px;
	line-height:18px;
}

.realestate_div2 a:link, .realestate_div2 a:visited, .realestate_div3 a:link, .realestate_div3 a:visited, {
	color:#FFFFFF;
	text-decoration:underline;
}

.realestate_div2 a:hover, .realestate_div3 a:hover{
	color:#004D95;
}

/* right side div for caribbean properties */
.realestate_div4{
	width:220px;
	height:250px;
	float:left;
	margin:10px 0 20px;
	padding:0 0 0 8px;
	color:#ffffff;
}

.realestate_div4{
	margin:10px 0 15px;
}

.realestate_div4 h3 {
	color:#ffffff;
	margin:5px 0 0 10px;
	font-size:1.3em;
}


#bottom_curve{
	float:left;
}




#body_right{
	width:200px;
	float:right;
	padding-left:6px; 
	margin:0;
}

.news{
	width:170px;
	background:url(images/news_bg.gif) repeat-y left top;
	padding: 5px 15px 0;
}

.news a:link{
	font-weight:bold;
	color:#009900;
	line-height:20px;
	text-decoration:none;
}

.news a:hover{
	color:#004D95;
	text-decoration:underline;
}

.news a:visited{
	color:#004D95;
	text-decoration:underline;
}

form{
	width:170px;
	height:80px;
}

#IEroot form{
	height:80px;
	margin-top:-10px;
	margin-bottom:-10px;
}

select{
	border:#A5E1FF 1px solid; 
	width:150px; 
	margin:8px 0px 15px;
}

input{
	padding-bottom:5px;
}

.searchBottom{
	margin-top:-15px;
}

#mortgage{
	width:192px;
	margin:15px 0;
	padding-left:8px;
}

#map {
	margin-top:15px;
}

#map_body{
	background:url(images/map_body.gif) repeat-y left top;
	width:200px;
}

.map_body_text{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}

.map_margin{
	margin:12px 0px;
}

#map_bot{
	background:url(images/gogle_bot.gif) no-repeat left bottom;
	height:5px;
	width:200px;
}

#list{
	height:51px;
	width:200px;
}

.footer_link{
	text-decoration:none;
	color:#009900;
}

.footer_link:hover, .disclaimer{
	color:#00487A;
}

.copyright{
	color:#6C6E63;
}




/*links2 styling for horizontal nav - javascript*/

#links2{
	margin:0 auto;
	background:url(images/navBar.jpg);
	background-repeat:no-repeat;
	width:806px;
	height:48px;
}

#links2 ul li{
	float:left;
	list-style:none;
	display:inline;
	padding-top:15px;
	padding-bottom:21px;
}

.links2_left{
	background:url(images/links2_left.gif) no-repeat left top;
	padding:0px 6px 0px 22px;
}

.links2_right{
	background:url(images/divider.gif) no-repeat left top;
	padding:0px 11px 0px 11px;
}

.links2_right2{
	background:url(images/links2_right.gif) no-repeat right top;
	width:10px;
	height:12px;
}

#IEroot #leftColumn_content, #IEroot .news{
	margin-top:-4px;
}

#IEroot #map_top {
	margin-bottom:-4px;
}

#IEroot #bottom_curve {
	margin-top:-7px;
}

#IEroot .searchBottom{
	margin-top:0;
}
