body {
	margin: 40px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #E3DECA;
	color: #433E23;
	font-size: 80%;
}

#designedByEm {
	margin: 5px 0 0 25px;
}

body#inside #designedByEm {
	margin: -35px 0 0 0;
}

a {
	color: #5E6B8D;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #BF7D5B;
}

a img{ border: 0;}

/* Helpers */
.separator {
	height: 15px;
	background: url('../images/separator.png') right no-repeat;
	margin: 3px 0;
	margin-right: -30px;
}

.break { clear: both; }
.button { 
	margin: 0;
	padding: 0;
	border: 0;
}
/* Main wrapper */
#main {
	width: 806px;
	margin: 0 auto 40px auto;
}

#bottomspacer {
	height: 40px;
	width: 653px;
	background: #E3DECB;
}

/* Top */
#top {
	background: url('../images/header_highlight.jpg') no-repeat;
	width: 539px;
	height: 402px;
}

body#inside #top { 
	background: url('../images/inside/bricks_top.jpg') no-repeat;
	width: 801px;
	height: 142px;
}


/* Bottom */
#bottom {
	margin-left: 27px;
}

#top h1 {
	display: none;
}

/* Navbar */
#navbar {
	width: 614px;
	position: relative;
	top: 0;
	left: 186px;
	padding-top: 16px;
}

#navbar ul, #navbar ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}#navbar ul li { float: left; } /* IE fix */

#navbar li a {
	display: block;
	float: left;
	height: 22px;
	text-indent: -5000px; /* phark image replacement */
}

#navbar li a#nav_home { 
	background: url('../images/navbar_home.png') no-repeat;
	width: 60px;
}

#navbar li a#nav_about { 
	background: url('../images/navbar_about.png') no-repeat;
	width: 91px;
} 

#navbar li a#nav_history { 
	background: url('../images/navbar_history.png') no-repeat;
	width: 86px;
}

#navbar li a#nav_realtors { 
	background: url('../images/navbar_realtors.png') no-repeat;
	width: 127px;
} 

#navbar li a#nav_listings { 
	background: url('../images/navbar_listings.png') no-repeat;
	width: 127px;
}

#navbar li a#nav_contact { 
	background: url('../images/navbar_contact.png') no-repeat;
	width: 109px;
}

#navbar li a:hover#nav_contact, #navbar li a:hover#nav_listings, #navbar li a:hover#nav_realtors,
#navbar li a:hover#nav_history, #navbar li a:hover#nav_about, #navbar li a:hover#nav_home,
body.home #navbar li a#nav_home, body.aboutus #navbar li a#nav_about, body.ourhistory #navbar li a#nav_history,
body.ourrealtors #navbar li a#nav_realtors, body.realtor #navbar li a#nav_realtors, body.contactus #navbar li a#nav_contact,
body.ourlistings #navbar li a#nav_listings, body.listingdetails #navbar li a#nav_listings,
body.listingresults #navbar li a#nav_listings  {
	background-position: 0px -22px;
}

/* Sidebar */
body.home .wrapper {
	position: absolute;
}

#sidebar {
	width: 267px;
	background: #fff;
	position: relative;
	left: 539px;
	clear: both;
	color: #444;
}

body.home #sidebar {
/*	margin-top: -364px;*/
	position: absolute;
	top: -364px;
	background: #E3DECB;
	margin-bottom: -364px;
}

#sidebar h2 {
	width: 262px;
	height: 100px;
	background: url('../images/sidebar_eip.png') 41px 25px no-repeat;
	text-indent: -5000px; 
}

#sidebar h2, #sidebar p {
	margin: 0;
	padding: 0;
}

#sidebtop, #sidebbottom {
	width: 267px;
	height: 16px;
}

#sidebtop { background: #fff url('../images/sidebar_top.png') left top no-repeat; }
#sidebbottom { background: #fff url('../images/sidebar_bottom.png') right bottom no-repeat; }
#sidebmiddle { 
	background: #fff;
}

#sidebmiddle p {
	background-color: #fff;
	text-align: center;
	color: #888;
	line-height: 1.8em;
	padding: 10px 15px 0 15px;
	font-size: 95%;
}


/* Three */
#three {
	width: 107px;
	height: 132px;
	background: url('../images/three.jpg') no-repeat;
	float: left;
}


/* Everything we touch turns to sold */
#touchsold {
	width: 269px;
	height: 132px;
	background: url('../images/touchsold.jpg') no-repeat;
	float: left;
}

#touchsold p { 
	display: none;
}


/* Buying a home? */
#buying {
	width: 136px;
	height: 132px;
	background: url('../images/buying.png') no-repeat;
	float: left;
	cursor: pointer;
}


/* Search listings */
#searchListings {
	width: 267px;
	height: 152px;
	background: url('../images/search_background.png') no-repeat;
/*	float: left;*/
}

#idxDisclaimer {
	margin-top: 20px;
	font-size: 10px;
	color: #aaa;
}

#realtorsToContact .small {	
	font-size: 10px;
	color: #aaa;
}

#searchListings div {
	padding: 20px 35px;
}

#searchListings h2 {
	width: 166px;
	height: 10px;
	background: url('../images/search_heading.png') no-repeat;
	margin: 0;
	padding: 0 0 10px 0;
}#searchListings h2 span { display: none; }

#searchListings img {
	display: block;
	padding-bottom: 3px;
}

#searchListings p {
	margin: 0;
	padding: 0 0 7px 0;
}

#searchListings form, #searchListings input {
	margin: 0;
	padding: 0;
	border: 0;
}

#searchListings input.text {
	width: 188px;
	height: 19px;
	background: #fff url('../images/search_box.png') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #444;
}

#searchListings #searchBox {
	cursor: pointer;
}

/* Inside pages */
body#inside #content {
	background: #fff url('../images/inside/bricks_content.jpg') top no-repeat;
	width: 653px;
	position: relative;
	left: 148px;
	margin-top: -442px;
	clear: both;
	color: #777;
}

body#inside #content p {
	margin: 0 0 15px 0;
	padding: 0;
}

body#inside #content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

body#inside #content ul.fancy li {
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	background: url('../images/blue_bullet.png') left 4px no-repeat;
}

body#inside #content .wrapper { padding: 45px 30px 45px 55px; }

body#inside #content #col1, body#inside #content #col2 {
	width: 260px;
	float: left;
	margin-top: 15px;
}body#inside #content #col1 { margin-right: 10px; }

/* Inside pages - Footer */
body#inside #footer {
	background: url('../images/inside/bricks_bottom.png');
	height: 29px;
	width: 653px;
	clear: both;
}

/* Inside pages - Sidebar */
body#inside #sidebar {
	width: 121px;
	height: 442px;
	background: url('../images/inside/bricks_left.jpg');
	position: relative;
	top: 104px;
	left: 27px;
	clear: both;
}

/* Inside pages - About Us / Our History / Our Realtors*/
.aboutus, .ourhistory, .ourrealtors {
	line-height: 1.6em;
}

.aboutus ul li, .ourhistory ul li, .ourrealtors ul li {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	background: url('../images/blue_bullet.png') 0px 5px no-repeat;
}

#realtorsContent {
	position: relative;
}

#realtorsIntro {
	width: 340px;
	float: left;
	left: 0px;

}

#realtorsListing {
	width: 200px;
	float: left;
	margin-left: 20px;
/*	position: relative;
	left: 340px;
	top: 0px;
*/
}

#realtorsListing ul li {
	margin: 0;
	background: url('../images/green_bullet.png') 0px 5px no-repeat;
}

#realtorPhoto div {
	width: 100px;
	height: 140px;
	background-position: center;
	background-color: #fff;
}

/* Inside pages - Our Listings */
.listingCategory {
	margin-bottom: 30px;
}

.listingCategoryItem {
	width: 280px;
	float: left;
	padding: 10px 0;
}

.listingImage {	
	float: left; 
	width: 136px;
	height: 102px;
	background: #eee;
	cursor: pointer;
}

.listingDescription {
	width: 129px;

	font-size: 12px;
	float: left;
	padding: 10px 0 0 15px;
	background: url('../images/green_bullet.png') 5px 15px no-repeat;
}

.listingDescription div { padding: 1px 0;}

.listingTitle {
	font-weight: bold;
	color: #5E6B8D;
}

#houseImages {
	width: 320px;
	float: left;
}

#houseDetails { 
	float: left; 
	width: 248px;
}
#houseDetails ul li {
	padding: 1px 0;
}

body#inside #content #thumbnails p {
	color: #5E6B8D;
	font-size: 90%;
	font-weight: bold;
	margin: 5px 0;
}

.tn_item {
	background: #eee;
	width: 66px;
	height: 50px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.tn_item img {
	cursor: pointer;
}

a.viewMore { font-weight: normal; font-size: 12px; }

#houseDescription {
	font-size: 95%;
}

#forMoreInformation {
	color: #C27D5C;
	text-transform:uppercase;
	font-weight: bold;
}

#mainImage {	
	width: 287px;
	height: 215px;
	background: #ddd;
}

.listingsNav {
	text-align: center;
	font-size: 11px;
}

#moreFeatures {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
}

#moreFeatures a, #googleMapsLinks { font-weight: normal; }

/* Inside pages - Our Realtors */
#realtorPhoto, #realtorData { float: left; }
#realtorInfo {
	padding-top: 10px;
}
#realtorPhoto {
	margin-right: 20px;
	background: url('../images/realtor_background.png') top left no-repeat;
	width: 107px;
	height: 147px;
}

#realtorData {
	width: 440px;
}

#realtorBio {
	clear: left;
	padding-top: 10px;
	line-height: 1.8em;
}
#realtorBio p { 
	margin: 0; 
	padding: 0; 
}



#realtorData .name {
	color: #506C9C;
	font-weight: bold;
}

#realtorData .title { 
	color: #C37C5E;
	font-weight: bold;
}

#realtorData dl { font-size: 95%; }

#realtorData dl dt {
	color: #506C9C;
	font-weight: bold;
	padding-right: 5px;
	float: left;
}

#realtorData dl dd { 
	margin-bottom: 3px; 
	width: 340px;
}


/* Inside pages - Contact Us */
#contactForm { font-size: 95%; }

#contactForm form {
	margin-top: 15px;
}

#contactForm p {
	padding: 0;	
	margin: 0;
}

html>body .formInputContainer {
	padding-bottom: 10px;
}

#contactForm .input {
	width: 183px;
	height: 27px;
	margin-top: -10px;
	background: url('../images/input_box.png') center no-repeat;
}

#contactForm .input div {
	padding: 4px 0 0 6px;
}

#contactForm input.text {
	border: 0;
	margin: 0;
	padding: 0;
	height: 16px;
	color: #555;
}

#pleasecontactme { cursor: pointer; }
#reset { cursor: pointer; }

.successMsg {
	background: #EBF4E3;
	border: 1px solid #73A842;
	color: #456428;
	padding: 10px;
	margin: 10px 0;
}

.errorMsg {	
	background: #FCF1EF;
	border: 1px solid #C23D25;
	color: #C23D25;
	padding: 10px;
	margin: 10px 0;
}

#warningMessage {
	display: none;
	background: #FEF7F5;
	border: 1px solid #D04624;
	padding: 10px;
	margin: 10px 0;
	color: #8E2D1C;
}

/* Inside pages - The real deal */
body#inside #content h2 {
	margin: 0;
	padding: 0;
	color: #BF7D5B;
}body#inside #content h2 span { display: none; }

body.aboutus #content h2 {
	background: url('../images/heading_thecrownthreedifference.png');
	width: 266px;
	height: 11px;
}

body.ourlistings h2#northwest {
	background: url('../images/heading_northwest.png');
	width: 119px;
	height: 10px;
}

body.ourlistings h2#southeast {
	background: url('../images/heading_southeast.png');
	width: 117px;
	height: 11px;
}

body.listingsdetail h2 {
	background: url('../images/heading_propertyfeatures.png');
	width: 209px;
	height: 11px;
}

body.ourrealtors h2, body.realtor h2 {
	background: url('../images/heading_crown3realtors.png');
	width: 200px;
	height: 11px;
}

body.contactus h2#contact_us {
	background: url('../images/heading_contactus.png');
	width: 125px;
	height: 11px;
}

body.contactus h2#checkinformation {
	background: url('../images/heading_checkinformation.png');
	width: 433px;
	height: 29px;
	margin-top: 20px;
}

body.contactus h2#usethisform {
	background: url('../images/heading_usethisform.png');
	width: 475px;
	height: 11px;
}

body.ourhistory h2 {
	background: url('../images/heading_ourhistory.png');
	width: 133px;
	height: 11px;
}