/*
-----------------------------------------------
Screen Stylesheet

Site: Smith-Reese Group
Author: Delwin Holeman | www.aaa-studio.com

LastUpdatedBy: Jeremy Reese
LastUpdatedDate: 2006-12-14
----------------------------------------------- */

* {
	margin: 0; 
	padding: 0;
	}

body {
	margin: 0 auto;
	text-align: center;
	background: #f2efec url(../images/bg.gif) repeat-y center;
	}
	
#flashHome {
	width: 960px;
	}

	
#container {
	margin: 0 auto;
	width: 960px;
	}


/* 
LINKS --------------------- */


a:link, a:active, a:visited {
	color: #7073f2;
	text-decoration: none;
	}
	
a:visited {
	color: purple;
	}
	
a:hover {
	text-decoration: underline; 
	}


/* 
MASTHEAD --------------------- */

#masthead {
	position: relative;
	float: left;
	background: url(../images/masthead.gif) no-repeat;
	}

#masthead a {
	display: block; 
	height: 111px; 
	border: 0;
	width: 810px;
	}
	
#masthead strong {
	display: none;
	}
	
#mastheadHLB {
	float: right;
	background: url(../images/mastheadHLB.gif) no-repeat;
	}

#mastheadHLB a {
	display: block; 
	height: 111px; 
	border: 0;
	width: 150px;
	}
	
#mastheadHLB strong {
	display: none;
	}


/* 
NAVIGATION --------------------- */

#nav-main {
	position: relative;
	float: left;
	width: 960px;
	height: 30px;
	font: normal 13px arial, sans-serif;
	}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav li {
	float: left;
	height: 22px;
	padding-top: 8px;
	background: url(../images/bg_menu_item.gif) no-repeat;
	}
	
#nav a:link, #nav a:active, #nav a:visited {
	display: inline;
	padding: 8px 27px 8px 27px;
	color: #533117;
	text-decoration: none;
	background: url(../images/bg_menu_item.gif) no-repeat;
	}
	
#nav a:hover {
	background: url(../images/bg_menu_item_on.gif) no-repeat;
	}

#nav #n-home a:link, #nav #n-home a:active, #nav #n-home a:visited {
	display: inline;
	padding: 8px 26px 8px 30px;
	color: #533117;
	text-decoration: none;
	background: url(../images/bg_menu_home.gif) no-repeat;
	}
	
#nav #n-home a:hover {
	background: url(../images/bg_menu_home_on.gif) no-repeat;
	}
	
#nav #n-contact a:link, #nav #n-contact a:active, #nav #n-contact a:visited {
	display: inline;
	padding: 8px 30px 8px 25px;
	color: #533117;
	
	text-decoration: none;
	background: url(../images/bg_menu_contact.gif) no-repeat;
	}
	
#nav #n-contact a:hover {
	background: url(../images/bg_menu_contact_on.gif) no-repeat;
	}
	
#nav li#n-contact {
	float: left;
	background: url(../images/bg_menu_contact.gif) no-repeat;
	}
	
#nav li#n-home {
	float: left;
	background: url(../images/bg_menu_home.gif) no-repeat;
	}
	

/* 
CONTENT AREA HOME --------------------- */

h1, h2, h3, h4, h5, h6, address {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#content {
	margin: 0 auto;
	padding-bottom: 1.5em;
	width: 960px;
	background: url(../images/bg_container.gif) repeat-y;
	}

#content-home {
	width: 938px;
	margin: 0 auto;
	}
	 
#content-home #left {
	float:left;
	width:590px;
	}

#content-home #right {
	float: right;
	text-align: left;
	width: 348px;
	}	
	
#content-home h1 {
	color: #fff;
	padding: .8em 0 .3em 30px;
	font-size: 1.2em;
	text-align: left;
	background-color: #c3ad9b;
	}
	
#content-home h2 {
	color: #fff;
	padding: .8em 0 .3em 10px;
	font-size: 1.2em;
	text-align: left;
	background-color: #c3ad9b;
	}
	
#content-home h2.neighborhoods {
	float: left;
	color: #5A422E;
	padding: .8em 0 5px 30px;
	margin-bottom: 10px;
	font-size: .9em;
	text-align: left;
	background: none;
	border-bottom: 1px solid #a88d77;
	width: 520px;
	}


#content-home h3 {
	color: #5a422e;
	height: 23px;
	width: 65%;
	padding: 1.0em 0 6px 30px;
	font-size: 1.2em;
	text-align: left;
	border-top: 7px solid #a88d77;
	}

#content-home h4 {
	float: left;
	color: #fff;
	height: 23px;
	width: 523px;
	margin: 1.2em 0 15px 0;
	padding: 10px 0 5px 30px;
	font-size: .9em;
	text-align: left;
	border-top: 1px solid #a88d77;
	background-color: #c3ad9b;
	}
	
#content-home h5 {
	color: #fff;
	height: 23px;
	margin: 1.1em 0 0 0;
	padding: .9em 0 5px .6em;
	font-size: .9em;
	text-align: left;
	border-top: 1px solid #a88d77;
	background-color: #c3ad9b;
	}
	
	
#content-home #left p {
	margin: 0 40px .6em 30px; 
	padding-top: 12px;
	font: normal .80em/1.6em verdana, helvetica, arial, sans-serif;
	color: #5a422e;
	text-align: left;
	}

#content-home #left p.featuredHome {
	float: left;
	margin: 7px 0 0 30px;
	padding: 8px 0 0 0;
	width: 350px;
	border-top: 1px solid #5a422e;
	}
	
#content-home #left p.large-text {
	margin: .8em 1.6em 1.25em 30px; 
	font-size: .9em;
	line-height: 1.6em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	}
	
#content-home #right p {
	margin: .3em 1.0em 1.25em .86em; 
	font: normal .70em/1.6em verdana, helvetica, arial, sans-serif;
	color: #5a422e;
	text-align: left;
	}
	
#content-home #right p.newsButton {
	font: normal .9em/1.6em verdana, helvetica, arial, sans-serif;
	}
	
#content-home #right p.newsButton a {
	text-decoration: none;
	}
	
#content-home #right p.newsButton a:hover {
	text-decoration: underline;
	}
	  
	 
/* 
CONTENT AREA SECONDARY PAGES --------------------- */
	
#menu-bottom {
	position: relative;
	float: left;
	height: 5px;
	}
	
#menu-bottom img {
	display: block;
	}

#content-sec-wrapper {
	margin: 0 auto;
	padding-bottom: 1.5em;
	width: 960px;
	background: url(../images/bg_container_sec.gif) repeat-y;
	}
	
#content-sec {
	width: 938px;
	margin: 0 auto;
	}
	 
#content-sec #left {
	float:left;
	width: 220px;
	}

#content-sec #right {
	float: right;
	text-align: left;
	width: 718px;
	}	
	
#content-sec h1 {
	color: #fff;
	padding: 10px 0 0 50px;
	font-size: 1.1em;
	height: 30px;
	text-align: left;
	background-color: #c3ad9b;
	border-bottom: 1px solid #a88d77;
	}
	
#content-sec h2 {
	color: #5a422e;
	padding: 20px 0 10px 50px;
	font-size: 1.1em;
	text-align: left;
	}


#content-sec h3 {
	color: #5a422e;
	height: 23px;
	width: 75%;
	padding: .7em 0 0 50px;
	font-size: 1.1em;
	text-align: left;
	border-top: 5px solid #a88d77;
	}

#content-sec h4 {
	color: #fff;
	height: 23px;
	width: 416px;
	margin: .8em 0 0 0;
	padding: .7em 0 0 .78em;
	font-size: .9em;
	text-align: left;
	border-top: 1px solid #a88d77;
	background-color: #c3ad9b;
	}
	
#content-sec h5 {
	color: #fff;
	height: 25px;
	margin: 0 0 0 0;
	padding: .5em 0 5px .6em;
	font-size: .85em;
	text-align: left;
	border-top: 7px solid #a88d77;
	background-color: #c3ad9b;
	}
	
	
#content-sec #left p {
	width: 150px;
	padding: .5em 1.3em .6em 30px; 
	font: normal .70em/1.4em verdana, helvetica, arial, sans-serif;
	color: #5a422e;
	text-align: left;
	}

	
#content-sec #right p {
	padding: 0 2.3em 15px 50px; 
	font: normal .80em/1.6em verdana, helvetica, arial, sans-serif;
	color: #5a422e;
	clear: left;
	width: 75%;
	text-align: left;
	}
	
#content-sec #right p.no-btm-margin {
	margin: .3em 2.3em 0 0; 
	font: normal .60em/1.6em verdana, helvetica, arial, sans-serif;
	color: #5a422e;
	text-align: left;
	}


#content-sec #right img {
	margin: 0 0 .7em 50px; 
	}
	
#content-sec #right img.search {
	margin: 0 0 .1em 2.3em; 
	}
	
#content-sec #right img.align-right {
	float: right;
	margin: 0 70px 0 0; 
	}
	
#content-sec #left ul {
	padding: 1.0em .5em 1.0em 1.8em;
	text-align: left;
	width: 154px;
	}
	
#content-sec #left ul li {
	list-style: none url(../images/list_item.gif);
	font: normal .70em/1.6em verdana, helvetica, arial, sans-serif;
	}
	
#content-sec #right ul.normal-bullet {
  	padding: 0 0 1.5em 70px;
  	list-style: disc;
	}
 
#content-sec #right li.normal-bullet {
  	font: normal .7em/1.6em verdana, helvetica, arial, sans-serif;
  	color: #5a422e;
  	padding: .2em 0 0 0; 
	}
	
#content-sec #right ul.details {
  	padding: .7em 0 1.5em 50px;
  	list-style: none;
	width: 14em;
	}
 
#content-sec #right li.details {
  	font: normal .8em/1.6em verdana, helvetica, arial, sans-serif;
  	color: #5a422e;
  	padding: .2em 0 0 0; 
	}
	
#content-sec ul.two-col {
  	float: left;
  	width: 32em;
  	padding: 0 0 1.5em 55px;
  	list-style: none;
	}
 
#content-sec li.two-col {
  	float: left;
  	width: 18em;
  	font: normal .8em/1.6em verdana, helvetica, arial, sans-serif;
  	color: #5a422e;
  	background-image: url(../images/list_item.gif);
  	background-position: 0 .15em;
  	background-repeat: no-repeat;
  	padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
	}
	
#content-sec ul.featured-two-col {
  	float: left;
  	width: 30em;
  	padding: 0 0 1.5em 60px;
  	list-style: none;
	}
 
#content-sec li.featured-two-col {
  	float: left;
  	width: 15em;
  	font: normal .8em/1.6em verdana, helvetica, arial, sans-serif;
  	color: #5a422e;
  	background-image: url(../images/list_item.gif);
  	background-position: 0 .15em;
  	background-repeat: no-repeat;
  	padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
	}
	
p.propertydescription {
	clear:both;
	}
	
	
/* 
MISC ID'S AND TAGS --------------------- */

* html ul li {
	position: relative;
	}
	
#content ul {
	padding: 1.0em 0 1.0em 50px;
	text-align: left;
	}
	
#content ul li {
	list-style: none url(../images/list_item.gif);
	font: normal .70em/1.8em verdana, helvetica, arial, sans-serif;
	}
	
#content ul li.manor, #content ul li.laurel {
	margin-top: -5.4em;
	}
	
li.manor, li.river, li.windemere {
	margin-left: 15em;
	}
	
li.laurel, li.chestatee, li.vickery {
	margin-left: 30em;
	}

#weather {
	display: block;
	margin: 0 0 0 .6em;
	width: 175px;
	overflow: hidden;
	}
	
#weather table {
	margin: 0;
	padding: 0;
	}
	
#weather td {
	margin: 0;
	padding: 0;
	}
	
.pullquote {
	width: 38%;
	float: right;
	font: bold italic 1.2em 'Lucida Sans Unicode', verdana, helvetica, sans-serif;
	line-height: 160%;
	padding: .8em .5em .4em 1.0em;
	color: #5a422e;
}

.listing {
	width: 165px;
	float: left;
	padding: 0 .5em .3em 0;
}
	
.heading6 {
	padding: 1.3em 0 0 .75em;
	font: bold .75em/1.6em verdana, helvetica, arial, sans-serif;
	color: #5a422e;
	}		

.button {
	margin: 10px 0 0 23px;
	background: url(../images/button_bg.gif) no-repeat;
	}
	
	
.button a:link, .button a:active, .button a:visited {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 150px;
	height: 23px;
	padding: .3em 0 0 0; 
	background: url(../images/button_bg.gif) no-repeat;
	font: bold .70em 'Lucida Sans Unicode', verdana, helvetica, sans-serif;
	color: #5a422e; 
	}
	
.button a:hover {
	background: url(../images/button_bg_over.gif) no-repeat;
	color: #654a34; 
	}

img {
	border: none;
	display: block;
	}
	
#content-home #left img {
	float: left;
	margin: 15px 0 0 30px;
	}
	
img.border {
	display: inline;
	margin: 20px 0 0 0;
	border: 7px solid #dfd2c7;
	}
	
#right img.border {
	margin-left: 10px;
	margin-top: 25px;
	}
	
#content-sec #right img.border-listing {
	margin: 0;
	border: 2px solid #7d5f47;
	}

ul#skip, ul#back {
	display: none;
	}

#quote {
	float: left;
	margin: 20px 0 0 8px;
	background: url(../images/quote.gif) no-repeat top left
	}
	
#quote p {
	padding-top: 20px; 
	width: 204px !important;
	width: 204px;   /* hack for IE */
	font: normal 1.0em Georgia, serif; 
	line-height: 1.2em;
	letter-spacing: .01em;
	color: #00396b; 
	}
	
#quote em {
	font: bold italic .7em Georgia, serif; 
	letter-spacing: .03em;
	line-height: 3em;
	}
	
.small-text {
	font: normal .8em verdana, helvetica, arial, sans-serif;
	margin-top: -30px;
	color: #5a422e;
	}
	
.no-display {
	display: none;
	}

hr {
	margin: 1.0em 0 0 0;
	border: 0;
	color: #5a422e;
	background-color: #5a422e;
	height: 1px;
	}

br.clear {
	clear: both;
	}

.large-text {
	font: normal 105% verdana, arial, sans-serif;
	}
	
form {
	padding: .4em 0 0 0;
	}
	
input.border {
	color: #5a422e; 
	border: 1px solid #5a422e;
	}
	
.contact input {
	margin: 0 0 10px 0;
	}
	
.contact form {
	margin: 0;
	}

form input[type="checkbox"] {
	margin: 9px 0 0 0;
	}
	
form textarea {
	margin: 9px 0 0 0;
	}
	

	
/* 
TABLES --------------------- */
	
	
#listings table {
	margin: .2em 0 1.25em 70px; 
	width: 511px;
	background: #fffaf5;
	border: 1px solid #5a422e;
	}
	
#listings table td {
	padding: .6em 0 1.5em .6em;
	}
	
#listings table.inner { 
	margin: 0;
	padding: 0;
	font: normal .70em/1.6em verdana, helvetica, arial, sans-serif;
	width: 320px;
	color: #5a422e;
	border: none;
	}
		
#listings table.inner td {
	padding: 0;
	margin: 0;
	}
	
.property-city {
	color: #5a422e;
	font: bold 1.3em verdana, helvetica, sans-serif;
	text-align: left;
	}
	
.property {
	line-height: 2.5em;
	}
	

/* 
FOOTER --------------------- */
	
#footer {
	clear: both;
	height: 53px;
	background: url(../images/bg_footer.gif);
	}	

#footer p {
	font: normal .6em verdana, helvetica, arial, sans-serif;
	color: #a88d77;
	padding: 2.0em 0 8px 1.0em;
	text-align: center;
	}	

#footer a:link, #footer a:active, #footer a:visited {
	color: #a88d77;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
	
/* 
POPUPS --------------------- */
	
#popup {
	padding: 20px 20px 20px 20px;
	width: 500px;
	background: #FFF url(../images/top.gif) no-repeat;
	}
	
#popup h4 {
	margin-bottom: 1.25em; 
	font: bold .80em verdana, helvetica, arial, sans-serif;
	color: #5a422e;
	}
	
#popup h5 {
	margin-bottom: 1.25em; 
	font: bold .70em verdana, helvetica, arial, sans-serif;
	color: #5a422e;
	}
	
#popup h4 a {
	text-decoration: none;
	}
	
#popup  ul {
	padding: 0 10px 0 30px;
	font: normal .70em verdana, helvetica, arial, sans-serif;
	line-height: 1.3em;
	color: #465182;
}

#popup  ul li {
	list-style: disc;
	padding: 0 0px 7px 0px;
}


/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		


