html
{
	overflow-y: scroll;
	height: 100%;
	background: #bbbbbb;
	background: -moz-linear-gradient(top, #bbbbbb 0%, #e5e5e5 60%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #bbbbbb 0%,#e5e5e5 60%,#e5e5e5 100%);
	background: linear-gradient(to bottom, #bbbbbb 0%,#e5e5e5 60%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#e5e5e5',GradientType=0 );
	copy
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body
{
	margin: 0;
	color: #000000;
	font-family: "Open Sans", OpenSans, Arial, Helvetica, Helv, Sans, Sans-serif, "Sans Serif";
	font-weight: normal;
	font-size: 0.9em;
	-webkit-text-size-adjust: 100%;
	border-top: 15px solid #4D4D4D;
}

em, i, cite
{
	font-style: italic;
	font-weight: normal;
}

b, strong
{
	font-style: normal;
	font-weight: bold;
}

div, form, img, header, footer, article, section, aside, nav
{
	border: none; margin: 0; padding: 0;
	display: block;
	box-sizing: border-box;
}

form fieldset
{
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

form fieldset.hidden,
form fieldset.hiddens,
form input[type='hidden']
{
	display: none;
}

p
{
	line-height: 1.3em;
	margin: 0 0 1.3em 0;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 0.8em 0;
}

h1
{
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 0 0 0.4em 0;
}

h2
{
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0 0 0.6em 0;
}

h2.bighead
{
	font-family: Impact, "Open Sans", OpenSans, Arial, Helvetica, Helv, Sans, Sans-serif, "Sans Serif";
	font-size: 4em;
	line-height: 1.1em;
	padding: 0.2em 0;
}

h3
{
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0 0 0.4em 0;
}

h4
{
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
}

h5
{
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
}

h6
{
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
}

ul, ol
{
	padding: 0 0 0 24px;
	margin: 0 0 15px 0;
}

ul li, ol li
{
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1.5em;
	margin: 0 0 0.4em 0;
}

ul li
{
	list-style-type: disc;
}

ol li
{
	list-style-type: decimal;
}

a { color: #003399; text-decoration: none; }
a:link { color: #003399; text-decoration: none; }
a:visited { color: #663366; text-decoration: none; }
a:active { color: #0279C2; text-decoration: none; }
a:hover { color: #0279C2; text-decoration: none; }

.tm, .phrase
{
	white-space: nowrap;
}

.clearfix
{
	clear: both;
}

div.clearfix
{
	height: 1px;
	overflow: hidden;
}

/* Major page sections */

#pagewrap
{
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;
}

#pagehead
{
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin-bottom: 24px;
	clear: both;
	padding: 9px 24px 20px 24px;
	text-align: right;
	min-height: 110px;
}

#pagefoot
{
	clear: both;
	text-align: center;
	padding-bottom: 24px;
}

/* Page head */

#pagewrap h3.consult
{
	font-size: 1em;
	line-height: 1.2em;
	text-align: right;
	position: relative;
	top: -15px;
	margin-bottom: 0;
}

#pagewrap h3.consult a.consult,
#pagewrap h3.consult a.consult:link,
#pagewrap h3.consult a.consult:visited
{
	display: inline-block;
	background-color: #4D4D4D;
	-webkit-border-radius: 0 0 9px 9px;
	border-radius: 0 0 9px 9px;
	box-sizing: border-box;
	height: 36px;
	color: #FFFFFF;
	background-image: url(../img/logo/spr_icon_fw.png);
	background-size: 13px 113px;
	background-repeat: no-repeat;
	background-position: 13px center;
	padding: 10px 15px 0 33px;
	vertical-align: top;
}

#pagewrap h3.consult a.consult:active,
#pagewrap h3.consult a.consult:hover
{
	background-color: #e56620;
}

#pagewrap h3.consult a.facebk,
#pagewrap h3.consult a.facebk:link,
#pagewrap h3.consult a.facebk:visited
{
	display: inline-block;
	background-color: #3c5a99;
	-webkit-border-radius: 0 0 9px 9px;
	border-radius: 0 0 9px 9px;
	color: #FFFFFF;
	background-image: url(../img/logo/facebk_72x.png);
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: 1px center;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	text-indent: -99em;
	text-align: left;
	overflow: hidden;
	vertical-align: top;
}

#pagewrap h3.consult a.facebk:active,
#pagewrap h3.consult a.facebk:hover
{
	background-color: #5b83d6;
}

#pagehead #branding
{
	position: absolute;
	left: 17px;
	top: 7px;
	width: 195px;
	height: 93px;
	text-align: left;
	z-index: 999;
}

#pagehead #branding h1
{
	width: 330px;
	height: 80px;
	margin: 0;
	overflow: hidden;
	font-size: 1.8em;
	line-height: 1.1em;
}

#pagehead #branding h1 a,
#pagehead #branding h1 a:link,
#pagehead #branding h1 a:visited
{
	display: block;
	width: 330px;
	height: 80px;
	padding: 18px 0 0 140px;
	background-image: url(../img/logo/first_weber_350x180.png);
	background-size: 117px 60px;
	background-repeat: no-repeat;
	background-position: left bottom;
	box-sizing: border-box;
	color: #000000;
}

#pagehead h2
{
	position: absolute;
	z-index: 99;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 24px 18px 360px;
	text-align: right;
	font-size: 1.7em;
	line-height: 1.1em;
	margin: 0;
	color: #4D4D4D;
}

#pagehead h2 a,
#pagehead h2 a:link,
#pagehead h2 a:visited
{
	color: #4D4D4D;
}

#pagehead h2 a:active,
#pagehead h2 a:hover
{
	color: #e56620;
}

div#pagehead div#top_nav #mobile_nav
{
	display: none;
}

div#pagehead div#top_nav ul
{
	display: block;
	margin: 0;
	padding: 0;
}

div#pagehead div#top_nav ul li
{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	list-style-type: none;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0 5px;
	box-sizing: border-box;
}

div#pagehead div#top_nav ul li a,
div#pagehead div#top_nav ul li a:link,
div#pagehead div#top_nav ul li a:visited
{
	display: block;
	position: relative;
	text-decoration: none;
	padding: 7px 3px 7px 12px;
	color: #e56620;
	text-align: center;
}

div#pagehead div#top_nav ul li.sub a,
div#pagehead div#top_nav ul li.sub a:link,
div#pagehead div#top_nav ul li.sub a:visited
{
	padding-left: 19px;
	background-image: url(../img/nav/spr_menuChevr.png);
	background-size: 16px 68px;
	background-repeat: no-repeat;
	background-position: left -48px;
}

div#pagehead div#top_nav ul li a:active,
div#pagehead div#top_nav ul li a:hover,
div#pagehead div#top_nav ul li.sub a:active,
div#pagehead div#top_nav ul li.sub a:hover
{
	color: #4D4D4D;
	background-position: left 12px;
}

div#pagehead div#top_nav ul li a span
{
	display: block;
}

div#pagehead div#top_nav ul li ul
{
	display: block;
	position: absolute;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	overflow: hidden;
	width: 11.5em;
	z-index: 999;
	top: 1.9em;
	left: -999em;
	background-color: #FFFFFF;
	margin: 0;
	height: auto;
}

div#pagehead div#top_nav ul li:hover ul
{
	left: 12px;
}

div#pagehead div#top_nav ul li ul li
{
	display: block;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
}

div#pagehead div#top_nav ul li ul li:last-child
{
	border-bottom: none;
}

div#pagehead div#top_nav ul li.sub ul li a,
div#pagehead div#top_nav ul li.sub ul li a:link,
div#pagehead div#top_nav ul li.sub ul li a:visited
{
	margin: 0;
	padding: 7px 12px;
	background-image: none;
}

div#pagehead div#top_nav ul li ul li:last-child a,
div#pagehead div#top_nav ul li ul li:last-child a:link,
div#pagehead div#top_nav ul li ul li:last-child a:visited
{
	padding-bottom: 10px;
}

div#pagehead div#top_nav ul li ul li a:active,
div#pagehead div#top_nav ul li ul li a:hover
{
	color: #7699ae;
	background-color: #E5E5E5;
}

ul.downlinks
{
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 0;
}

ul.downlinks li
{
	padding-bottom: 0;
	margin-bottom: 0;
}

ul.downlinks li span.this
{
	color: #999999;
}

/* Page footer */

#pagefoot h3
{
	clear: both;
}

#pagefoot h3
{
	color: #e56620;
	margin-bottom: 0.1em;
}

#pagefoot h4
{
	margin-bottom: 0.4em;
}

#pagefoot .copyright
{
	font-size: 0.8em;
	line-height: 1.3em;
}

/* Home page */

body.home #pagewrap
{
	width: 100%;
	max-width: 100%;
}

body.home #headwrap
{
	min-height: 480px;
	background-image: url(../img/home/home_triptych.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	margin-bottom: 21px;
}

body.home #pagehead
{
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;
}

body.home #pagewrap h3.consult
{
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;
}

body.home #pagehead h2
{
	font-size: 1.4em;
	line-height: 1.2em;
}

body.home #pagebody
{
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;
}

body.home .module
{
	background-color: #FFFFFF;
	padding: 18px 27px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin-bottom: 21px;
}

body.home .outwrap
{
	display: table;
	border-collapse: collapse;
	margin-bottom: 21px;
}

body.home .midwrap
{
	display: table-row;
}

.module.testimonials
{
	border-top: 12px solid #4D4D4D;
	padding: 18px 3px 12px;
}

.module.testimonials .outwrap
{
	margin-bottom: 0;
}

.module.testimonials .testimonial
{
	display: table-cell;
	vertical-align: top;
	padding: 0 24px;
	width: 33%;
	border-left: 1px solid #666666;
}

.module.testimonials .testimonial:first-child
{
	border-left: none;
}

.module.testimonials p
{
	margin-bottom: 0.4em;
}

.module.testimonials p strong
{
	display: block;
	font-size: 1.5em;
	line-height: 1.1em;
	margin: 0.1em 0 0.2em;
	color: #e56620;
}

.module.testimonials cite
{
	display: block;
	font-size: 0.9em;
	line-height: 1.3em;
	font-style: italic;
	text-align: right;
}

.module.testimonials cite .where
{
	display: block;
}

.module.testimonials h4
{
	margin: 1.4em 24px 0;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.7pt;
	font-size: 0.9em;
	line-height: 1.3em;
}

.module.testimonials h4 a,
.module.testimonials h4 a:link,
.module.testimonials h4 a:visited
{
	display: inline-block;
	padding: 1px 0 1px 19px;
	background-image: url(../img/logo/spr_icon_fw.png);
	background-size: 13px 113px;
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #4D4D4D;
}

.module.testimonials h4 a:active,
.module.testimonials h4 a:hover
{
	color: #e56620;
}

body.home .module.kelly,
body.home .module.bill
{
	color: #4D4D4D;
}

body.home .module.floorplans
{
	float: left;
}

body.home .module.floorplans img
{
	max-width: 240px;
	height: 180px;
	float: left;
	margin-right: 18px;
	border: 6px solid #e56620;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

body.home .module.floorplans h4
{
	padding-top: 48px;
	padding-right: 7%;
}

body.home .partners
{
	display: table;
	border-collapse: collapse;
	margin-bottom: 24px;
}

body.home .partners .sbs
{
	display: table-row;
	border-collapse: collapse;
}

body.home .partners .sbs .module
{
	display: table-cell;
}

body.home .partners .sbs .sep
{
	width: 0;
	border-left: 24px solid transparent;
}

body.home .module.kelly,
body.home .module.bill
{
	position: relative;
	box-sizing: border-box;
	padding-bottom: 48px;
	width: 49.5%;
}

body.home .module.kelly h3,
body.home .module.bill h3
{
	color: #e56620;
	margin: 0.8em 0;
}

body.home .module.kelly ul,
body.home .module.bill ul
{
	padding: 0 0 0 17px;
}

body.home .module.kelly h4,
body.home .module.bill h4
{
	position: absolute;
	width: auto;
	right: 27px;
	bottom: 18px;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.7pt;
}

body.home .module.kelly h4 a,
body.home .module.kelly h4 a:link,
body.home .module.kelly h4 a:visited,
body.home .module.bill h4 a,
body.home .module.bill h4 a:link,
body.home .module.bill h4 a:visited
{
	display: inline-block;
	background-color: #e56620;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #FFFFFF;
	background-image: url(../img/logo/spr_icon_fw.png);
	background-size: 13px 113px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 6px 9px 6px 30px;
}

body.home .module.kelly h4 a:active,
body.home .module.kelly h4 a:hover,
body.home .module.bill h4 a:active,
body.home .module.bill h4 a:hover
{
	background-color: #4D4D4D;
}

body.home .module.kelly .intro,
{
	float: left;
	width: 50%;
	padding-top: 18px;
}

body.home .module.kelly .zillow img
{
	margin: 0 auto 0 0;
}

/* Properties list and detail */

.properties_list,
.floorplans_list
{
	clear: both;
	text-align: justify;
}

.properties_list:after,
.floorplans_list:after
{
	display: inline-block;
	text-align: left;
	width: 80%;
	height: 1px;
	overflow: hidden;
	content: "";
	margin: 0;
}

.properties_list .property,
.floorplans_list .floorplan,
.property_detail
{
	position: relative;
	background-color: #FFFFFF;
	display: inline-block;
	vertical-align: top;
	width: 31.5%;
	margin-bottom: 1.6em;
	text-align: left;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	overflow: hidden;
}

.property_detail
{
	width: 100%;
}

.properties_list .property div.address,
.floorplans_list .floorplan div.intro
{
	color: #FFFFFF;
	background-color: #4D4D4D;
	min-height: 45px;
	padding: 6px 13px 4px;
}

.property_detail div.address
{
	color: #FFFFFF;
	background-color: #4D4D4D;
	padding: 9px 18px 7px;
}

.property_detail div.address h6.bounceback
{
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 0.3em;
}

.property_detail div.address h6.bounceback a,
.property_detail div.address h6.bounceback a:link,
.property_detail div.address h6.bounceback a:visited
{
	color: #FFCC00;
}

.property_detail div.address h6.bounceback a:active,
.property_detail div.address h6.bounceback a:hover
{
	color: #FFFFFF;
}

.properties_list .property h4.address,
.floorplans_list .floorplan h4.fpname
{
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 0.1em;
}

.property_detail h4.address
{
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 0.1em;
}

.properties_list .property h4.city,
.floorplans_list .floorplan h4.fptype
{
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 0.2em;
	text-transform: uppercase;
}

.property_detail h4.city
{
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 0.4em;
	text-transform: uppercase;
}

.properties_list .property .img_wrap_0,
.floorplans_list .floorplan .img_wrap_0
{
	position: relative;
	width: 25%;
	padding: 37.5% 50%;
	overflow: hidden;
}

.floorplans_list .floorplan .img_wrap_0
{
	padding: 37.5% 50%;
}

.properties_list .property .img_wrap_1,
.floorplans_list .floorplan .img_wrap_1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.properties_list .property img
{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
}

.floorplans_list .floorplan img
{
	width: 100%;
	height: auto;
}

.property_detail .details
{
	position: relative;
	padding: 0 18px;
}

.properties_list .property .specs
{
	padding: 8px 13px 24px;
	min-height: 8em;
}

.floorplans_list .floorplan .specs
{
	padding: 8px 13px 24px;
}

.property_detail .specs
{
	padding: 10px 0 8px;
	float: left;
	width: auto;
	max-width: 70%;
}

.properties_list .property .specs p,
.floorplans_list .floorplan .specs p,
.property_detail .specs p
{
	margin-bottom: 0.1em;
}

.properties_list .property .specs h3.price
{
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0.3em 0 0 0;
}

.property_detail .specs h3.price
{
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0.3em 0 0 0;
}

.properties_list .property .specs h3.price.sold
{
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0.2em 0 0 0;
	color: #e56620;
	text-transform: uppercase;
}

.property_detail .specs h3.price.sold
{
	font-size: 1.8em;
	line-height: 1.3em;
	margin: 0.2em 0 0 0;
	color: #e56620;
	text-transform: uppercase;
}

.properties_list .property .specs h4.mls
{
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0.1em 0 0 0;
	color: #666666;
}

.properties_list .property.virtopen ul.links,
.floorplans_list .floorplan.virtopen ul.links
{
	bottom: 21px;
}

.properties_list .property ul.links,
.floorplans_list .floorplan ul.links
{
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 0;
	display: block;
	margin: 0;
	padding: 0 17px 10px 0;
	text-align: right;
}

.properties_list .property a.virtopen,
.floorplans_list .floorplan a.virtopen
{
	position: relative;
	display: block;
	z-index: 999;
	margin: 0;
	padding: 2px 10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #e56620;
}

.properties_list .property a.virtopen span,
.floorplans_list .floorplan a.virtopen span
{
	display: inline-block;
	padding-left: 19px;
	background-image: url(../img/nav/virtopen.png);
	background-size: 15px 12px;
	background-repeat: no-repeat;
	background-position: left center;
}

.property_detail ul.links
{
	width: auto;
	float: right;
	display: block;
	margin: 0;
	padding: 13px 0;
	text-align: right;
}

.properties_list .property ul.links li,
.floorplans_list .floorplan ul.links li,
.property_detail ul.links li
{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
	width: 23px;
	height: 18px;
	overflow: hidden;
	text-align: left;
}

.property_detail ul.links li.voh
{
	width: auto;
	height: 30px;
}

.properties_list .property .specs p.directions
{
	font-size: 85%;
	margin-bottom: 0.5em;
}

.properties_list .specs p.directions
{
	margin-bottom: 0.8em;
	background-color: #FFcc00;
	padding: 0.2em 0.3em;
}

.property_detail .specs ul.site_pdfs,
.properties_list .specs ul.site_pdfs
{
	display: block;
	width: auto;
	height: auto;
	margin: 0.8em 0 0.3em;
	padding: 0;
	list-style-type: none;
}

.properties_list .specs ul.site_pdfs
{
	margin: 0.3em 0;
	font-size: 0.9em;
}

.property_detail .specs ul.site_pdfs li,
.properties_list .specs ul.site_pdfs li
{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.property_detail .specs ul.site_pdfs li:after,
.properties_list .specs ul.site_pdfs li:after
{
	content: " |";
}

.property_detail .specs ul.site_pdfs li:last-child:after,
.properties_list .specs ul.site_pdfs li:last-child:after
{
	content: "";
}

.properties_list .property ul.links li a,
.properties_list .property ul.links li a:link,
.properties_list .property ul.links li a:visited,
.floorplans_list .floorplan ul.links li a,
.floorplans_list .floorplan ul.links li a:link,
.floorplans_list .floorplan ul.links li a:visited,
.property_detail ul.links li a,
.property_detail ul.links li a:link,
.property_detail ul.links li a:visited
{
	display: block;
	overflow: hidden;
	width: 23px;
	height: 18px;
	padding: 0;
	margin: 0;
	text-indent: -99em;
	background-image: url(../img/nav/spr_listingIcons.png);
	background-repeat: no-repeat;
	background-size: 115px 54px;
}

ul.links li.photos a,
ul.links li.photos a:link,
ul.links li.photos a:visited
{
	background-position: left top;
}

ul.links li.photos a:active,
ul.links li.photos a:hover
{
	background-position: left bottom;
}

ul.links li.vtour a,
ul.links li.vtour a:link,
ul.links li.vtour a:visited
{
	background-position: center top;
}

ul.links li.vtour a:active,
ul.links li.vtour a:hover
{
	background-position: center bottom;
}

ul.links li.vtour.voh a,
ul.links li.vtour.voh a:link,
ul.links li.vtour.voh a:visited
{
	background-color: #e56620;
	color: #FFFFFF;
	padding: 3px 12px 3px 40px;
	width: auto;
	height: 30px;
	box-sizing: border-box;
	text-indent: 0;
	font-size: 0.9em;
	font-weight: bold;
	background-image: url(../img/nav/virtopen.png);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-size: 23px 18px;
	background-position: 10px center;
}

ul.links li.vtour.voh a:active,
ul.links li.vtour.voh a:hover
{
	background-position: 10px center;
}

ul.links li.pdf a,
ul.links li.pdf a:link,
ul.links li.pdf a:visited
{
	background-position: right top;
}

ul.links li.pdf a:active,
ul.links li.pdf a:hover
{
	background-position: right bottom;
}

.property_detail .gallery_toggler
{
	clear: both;
	background-color: #EEEEEE;
	padding: 0;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.3em;
}

.property_detail .gallery_toggler span.status,
.property_detail .gallery_toggler a
{
	display: inline-block;
	padding: 4px 6px;
}

.property_detail .gallery_toggler span.status
{
	width: 6em;
}

.property_detail .img_wrap_0
{
	position: relative;
	width: 25%;
	padding: 33% 50%;
	overflow: hidden;
}

.property_detail .img_wrap_1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.property_detail #detail_rota img
{
	width: 100%;
	height: auto;
}

.properties_list .property a.clrclk,
.floorplans_list .floorplan a.clrclk
{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: -99em;
}

.homesites .properties_list .property a.clrclk
{
	height: 75%;
}

.static_content
{
	position: relative;
	background-color: #FFFFFF;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	margin-bottom: 24px;
	clear: both;
	padding: 14px 24px 4px;
	text-align: left;
}

.static_content .gallery_wrap
{
	padding-bottom: 21px;
}

.static_content#billweberjr
{
	position: relative;
	padding-right: 236px;
}

.static_content#billweberjr div.billweberjr
{
	position: absolute;
	top: 10px;
	right: 24px;
	width: 191px;
	height: 85%;
	background-image: url(../img/logo/billweberjr.png);
	background-size: 191px 81px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: -99em;
}

body.home div.billweberjr
{
	width: 191px;
	height: 87px;
	background-image: url(../img/logo/billweberjr.png);
	background-size: 191px 81px;
	margin: 0 0 0.8em 24px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: -99em;
	float: right;
}

h6.openhouse
{
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0.3em 0;
	color: #B00000;
}

h6.alert
{
	color: #B00000;
}

.static_content.homesites
{
	padding-bottom: 1.2em;
}

.homesites h3
{
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0.7em 0 0.6em 0;
	padding-top: 0.5em;
	border-top: 1px solid #666666;
}

.homesites h3:first-child
{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.homesites h3 em.where
{
	display: block;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	font-size: 0.8em;
	line-height: 1.3em;
}

.postbrow
{
	display: inline-block;
	font-weight: bold;
	color: #e56620;
	font-size: 0.8em;
	line-height: 1.3em;
}

.homesites p
{
	margin-bottom: 1em;
}

.hsmenu_wrap
{
	margin: -15px;
}

.static_content.hsmenu
{
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	display: table;
	width: 100%;
	padding: 0;
	border-spacing: 15px;
	background-color: transparent;
}

.hsmenu ul
{
	display: table-row;
	padding: 0;
}

.hsmenu ul li
{
	display: table-cell;
	width: 25%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	-webkit-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
	border-bottom: 6px solid #d3d3d3;
	vertical-align: bottom;
}

.hsmenu ul li.this
{
	border-color: #ffffff;
}

.hsmenu ul li a,
.hsmenu ul li a:link,
.hsmenu ul li a:visited,
.hsmenu ul li a:active,
.hsmenu ul li a:hover
{
	display: block;
	width: 100%;
	padding: 8px 12px;
	box-sizing: border-box;
}

.hsmenu a .hsname
{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.1em;
	color: #000000;
}

.hsmenu a .hstown
{
	display: block;
	font-weight: bold;
	font-size: 1em;
	line-height: 1em;
	margin: 0.3em 0 0;
	color: #666666;
	text-transform: uppercase;
}

.hsmenu a img
{
	display: block;
	width: 100%;
	height: auto;
	border: none;
	margin: 9px 0 6px;
}

.static_content.homesites.featured
{
	-webkit-border-radius: 0 0 9px 9px;
	border-radius: 0 0 9px 9px;
	margin-top: 0;
}

div.portrait
{
	float: right;
	padding: 3px 0 12px 18px; 
	width: auto;
}

div.portrait img
{
	width: 100%;
	max-width: 280px;
	height: auto;
}

p.cutline
{
	font-size: 0.9em;
	margin: 0.5em 0 0 0;
	text-align: center;
	font-weight: bold;
}

div.document_display
{
	text-align: center;
}

div.document_display img
{
	margin: 12px auto;
	width: auto;
	max-width: 100%;
	height: auto;
}

div.static_content div.testimonial
{
	margin-bottom: 1.5em;
}

div.static_content div.testimonial p
{
	padding: 0 4%;
	line-height: 1.4em;
}

.kellybio
{
	display: table;
	border-collapse: collapse;
	margin-bottom: 1.2em;
}

.kellybio .wrap
{
	display: table-row;
}

.kellybio .photo
{
	display: table-cell;
	vertical-align: top;
	padding-right: 21px;
}

.kellybio .bpt
{
	display: table-cell;
	vertical-align: middle;
}

h5.fwcom_link a,
h5.fwcom_link a:link,
h5.fwcom_link a:visited
{
	display: inline-block;
	background-color: #E5E5E5;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	box-sizing: border-box;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: center;
	max-width: 17.5em;
	background-image: url(../img/logo/stars_5_green.png);
	background-size: 94px 18px;
	background-repeat: no-repeat;
	background-position: center 6px;
	padding: 27px 9px 6px 9px;
}

h5.fwcom_link a:active,
h5.fwcom_link a:hover
{
	background-color: #e56620;
	color: #FFFFFF;
}

h5.fwcom_link cite
{
	display: none;
}

div.subd_photos
{
	text-align: center;
}

div.subd_photos img
{
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #000000;
	width: 19.2%;
	height: auto;
	margin: 0 0 0.8em 0;
	vertical-align: top;
}

div.subd_photos img.photo2,
div.subd_photos img.photo4,
div.subd_photos img.photo7,
div.subd_photos img.photo9
{
	margin-left: 1%;
	margin-right: 1%;
}

#videover
{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 0;
	width: 0;
	background: rgba(0,0,0,1);
	z-index: 999;
}

#ytbox
{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	box-sizing: content-box;
	width: 100%;
	max-width: 900px;
}

#ytbox .ytwrap
{
	position: absolute;
	background-color: #000000;
	width: 43.8%;
	padding: 28.1%;
	overflow: hidden;
	z-index: 1000;
	box-sizing: content-box;
	transform: translate(-50%, -50%);
}

#ytbox iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.module.cscondo
{
	border-top: 12px solid #4D4D4D;
	padding: 30px 36px;
	text-align: center;
}

.cscondo h2
{
	max-width: 900px;
	margin: 0 auto 36px;
}

.cscondo h2 img
{
	width: 100%;
	max-width: 900px;
	height: auto;
}

.cscondo div.downloads+h3.condocomm
{
	margin-top: 1em;
}

.cscondo h3.condocomm+h3.condocomm
{
	margin-top: 1em;
}

.cscondo div.downloads
{
	display: table;
	width: auto;
	margin: 0 auto;
}

.cscondo div.downloads.single
{
	display: block;
}

.cscondo div.downloads ul
{
	display: table-cell;
	padding: 0 18px 0 0;
	margin: 0;
	text-align: right;
	vertical-align: middle;
	width: 50%;
}

.cscondo div.downloads.single ul
{
	display: block;
	text-align: center;
	width: auto;
}

.cscondo div.downloads ul + ul
{
	padding: 0 0 0 18px;
	text-align: left;
	border-left: 2px solid #000000;
}

.cscondo div.downloads ul li
{
	display: block;
	list-style-type: none;
	margin: 0.6em 0 0 0;
}

.cscondo div.downloads ul li:first-child
{
	margin-top: 0em;
}

.cscondo img.opens
{
	display: block;
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 36px auto 18px;
}

.cscondo .video_embed,
.homesites .video_embed
{
	background-color: #4d4d4d;
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 36px auto 18px;
	padding: 60px;
}

.cscondo .video_embed .embed_inner,
.homesites .video_embed .embed_inner
{
	position: relative;
	box-sizing: content-box;
	width: 50%;
	padding: 26.1% 25%;
	margin: 0 auto;
	max-width: 330px;
}

.cscondo .video_embed .embed_inner + .embed_inner,
.homesites .video_embed .embed_inner + .embed_inner
{
	margin-top: 30px;
}

.cscondo .video_embed iframe,
.homesites .video_embed iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

@media only screen and (max-width: 1350px) {

	#pagehead
	{
		padding: 12px 24px;
	}

	#pagehead #branding
	{
		top: 15px;
		left: 26px;
	}

	#pagehead #branding h1 a,
	#pagehead #branding h1 a:link,
	#pagehead #branding h1 a:visited
	{
		height: 56px;
		padding: 7px 0 0 110px;
		background-size: 88px 45px;
	}

	div#pagehead div#top_nav
	{
		float: right;
	}

	div#pagehead div#top_nav ul li
	{
		display: block;
		padding: 0;
		margin-left: auto;
	}

	div#pagehead div#top_nav ul li a,
	div#pagehead div#top_nav ul li a:link,
	div#pagehead div#top_nav ul li a:visited
	{
		display: inline-block;
		position: relative;
		text-decoration: none;
		padding: 4px 0 4px 9px;
		color: #e56620;
		text-align: right;
	}

	div#pagehead div#top_nav ul li a span
	{
		display: inline;
	}

	div#pagehead div#top_nav ul li ul
	{
		top: 12px;
	}

	div#pagehead div#top_nav ul li:hover ul
	{
		left: auto;
		right: 5.5em;
	}

	div#pagehead div#top_nav ul li ul li
	{
		width: auto;
	}

	div#pagehead div#top_nav ul li.sub ul li a,
	div#pagehead div#top_nav ul li.sub ul li a:link,
	div#pagehead div#top_nav ul li.sub ul li a:visited
	{
		display: block;
	}

	div#pagehead div#top_nav ul li.sub a,
	div#pagehead div#top_nav ul li.sub a:link,
	div#pagehead div#top_nav ul li.sub a:visited
	{
		background-position: left -51px;
	}

	div#pagehead div#top_nav ul li.sub a:active,
	div#pagehead div#top_nav ul li.sub a:hover
	{
		background-position: left 9px;
	}

	#pagehead h2
	{
/*		position: static;
		text-align: left;
		font-size: 1.8em;
		line-height: 1.1em;
		padding: 86px 0 0 0;
*/
		right: auto;
		left: 0;
		text-align: left;
		padding-left: 24px;
	}

	body.home #pagehead h2
	{
		font-size: 1.4em;
		line-height: 1.2em;
	}

}

@media only screen and (max-width: 1050px) {

	#pagehead #branding h1
	{
		width: 270px;
		height: 63px;
		font-size: 1.5em;
		line-height: 1.1em;
	}

	body.home .partners
	{
		display: block;
		margin-bottom: 0;
	}

	body.home .partners .sbs
	{
		display: block;
	}

	body.home .partners .sbs .module
	{
		display: block;
		margin-bottom: 24px;
	}

	body.home .partners .sbs .sep
	{
		display: none;
	}

	body.home .module.kelly,
	body.home .module.bill
	{
		width: auto;
	}

	body.home #headwrap
	{
		min-height: 400px;
	}

	div.subd_photos img
	{
		width: 32%;
	}

	div.subd_photos img.photo2,
	div.subd_photos img.photo5,
	div.subd_photos img.photo8,
	div.subd_photos img.photo11
	{
		margin-left: 2%;
		margin-right: 2%;
	}

	div.subd_photos img.photo4,
	div.subd_photos img.photo7,
	div.subd_photos img.photo9
	{
		margin-left: 0;
		margin-right: 0;
	}

	.cscondo .video_embed,
	.homesites .video_embed
	{
		padding: 48px;
	}

	.cscondo .video_embed .embed_inner + .embed_inner,
	.homesites .video_embed .embed_inner + .embed_inner
	{
		margin-top: 24px;
	}

	.hsmenu_wrap
	{
		margin: -9px;
	}

	.static_content.hsmenu
	{
		border-spacing: 9px;
	}

	.hsmenu ul li a,
	.hsmenu ul li a:link,
	.hsmenu ul li a:visited
	{
		padding: 6px 9px;
	}

	.hsmenu a .hsname
	{
		font-size: 1em;
	}

	.hsmenu a .hstown
	{
		font-size: 0.8em;
	}

}

@media only screen and (max-width: 900px) {

	h2.bighead
	{
		font-size: 3em;
	}

	.module.testimonials .outwrap,
	.module.testimonials .midwrap,
	.module.testimonials .testimonial
	{
		display: block;
		width: auto;
		border: none;
	}

	.module.testimonials .testimonial
	{
		 margin-bottom: 1.4em;
	}

	.module.testimonials .testimonial cite .who:after
	{
		 content: ",";
	}

	.module.testimonials .testimonial cite .where
	{
		display: inline;
	}

	.properties_list .property,
	.floorplans_list .floorplan
	{
		width: 48.2%;
	}

	.cscondo div.downloads,
	.cscondo div.downloads.single
	{
		display: inline-block;
	}

	.cscondo div.downloads ul,
	.cscondo div.downloads ul + ul,
	.cscondo div.downloads.single ul,
	.cscondo div.downloads.single ul + ul
	{
		display: block;
		padding: 0;
		text-align: left;
		border: none;
		width: auto;
	}

	.cscondo div.downloads ul li,
	.cscondo div.downloads.single ul li
	{
		margin: 0 0 0.6em 0;
	}

	.cscondo div.downloads ul + ul li:last-child
	{
		margin-bottom: 0em;
	}

	.cscondo .video_embed,
	.homesites .video_embed
	{
		padding: 36px;
	}

	.cscondo .video_embed .embed_inner + .embed_inner,
	.homesites .video_embed .embed_inner + .embed_inner
	{
		margin-top: 18px;
	}

}

@media all and (min-width: 751px) {

	div.homesites h4
	{
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	div.homesites ul
	{
		display: inline;
		margin: 0;
		padding: 0;
	}

	div.homesites ul li
	{
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	div.homesites ul li:after
	{
		content: " |";
	}

	div.homesites ul li:last-child:after
	{
		content: "";
	}

}

@media only screen and (max-width: 750px) {

	div.subd_photos img
	{
		width: 48%;
	}

	div.subd_photos img.photo2,
	div.subd_photos img.photo4,
	div.subd_photos img.photo6,
	div.subd_photos img.photo8,
	div.subd_photos img.photo10
	{
		margin-left: 4%;
		margin-right: 0;
	}

	div.subd_photos img.photo1,
	div.subd_photos img.photo3,
	div.subd_photos img.photo5,
	div.subd_photos img.photo7,
	div.subd_photos img.photo9
	{
		margin-left: 0;
		margin-right: 0;
	}

	.cscondo img.opens
	{
		margin: 24px auto 6px;
	}

	.cscondo .video_embed,
	.homesites .video_embed
	{
		padding: 18px;
	}

}

@media only screen and (max-width: 650px) {

	h2.bighead
	{
		font-size: 2.5em;
	}

	.kellybio
	{
		display: block;
	}

	.kellybio .wrap
	{
		display: block;
	}

	.kellybio .photo
	{
		display: block;
		padding-right: 0;
		text-align: center;
		margin-bottom: 1em;
	}

	.kellybio .photo img
	{
		margin-left: auto;
		margin-right: auto;
	}

	.kellybio .bpt
	{
		display: block;
	}

	.kellybio h5.fwcom_link
	{
		text-align: center;
	}

	body.home .module.kelly
	{
		padding-bottom: 21px;
	}

	body.home .module.kelly h4
	{
		position: static;
	}

}

@media only screen and (max-width: 580px) {

	h2.bighead
	{
		font-size: 2em;
	}

	body.home #headwrap
	{
		min-height: 300px;
	}

	#pagewrap h3.consult,
	body.home #pagewrap h3.consult
	{
		font-size: 0.9em;
		line-height: 1.2em;
		margin-bottom: 6px;
	}

	#pagewrap h3.consult a.consult,
	#pagewrap h3.consult a.consult:link,
	#pagewrap h3.consult a.consult:visited
	{
		padding: 8px 15px 0 33px;
		height: 32px;
	}

	#pagewrap h3.consult a.facebk,
	#pagewrap h3.consult a.facebk:link,
	#pagewrap h3.consult a.facebk:visited
	{
		width: 32px;
		height: 32px;
		background-position: -1px center;
	}

	div#pagehead
	{
		padding-bottom: 16px;
		padding-right: 16px;
	}

	div#pagehead div#top_nav #mobile_nav
	{
		display: block;
		position: relative;
		width: 30px;
		height: 29px;
		margin-right: auto;
		margin-top: 2px;
		text-align: left;
	}

	div#pagehead div#top_nav #mobile_nav span
	{
		display: block;
		width: 30px;
		height: 29px;
		text-indent: -99em;
		background-image: url(../img/nav/fpo_mobileMenu.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 30px 29px;
	}

	div#pagehead div#top_nav ul
	{
		display: block;
		position: absolute;
		z-index: 9999;
		top: 55px;
		right: 15px;
		background-color: #FFFFFF;
		width: 240px;
		-webkit-border-radius: 9px;
		border-radius: 9px;
		overflow: hidden;
		-webkit-box-shadow: 0 3px 4px 2px rgba(0,0,0,0.5);
		box-shadow: 0 3px 4px 2px rgba(0,0,0,0.5);
		display: none;
	}
	
	div#pagehead div#top_nav ul li
	{
		font-size: 1.1em;
		height: auto;
		text-align: left;
		border-top: 1px solid #666666;
	}

	div#pagehead div#top_nav ul li:first-child
	{
		border-top: none;
	}

	div#pagehead div#top_nav ul li ul li
	{
		font-size: 0.9em;
		text-transform: none;
	}

	div#pagehead div#top_nav ul li a,
	div#pagehead div#top_nav ul li a:link,
	div#pagehead div#top_nav ul li a:visited
	{
		display: block;
		padding: 6px 10px 6px 27px;
	}

	div#pagehead div#top_nav ul li.sub a,
	div#pagehead div#top_nav ul li.sub a:link,
	div#pagehead div#top_nav ul li.sub a:visited
	{
		display: block;
		padding: 6px 10px 6px 27px;
		background-position: 8px -49px;
	}

	div#pagehead div#top_nav ul li a:active,
	div#pagehead div#top_nav ul li a:hover
	{
		background-color: #E5E5E5;
	}

	div#pagehead div#top_nav ul li ul
	{
		position: static;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: auto;
	}

	div#pagehead div#top_nav ul li.sub ul li,
	div#pagehead div#top_nav ul li.sub ul li:first-child
	{
		border-top: 1px solid #CCCCCC;
		border-bottom: none;
	}

	div#pagehead div#top_nav ul li.sub ul li a,
	div#pagehead div#top_nav ul li.sub ul li a:link,
	div#pagehead div#top_nav ul li.sub ul li a:visited
	{
		padding: 7px 12px 7px 27px;
	}

	#pagehead h2
	{
		font-size: 1.8em;
		line-height: 1.1em;
		padding-top: 75px;
		position: static;
		padding-left: 0;
		padding-bottom: 0;
	}

	body.home #pagehead h2
	{
		font-size: 1.2em;
		line-height: 1.2em;
		padding-top: 75px;
		padding-right: 0;
	}

	.module.testimonials .testimonial,
	body.home .module.floorplans,
	body.home .module.kelly
	{
		padding-left: 18px;
		padding-right: 18px;
	}

	.module.testimonials .testimonial p strong
	{
		font-size: 1.3em;
		line-height: 1.1em;
	}

	.module.testimonials h4
	{
		margin-right: 18px;
	}

	.properties_list,
	.floorplans_list
	{
		text-align: left;
	}

	.properties_list:after,
	.floorplans_list:after
	{
		display: none;
	}

	.properties_list .property,
	.floorplans_list .floorplan
	{
		display: block;
		width: auto;
	}

	.properties_list .property .specs,
	.floorplans_list .floorplan .specs
	{
		min-height: 0;
		padding-bottom: 36px;
	}

	.property_detail .specs
	{
		float: none;
		width: auto;
		max-width: 100%;
	}

	.property_detail ul.links
	{
		float: none;
		padding-top: 2px;
		text-align: left;
		padding-left: 1px;
	}

	.properties_list .property ul.links li,
	.floorplans_list .floorplan ul.links li,
	.property_detail ul.links li
	{
		margin: 0 10px 0 0;
	}

	div.portrait
	{
		float: none;
		padding: 3px 0 12px; 
		width: 100%;
	}

	div.portrait img
	{
		width: 100%;
		max-width: 280px;
		height: auto;
		margin: 0 auto;
	}

	div.static_content div.testimonial p
	{
		padding: 0;
	}

	.static_content#billweberjr
	{
		padding-right: 24px;
	}

	.static_content#billweberjr div.billweberjr
	{
		position: static;
		width: 100%;
		height: 81px;
		margin: 1em 0;
	}

	body.home div.billweberjr
	{
		width: auto;
		margin: 0 0 0.8em 0;
		float: none;
	}

	.module.cscondo
	{
		padding: 27px;
	}

	.cscondo .video_embed,
	.homesites .video_embed
	{
		padding: 6px;
	}

	.cscondo .video_embed .embed_inner + .embed_inner,
	.homesites .video_embed .embed_inner + .embed_inner
	{
		margin-top: 6px;
	}

}

@media only screen and (max-width: 520px) {

	.hsmenu_wrap
	{
		margin: 0;
	}

	.static_content.hsmenu
	{
		display: block;
	}

	.hsmenu ul
	{
		display: block;
	}

	.hsmenu ul li
	{
		display: block;
		position: relative;
		width: 100%;
		margin: 0 0 9px 0;
		-webkit-border-radius: 9px;
		border-radius: 9px;
		border-bottom: none !important;
		height: 45px;
		max-height: 45px;
		overflow: hidden;
	}

	.hsmenu ul li.drumlin-creek
	{
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}

	.hsmenu ul li.castleton-meadow
	{
		float: right;
	}

	.hsmenu ul li a,
	.hsmenu ul li a:link,
	.hsmenu ul li a:visited,
	.hsmenu ul li a:active,
	.hsmenu ul li a:hover
	{
		width: 100%;
		height: 100%;
	}

	.hsmenu a img
	{
		position: absolute;
		top: -9px;
		left: auto;
		right: 0;
		height: 100%;
		width: auto;
	}

	.static_content.homesites.featured
	{
		-webkit-border-radius: 9px;
		border-radius: 9px;
	}

}

@media only screen and (max-width: 450px) {

	div#pagehead
	{
		padding-left: 16px;
	}

	#pagewrap,
	body.home #pagewrap
	{
		width: auto;
		margin: 0 24px;
	}

	#pagehead #branding
	{
		position: static;
		height: auto;
		width: 250px;
		float: left;
		overflow: hidden;
		padding: 0;
	}

	#pagehead #branding h1
	{
		height: auto;
		margin: 0;
		font-size: 1.3em;
		line-height: 1.1em;
		width: auto;
		min-width: 0;
		white-space: normal;
	}

	#pagehead #branding h1 a,
	#pagehead #branding h1 a:link,
	#pagehead #branding h1 a:visited
	{
		height: auto;
		width: auto;
		min-width: 0;
		padding: 74px 0 4px 0;
		background-position: left top;
		margin: 0;
	}

	#pagehead h2,
	body.home #pagehead h2
	{
		clear: both;
		padding-top: 0.4em;
	}

	body.home #headwrap
	{
		background-image: none;
		min-height: 0;
		width: auto;
	}

	body.home #pagehead,
	body.home #pagebody
	{
		width: auto;
		margin: 0 auto;
	}

	body.home #pagewrap h3.consult
	{
		width: auto;
	}

	.module.testimonials .testimonial p strong
	{
		display: inline;
		font-size: 1em;
		line-height: 1.3em;
		margin: 0;
	}

	.module.testimonials .testimonial cite .who:after
	{
		 content: "";
	}

	.module.testimonials .testimonial cite .where
	{
		display: block;
	}

	div.subd_photos img
	{
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.module.cscondo
	{
		padding: 24px;
	}
	
	.module.cscondo .downloads
	{
		font-size: 0.9em;
	}

}

@media only screen and (max-width: 390px) {

	#pagehead #branding
	{
		width: 180px;
	}
}

@media only screen and (max-width: 360px) {

	.hsmenu a img
	{
		left: 60%;
		right: auto;
	}

}

@media only screen and (min-width: 581px) and (max-width: 900px) {

	.properties_list.odd .property.last,
	.floorplans_list.odd .floorplan.last
	{
		margin-left: 25.3%;
	}

}

@media only screen and (min-width: 901px) and (max-width: 1225px) {

	.properties_list.three_2 .property.last-1,
	.floorplans_list.three_2 .floorplan.last-1
	{
		margin-left: 17%;
	}

	.properties_list.three_2 .property.last,
	.floorplans_list.three_2 .floorplan.last
	{
		margin-right: 17%;
	}

	.properties_list.three_1 .property.last,
	.floorplans_list.three_1 .floorplan.last
	{
		margin-left: 34.2%;
	}

}

@media only screen and (min-width: 1226px) {

	.properties_list .property,
	.floorplans_list .floorplan
	{
		width: 23.5%;
	}

	.properties_list.four_3 .property.last-2,
	.floorplans_list.four_3 .floorplan.last-2
	{
		margin-left: 12.7%;
	}

	.properties_list.four_3 .property.last,
	.floorplans_list.four_3 .floorplan.last
	{
		margin-right: 12.7%;
	}

	.properties_list.four_2 .property.last-1,
	.floorplans_list.four_2 .floorplan.last-1
	{
		margin-left: 25.5%;
	}

	.properties_list.four_2 .property.last,
	.floorplans_list.four_2 .floorplan.last
	{
		margin-right: 25.5%;
	}

	.properties_list.four_1 .property.last,
	.floorplans_list.four_1 .floorplan.last
	{
		margin-left: 38.2%;
	}

}

