@charset "UTF-8";

/* CSS Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* General */

body {
	background: #d7cdb9 url(/img/bg.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5{
	font-family: Georgia, "Times New Roman", Times, serif;
}
a{
	color:#BA7051;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	background: url(/img/logo.jpg) no-repeat center;
	width: 100%;
	height: 203px;
}

/* Nav */

#nav {
	position: relative;
	top: -39px;
	width: 960px;
	margin: 0 auto;
}

#nav ul { padding: 0; list-style-type:none; margin: 0; padding-bottom: 20px; }
#nav li { float: left; padding: 0 3px; }
#nav a { display:block; height: 41px; width: 50px; text-indent: -99999em; overflow:hidden; outline: none; }

#nav li.home a { background: url(/img/nav.png) no-repeat 0px 7px; width: 77px; }
#nav li.home a:hover { background: url(/img/nav.png) no-repeat 0px -29px; width: 77px; }
#nav li.home#activated a { background: url(/img/nav.png) no-repeat 0px -71px; width: 77px; }

#nav li.whoweare a { background: url(/img/nav.png) no-repeat -77px 7px; width: 120px; }
#nav li.whoweare a:hover { background: url(/img/nav.png) no-repeat -77px -29px; width: 120px; }
#nav li.whoweare#activated a { background: url(/img/nav.png) no-repeat -77px -71px; width: 120px; }

#nav li.whatwedo a { background: url(/img/nav.png) no-repeat -197px 7px; width: 107px; }
#nav li.whatwedo a:hover { background: url(/img/nav.png) no-repeat -197px -29px; width: 107px; }
#nav li.whatwedo#activated a { background: url(/img/nav.png) no-repeat -197px -71px; width: 107px; }

#nav li.homesforsale a { background: url(/img/nav.png) no-repeat -304px 7px; width: 177px; }
#nav li.homesforsale a:hover { background: url(/img/nav.png) no-repeat -304px -29px; width: 177px; }
#nav li.homesforsale#activated a { background: url(/img/nav.png) no-repeat -304px -71px; width: 177px; }

#nav li.ourwork a { background: url(/img/nav.png) no-repeat -481px 7px; width: 105px; }
#nav li.ourwork a:hover { background: url(/img/nav.png) no-repeat -481px -29px; width: 105px; }
#nav li.ourwork#activated a { background: url(/img/nav.png) no-repeat -481px -71px; width: 105px; }

#nav li.southernliving a { background: url(/img/nav.png) no-repeat -586px 7px; width: 190px; }
#nav li.southernliving a:hover { background: url(/img/nav.png) no-repeat -586px -29px; width: 190px; }
#nav li.southernliving#activated a { background: url(/img/nav.png) no-repeat -586px -71px; width: 190px; }

#nav li.contact a { background: url(/img/nav.png) no-repeat -776px 7px; width: 142px; }
#nav li.contact a:hover { background: url(/img/nav.png) no-repeat -776px -29px; width: 142px; }
#nav li.contact#activated a { background: url(/img/nav.png) no-repeat -776px -71px; width: 142px; }

/* Content */

#content 
{
	width: 100%;
	margin-top: 25px;
}

#content .inner-content 
{
	border: solid 1px #a5987b;
	background: #FFF url(/img/content-corner.jpg) no-repeat bottom right;
	padding: 20px;
	width: 916px;
}

#content .inner-content h3 
{
	color: #a94c25;
	font-size: 32px;
}

#sidebar 
{
	width: 300px;
	border-left: solid 1px #a94c25;
	float: right;
	margin-left: 10px;
	font-size: 12px;
}

#sidebar h4 
{
	background: #a94c25;
	color: #FFF;
	font-size: 18px;
	padding-left: 10px;
}

#sidebar ul li 
{
	list-style: none;
	margin-left: 10px;
	line-height: 200%;
}

#content .inner-content dt 
{
	margin: 5px 0;
}

#content .inner-content p 
{
	font-size: 13px;
	margin-bottom: 20px;
	/*	width: 600px; */
}

#slideshow-box 
{
	border: solid 1px #a5987b;
	background: #FFF url(/img/content-corner.jpg) no-repeat bottom right;
	padding: 8px 8px 0px 8px;
	width: 940px;
	margin-bottom: 10px;
}

div.wrapLeft
{
	float: left;
	width: 672px;
}

.content-box,
#content-box 
{
	border: solid 1px #a5987b;
	background: #FFF url(/img/content-corner.jpg) no-repeat bottom right;
	padding: 10px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	width: 640px;
}

#content-box
{
	min-height: 363px;
	width: 620px;
	padding: 10px 20px 20px 20px;
	font-size: 14px;
}


.sidebar-box h3,
.content-box h3,
#content-box h3 
{
	color: #a94c25;
	font-size: 32px;
}

.sidebar-box h3 span,
.sidebar-box h4 span
{
	padding-left: 10px;
}

.sidebar-box h4,
.content-box h4,
#content-box h4 
{
	color: #a94c25;
	font-size: 24px;
	margin-top: 10px;
}

.sidebar-box h3,
.sidebar-box h4
{
	color: #fff;
}

.content-box h5,
#content-box h5, 
.inner-content #left_content h5
{
	font-size:24px;
	color:#5b4b29;
	font-weight:normal;
}

.content-box p,
#content-box p 
{
	font-size: 14px;
	margin-top: 10px;
}

.content-box div.inner
{
	background-color: #b6ad9d;
	position:relative;
	height: 60px;
}

#sidebar-box,
.sidebar-box 
{
	border: solid 1px #a5987b;
	width: 268px;
	padding: 7px 7px 0px 7px;
	background: #FFF url(/img/content-corner.jpg) no-repeat bottom right;
	float: left;
	margin-bottom: 10px;
}

.sidebar-box .inner
{
	display:block;
	background: transparent url(/img/brown-pattern-bg.jpg) left top;
	border: solid 1px #A5987B;
}

.sidebar-box .post
{
	padding: 6px;
	font-size: 14px;
	margin: 0 8px 8px;
	color: #666;
	height: 190px;
	overflow: hidden;
	background-color: #fff;
	border: solid 1px #A5987B;
}

.sidebar-box .social-links
{
	padding: 6px;
	font-size: 18px;
	margin: 0 4px;
	color: #666;
	overflow: hidden;
}

.sidebar-box .post a,
.sidebar-box .social-links a
{
	text-decoration:  none;
	color: #fff;
}

.sidebar-box .post a
{
	text-decoration:  none;
	color: #A94C25;
	font-weight: 600;
}

.sidebar-box .social-links a img
{
	vertical-align: top;
}

.sidebar-box .separator{
	width:264px;
	height:1px;
	background:#afa58d;
	border-bottom:1px solid #c1b9aa;
	margin:0px auto;
}

.smc_icon_container
{
	float: left;
	width: 48%;
	height: 32px;
	padding: 0;
	margin: 0 1%;
}

.smc_icon_container span
{
	padding-left: 4px;
}

/* Homes for Sale */
/**
.home-box {
	width: 316px;
	height: 207px;
	float: left;
	margin: 10px 4px 10px 0;
	background: url(/img/home-box.png) no-repeat 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
}

.home-sold-box {
	width: 316px;
	height: 207px;
	float: left;
	margin: 10px 2px;
	background: url(/img/home-sold-box.png) no-repeat 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
}

.sold-tag {
	position: absolute;
	width: 155px;
	height: 92px;
	background: url(/img/sold-tag.png) no-repeat;
}
.pending-tag {
	position: absolute;
	width: 155px;
	height: 92px;
	background: url(/img/pending-tag.png) no-repeat;
}

.home-box-content {
	margin: 20px 24px;
	padding-bottom: 5px;
	background: url(/img/view-details.png) no-repeat 195px 110px;
}

.home-box-content a {
	outline: none;
}

.home-box .home-box-content {
	border-bottom: solid 1px #afa58d;
}

.home-sold-box .home-box-content {
	border-bottom: solid 1px #968b72;
}

.home-box-content h4 {
	float: right;
	width: 90px;
	color: #413a21;
	font-size: 16px;
	font-weight: bold;
}

.home-box-content li {
	list-style: none;
	font-size: 14px;
	font-weight: normal;
}

.home-address {
	width: 268px;
	margin-left: 24px;
	margin-top: -20px;
	color: #FFF;
	padding-top: 10px;
	font-size: 13px;
	text-shadow: #726b5b 1px 1px;
}

.home-box .home-address {
	border-top: solid 1px #c1b9aa;
}

.home-sold-box .home-address {
	border-top: solid 1px #a89c86;
}
**/
/**
.view-details {
	position: absolute;
	margin: 126px 0 0 220px;
	width: 70px;
	height: 30px;
}

.view-details a {
	width: 70px;
	height: 30px;
	display: block;
	outline: none;
}
**/

.home-detail-box {
	width: 960px;
	height: 450px;

	margin-top: 5px;
}

.home-detail-content {
	background: url(/img/property-box.png) no-repeat -15px -5px;
	/*	padding: 17px; */
	font-family: Arial, Helvetica, sans-serif;
	height:435px;
}

.home-detail-content li {
	list-style: none;
}
.map-area {
	float: right;
	clear: both;
    padding-right:15px;
	margin-top: 26px;
}
.property-details {
	float: right;
	font-size: 13px;
	color: #fff;
	text-shadow: #726b5b 1px 1px;
	width: 337px;
    padding:10px 15px 0px 0px;
	margin-top: 30px;
}
.property-details-li {
	padding-right:5px;
	float: right;
	text-align: right;
	min-height: 72px;
}
.bold-li {
	font-weight: bold;
}
.special-features {
	padding-right:15px;
	float: right;
	clear: both;
	width: 340px;
}
.special-features a {
	outline: none;
}

/* Footer */

#footer {
	clear: both;
	margin: 10px 0;
	width: 938px;
	padding: 9px;
	border: solid 1px #a5987b;
	background: #FFF url(/img/content-corner.jpg) no-repeat bottom right;
	vertical-align: middle;
}

#footer-color {
	background-color: #f2f1ee;
	height: 64px;
}

#footer ul li {
	list-style: none;
	float: left;
	padding: 20px;
}

#footer ul li a {
	font-size: 11px;
	color: #b6af9f;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #8c8068;
}

#footer #copyright {
	height: 46px;
	float: right;
	width: 145px;
	background: #e3e0da url('/img/logo-footer.jpg') no-repeat 10px center;
	color: #ada493;
	padding: 18px 0 0 65px;
	font-size: 11px;
}

.fancy img {
	border:2px solid #A5987B;
	padding:15px;
	background-color:#D7CDB9;
	margin:5px 7px;
}

#left_content {
	width:600px;
	overflow:hidden;
	float:left;
	display:block;
}

#left_content_sl {
	width:500px;
	overflow:hidden;
	float:left;
	display:block;
}



#inner-sidebar-box {
	float:right;
}

.sideimg {
	border:5px solid #A5987B;
}

/** homes-for-sale /views/elements/property-small **/

.property-tile{
	width:290px;
	height:234px;
	padding:8px;
	margin:10px 6px;
	float:left;
	background:white;
	border:1px solid #aba291;
	position:relative;
}
.property-tile .sold-tag {
	position: absolute;
	left:-4px;
	top:-4px;
	width: 155px;
	height: 92px;
	background: url(/img/sold-tag.png) no-repeat;
    z-index:2;
}
.property-tile .featured-tag {
	position: absolute;
	left:-4px;
	top:-4px;
	width: 155px;
	height: 92px;
	background: url(/img/green-featured-tag.png) no-repeat;
    z-index:2;
}
.property-tile .pending-tag {
	position: absolute;
	left:-4px;
	top:-4px;
	width: 155px;
	height: 92px;
	background: url(/img/pending-tag.png) no-repeat;
    z-index:2;
}
.property-tile .custom-tag {
	position: absolute;
	left:-4px;
	top:-4px;
	width: 155px;
	height: 92px;
	background: url(/img/custom-tag.png) no-repeat;
    z-index:2;
}

.property-tile .custom-renovation-tag {
	position: absolute;
	left:-4px;
	top:-4px;
	width: 155px;
	height: 92px;
	background: url('/img/custom-renovation-tag.png') no-repeat;
    z-index:2;
}

.property-tile .coming-soon-tag {
	position: absolute;
	left:-4px;
	top:-4px;
	width: 155px;
	height: 92px;
	background: url('/img/coming-tag.png') no-repeat;
    z-index:2;
}

.property-tile .inner{
	background:#b6ad9d;
	padding-top:10px;
	height:224px;
	position:relative;
}

.property-tile .inner.sold{
	background:#9d9373;
}

.property-tile .inner a.view-details {
	display: block;
	outline: none;
	position: absolute;
	top:120px;
	left:200px;
	width: 70px;
	height: 30px;
	background: url(/img/view-details.png) no-repeat 0px 0px;
}

.property-tile .inner .property-box-content {
	margin: 0px 0px 0px 16px;
	height:146px;
}
.property-tile .inner .property-box-content a {
	outline: none;
}
.property-tile .inner .property-box-content a img{
	border:1px solid #d3cbbd;
}
.property-tile .inner .property-box-content h4 {
	float: right;
	width: 90px;
	color: #413a21;
	font-size: 16px;
	font-weight: bold;
}
.property-tile .inner .property-box-content li {
	list-style: none;
	font-size: 14px;
	font-weight: normal;
}
.property-tile .inner .separator{
	width:264px;
	height:1px;
	background:#afa58d;
	border-bottom:1px solid #c1b9aa;
	margin:0px auto;
}
.property-tile .inner.sold .separator{
	background:#968b72;
	border-bottom:1px solid #a89c86;
}
.property-tile .inner .property-address {
	color: #FFF;
	padding: 10px 16px 0px;
	font-size: 13px;
	text-shadow: #726b5b 1px 1px;
    text-transform:uppercase;
}

/**
.property-box .property-box-content {
	border-bottom: solid 1px #afa58d;
}

.property-sold-box .property-box-content {
	border-bottom: solid 1px #968b72;
}


.property-box .property-address {
	border-top: solid 1px #c1b9aa;
}

.property-sold-box .property-address {
	border-top: solid 1px #a89c86;
}
**/


/** OUR WORK /our-work **/
a.gallery-banner{
	border:1px solid #ccc;
	display:block;
	padding:8px;
	background:white;
	height:110px;
	margin-bottom:10px;
}
body.ourwork #content .inner-content{
	padding-top:10px;
}

/** CONTACT /contact **/
body.contact #content .inner-content #left_content{
	width:491px;
	padding-top:10px;
}
body.contact .input{
	padding-top:4px;
}
body.contact .input label{
	font-size:12px;
}
body.contact .input input{
	border:1px solid #d7cdb9;
	background:#fbf3e4;
	width:265px;
	height:30px;
	line-height:30px;
	padding-left:5px;
}
body.contact .input textarea{
	border:1px solid #d7cdb9;
	background:#fbf3e4;
	width:408px;
	height:180px;
	line-height:30px;
	padding-left:5px;
}
body.contact .submit{
	padding-top:14px;
}
body.contact .submit input{
	width:120px;
	height:36px;
	color:white;
	background:#c05527;
	border:1px solid #8c3e1d;
	font-size:16px;
}
body.contact .error-message{
	font-size:11px;
	text-transform:uppercase;
	color:red;
}

body.contact h4.error-message{
	font-size:13px;
	color:red;
	font-weigh:bold;
	text-transform:none;
}
body.contact h4.success-message{
	font-size:13px;
	color:green;
	font-weigh:bold;
}

.testimonial-sidebar{
	width:270px;
	margin-top:15px;
	background:url(/img/quote.png) no-repeat 0px 40px;
}
.testimonial{
	margin-top:15px;
	background:url(/img/quote.png) no-repeat 0px 40px;
}

#content .testimonial-sidebar h4{
	color:#a5987b;
	font-size:22px;
}
#content .testimonial-sidebar h4 a{
	font-size:12px;
	color:#ba7051;
	text-decoration:none;
}
#content .testimonial-sidebar .quote{
	padding-left:20px;
	padding-top:30px;
}
#content .testimonial-sidebar .quote p{
	width:auto;
	font-size:13px;
	margin-bottom:20px;
}
#content .testimonial-sidebar .quote p a{
	font-size:12px;
	color:#ba7051;
	text-decoration:none;
}
#content .inner-content .testimonial .quote p{
	width:auto;
}
/** who we are nav **/
#tabs ul.block-nav{
	height:20px;
	margin-bottom:12px;
}
#tabs ul.block-nav li{
	background:#c7ba9d;
	display:block;
	float:left;
	padding:2px 6px;
	margin-left:4px;
}
#tabs ul.block-nav li a{
	color:white;
	text-decoration:none;
}
.ui-tabs .ui-tabs-panel{
	border:5px solid #A5987B;
}
#tabs ul.block-nav li.ui-tabs-selected{
	background:#A5987B;
}
.ui-tabs .ui-tabs-nav li a {
	padding:2px 6px;
}
#content .inner-content ul.block-nav li.ui-tabs-selected a{

}

.gallery-tile{
	width:430px;
	margin:20px 14px 15px 14px;
	float:left;
}
.inner-content .last{
	margin-right:0;
}
.inner-content .gallery-tile a{
	display:block;
	padding:8px;
	width:414px;
	height:165px;
	border:1px solid #a5987b;
	position:relative;
	text-shadow: #222 -1px -1px 1px;
}
.inner-content .gallery-tile a.special{
	background:#A5987B;
}
.inner-content .gallery-tile a span{
	position:absolute;
	bottom:15px;
	right:20px;
	color:white;
	font-size:26px;

	display:block;
	width: 404px;
	bottom:8px;
	right:8px;
	text-align:right;
	padding-right:10px;
}

#content .inner-content .gallery-tile h4{
	color:#a5987b;
	font-size:18px;
	padding-bottom:10px;
}
.divider{
	width:300px;
	margin:25px auto;
	border-bottom: #a5987b 1px solid;
	opacity:.3;
	filter:alpha(opacity=70);
}

#client-login{
	width: 147px;
	height: 36px;
	float: right;
}

._hidden
{
	display:	none;
	visibility:	hidden;
	float:		left;
	display:	block;
	height:		1px;
	width:		1px;
	margin:		0 !important;
	padding:	0 !important;
}

div#neighborhood_map,
div#featured_wrapper,
div#featured_item
{
	width:		478px;
	float:		left;
	height:		458px;
	margin:		0;
	padding:	0;
}

div#featured_item .property-tile .coming-soon-tag,
div#featured_item .property-tile .custom-renovation-tag,
div#featured_item .property-tile .custom-tag,
div#featured_item .property-tile .pending-tag,
div#featured_item .property-tile .featured-tag,
div#featured_item .property-tile .sold-tag 
{
	top: 68px;
	left: 24px;
}

div#neighborhood_map.small
{
	height:    378px;
}


div#neighborhood_map
{
	margin:		0 0 0 4px;
}

div#featured_wrapper div.property-tile
{
	width:		455px;
	height:		420px;
	float:		left;
	margin:		10px 0;
}

div#neighborhood_map div.property-tile {
	width:		455px;
	height:		420px;
	float: right;
	margin: 10px 2px 0 0;
}

div#neighborhood_map.small div.property-tile 
{
	height: 340px;
}
div#featured_wrapper div.property-tile div.inner,
div#neighborhood_map div.property-tile div.inner
{
	height:		410px;
}

div#neighborhood_map.small div.property-tile div.inner
{
	height:		330px;
}

div#featured_wrapper div.property-tile div.separator,
div#neighborhood_map div.property-tile div.separator
{
	width: 418px;
}

div#neighborhood_map div.property-tile div.inner #map_canvas
{
	position: relative;
	width: 410px;
	height: 338px;
	margin: 12px 20px 0;
	border: 1px solid #C7C1B5;
}

div#featured_wrapper div.property-tile div.inner img
{
	position: relative;
	width: 410px;
	margin: 12px 20px 0;
	border: 1px solid #C7C1B5;
	height: 288px;
}

div#featured_wrapper div.property-tile div.inner div.property-address 
{
	width: 200px;
	float: left;
}

div#featured_wrapper div.property-tile div.inner a.view-details
{
	position:relative;
	top: auto;
	left: auto;
	float: right;
	margin: 14px 20px;
}

div#featured_wrapper div.map_legend,
div#neighborhood_map div.map_legend
{
	width:		100%;
	height:		39px;
	overflow:	hidden;
	color:		white;
}
div.map_legend span
{
	font-size:	140%;
	float:		left;
	margin:		0 0 0 5%;
}

div.map_legend ul
{
	width:		60%;
	float:		right;
	margin-top:	9px;
}

div.map_legend li
{
	display:	inline-block;
	list-style-type: none;
	font-size:	75%;
	margin:		0;
	padding-left:	21px;
	height:		38px;
	width:		55px;
	overflow:	hidden;
	vertical-align: top;
}

li#icon_sold
{
	background: transparent url('../img/red_box.png') top left no-repeat;
}

li#icon_active
{
	background: transparent url('../img/green_box.png') top left no-repeat;
}

li#icon_pending
{
	background: transparent url('../img/blue_box.png') top left no-repeat;
}

div#neighborhood_list
{
	width:		940px;
	height:		260px;
	border:		solid 1px #A5987B;
	margin:		10px 0;
	padding:	8px 8px;
	float:		left;
	background:	url("../img/content-corner.jpg") no-repeat scroll right bottom #FFFFFF;
}

div#neighborhood_list div.inner
{
	height:		260px;
	background-color: #B6AD9D; /*#F2F1EE;*/
	float:		left;
	width:		940px;
}

div#neighborhood_list div.inner div.list
{
	float:		left;
	width:		460px;
	margin:		10px;
	padding:    6px;
}

div#neighborhood_list div.inner div.list h1
{
	font-size:	140%;
	font-weight: bold;
	width:		400px;
	margin-left:	10px;
}

div#neighborhood_list div.inner div.list h1,
div#neighborhood_list div.inner div.list a
{
	font-family: Arial, Helvetica, sans-serif;
	color:		#fff; /*#8b8b8b;*/
	text-decoration: none;
}

div#neighborhood_list div.inner div.list
{
	font-family: Arial, Helvetica, sans-serif;
	color:		#A8A8A8;
	text-decoration: none;
}


div#neighborhood_list div.inner div.list ul
{
	width:		460px;
	height:		168px;
	float:		left;
	margin:		0;
}

div#neighborhood_list div.inner div.list ul li
{
	list-style-type: none;
	width:		220px;
	margin:		8px 0 0 10px;
	display:	inline;
	float:		left;
	text-transform: uppercase;
}

#neighborhood_list div.testimonial_wrapper
{
	background-color:white;
	border:1px solid #C7C1B5;
	float:right;
	margin:20px;
	padding:10px 0 30px;
	width:400px;
}

#neighborhood_list div.testimonial_wrapper .testimonial-sidebar
{
	margin:		0 auto;
	border-bottom: solid 1px #c7c1b5;
}

div#neighborhood_list div.inner div.separator
{
	/*background-color: #e4e3df;
	border-bottom: solid 1px white;*/
	background: none repeat scroll 0 0 #AFA58D;
    border-bottom: 1px solid #C1B9AA;	height: 1px;
	margin: 0 auto;
	width: 460px;
	float: left;
}

div#view_all
{
	margin:10px 0 0 10px;
	width:175px;
	float:left;
}

.clearer
{
	clear:both;
	display:block;
	font-size: 1px;
	height: 0;
	visibility: hidden;
}

