/* CSS Document */

/* colors: middle bar bg #207cab, sidebar bg #207cab, content bg #dcb94a */

body {
	background-image: url(../images/web-bg.gif);
	background-repeat: repeat-x;
	background-color: #215a77;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 984px;
	margin: 0 auto;
	overflow: auto;
}

#navbar1 {
	height: 42px;
}

#navbar2 {
	height: 92px;
}

#masthead {
	background-image: url(../images/masthead-bg.jpg);
	background-repeat: no-repeat;
	height: 225px;
}

#middleNav {
	height: 53px;
	background-color: #207cab;
	padding: 9px 0px;
}

/* body with sidebar */
#body1 {
	clear: both;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
	overflow: auto;
	background-color: #dcb94a;
	width: 984px;
	padding: 0px 0px 32px 0px;
}

/* body without sidebar */
#body2 { 
	clear: both;
	background-color: #dcb94a;
	overflow: auto;
	padding: 32px;
}

#content {
	width: 710px;
	padding: 0px 30px;
	float: left;
	color: #000000;
}

#content h3 {
	font-size: 1.2em;
	padding-bottom: 8px;
}

#content p {
	font-size: 1em;
}

#sideBar {
	width: 174px;
	padding: 0px 18px;
	float: right;
}

#sideBar img {
	padding: 10px 0px;
}

#calculator {
	padding: 10px 0px;
	color: #000000;
}

#calculator h3 {
	font-size: 1.2em;
}

/* Site Map */

#siteMap {
	background-image: url(../images/site-map-bg.jpg);
	background-repeat: no-repeat;
	height: 89px;
	width: 984px;
}

#siteMap a {
	color: #183c52;
	text-decoration: none;
}

#siteMap a:hover {
	text-decoration: underline;
}

.siteLinks {
	list-style-type:none;
	padding: 36px 0 0 160px;
	font-size: .8em;
	margin: 0;
}

.siteLinks li {
	float: left;
	padding: 0 6px;
}

#testimonials {
	background-image: url(../images/testimonials-bg.jpg);
	background-repeat: no-repeat;
	height: 89px;
	width: 984px;
}


/* Footer */

#footer {
	color: #dcb94a;
	font-size: 0.7em;
	padding: 10px 0px;
	text-align: center;
	overflow: auto;
}

/* Sub & Listing Pages */

#subPages {
	width: 710px;
}

#subPages p {
	padding: 10px 0;
}

#search {
	float: right;
	overflow: visible;
	padding: 16px 0px;
}

#search form {
	margin: 0;
	padding: 0;
}

#subNavbar {
	background-color: #1873c3;
	height: 38px;
	width: 100%;
	clear: both;
	margin: 0px 0px 4px 0px;
}

#subNavbar p {
	float: right;
	font-size: 0.7em;
	padding: 10px 10px 0px 0px;
}

#thumbContain {
	width: 100%;
	clear: both;
	background-color: #FFFFFF;
	overflow: auto;
	color: #000000;
	position: relative;
}

#viewListing {
	width: 106px;
	height: 133px;
	position: absolute;
	top: 70px;
	left: 575px;
}

#thumbContain h1 {
	font-size: 1em;
	background-color: #1c7dd2;
	padding: 12px;
	color: #FFFFFF;
}

#thumbContainContent {
	padding: 25px;
}

#thumbContainContent img {
	padding: 0px 25px 25px 0px;
	float: left;
}

#thumbContainContent p {
	font-size: 0.8em;
	padding-bottom: 8px;
}

.price {
	color: #d20009;
	font-weight: bold;
}

/* Page Hdrs */

.pageHdr {
	text-indent: -9999em;
	height: 31px;
	background-repeat: no-repeat;
	margin: 0;
	float: left;
}

.salesResidential {
	background-image: url(../images/hdr-sales-residential.gif);
	width: 199px;	
}

.salesBank {
	background-image: url(../images/hdr-sales-bank.gif);
	width: 227px;	
}

.salesOpen {
	background-image: url(../images/hdr-sales-open-house.gif);
	width: 141px;	
}

.rentalsSeasonal {
	background-image:url(../images/hdr-rentals-seasonal.gif);
	width: 196px;
}

.vacation {
	background-image:url(../images/hdr-vacation-info.gif);
	width: 182px;
}

.rentalsAnnual {
	background-image:url(../images/hdr-rentals-annual.gif);
	width: 185px;
}

.rentalsSpecials {
	background-image:url(../images/hdr-rentals-specials.gif);
	width: 260px;
}

.commercialHdr {
	background-image: url(../images/hdr-commercial.gif);
	width: 91px;	
}

.contactHdr {
	background-image: url(../images/hdr-contact.gif);
	width: 65px;	
}

.ipHdr {
	background-image: url(../images/hdr-ip.gif);
	width: 260px;	
}

.searchHdr {
	background-image: url(../images/hdr-search.gif);
	width: 260px;	
}

.relocationHdr {
	background-image: url(../images/hdr-relocation.gif);
	width: 87px;	
}

.teamHdr {
	background-image: url(../images/hdr-team.gif);
	width: 49px;	
}

.vacationHdr {
	background-image: url(../images/hdr-vacation-specials.gif);
	width: 260px;	
}

.seeouradsHdr {
	background-image: url(../images/hdr-see-our-ads.gif);
	width: 260px;	
}

/* Listings */

#listing {
	padding: 26px;
}

#listing h2 {
	color: #d20009;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}

#listing p {
	font-size: 0.7em;
}

#listingCol1 {
	float: left;
	width: 340px;
}

#listingCol2 {
	float: left;
	width: 360px;
}

#listingCol3 {
	float: left;
	width: 165px;
}

#listingContent {
	clear: both;
	padding: 20px 0px;
}

#listingPhotos {
	padding: 10px 0px;
}

#listingPhotos img {
	padding: 4px;
}

/* Google Map */

#googleMap {}
#googleMapLink {}
#googleMapImg {}
#googleMapLinkText { font-size: 8pt; color: #000000; }

/* Relocation */

#relocation {
	background-image: url(../images/relocation-main.jpg);
	background-repeat: no-repeat;
	padding-top: 303px;
}

#relocation p {
	color: #000000;
	margin: 0;
	padding: 6px 10px;
	font-size: 0.9em;
}

#relocationContent {
	background-image: url(../images/relocation-bg.gif);
	height: 353px;
	width: 701px;
	background-repeat: no-repeat;
	position: relative;
}

#naples, #bonita, #estero, #ftmyers {
	position: absolute;
	left: 190px;
	height: 70px;
	overflow: auto;
}

#naples {
	top: 4px;
}

#bonita {
	top: 93px;
}

#estero {
	top: 182px;
}

#ftmyers {
	top: 271px;
}

/* Classes */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.centerImg {
	display: block;
	margin: 0 auto;
}