@charset "utf-8";

body{
	background-color: White;
	margin: 0px 0px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	max-width: 1260px;
	min-width: 806px;
	/*border-right: 1px solid #cccc99;*/
}
form{
	margin:0px;
}
h1{
	font-size:1.75em;
	font-weight: normal;
	margin: 0px;
}
h2{ 
	font-size:1.70em;
	font-weight: normal;
	margin: 0px;
}
h3{ 
	font-size:1.25em; 
	font-weight: normal;
	margin: 0px;
}
/* Change IE's Light Blue */
A:Link{
	color: blue;
	text-decoration: underline;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Banner Text */

#bannerHeadW h1{
	font-size: 1.30em;
	font-weight: bold;
	color: white;
	margin: 0px 0px 4px 10px;
}
#bannerHeadB h1{
	font-size: 1.30em;
	font-weight: bold;
	color: black;
	margin: 0px 0px 4px 10px;
}

#bannerTxtW{
	font-size: 1.30em;
	font-weight: bold;
	color: white;
	margin: 0px 0px 4px 20px;
}
#bannerTxtB{
	font-size: 1.30em;
	font-weight: bold;
	color: black;
	margin: 0px 0px 4px 20px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Listing Page Headings */

.propertySection{
font-size: .96em;
font-weight: bold;
color: black;
background-color: #CCCC99;
}


.propertyTitle{
	text-align: center;
	color: black;
	font-weight: bold;
}

.propertyTitle h2{
font-size: 2.0em;
color: black;
/*color: #ee9e06;*/
margin: 0px 0px 0px 0px;
/*text-shadow: 1px 1px 2px #6374AB;*/
}

#propertyPager{
	font-size: .90em;
	/*font-weight: bold;*/
	text-align: center;
	padding: 10px 0px 4px 0px;
	color: #7d7d7d;
}

#propertyPager A:Link{
	color: Blue;
	text-decoration : underline;
}
#propertyPager A:Visited{
	color: Blue; 
	text-decoration : underline;
}

.propertyPagerSep{
	padding: 0px 4px 0px 4px;
	font-weight: bold;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Listing Ads */

.listingAd{
	/*border: thin solid red;*/
	margin: 0px 0px 6px 0px;
	clear: both;
}

.listingAd h3{
font-size: 1.25em;
color: black;	
margin: 0px;
}

.listingAd p{
margin: 0px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Text Ads */

.textAds{
	border: 1px solid #bdb76b;
	padding: 0px 4px 0px 4px;
	width:130px;
	text-align: left;
}

.taTitle{
 font-weight: bold;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Top Listings List */

.propertySideNavList{
   /*border: thin solid #708090;*/
	font-size: .80em;
	color: black;
	margin: 4px 0px 4px 0px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Region Land Type Menu */

.regionMenu td{
	border: 1px solid #bdb76b;
	background-color: #E0E0C2;
	font-size: 1em;
}
.regionMenu h2{
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
}
.regionMenu ul{
	/*border: thin solid red;*/
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.regionMenu li{
	/*border: thin solid green;*/
	margin: 0px;
	font-size: .8em;
	padding: 2px 0px 2px 8px;
}
/*
.regionMenu A:Link{
	color: black;
	text-decoration : none;
}
.regionMenu A:Visited{
	color: black; 
	text-decoration : none; 
}
.regionMenu A:Active{
	color: black; 
	text-decoration : none; 
}
.regionMenu A:Hover{
	color: blue;
	text-decoration : underline; 
}*/



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Sellers Page */

.agent h2{
font-size: 1.16em;
color: black;
margin: 0px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Agents & Brokers Ads */

.agentAds td{
	 border: 1px solid #bdb76b;
	 font-size: 1em;
}
.agentAds h2{
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
}
.agentAds h3{
	margin: 0px;
	font-size: 1em;
	padding: 8px 0px 8px 0px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Sell Land Online */

.sellSplash{
 width: 90%;
 /*background-color: #f9c360;*/
 background-color: #ffef8e;
 padding-top: 10px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 /*border: 2px solid #f9b12a;*/
 border: 2px solid #ffd700;
}
.sellSplash A:Link{
	color: Blue;
	text-decoration : underline;
}
.sellSplash A:Visited{
	color: Blue; 
	text-decoration : underline;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Advertising Details */

.details li{
   padding-top: 9px;
	padding-bottom: 9px;
}

.details h3{
	font-size:1.5em; 
	font-weight: normal;
	margin: 0px;
}



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Search */

.search h2{
	font-size:1em; 
	font-weight: bold;
	margin: 0px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Pager Nav */

.pager{
	font-size:.95em;
	background-color: #E0E0C2;
}



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Misc Formatting */

.formErrors{
	color: #CC0000;
}

.plainList ul{
   list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.plainList li{
	margin: 0px;
	padding: 0px;
}

.typeRed{
	color: #CC0000;
}

.typeXSmall{
font-size: .8em;
}

.typeMedium{
font-size: 1.10em;
}

.typeBig{
font-size: 1.16em;
}

.typeBigger{
font-size: 1.30em;
}

.typeRealBig{
font-size: 1.80em;
}

.typeCutline{
	font-size: 12px;
	margin-bottom: 8px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Headings */

#bannerW h1{
font-size: 1.5em;
font-weight: bold;
color: white;	
margin: 0px 0px 0px 20px;
}

#bannerWS h1{
font-size: 1em;
font-weight: bold;
color: white;	
margin: 0px 0px 0px 20px;
}

#bannerB h1{
font-size: 1.5em;
color: black;	
margin: 0px 0px 0px 20px;
}

#bannerBS h1{
font-size: 1em;
font-weight: bold;
color: black;
margin: 0px 0px 0px 20px;
}



.agents h3{
font-size: 1em;
color: black;
margin: 0px;
}


.listingBannerW{
font-size: 1.50em;
font-weight: bold;
color: white;	
padding: 0px 0px 0px 20px;
}

.listingBannerB{
font-size: 1.50em;
font-weight: bold;
color: black;	
padding: 0px 0px 0px 20px;
}

.listing h2{
font-size: 1em;
font-weight: bold;
color: black;
margin: 0px 0px 0px 0px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* HP Most Recent */

.recentLand h3{
font-size: 1.15em;
color: black;	
margin: 0px;
}



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Quick Search */

.quickSearch td
{
	background-color: #E0E0C2;
	font-size: small;
	padding-left: 5px;
}

.quickSearch select
{
	width: 130px;
	font-size: 12px;
}

.quickSearch input
{
	width: 75px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Quick Search */

.quickLandSearch td
{
	/*background-color: #E0E0C2;*/
	font-size: small;
	padding-left: 5px;
}

.quickLandSearch select
{
	width: 120px;
	font-size: 12px;
}

.quickLandSearch input
{
	width: 75px;
}



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* TOP NAV */

#topNav{
	font-weight: bold;	
	color: White;	
	text-decoration : none;
	background-color: Black;
	padding: 2px 0px 3px 10px;
	white-space: nowrap; 
}
#topNav A:Link{
	color: White;
	text-decoration : none;
}
#topNav A:Visited{
	color : White; 
	text-decoration : none; 
}
#topNav A:Active{
	color : White; 
	text-decoration : none; 
}
#topNav A:Hover{
	color : White;
	text-decoration : underline; 
}

.topNavDivider{
	width: 20px;
	padding-left:4px;
	padding-right:4px;
	text-align: center;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* SIDE NAV - Section Lists */

.sideNavList{
/*border: thin solid red;*/
padding-left: 6px;
}

.sideNavList ul{
/*border: thin solid #ffd700;*/
list-style-type: none;
margin-top: 2px;
margin-left: 6px;
padding-left: 6px;

}

.sideNavList li{
/*border: thin solid #32cd32; */
margin-left: 0px;
padding-left: 0px;
padding-top: 2px;
padding-bottom: 2px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Listing Ad Box */

.listingAd{
width: 100%;
 /* background-color: #FFEA6E; */
 padding-top: 10px;
 padding-left: 10px;
 padding-bottom: 10px;
 display: block;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Listing Ad Box */

.orderBorder
{
   width: 630px;
	border: thin solid Olive;
	padding: 4px 4px 4px 4px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Ads */

.topAd
{
	width: 468px;
	height: 60px;
	border: 1px solid black;
	background-color: #dcdcdc;
	margin: 0px 10px 20px 0px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#Logo
{
	width: 256px;
	height: 64px;
	margin: 0px 60px 20px 10px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.testimonial{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: .80em;
padding: 10px;
}

#listingButton{
	height:40px;
	width:190px;
	font-size: 16px;
	font-weight: bold;
}

#orderProgress{
	display: none;
}

#orderProgressMsg{
	font-size: 1.25em;
	font-weight: bold;
}

.tanRowBorder{
	border: 1px solid #E4E4C9;
}
.tanRowBorder td{
	border: 1px solid #E4E4C9;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Featured Property Headings */

.featuredLandForSale h2{
	font-size: 1.40em;
	/*font-weight: bold;*/
	color: #6a5b00;
}

.featuredLandForSale li{
list-style-type: none;
margin-top: 8px;
margin-bottom: 8px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Lines & Seperators */

.vLineBrown{
border-left: thin solid #bdb76b;
}

.hLineBrown{
border-top: thin solid #bdb76b;
width: 100%;
height: 4px;
margin: 0px;
}

.hLineBrown2{
border-top: thin solid #bdb76b;
width: 100%;
height: 4px;
margin: 10px 0px 10px 0px;
}

.hLineGrey{
border-top: 2px solid #dcdcdc;
width: 100%;
height: 4px;
margin: 14px 0px 8px 0px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Breadcrumb */

#breadcrumb{
/*border: 1px solid #dcdcdc;*/
width: 100%;
padding: 0px 0px 4px 0px;
font-size: .80em;
white-space: nowrap;
/*border-bottom: thin solid #bdb76b;*/
/*overflow: hidden;*/
}

#breadcrumb A:Link{
	color: Blue;
	text-decoration : underline;
}
#breadcrumb A:Visited{
	color: Blue; 
	text-decoration : underline;
}

.breadcrumbSep{
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}



/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Side Column */

#leftColumn{
	padding: 10px 10px 10px 10px;
}

#rightColumn{
	border-left: 1px solid #bdb76b;
	padding: 10px 0px 10px 10px;
}

#sellColumn{
	border-left: 1px solid #dcdcdc;
	padding: 10px 0px 10px 10px;
}

#adColumn{
	border-left: 2px solid #dcdcdc;
	padding: 10px 0px 10px 10px;
}

.sideBar{
	border-left: 2px solid #dcdcdc;
	padding: 10px 0px 10px 10px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/* Misc */

.honeypot{
	display: none;
}

.TM{
	font-size:xx-small;
	vertical-align:super;	
}





















