@import url(nav.css);

* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	font-size: 62.5%;
}

body {
	background:	#ededed url(../images/bg-main.gif) scroll repeat-y center center;
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4c4c;
}

a {
	font-weight: bold;
	color: #0747A3;
}
a:hover {
	color: #34a9ed;
}

#container {
	width:758px;
	margin: 0 auto;
	border-right:1px solid #b9b9b9;
	border-left:1px solid #b9b9b9;
	background:#fff url(../images/bg-header.gif) scroll repeat-x left bottom;
}

#pageHead {
	width: 758px; 
	height: 69px; 
	border-top: 8px solid #ff960d; 
	background: #FFFFFF url(../images/bg-header.gif) scroll repeat-x left bottom;
}
	
#flashContent {
	width: 288px;
	height: 67px;
	padding: 2px 0 0;
	float:left;
}

#pageHead #flashContent h1{
	width: 288px;
	height: 69px;
	background: transparent url(../images/logo-header.gif) scroll no-repeat left -3px;
	overflow:hidden;
	text-indent:-9999px;
}
	
#headRight {
	height: 68px;
	padding: 1px 7px 0 0;
}

#headRight p {
	font-size:1.1em;
	padding:0;
	margin:0;
	text-align:right;
}
		
#pageHead #headRight ul {
	list-style: none;
	float:right;
}

#pageHead #headRight li {
	width:157px;
	height:11px;
	margin-top: 4px;
	overflow:hidden;
	text-align:left;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

#pageHead #headRight li#phone800 {
	background-image: url(../images/phone800.gif);
}

#pageHead #headRight li#phone507 {
	background-image: url(../images/phone507.gif);
}

#pageHead #headRight li a {
	width:157px;
	height:11px;
	display:block;
}

#pageHead #headRight li#email a {
	background: transparent url(../images/email.gif) scroll no-repeat 0px 0px;
}

#pageHead #headRight li#email a:hover	{
	background-postion: 0px -11px;
}



#pageBody {
	padding:10px;
} 

#container #pageBody p {
	font-size: 1.3em;
	margin-bottom: .7em;
}

#container #pageBody h2 {
	color: #095ABB;
	font-weight: bold;
	font-size: 1.9em;
	text-align: center;
	margin-bottom: .7em;
}

#container #pageBody ul {
	font-size: 1.3em;
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: .7em;
	margin-left: 2em;
}


/* LISTING PAGE STYLES */

#listingWrap {
	background-image: url(../images/bg-listingdiv.gif);
	background-repeat: repeat-y;
	background-position: center;
	clear:both;
	display:block;
}

.listing { float:left; width: 358px; display: block; }

#pageBody #listingWrap .listing .picBox { float:left; width: 146px; text-align: center; }
#pageBody #listingWrap .listing .picBox img { border: 3px solid #0747a3; margin-bottom: 3px; }
#pageBody #listingWrap .listing .picBox p { margin:0; padding:0; }
#pageBody #listingWrap .listing .picBox h4 { color: #0747a3; margin: 0; padding: 0; font-size: 1.8em; font-weight: bold; clear:both; line-height:1em; }
#pageBody #listingWrap .listing .picBox h4.callBob { color: #0747a3; margin: 0; padding: 0; font-size: 1.5em; font-weight: bold; clear:both; line-height:1em; }

#pageBody #listingWrap .listing .infoBox { float:right; width: 205px; padding-left: 7px; }
#pageBody #listingWrap .listing .infoBox h2 { font-size: 1.5em; color: #0747a3; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-align:left; margin:0; padding:0; }
#pageBody #listingWrap .listing .infoBox h3 { font-size: 1.4em; font-weight: bold; }
#pageBody #listingWrap .listing .infoBox p { font-size: 1.2em; margin:0; padding:0; }
#pageBody #listingWrap .listing .infoBox a { color: #0747a3; font-weight: bold; }
#pageBody #listingWrap .listing .infoBox a:hover { color: #34a9ed; }

.listing_New { background-image: url(../images/listing-new.gif); height: 23px; width: 205px; text-indent: -2000px; overflow:hidden; }
.listing_Sold { background-image: url(../images/listing-sold.gif); height: 23px; width: 205px; text-indent: -2000px; overflow:hidden; }
.listing_Reduced { background-image: url(../images/listing-reduced.gif); height: 23px; width: 205px; text-indent: -2000px; overflow:hidden; }
.listing_Pending { background-image: url(../images/listing-pending.gif); height: 23px; width: 205px; text-indent: -2000px; overflow:hidden; }
.listing_Offer { background-image: url(../images/listing-offer.gif); height: 23px; width: 205px; text-indent: -2000px; overflow:hidden; }

.redText { font-weight: bold; color: #F50000; }
#pageBody #listingWrap .listing .picBox h4.listing_Reduced_Text { color: #B9B9B9; text-decoration: line-through; font-size: 1.5em; }
#detailWrap #detailRight h2.listing_Reduced_Text { color: #B9B9B9; text-decoration: line-through; font-size: 1.5em; }

.listing_callToday { background-image: url(../images/call-today.gif); background-repeat: no-repeat; background-position: center center; height: 130px; width: 358px; overflow:hidden; text-indent:-6000px; }

.hdiv { width: 100%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #b9b9b9; clear:both; margin: 0 0 10px 0; padding: 0; height:10px; display:block; }
.hdiv hr { display:none; }
.vdiv { width: 20px; height: 20px; float:left; }
.vdiv hr { display:none; }

/* END LISTING PAGE STYLES */
#footer { text-align:center; clear:both; }

#address { font-size: 1.2em; margin-top: 5px; margin-bottom: 5px; padding-bottom: 5px; border-top-width: 1px; border-top-style: solid; border-top-color: #B9B9B9; padding-top: 5px; width: 738px; margin-right: auto; margin-left: auto; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #B9B9B9; }

#textMenu { text-align: center; font-size: 1.1em; width: 100%; margin-bottom: 10px; padding-top: 5px; }	

#detailWrap {  }
#detailLeft { width:400px; float:left; display:block; margin-right: 10px; }
#detailLeft img { border: 2px solid #0747a3; }
#detailWrap #detailLeft h3 { text-align: left; margin: 0; padding:0; font-size: 1.6em; font-weight: bold; color: #095ABB; }

#detailRight { width:328px; float:right; }
#detailWrap #detailRight h2 { text-align: left; margin: 0; padding:0; font-size: 2em; font-weight: bold; }
#detailWrap #detailRight h3 { text-align: left; margin: 0; padding:0; font-size: 1.6em; }
#detailWrap #detailRight p { margin: 0; padding:0; margin-top:5px; }

#detailWrap #detailRight p.listing_New  { margin: 0; padding:0; }
#detailWrap #detailRight p.listing_Sold  { margin: 0; padding:0; }
#detailWrap #detailRight p.listing_Reduced { margin: 0; padding:0; }
#detailWrap #detailRight p.listing_Pending { margin: 0; padding:0; }

.infoTable { width:326px; font-size:1.3em; border-right-width: 1px; border-right-style: solid; border-right-color: #B9B9B9; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #B9B9B9; background-color: #f7f7f7; }
.infoTable td { padding: 3px; width: 50%; border-top-width: 1px; border-left-width: 1px; border-top-style: solid; border-left-style: solid; border-top-color: #B9B9B9; border-left-color: #B9B9B9; }


#addPics { margin:0; padding:0; }
#addPics img { margin:0 2px 2px 0; padding:0; }
#addPics img a { margin:0; padding:0; }

#extraPics { margin:0; padding:0; text-align:center; }
#extraPics img { border: 2px solid #0747a3; }

#lotList li { margin-bottom:1em;}

#p_spechomes #container #pageBody #listingWrap .listing h2 { font-size: 1.5em; color: #0747a3; font-weight: bold; font-family: Arial, Helvetica, sans-serif; margin:0; padding:0; text-align:center; }
#p_spechomes #container #pageBody #listingWrap .listing h3 { font-size: 1.4em; font-family: Arial, Helvetica, sans-serif; margin:0; padding:0; text-align:center; }
#p_spechomes #container #pageBody #listingWrap .listing .listing_Sold { margin-right: auto; margin-left: auto; }

h3 { font-size: 1.4em; font-weight: bold; }

#newBar {
	width:146px;
	float:right;
	position:relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B9B9B9;
	padding-left: 15px;
	padding-right: 5px;
}


.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; display: block; }

#container #pageBody #newBar .NewFront h2 {
	color: #095ABB;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.NewFront {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9B9B9;
	margin-bottom: 7px;
	padding-top: 7px;
}

#container #pageBody #newBar .NewFront p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container #pageBody #newBar .NewFront h3 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}

#container #pageBody #newBar .NewFront img {
	border: 3px solid #0747A3;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container #pageBody #frontPage img {
	border: 3px solid #0747A3;
}

#container #pageBody #newBar h2 {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 1.8em;
	font-weight: bold;
}

#frontPage {
	position: relative;
	float:left;
	width: 560px;
}

#container #pageBody #frontPage h2 {
	text-align: left;
}

#container #pageBody .contactTable {
	margin-left:auto;
	margin-right:auto;
}

#container #pageBody .contactTable th {
	background-color: #0960C3;
	padding: 5px;
}

#container #pageBody .contactTable td {
	padding: 5px;
}

#container #pageBody .contactTable th p {
	font-size: 1.7em;
	color: #FFFFFF;
}

#container #pageBody .contactTable p {
	margin:0; padding:0;
}

#container #pageBody #newBar .NewFront a {
	font-size: .9em;
}

.phonebig {
	font-size: 1.4em;
	font-weight: bold;
}

.phoneor {
	font-size: 1.3em;
}

#pageBody #listingWrap .listing .callTodayBox {
	float:right;
	width: 205px;
	padding-left: 7px;
	height: 102px;
	text-align: center;
	padding-top: 7px;
}

#pageBody #listingWrap .listing .callTodayBox p {
	font-size: 1.8em;
	font-weight: bold;
}

#addPics ul {
	list-style:none !important;
	margin: 0 !important;
}

#addPics ul li {
float:left;
margin: 0 0 2px 0;
}

#addPics li img{
float:left;
}

#printBranding {
display:none;
}