/*=====================GENERAL FORMATTING STYLES=======================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	position:relative;
	width: 100%;
	margin: 0 auto;
	padding:0;

}

/*=====================TEXT FORMATTING STYLES=======================*/
/*-------Footer Elements-------*/
#footer {
	color:#A6A6A6;
	font-size:9px;
}
#footer p {
    color:#000000;
    font-weight: bold;
    font-size:15px;
    font-family: Georgia;
}

/*-------Featured listing styles -------*/
td.featuredImage{
   border-top: 1px solid black;
   border-right: 1px solid black;
   padding-top:2px;
   padding-right:2px;
   padding-bottom:2px;
}

td.featuredInfo a{
   text-decoration: none;
   color: black;
}

td.featuredInfo{
   border-top: 1px solid black;
	font-size: 11px;
	padding:2px;
	padding-left: 5px;
}

/*-------Content Elements-------*/
#sale_listings p {
	font-size: 11px;
	color: #000000;
}
#sale_listings td {
	font-size: 11px;
	color: #000000;
}
p {
	font-size: 11px;
	color: #666666;
	margin-top:0px;
}

h2 {
	font-size: 11px;
	color: #ae4600;
	font-weight: bold;
	margin:0;
	padding:0;
}

#featuredheader h2 {
	font-size: 18px;
	color: #ae4600;
	font-weight: bold;
	margin:0;
	padding:0;
}

h4 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin:0;
	padding:0;
}

/*-------Form Elements-------*/
.form_text {
	color:#000000;
	border:1px solid #555555;
	background-color:#f0f0f0;
	width: 200px;
	/*border: none;*/
}

.form_text_required {
	color:#000000;
	background-color:#f0f0f0;
/*	background-color:#ffffa0;*/
	width: 200px;
	border: none;
}

.form_button{
	font-weight:bold;
	border:1px solid #EFEFEF;
	color:#c94500;
	background-color:transparent;
}
.form_button:hover {
	background-color: #EFEFEF;
	cursor: pointer;
}

#sale_search .form_text {
	/*border:1px solid #555555;*/
	border: none;
	color:#000000;
	background-color:#f0f0f0;
	width: 175px;
}

#sale_search .form_button{
	font-size:10px;
	font-weight:bold;
	/*border:1px solid white;*/
	color:#c94500;
	background-color:transparent;
	/*width:49px;*/
	cursor:pointer;
}

/*-------For Sale/For Lease Menu text-------*/

h3 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin:0;
	padding:0;
}

h3 a:link {
	text-decoration:none;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin:0;
	padding:0;
}

h3 a:visited {
	text-decoration:none;
	color: #000000;
}

h3 a:active {
	color: #f2ac00;
}

h3 a:hover {
	color: #c84400;
}
a.ctv {
	width: 100px;
	background-color: #C94500;
	color: #FFFFFF;
	left:0px;
	top: 0px;
	text-decoration: none;
	position: relative;
	float:left;
	margin-right: 5px;
}
a.ctv img {
	margin: 3px;
	position: relative;
	float:left;
}
/*=====================Positioning FORMATTING STYLES=======================*/
/*-------For Sale/For Lease Area Styles-------*/

.searchbg{
	background-image:url(../images/backgrounds/forsale_bg.jpg);
	background-repeat:no-repeat;
}
.searcharea{
	margin-top:10px;
	margin-left:20px;
}
.listingarea{
	margin-top:10px;
	margin-left:15px;
}

.thicktopborder{
	border-top: 2px solid #f2ac00;
}


.topborder{
	border-top: 1px solid #f2ac00;
}

#profession{
	border-top: 3px solid #222222;
	color: #666666;
	font-size: 11px;
}
#profession td{
	border-bottom: 3px solid #222222;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#profession #norow th{
	font-weight: normal;
	color: #222222;
}
#profession #norow td{
	border-bottom: 0px;
	padding:0px;
	padding-left: 5px;
}
#profession h1{
	color: #ae4600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	display: inline;
}
#profession h2{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	display: inline;
	font-style: italic;
}
#profession h3{
	margin-top: 6px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 18px;
}
#profession li{
	list-style-position: inside;
	list-style-type: square;
}



.blueLink{
	color:#0033CC;
	text-decoration: none;
	font-weight: bold;
}
.blueLink:hover {
	color:#0000FF;
}


#content {
    width: 720px;
    font-size: 11px;
    margin-left: 25px;
}
#maininfo {
    width: 70%;
    float: left;
    margin: 10px 10px 0 0;
}
#main_image {
    width: 501px;
    height: 400px;
    display: block;
    overflow: hidden;
    margin: 10px 0;
}
#extrainfo {
    width: 28%;
    float: right;
}
#otherinfo {
    width: 100%;
    float: left;
}
#footer_wrap {
    width: 80%;
    margin: 40px 20px 0 auto;
    padding: 0;
    display: block;
    float: right;
}
#footer {
    width: 720px;
    float: left;
    margin: 0 20px;
    display: block;
}

#detail_hw {
    width: 80%;
    margin: 40px 20px 0 auto;
    border-top: 1px solid #d8ba40;
    padding: 0;
    display: block;
    float: right;
}
#detail_heading {
    width: 720px;
    font-family: Georgia;
    background: url('../images/interface/thin.jpg') no-repeat 0px -6px;
    margin-bottom: 10px;
}
#detail_heading a {
    float: right;
    padding-top: 30px;
}
#detail_heading .lotname {
    font-size: 34px;
    margin: 8px 0 0 15px;
    color: #000000;
}
#detail_heading .lotaddress {
    font-size: 18px;
    margin: 4px 0 0 28px;
    color: #000000;
}

.detail_section {
    border-bottom: 1px solid black;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 22px;
    font-family: Georgia;
}

.prop_overview {
    font-size: 14px;
    color: black;
    padding: 0 18px;
}

.detail_contact {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.detail_contact_name {
    color: #ae4600;
    font-size: 13px;
    font-weight: normal;
    padding: 0px;
    margin: 0px 12px;
}
.detail_contact_title {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    padding: 0px;
    margin: 5px 12px 10px 12px;
}
.detail_contact span {
    display: block;
    width: 100%;
    font-size: 13px;
}
.detail_contact span strong {
    display: block;
    text-align: right;
    width: 15%;
    float: left;
    color: #444444;
    font-weight: normal;
}
.detail_contact span p {
    display: block;
    width: 85%;
    float: right;
    margin: 0;
    color: #777777;
    font-size: 13px;
    height: 18px;
    font-weight: normal;
}


.clearfix:after {
	content:".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	}
	
.clear {
	clear: both;
	}

a#fb_share {
    display: block;
    margin: 15px 0;
    font-weight: bold;
    width: 100%;
    color: black;
}
