/** CSS - R3 Construction
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
}
/** Body
==============================================================================*/

body {
	font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #6c685f;
	background: #f2efe0;
	margin: 0 auto;
}
/** Misc
==============================================================================*/

.clear {
	clear: both;
}
a img {
	border: none;
}
p {
	margin: 0 0 20px 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
/** Headings
==============================================================================*/

h1 {
	font-size: 26px;
	line-height: 30px;
	color: #555555;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 14px;
	color: #555555;
	text-transform: uppercase;
	border-bottom: 1px dotted #cccccc;
}
h3 {
	font-size: 18px;
	line-height: 20px;
	color: #725d49;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	margin: 20px 0 0 0;
	color: #696969;
	text-transform: capitalize;
}
/** Links
==============================================================================*/

a:link {
	color: #c3590b;
	text-decoration: none;
}
a:visited {
	color: #c3590b;
	text-decoration: none;
}
a:hover {
	color: #c3590b;
	text-decoration: underline;
}
a:active {
	color: #c3590b;
	text-decoration: none;
}
/** Main Container
==============================================================================*/

#container {
	width: 960px;
	margin: 0 auto;
}
/** Logo
==============================================================================*/

#logo {
	float: left;
	margin: 10px 0 0 0;
}
/** Navigation
==============================================================================*/

ul#nav {
	float: right;
	list-style-type: none;
	margin: 55px 0 0 0;
	font-size: 14px;
}
ul#nav li {
	float: left;
	margin: 0 25px 0 0;
}
ul#nav li a {
	color: #c3590b;
	display: block;
}
ul#nav li a:hover {
	color: #725d49;
	text-decoration: none;
}
ul#nav li#current {
	color: #ffffff;
	padding: 0 13px 0 13px;
	background-color: #4c3f39;
}
/** Search
==============================================================================*/

#toolbar {
	float: left;
	width: 918px;
	margin: 20px 0 1px 0;
	padding: 10px 20px 10px 20px;
	background: #e3e1d4;
	font-size: 13px;
	border: 1px solid #d7d5c8;
}
#toolbar p {
	margin: 0;
}
/** Home Header
==============================================================================*/

#homeheader {
	float: left;
	width: 960px;
	color: #cccccc;
	margin: 0 0 20px 0;
}
#homeheader .promo {
	float: left;
}
#homeintro {
	float: right;
	width: 290px;
	height: 362px;
	padding: 19px;
	border-right: 1px solid #3c69ac;
	border-left: 1px solid #ffffff;
	background: url(../images/header_intro_bg.jpg) repeat-x #1f3d67 top;
}
#homeintro h1 {
	margin: 30px 0 20px 0;
	color:#ffffff;
}
#homeintro p {
	font-size: 13px;
	color: #bdc2ca;
}
#homeintro a#btnleft, #homeintro a#btnright {
	float: left;
	display: block;
	width: 145px;
	height: 27px;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 30px 0 0 0;
}
#homeintro a#btnleft {
	background: url(../images/btn_left_bg.jpg) no-repeat;
}
#homeintro a#btnright {
	background: url(../images/btn_right_bg.jpg) no-repeat;
}
/** Home Welcome, New Listings, Featured Listing
==============================================================================*/

#homewelcome, #renovations {
	float: left;
	display: inline; /*ie6 double margin bug fix*/
	width: 295px;
	margin: 0 20px 0 0;
}
#homewelcome h1 {
	margin: 0 0 10px 0;
}
#renovations_right {
	float: left;
	display: inline; /*ie6 double margin bug fix*/
	width: 295px;
	margin: 0 20px 0 0;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 100px;
}
#renovations_right h2 {
	text-align: center;
	text-transform: none;
	border-bottom: none;
}

.listing {
	float: left;
	width: 295px;
	margin: 0 0 10px 0;
}
.listing img {
	float: left;
	padding: 2px;
	margin: 0 10px 0 0;
	border: 1px solid #cccccc;
}
.listing h3 {
	float: right;
	width: 165px;
	font-size: 14px;
	margin-bottom: 4px;
}
.renovationtype, .propertytype {
	font-size: 10px;
	margin: 0;
	color: #aaaaaa;
}
.price, .viewphotos {
	font-size: 13px;
	margin: 0;
	color: #6c685f;
}
.price {
	font-weight: bold;
	margin-bottom: -5px;
}
#featuredrenovation {
	float: left;
	width: 330px;
}
#featuredwrap {
	float: left;
	width: 328px;
	border: 1px solid #cccccc;
}
#featuredrenovation img {
	float: left;
}
#featuredrenovation h3 {
	margin: 0 0 -8px 0;
}
.address {
	float: left;
	padding: 10px 20px 8px 20px;
	background-color: #e7e0cf;
	border-bottom: 1px solid #ebd0b4;
	margin: 0 0 10px 0;
}
#featuredrenovation .address {
	width: 288px;
}
#featuredrenovation .price, #featuredrenovation .viewphotos, #featuredrenovation .propertytype, .listinginfo .price, .listinginfo .viewphotos, .listinginfo .propertytype, .listinginfo .mls {
	margin: 0 0 0 20px;
}
#featuredrenovation .propertytype {
	margin-bottom: 10px;
}
/** Listing Wrapper
==============================================================================*/

#listingwrap {
	float: left;
	width: 960px;
	background: url(../images/services_bg.jpg) repeat-y;
}
/** Sidebar
==============================================================================*/

#sidebar {
	float: left;
	width: 399px;
	padding: 0;
	border-right: 1px solid #ffffff;
	background: #1f3d67;
	color: #cccccc;
}
#sidebar img {
	border-bottom: 1px solid #ffffff;	
	float: left;
}
#sidebar h1 {
	margin-bottom: 20px;
}
#sidebar p {
	font-size: 13px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
	text-align: left;
}
#sidebar ul li a {
	display: block;
	padding: 5px 0 5px 0;
	width: 309px;
	color: #999999;
	background: url(../images/subnav_item_bg.jpg) no-repeat bottom;
}
#sidebar ul li a:hover {
	color: #cccccc;
}
#sidebar ul li#currentsub a {
	color: #ffffff;
	background: url(../images/subnav_current_bg.jpg) repeat-y;
}
/** Search Result
==============================================================================*/

.searchresult {
	float: right;
	margin: 20px 0 0 0;
	width: 610px;
	background: url(../images/search_result_description_bg.jpg) repeat-x bottom;
}
.searchresult img {
	float: left;
}
.listinginfo {
	float: left;
}
.listinginfo .address {
	width: 288px;
}
.listinginfo .price {
	font-size: 18px;
}
.mls {
	color: #999999;
}
#searchnav {
	float: right;
	width: 610px;
	margin: 20px 0 0 0;
}
#searchnav a#btnleft, #searchnav a#btnright {
	display: block;
	width: 145px;
	height: 27px;
	text-align: center;
	padding: 3px 0 0 0;
}
#searchnav a#btnleft {
	float: left;
	background: url(../images/searchnav_btnleft.jpg) no-repeat;
}
#searchnav a#btnright {
	float: right;
	background: url(../images/searchnav_btnright.jpg) no-repeat;
}
/** Listing Detail
==============================================================================*/

ul.listitems {
	margin: 0 0 30px;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	font-size: 13px;
}
.listitems li {
	background:transparent url(../images/bulletcheck.png) no-repeat scroll 0 5px;
	padding-left:20px;
}
.listitems li.green {
	background:transparent url(../images/bulletgreen.png) no-repeat scroll 0 5px;
}
.listitems li.green2 {
	background:transparent url(../images/bulletgreen.png) no-repeat scroll 20px 5px;
	padding-left:40px;
}
#listingdetail {
	float: right;
	width: 500px;
	padding: 19px 29px 19px 29px;
	border: 1px solid #d7d5c8;
}
#listingdetail h3, #listingdetail .renovationtype {
	float: left;
	width: 400px;
	margin-left: 0;
}
#listingdetail .address {
	float: right;
	width: 590px;
	margin: 0 0 20px 0;
}
#listingdetail .price {
	font-size: 26px;
}
#listingdetail p, #listingdetail h4 {
	margin: 20px 0;
}
#listingdetail p {
	color: #999999;
	font-size: 13px;
}
/** Footer
==============================================================================*/
#footer {
	float: left;
	width: 960px;
	margin: 30px 0 0 0;
	border-top: 1px dotted #cccccc;
}
#footer p {
	margin: 10px 0 20px 0;
	color: #aaaaaa;
	font-size: 13px;
}
