/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');

/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1px;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #ede9d9;
	color: #252525;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.icon_align {
	vertical-align: middle;
	padding-left: 3px;
}

/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #483f2d;
}
a:hover {
	color: #483f2d;
	text-decoration: none;
}
a:active {
	color: #483f2d;
}

a.green:link, a.green:visited {
	color: #048178;
}
a.green:hover {
	color: #048178;
	text-decoration: none;
}
a.green:active {
	color: #048178;
}

a.orange:link, a.orange:visited {
	color: #b96600;
}
a.orange:hover {
	color: #b96600;
	text-decoration: none;
}
a.orange:active {
	color: #b96600;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: italic normal normal 2.5em/normal "Times New Roman", Times, serif;
	margin-bottom: .5em;
}
h2 {
	font: italic normal normal 1.8em/normal "Times New Roman", Times, serif;
	margin-bottom: .5em;
}
h3 {
	font: italic normal normal 1.2em/normal "Times New Roman", Times, serif;
}
h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}

/* =4 Text
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
p {
	padding-bottom: 1.2em;
	line-height: 18px;
}
.welcome_sub {
	font: normal normal normal 20px/normal "Times New Roman", Times, serif;
}
.subhead {
	font: normal normal normal 16px/normal Arial, Helvetica, sans-serif;
}
.subhead_times {
	font: italic normal normal 18px/normal "Times New Roman", Times, serif;
}
.disclaimer {
	font: italic normal normal 11px/normal Arial, Helvetica, sans-serif;
}
.times {
	font: italic normal bold 1.2em/normal "Times New Roman", Times, serif;
}
.model_head {
	color: #a4853d;
	font: normal normal normal 16px/normal Arial, Helvetica, sans-serif;
}
.fancy {
	font: italic normal normal 24px/normal "Times New Roman", Times, serif;
}
.xxxlarge {
	font-size: 52px;
	line-height: 52px;
}
.xxlarge {
	font-size: 34px;
	line-height: normal;
}
.xlarge {
	font-size: 20px;
}
.large {
	font-size: 16px;
	line-height: 20px;
}
.medium {
	font-size: 14px;
	line-height: 18px;
}
.regular {
	font-size: 13px;
	line-height: 16px;
}
.small {
	font-size: 11px;
	line-height: 16px;
}
/* =5 Colors
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.green {
	color: #006e65;
}
.maroon {
	color: #872301;
}
.brown {
	color: #3b321e;
}
.gold {
	color: #bcb192;
}
.orange {
	color: #b96600;
}


/* =6 Structure.
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.answers {
	padding-left: 20px;
	padding-right: 20px;
}

.act_date {
	display: inline;
	float: left;
	width: 24%;
	padding-right: 1%;
}
.act_time {
	display: inline;
	float: left;
	width: 20%;
	padding-right: 1%;
}
.act_event {
	display: inline;
	float: left;
	width: 54%;
}
.buttons {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cecil_location {
	width: 216px;
	float: right;
	background-image: url(../cecilwoods/img/bg_location.jpg);
	background-repeat: no-repeat;
	padding-left: 21px;
	padding-right: 21px;
	margin-left: 20px;
}
.column_left {
	display: inline;
	float: left;
	width: 48%;
	margin-right: 1%;
}
.column_right {
	display: inline;
	float: left;
	width: 48%;
	margin-left: 1%;
}
.community_map {
	width: 516px;
	height: 560px;
	position: relative;
	margin: 0 auto;
}
.container
{
	background-color: #f4f1e2;
	border-bottom: 1px solid #007367;
	border-left: 1px solid #007367;
	border-right: 1px solid #007367;
	margin: 0 auto;
	padding-bottom: 88px;
	position: relative;
	width: 868px;
}
.container_smartbuyer
{
	background-color: #f4f1e2;
	border-bottom: 1px solid #007367;
	border-left: 1px solid #007367;
	border-right: 1px solid #007367;
	margin: 0 auto;
	padding-bottom: 88px;
	position: relative;
	width: 868px;
	background-image: url(../smartbuyer/img/background_woman.jpg);
	background-position: 100% 87%;
	background-repeat: no-repeat;
}
.content
{
	position: relative;
	width: 642px;
	padding-bottom: 25px;
	float: right;
}
.content_int
{
	padding-left: 233px;
	position: relative;
	width: 635px;
	padding-bottom: 25px;
}
.content_past
{
	padding-left: 350px;
	position: relative;
	width: 500px;
	padding-bottom: 25px;
}
.content_wide
{
	padding-left: 30px;
	padding-right: 30px;
}
.content_pad {
	padding-left: 30px;
	padding-right: 30px;
}
.corner_copy {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}
.copy
{
	display: inline;
	float: left;
	width: 265px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 20px;
}
.copy_single_inset
{
	padding-left: 30px;
	padding-top: 20px;
}
.copy_int
{
	padding-left: 30px;
	padding-right: 20px;
}
.detail_left {
	display: inline;
	float: left;
	width: 48%;
	padding-right: 1%;
	margin-top: 15px;
}
.detail_right {
	display: inline;
	float: left;
	width: 48%;
	padding-left: 1%;
	margin-top: 15px;
}
.detail_title {
	background-color: #007a6d;
	padding: 6px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.detail_info {
	background-color: #efebd9;
	padding: 6px;
}
.eho {
	float: right;
	padding-left: 5px;
}
.email_signup {
	background-color: #e4ddbf;
	padding: 5px;
	margin-top: 10px;
}
.features_left {
	display: inline;
	float: left;
	width: 48%;
	padding-right: 4%;
	margin-top: 25px;
}
.features_right {
	display: inline;
	float: left;
	width: 48%;
	margin-top: 25px;
}
.footerlinks {
	width: 868px;
	margin: 0 auto;
	padding-top: 10px;
	line-height: 18px;
}
.form_label {
	width: 185px;
	text-align: right;
	font: normal normal bold 12px/normal Arial, Helvetica, sans-serif;
	color: #3f342e;
	vertical-align: top;
	padding-right: 5px;
}
.hours {
	display: inline;
	float: left;
	padding-left: 255px;
	padding-right: 10px;
	border-right: 1px solid #b4ab87;
	font-size: 14px;
}
.hr {
	border-top: 1px solid #d4c7a1;
	height: 1px;
	margin-bottom: 1em;
	margin-top: 1em;
}
.info
{
	font: normal normal bold 1.1em/1.3em Arial, Helvetica, sans-serif;
	text-align: center;
}
.inset {
	width: 314px;
	display: inline;
	float: left;
	position: relative;
	z-index: 999;
	margin-top: -70px;
}
.inset_single {
	width: 175px;
	display: inline;
	float: right;
	position: relative;
	z-index: 999;
	margin-top: -120px;
	margin-right: 40px;
}
.inset_copy {
	position: absolute;
	z-index: 999;
	left: 175px;
	top: 205px;
	width: 140px;
	font-size: 0.9em;
}
.logo {
	width: 237px;
	height: 124px;
	position: absolute;
	z-index: 990;
	top: 46px;
	left: 17px;
}
.logo_smartbuyer {
	width: 205px;
	height: 164px;
	position: absolute;
	z-index: 990;
	top: 60px;
	left: 27px;
}
.margin_home {
	margin-left: 305px;
	padding-right: 25px;
}
.map_head {
	font: normal normal normal 14px/24px Arial, Helvetica, sans-serif;
	color: #977347;
}
.map_copy {
	font: normal normal normal 11px/normal Arial, Helvetica, sans-serif;
	color: #977347;
}
.map_storage {
	width: 590px;
	height: 582px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.map_apartments {
	width: 590px;
	height: 582px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.map_current {
	width: 590px;
	height: 582px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.map_managed {
	width: 590px;
	height: 582px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.map_marina {
	width: 590px;
	height: 582px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.map_offices {
	width: 590px;
	height: 582px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.map_completed {
	width: 590px;
	height: 582px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.model_names {
	background-image: url(../img/model_line.gif);
	background-repeat: no-repeat;
}
.model_names span {
	background-color: #f4f1e2;
	padding: 3px;
}
.models_left {
	display: inline;
	float: left;
	width: 50%;
}
.models_right {
	display: inline;
	float: left;
	width: 50%;
	margin-top: 50px;
}
.nav_copy_pad {
	padding-left: 15px;
	padding-right: 15px;
}

.overview_left {
	display: inline;
	float: left;
	width: 557px;
}
.overview_right {
	display: inline;
	float: left;
	width: 311px;
}
.page_footer
{
	background-image: url(../img/page_footer.gif);
	background-repeat: no-repeat;
	bottom: 0px;
	height: 58px;
	left: 0px;
	position: absolute;
	width: 868px;
	z-index: 100;
	padding-top: 30px;
}
.page_footer_no_logo
{
	background-image: url(../img/page_footer_no_logo.gif);
	background-repeat: no-repeat;
	bottom: 0px;
	height: 43px;
	left: 0px;
	position: absolute;
	width: 868px;
	z-index: 100;
	padding-top: 30px;
}
.page_head {
	padding-top: 150px;
	padding-left: 30px;
}
.page_head_right {
	padding-top: 150px;
	padding-right: 75px;
	text-align: right;
}
.page_head_home {
	margin-top: 125px;
	margin-left: 260px;
}
.page_header
{
	background-image: url(../img/page_header.png);
	background-repeat: no-repeat;
	height: 110px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 868px;
	z-index: 100;
	text-align: center;
	padding-top: 10px;
}
.page_header_red
{
	background-image: url(../img/page_header_red.png);
	background-repeat: no-repeat;
	height: 110px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 868px;
	z-index: 100;
	text-align: center;
	padding-top: 10px;
}
.page_header_orange
{
	background-image: url(../img/page_header_orange.png);
	background-repeat: no-repeat;
	height: 110px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 868px;
	z-index: 100;
	text-align: center;
	padding-top: 10px;
}
.phone {
	display: inline;
	float: left;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
}
.phone_multi {
	display: inline;
	float: left;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
}
.photo_corner {
	float: right;
	width: 311px;
}
.photo_frank {
	width: 193px;
	float:right;
	margin:4px 0 4px 10px;
}
.photo_frank_sr {
	width: 206px;
	float:right;
	margin:4px 0 4px 10px;
}
.photo_family {
	width: 205px;
	float:left;
	margin:4px 10px 4px 0;
}
.promos {
   margin-left: 10px;
	margin-top: 25px;
	border-left: 1px solid #c1b688;
	padding: 20px;
}
.projects_map {
	margin: 0 auto;
	width: 590px;
	height: 582px;
	position: relative;
	border: 3px solid #977347;
}

.realtor_body {
	background-image: url(../realtors/img/signup_body.gif);
	background-repeat: repeat-y;
	height: auto;
	border: 1px none black;
	width: 446px;
}
.realtor_copy {
	padding-left: 20px;
	padding-top: 25px;
	padding-right: 20px;
}
.realtor_form {
	width: 446px;
	margin: 0 auto;
}
.sidebar
{
	margin-bottom: 5px;
	margin-top: 5px;
	width: 206px;
}
.sidebar_body
{
	background-image: url(../img/sidebar_body.png);
	background-repeat: repeat-y;
}
.sidebar_bottom
{
	bottom: 0px;
	left: 0px;
	position: absolute;
}
.sidebar_copy {
	padding-left: 20px;
	padding-right: 20px;
}
.sidebar_smartbuyer {
	padding-left: 20px;
	padding-right: 20px;
	border-right: 2px solid #cfc9b0;
}
.sidebar_gradient
{
	background-image: url(../img/sidebar_gradient.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 196px;
}
.sidebar_top
{
	left: 0px;
	position: absolute;
	top: 0px;
}
.sidebar_wrapper
{
	left: 32px;
	position: absolute;
	top: 60px;
	width: 206px;
	z-index: 200;
}
.sidebar_wrapper_logo
{
	left: 32px;
	position: absolute;
	top: 85px;
	width: 206px;
	z-index: 200;
}
.sidenav
{
	list-style: none;
	margin-bottom: 20px;
	margin-left: 26px;
	margin-top: 20px;
}
.sidenav li
{
	font: normal normal bold 11px/13px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-left: 0px;
	text-transform: uppercase;
}
.sidenav li a
{
	color: #494128;
	text-decoration: none;
}
.sidenav li a:hover
{
	color: #006e65;
	text-decoration: none;
}
.sidenav li a.current
{
	color: #006e65;
	text-decoration: none;
}
.sidenav li ul
{
	margin-top: 5px;
	margin-left: 20px;
}
.sidenav li ul li
{
	font: normal normal bold 11px/13px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	text-transform: none;
}
.sidenav li ul li a
{
	color: #494128;
	text-decoration: none;
}
.sidenav li ul li a:hover
{
	color: #494128;
	text-decoration: underline;
}
.sidenav li ul li a.current
{
	color: #494128;
	text-decoration: underline;
}
.tax_credit_head {
	padding-left: 40px;
}

.tax_credit_intro {
	width: 280px;
	text-align: right;
	font: normal normal bold 14px/18px Arial, Helvetica, sans-serif;
	color: #048178;
	float: right;
}
.tax_credit_pad {
	width: 642px;
	margin: 0 auto;
}

.testimonial_photo {
	width: 290px;
	display: inline;
	float: left;
}
.testimonial_copy {
	width: 490px;
	display: inline;
	float: left;
	border-left: 1px solid #c0b99b;
	padding-left: 25px;
}
.topnav li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	font: normal normal bold 11px/13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-right: 1px solid #006e65;
}
.topnav li.last {
	border-right: 0px;
}
.topnav li a
{
	color: #494128;
	text-decoration: none;
}
.topnav li a:hover
{
	color: #006e65;
	text-decoration: none;
}
.visit {
	padding-top: 8px;
	text-align: right;
	margin-right: 63px;
}

/* =7 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a.lnlink:link          {color: #494128; text-decoration: none;}
a.lnlink:visited       {color: #494128; text-decoration: none;}
a.lnlink:active        {color: #106c5e; text-decoration: none;}
a.lnlink:hover         {color: #106c5e; text-decoration: none;}
a.lnlink:visited:hover {color: #106c5e; text-decoration: none;}

.topnav {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #494128;
	font-weight: bold;
	text-transform: uppercase;
}
#dropmenudiv{
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:999;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	color: black;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #fcfcfc;
}


/* =8 Styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.bullets {
	list-style: none;
	margin-left: 10px;
	margin-bottom: 1.5em;
}
.bullets li {
	padding-left: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	margin-bottom: 8px;
}
.bullets li.none {
	margin-bottom: 8px;
	background-image: none;
	padding-left: 0px;
}

.bullets_lg {
	list-style: none;
	margin-left: 10px;
	margin-bottom: 1.5em;
	margin-top: 10px;
}
.bullets_lg li {
	padding-left: 10px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	margin-bottom: 8px;
	font: normal normal normal 15px/normal Arial, Helvetica, sans-serif;
}


.background_past {
	background-image: url(../img/background_past.jpg);
	background-repeat: no-repeat;
}

/* = Foxfield
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.background_foxfield {
	background-image: url(../img/foxfield/photo_foxfield_main.jpg);
	background-repeat: no-repeat;
}
.clubhouse_info_foxfield {
	width: 200px;
	float: right;
}
.homes_left {
	width: 90%;
	padding: 3px;
	background-color: #d3caab;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #862302;
	text-align: center;
	margin: 0 auto;
}


/* = Spring Arbor
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.background_springarbor {
	background-image: url(../img/spring_arbor/photo_main.jpg);
	background-repeat: no-repeat;
}


/* = Champions Club
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.background_champions {
	background-image: url(../img/champions/photo_main.jpg);
	background-repeat: no-repeat;
}

/* = Foxfield Villas
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.model_info {
	margin-bottom: 25px;
}
.model_levels {
	padding-bottom: 10px;
	padding-top: 10px;
}