/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight:bold;}
em {font-style:italic}

/* End Reset */

html {font-size:100%;}
body {
	position:relative;
	z-index:1;
	font-family: 'Lucida Bright', Georgia, 'Times New Roman', Times, serif; 
	font-weight:normal; 
	font-style:normal; 
	font-size: 14px; 
	text-align:center; 
	color:#231F20; 
	margin:0 auto 0 auto; 
	background:#8F0F18;
	}

a, a:visited {color:#8F0F18; text-decoration:none; cursor:pointer;}
a:active, a:hover {color:#8F0F18; text-decoration:underline;} 

/* classes */
.center {text-align:center;}
.right {float:right;}
.left {float:left;}
.txt-right {text-align:right;}
.justify {text-align:justify}
.upper {text-transform:uppercase;}
.upperbold {font-weight:bold; text-transform:uppercase;}
.black {color:#000000;}
.small {font-size:80%;}
.nowrap {white-space:nowrap;}

/* ******************* CLEAR FIX ******************* */
.clear { clear:both; }
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
	} 
.clearfix:after {
    clear: both;
	}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
	}


/* ******************* BASIC H TAGS ******************* */

h1,
h2,
h3,
h4 {
	font-family: 'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:bold;
	}


/* ********************* MAIN CONTENT WRAPPERS *********************** */


#wrapper {
	width:100%;
	min-width:980px;
	margin:0 auto 0 auto;
	background:#E3D8CC url(../images/layout/body-bg.jpg) repeat 50% top;
	}

#wrapperInner {
	position:relative;
	z-index:1;
	width:100%;
	min-width:980px;
	margin:0 auto 0 auto;
	background:url(../images/layout/wrapper-inner-bg.gif) repeat-x left 183px;
	}


#wrapperPage {
	width:980px;
	text-align:left;
	padding:0 0 16px 0;
	margin:0 auto 0 auto;
	background:#FFFFFF;
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	}

#wrapperCt {
	position:relative;
	width:883px;
	padding:23px 50px 40px 47px;
	margin:0 0 0 0;
	}

#wrapperCtCommunity {
	position:relative;
	width:883px;
	padding:23px 50px 40px 47px;
	margin:0 0 0 0;
	}

#wrapperCt2col {
	position:relative;
	width:951px;
	padding:0 0 0 29px;
	margin:23px 0 0 0;
	background:url(../images/layout/wrapper-ct-2col-bg.gif) repeat-y 361px top;
	}


/* ********************* HEADER ********************* */

header {
	position:relative;
	z-index:5;
	width:980px; 
	height:165px;
	text-align:left;
	margin:0; 
	border-bottom:1px solid #959595;
	}

#logoHd {
	position:absolute; 
	top:25px;
	left:53px;
	width:255px;
	height:118px;
	}

#logoHd img {
	display:block;
	}

#tagline {
	position:absolute;
	top:39px;
	right:27px;
	width:625px;
	height:24px;
	font-family: 'Lucida Bright', Georgia, 'Times New Roman', Times, serif;
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	font-style:italic;
	text-align:right;
	color:#A68F7F;
	}

#tagline h2 {
	font-family: 'Lucida Bright', Georgia, 'Times New Roman', Times, serif;
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	font-style:italic;
	text-align:right;
	color:#A68F7F;
	}


/* **** main and utility navigation *** */

header nav {
	position:absolute;
	z-index:100000;
	}

header nav.main {
	z-index:100000;
	top:130px;
	right:0;
	width:625px;
	height:35px;
	}

header nav.utility {
	z-index:200000;
	top:83px;
	right:18px;
	width:575px;
	height:35px;
	}

/* ********************* super fish styles ************************** */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	}

.sf-menu .rightAlign ul {
	left:auto;
	right:0;
	}

.main .sf-menu ul {
	z-index: 1000000;
	}

.utility .sf-menu ul {
	z-index: 200000;
	}

.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** AF Sterlling Skin ***/

.utility .sf-menu {
	display:table;
	float:right;
	}

.utility .sf-menu ul {
	padding:5px 0 2px 0;
	background:#EDE9E5;
	}

.utility .sf-menu a {
	text-decoration: none;
	zoom: 1; /* IE7 */
	}

.utility .sf-menu li a,
.utility .sf-menu li a:visited {
	color:#000000;
	text-decoration:none;
	padding:8px 12px 8px 12px;
	}

.utility .sf-menu li a.select,
.utility .sf-menu li a.select:visited,
.utility .sf-menu li a:active,
.utility .sf-menu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:#A68F7F;
	}

.utility .sf-menu li:hover > a,
.utility .sf-menu li.sfHover > a {
	color:#FFFFFF;
	text-decoration:none;
	background:#A68F7F;
	}

.utility .sf-menu li {
	font-family: 'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
/*	font-weight:300; */
	text-transform:uppercase;
	margin:0 0 0 11px;
	}

.utility .sf-menu ul li {
	font-size:14px;
	line-height:17px;
	text-transform:none;
	margin:0 0 3px 0;
	}

.utility .sf-menu ul li a,
.utility .sf-menu ul li a:visited {
	color:#000000;
	text-decoration:none;
	white-space:nowrap;
	padding:1px 12px 3px 12px;
	margin:0 0 0 0;
	background:transparent;
	}

.utility .sf-menu ul li a.select,
.utility .sf-menu ul li a.select:visited,
.utility .sf-menu ul li a:active,
.utility .sf-menu ul li a:hover {
	color:#000000;
	text-decoration:none;
	background:#FFFFFF;
	}


.main .sf-menu {
	display:table;
	float:right;
	}

.main .sf-menu ul {
	padding:7px 0 5px 0;
	background:#EDE9E5;
	}

.main .sf-menu a {
	text-decoration: none;
	zoom: 1; /* IE7 */
	}

.main .sf-menu li a,
.main .sf-menu li a:visited {
	display:inline-block;
	width:309px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	letter-spacing:4px;
	padding:6px 0 6px 0;
	background:#8F0F18;
	}

.main .sf-menu li a.select,
.main .sf-menu li a.select:visited,
.main .sf-menu li a:active,
.main .sf-menu li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:#A68F7F;
	}

.main .sf-menu li:hover > a,
.main .sf-menu li.sfHover > a {
	background:#A68F7F;
	}

.main .sf-menu li {
	font-family: 'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:normal;
	font-size:20px;
	line-height:23px;
/*	font-weight:300; */
	text-transform:uppercase;
	text-align:center;
	margin:0 0 0 1px;
	}


.main .sf-menu ul li {
	font-size:16px;
	line-height:19px;
	text-transform:none;
	text-align:left;
	margin:0 0 3px 0;
	}

.main .sf-menu ul li a,
.main .sf-menu ul li a:visited, 
.main .sf-menu li:hover ul a,
.main .sf-menu li.sfHover ul a:visited {
	width:259px; 
	color:#000000;
	text-decoration:none;
	letter-spacing:normal;
	text-align:left;
	padding:1px 25px 3px 25px;
	margin:0 0 0 0;
	background:transparent;
	}

.main .sf-menu ul li a.select,
.main .sf-menu ul li a.select:visited,
.main .sf-menu ul li a:active,
.main .sf-menu ul li a:hover {
	color:#000000;
	text-decoration:none;
	background:#FFFFFF;
	}


/* ********************* MAPS ********************* */

#map-canvas {
	width:980px; 
	height:349px; 
	overflow:hidden;
	border-bottom:1px solid #959595;
	}

.infoDiv {
	width:180px;
	height:auto;
	padding:4px 0 2px 0;
	margin:0 0 0 4px;
	}

.infoDiv h2 {
	font-size:14px;
	line-height:17px;
	font-weight:normal;
	margin:0 0 4px 0;
	}

.infoDiv p {
	font-size:12px;
	line-height:15px;
	margin:0 0 0 0;
	}

.infoDiv .learnMore {
	text-align:right;
	}

.infoDiv .learnMore a {
	text-decoration:none;
	}

.infoDiv .learnMore a:after {
	content:"›";
	margin-left:3px;
	}

/* ********************* SLIDERS ********************* */

#mainHdSlider {
	width:980px; 
	height:349px; 
	overflow:hidden;
	border-bottom:1px solid #959595;
	}

#mainHdSlider ul {
	width:980px; 
	height:349px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	}

#mainHdSlider li {
	display:inline-block;
	float:left;
	width:980px; 
	height:349px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background:transparent;
	}

#mainHdSlider li img {
	display:inline-block;
	float:left;
	}

#modelElevations {
	width:540px;
	height:auto;
	margin:0 0 13px 0;
	}

#modelElevations ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
	
	}

#modelElevations li {
	display:inline-block;
	float:left;
	width:538px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background:transparent;
	border:1px solid #000000;
	}

#modelElevations li img {
	display:block;
	}


#modelFloorplan {
	position:relative;
	width:538px;
	height:auto;
	border:1px solid #000000;
	margin:0 0 25px 0;
	}

#modelFloorplan img {
	display:block;
	}

.content .floorplanNav {
	display:table;
	position:absolute;
	right:-1px;
	bottom:-26px;
	padding:0;
	margin:0;
	}

.content .floorplanNav li {
	display:inline-block;
	float:left;
	font-family: 'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
/*	font-weight:normal;
	font-weight:400; */
	padding:0 0 0 0;
	margin:0 0 0 1px;
	background:transparent;
	}

.floorplanNav li a {;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:4px 19px 6px 19px;
	background:#8F0F18
	}

.floorplanNav li:first-child a {;
	padding:4px 10px 6px 10px;
	}


#galleryHdSlider {
	position:relative;
/*	z-index:1; */
	width:980px; 
	height:590px; 
	overflow:hidden;
	border-bottom:2px solid #959595;
	}

#galleryHdSlider ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
	}

#galleryHdSlider li {
	display:inline-block;
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background:transparent;
	}

#galleryHdSlider li img {
	display:inline-block;
	}


/* **** Left Column **** */

#leftCol {
	position:relative;
	float:left; 
	width:300px;
	padding:20px 0 0 0;
	}

#leftCol h2 {
	font-size:25px;
	line-height:28px;
	font-weight:normal;
	font-weight:400;
	text-transform:uppercase;
	color:#8F0F18;
	padding:0 0 0 0;
	margin:0 0 3px 18px;
	}

#leftCol h3 {
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	font-weight:400;
	text-transform:uppercase;
	margin:0 0 3px 18px;
	}

#leftCol h4 {
	font-size:14px;
	line-height:17px;
	font-weight:normal;
	font-weight:400;
	text-transform:uppercase;
	margin:0 0 1px 18px;
	}

#leftCol p {
	font-size:12px;
	line-height:18px;
	margin:0 0 17px 18px;
	}

#leftCol ul {
	margin:0 0 32px 28px;
	}

#leftCol .whatsNew li ul {
	margin:0 0 17px 28px;
	}

#leftCol ul li,
#leftCol .whatsNew li ul li {
	font-size:12px;
	line-height:18px;
	margin:0 0 4px 0;
	padding:0 0 0 13px;
	background:url(../images/layout/bullet-lft-c.png) no-repeat left 8px;
	}

#leftCol a,
#leftCol a:visited {
	text-decoration:none;
	}

#leftCol a:active,
#leftCol a:hover {
	text-decoration:underline;
	}

/* **** left column breadcrumbs navigation **** */

#breadcrumbs {
	position:absolute;
	top:-18px;
	left:29px;
	height:20px;
	width:600px;
	}

#leftCol #breadcrumbs ul {
	padding:0 0 0px 0;
	margin:0 0 0 0;
	}


#leftCol #breadcrumbs ul li {
	display:inline-block;
	float:left;
	font-size:12px;
	line-height:15px;
	color:#231F20;
	padding:0 0 0 0;
	margin:0 5px 0 0;
	background:transparent;
	}

#leftCol #breadcrumbs li a,
#leftCol #breadcrumbs li a:visited {
	color:#8F0F18;
	text-decoration:none;
	}

#leftCol #breadcrumbs li a:active,
#leftCol #breadcrumbs li a:hover {
	color:#231F20;
	text-decoration:none;
	}

#leftCol #breadcrumbs li a:after {
	content:"›";
	margin-left:3px;
	}


/* **** left column section navigation **** */

#leftCol .section {
	margin:0 0 30px 0;
	}

#leftCol .section ul {
	margin:0 0 0 0;
	}

#leftCol .section li {
	font-family:'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
/*	font-weight:300; */
	text-transform:uppercase;
	padding:0 0 0 0;
	margin:0 0 6px 0;
	background:transparent;
	}

#leftCol .section li a,
#leftCol .section li a:visited {
	display:block;
	width:240px;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 29px 3px 31px;
	background:#8F0F18;
	}

#leftCol .section li a.select,
#leftCol .section li a:active,
#leftCol .section li a:hover {
	background:#A68F7F;
	}

#leftCol .section ul ul {
	padding:12px 0 1px 0;
	margin:0 0 0 32px;
	}

#leftCol .section ul ul li {
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	font-weight:400;
	text-transform:none;
	padding:0 0 0 0;
	margin:0 0 9px 0;
	background:transparent;
	}

#leftCol .section ul ul li a,
#leftCol .section ul ul li a:visited {
	display:inline;
	width:auto;
	color:#8F0F18;
	text-decoration:none;
	padding:0 0 0 0;
	background:transparent;
	}

#leftCol .section ul ul li a.select,
#leftCol .section ul ul li a:active,
#leftCol .section ul ul li a:hover {
	background:transparent;
	}


/* **** left column navigation **** */

#leftCol .crossNav {
	margin:0 0 14px 0;
	}

#leftCol .crossNav h3 {
	width:240px;
	font-family:'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:19px;
/*	font-weight:300; */
	text-transform:uppercase;
	color:#FFFFFF;
	padding:3px 29px 3px 31px;
	margin:0 0 6px 0;
	background:#8F0F18;
	}

#leftCol .crossNav ul {
	padding:6px 0 7px 0;
	margin:0 0 0 32px;
	}

#leftCol .crossNav li {
	font-family:'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
/*	font-weight:normal;
	font-weight:400; */
	text-transform:none;
	padding:0 0 0 0;
	margin:0 0 9px 0;
	background:transparent;
	}

#leftCol .crossNav li a,
#leftCol .crossNav li a:visited {
	display:inline;
	width:auto;
	color:#8F0F18;
	text-decoration:none;
	padding:0 0 0 0;
	background:transparent;
	}

#leftCol .crossNav li a.select,
#leftCol .crossNav li a:active,
#leftCol .crossNav li a:hover {
	color:#231F20;
	background:transparent;
	}

#leftCol .crossNav li a:after {
	content:"»";
	margin-left:3px;
	}



/* **** sales associate box **** */

#leftCol .salesAssoc {
	color:#231F20;
	padding:14px 10px 1px 18px;
	margin:0 0 30px 0;
	background:#EDE9E5;
	}

#leftCol .salesAssoc h3 {
	margin:0 0 12px 0;
	}

#leftCol .salesAssoc h4,
#leftCol .salesAssoc p,
#leftCol .salesAssoc ul {
	margin-left:114px;
	}

#leftCol .salesAssoc h4 {
	padding:3px 0 1px 0;
	}

#leftCol .salesAssoc p {
	margin-bottom:14px;
	}


#leftCol .salesAssoc h4 a {
	text-decoration:none;
	}

#leftCol .salesAssoc h4 a:active,
#leftCol .salesAssoc h4 a:hover {
	color:#231F20;
	}

#leftCol .salesAssoc ul {
	margin-bottom:19px;
	}

#leftCol .salesAssoc li.salesPhone {
	font-size:14px;
	line-height:17px;
	padding:0 0 7px 24px;
	margin:0 0 0 0;
	background:url(../images/layout/bullet-phone.png) no-repeat left 3px;
	}

#leftCol .salesAssoc li.salesEmail {
	font-size:14px;
	line-height:17px;
	padding:0 0 0 24px;
	margin:0 0 0 0;
	background:url(../images/layout/bullet-email.png) no-repeat left 3px;
	}

#leftCol .salesAssoc li.salesEmail a {
	color:#231F20;
	text-decoration:none;
	}

#leftCol .salesAssoc li.salesEmail a {
	color:#8F0F18;
	}

#leftCol .salesAssoc .left {
	display:block;
	float:left;
	clear:both;
	margin:0 0 19px 0;
	}


/* **** feature box **** */

#leftCol .featureBox {
	color:#231F20;
	padding:15px 10px 16px 18px;
	margin:0 0 30px 0;
	background:#EDE9E5;
	}

#leftCol .featureBox h3 {
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	font-weight:400;
	text-transform:none;
	color:#231F18;
	padding:0 0 0 0;
	margin:0 0 2px 114px;
	}

#leftCol .featureBox h4 {
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	font-weight:400;
	text-transform:uppercase;
	color:#231F18;
	padding:0 0 0 0;
	margin:0 0 1px 114px;
	}

#leftCol .featureBox dl {
	margin:0 0 18px 114px;
	}

#leftCol .featureBox dt {
	display:inline-block;
	float:left;
	clear:both;
	font-family:'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:17px;
/*	font-weight:normal;
	font-weight:400; */
	text-transform:uppercase;
	color:#231F18;
	padding:0 0 0 0;
	margin:0 8px 0 0;
	}

#leftCol .featureBox dd {
	display:inline-block;
	float:left;
	font-size:12px;
	line-height:17px;
	color:#231F18;
	padding:1px 0 0 0;
	margin:0 0 0 0;
	}

#leftCol .featureBox p {
	margin:0 10px 18px 114px;
	}

#leftCol .featureBox ul {
	margin-left:114px;
	}

#leftCol .featureBox .left {
	display:block;
	float:left;
	clear:both;
	margin:2px 0 0 0;
	}

#leftCol .featureBox .viewDetails {
	display:inline-block;
	font-family:'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
/*	font-weight:normal;
	font-weight:400; */
	text-decoration:none;
	color:#FFFFFF;
	padding:7px 17px 8px 18px;
	margin:0 0 0 114px;
	background:#8F0F18;
	}

#leftCol .featureBox .viewDetails:after {
	content:"»";
	margin-left:3px;
	}
	

/* **** what's new feature **** */

#leftCol ul.whatsNew {
	margin:0 0 0 0;
	}

#leftCol .whatsNew li {
	min-height:117px;
	margin:0 0 0 0;
	padding:18px 10px 4px 18px;
	background:transparent;
	}

#leftCol .whatsNew li:nth-child(2n) {
	background:#EDE9E5;
	}


#leftCol .whatsNew li a,
#leftCol .whatsNew li a:visited {
	text-decoration:none;
	background:transparent;
	}

#leftCol .whatsNew li a:active,
#leftCol .whatsNew li a:hover {
	color:#231F20;
	text-decoration:none;
	}

#leftCol .whatsNew h2,
#leftCol .whatsNew h3,
#leftCol .whatsNew h4,
#leftCol .whatsNew p,
#leftCol .whatsNew ul {
	margin-left:114px;
	}

#leftCol .whatsNew ul {
	margin-bottom:17px;
	}

#leftCol .whatsNew .newLink {
	font-family:'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:bold;
/*	font-weight:normal;
	font-weight:400; */
	text-decoration:none;
	color:#8F0F18;
	}

#leftCol .whatsNew .newLink:after {
	content:"»";
	margin-left:3px;
	}

#leftCol .whatsNew li a:active,
#leftCol .whatsNew li a:hover {
	color:#231F20;
	text-decoration:none;
	}

#leftCol .whatsNew .left {
	display:block;
	float:left;
	margin:3px 0 0 0;
	}


/* **** Right Column **** */

#rightCol {
	float:left; 
	width:618px;
	min-height:375px;
	text-align:left;
	padding:0 0 0 0;
	margin:0 0 0 33px;
	}


/* ********************* Main Content Area *********************** */



#rightCol .content {
	padding:0 0 1px 0;
	margin:0 50px 0 28px;
	}

.content p {
	font-size:14px;
	line-height:18px;
	margin:0 32px 18px 0;
	}

.content .small {
	font-size:80%;
	}

.content h1 {
	font-size:36px;
	line-height:39px;
	font-weight:normal;
	font-weight:400;
	color:#8F0F18;
	padding:16px 0 0 0;
	margin:0 32px 23px 0;
	}

.content h1.modelName {
	margin:0 32px 0 0;
	}



.content h2 {
	font-size:25px;
	line-height:28px;
	font-weight:normal;
	font-weight:400;
	color:#8F0F18;
	padding:22px 0 0 0;
	margin:0 32px 23px 0;
	}

.content h3 {
	font-size:16px;
	line-height:19px;
	font-weight:normal;
	font-weight:400;
	text-transform:uppercase;
	padding:9px 0 0 0;
	margin:0 32px 2px 0;
	}

.content h1.modelName + h3 {
	padding:4px 0 0 0;
	}

.content h1 + h3 {
	padding:4px 0 0 0;
	margin:-23px 0 6px 0;
	}

.content h4 {
	font-size:16px;
	line-height:19px;
	font-weight:normal;
	font-weight:400;
	padding:9px 0 0 0;
	margin:0 32px 2px 0;
	}


.content img {
	display:block;
	max-width:100%;
	height:auto;
	}

#rightCol .content img {
	max-width:540px;
	margin-right:-32px;
	}

.content ul {
	margin-left:10px;
	padding-bottom:14px;
	}

.content ol {
	margin-left:20px;
	padding-bottom:14px;
	}

.content ul li {
	font-size:14px;
	line-height:18px;
	padding:0 0 0 13px;
	margin:0 32px 4px 0;
	background-image:url(../images/layout/bullet-ct.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	}

.content ol li {
	font-size:14px;
	line-height:18px;
	padding:0 0 0 13px;
	margin:0 32px 4px 0;
	list-style-type:decimal;
	}

.content .right {
	clear:both;
	float:right;
	margin:0 0 14px 18px;
	}

.content .left {
	clear:both;
	float:left;
	margin: 0 18px 14px 0;
	}

.content .learnMore {
	font-family:'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:bold;
/*	font-weight:normal;
	font-weight:400; */
	color:#8F0F18;
	text-decoration:none;
	}

.content a.learnMore:after {
	content:"»";
	margin-left:3px;
	}

.content blockquote {
	padding:0 0 10px 0;
	margin:0 0 26px 0;
	background:url(../images/layout/blockquote-bg.gif) no-repeat left bottom;
	}

.content blockquote p {
	font-style:italic;
	}

.content blockquote h3 {
	text-transform:none;
	padding:0 0 0 0;
	margin:-2px 32px 18px 0;
	}

.infoTable {
	margin:0 0 18px 0;
	}

.content p + table.infoTable {
	margin-top:-8px;
	}

.subColumn {
	float:left;
	width:390px;
	padding:0 20px 0 0;
	margin:0 0 15px 30px;
	}

#rightCol .subColumn {
	width:270px;
	padding:0 0 0 0;
	margin:0 0 15px 0;
	}

.contactLeft {
	float:left;
	width:340px;
	padding:0 20px 0 0;
	margin:0 0 15px 0;
	}

.contactRight {
	float:left;
	width:160px;
	padding:0 20px 0 0;
	margin:0 0 15px 0;
	}


/* *** news page styles **** */

.content .newsitem {
	clear:both;
	padding:0 0 1px 0;
	margin:0 0 20px 0;
	}

.content .newsitem h2 {
	padding:1px 0 0 0;
	}

.content .newsitem h4 {
	padding:1px 0 0 0;
	margin:0 32px 18px 0;
	}

.content .newsitem h2 + h4 {
	margin-top:-18px;
	}

/* **** staff listings ul **** */

.content #stafflist {
	margin-left:0;
	padding-bottom:9px;
	}

.content #stafflist li {
	display:inline-block;
	float:left;
	width:127px;
	height:250px;
	font-size:12px;
	line-height:15px;
	padding:0 20px 0 0;
	margin:0 0 15px 30px;
	background-image:none;
	}

.content #stafflist li h2 {
	font-size:14px;
	line-height:18px;
	padding:0 0 0 0;
	margin:0 0 1px 0;
	}

.content #stafflist li p {
	font-size:12px;
	line-height:15px;
	margin:0 0 9px 0;
	}

.content #stafflist li img {
	display:block;
	margin:0 0 7px 0;
	border:1px solid #000000;
	}


/* **** model info table **** */

.infoTable th {
	width:25%;
	font-family:'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
/*	font-weight:normal;
	font-weight:400; */
	text-align:center;
	text-transform:uppercase;
	padding:5px 5px 5px 5px;
	background:#EDE9E5;
	}

.infoTable td {
	width:25%;
	font-size:12px;
	line-height:15px;
	text-align:center;
	padding:5px 5px 5px 5px;
	}


/* **** model listings **** */

.content .modelListings {
	padding:40px 0 1px 0;
	margin:0 0 0 0;
	}

.content .modelListings li {
	position:relative;
	padding:0 0 0 0;
	margin:0 0 18px 0;
	background:transparent;
	}

.content .modelListings h2 {
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	font-weight:400;
	text-transform:none;
	color:#231F20;
	padding:1px 0 0 0;
	margin:0 12px 27px 217px;
	}

.content .modelListings .left {
	display:block;
	float:left;
	width:198px;
	height:auto;
	margin:0 0 0 0;
	border:1px solid #000000;
	}

.content .modelListings li .infoTable {
	width:324px;
	margin-left:216px;
	}

.content .modelListings li .infoTable th {
	width:auto;
	padding:5px 0px 5px 0px;
	}

.content .modelListings li .infoTable td {
	width:auto;
	padding:5px 15px 5px 15px;
	}

.content .modelListings .viewDetails {
	display:inline-block;
	float:right;
	font-family:'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
/*	font-weight:normal;
	font-weight:400; */
	text-decoration:none;
	color:#FFFFFF;
	padding:7px 17px 8px 18px;
	margin:0 27px 0 0;
	background:#8F0F18;
	}

.content .modelListings .viewDetails:after {
	content:"»";
	margin-left:3px;
	}


/* **** community listings **** */

.content .communityListings {
	padding:3px 0 1px 0;
	margin:0 0 0 0;
	}

.content .communityListings li {
	position:relative;
	padding:0 0 0 0;
	margin:0 0 18px 0;
	background:transparent;
	}

.content .communityListings p {
	font-size:12px;
	line-height:15px;
	margin:0 12px 3px 144px;
	}

.content .communityListings h2 {
	font-size:16px;
	line-height:19px;
	font-weight:normal;
	font-weight:400;
	text-transform:none;
	color:#231F20;
	padding:0 0 0 0;
	margin:0 12px 3px 144px;
	}

.content .communityListings h3 {
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	font-weight:400;
	text-transform:none;
	color:#8F0F18;
	padding:0 0 0 0;
	margin:0 12px 4px 144px;
	}

.content .communityListings .left {
	display:block;
	float:left;
	height:auto;
	margin:0 0 0 0;
	}

.content .communityListings .commThumb {
	display:block;
	position:relative;
	float:left;
	width:130px;
	height:100px;
	overflow:hidden;
	margin:2px 0 22px 0;
	}

.content .communityListings .commThumb img {
	display:block;
	}

.content .communityListings .commThumb .banner {
	position:absolute;
	top:0;
	right:0;
	}

.content .communityListings li .infoTable {
	width:740px;
	margin:0px 0 5px 143px;
	}

.content .communityListings li .infoTable th {
	width:auto;
	padding:5px 0px 5px 0px;
	}

.content .communityListings li .infoTable td {
	vertical-align:top;
	width:auto;
	padding:5px 15px 5px 15px;
	}

.content .communityListings li .infoTable td img {
	margin:-3px auto 0 auto;
	}

.content .communityListings .viewDetails {
	display:inline-block;
	float:right;
	font-family:'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
/*	font-weight:normal;
	font-weight:400; */
	text-decoration:none;
	color:#FFFFFF;
	padding:7px 17px 8px 18px;
	margin:0 27px 29px 0;
	background:#8F0F18;
	}

.content .communityListings .viewDetails:after {
	content:"»";
	margin-left:3px;
	}


/* ********************* questions bar ********************* */

#questionBar {
	display:block;
	width:560px;
	height:35px;
	color:#FFFFFF;
	margin:23px 0 18px 26px;
	background:#8F0F18;
	}

#questionBar li {
	display:inline-block;
	float:left;
	font-size:14px;
	line-height:16px;
	color:#FFFFFF;
	padding:9px 0 10px 32px;
	margin:0 10px 0 0;
	}

#questionBar li.qbPhone {
	background:url(../images/layout/bullet-qb-phone.png) no-repeat left 5px;
	}

#questionBar li.qbEmail {
	background:url(../images/layout/bullet-qb-email.png) no-repeat left 5px;
	}

#questionBar li:first-child {
	font-family:'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:bodl;
	font-size:16px;
	line-height:19px;
/*	font-weight:normal;
	font-weight:400; */
	padding:6px 2px 10px 88px;
	}

#questionBar li a,
#questionBar li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#questionBar li a:active,
#questionBar li a:hover {
	color:#EDE9E5;
	text-decoration:none;
	}


/* ********************* page footer ********************* */


#wrapperFooter {
	width:100%;
	min-width:980px;
	min-height:202px;
	margin:0 auto 0 auto;
	}

footer {
	width:980px; 
	text-align:left;
	padding:43px 0 40px 0;
	margin:0 auto 0 auto;
	}

#logoFt {
	width:272px;
	height:30px;
	margin:0 0 18px 27px;
	}

#logoFt img {
	display:block;
	}

footer .ftNav ul {
	padding:0 0 0px 0;
	margin:0 0 21px 28px;
	}


footer .ftNav li {
	display:inline-block;
	float:left;
	font-family:'Arial Narrow', Arial, Helvtica, sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:15px;
/*	font-weight:300;
	text-transform:uppercase; */
	color:#FFFFFF;
	padding:2px 27px 2px 0;
	}

footer li a,
footer li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

footer li a:active,
footer li a:hover {
	color:#EDE9E5;
	text-decoration:none;
	}

#logoEqual {
	float:left;
	width:24px;
	height:23px;
	padding:3px 0 0 0;
	margin:0 12px 10px 27px;
	}

#logoEqual img {
	display:block;
	}

footer p {
	float:left;
	font-family: 'Lora', 'Times New Roman', Times, serif;
	font-size:10px;
	line-height:13px;
	color:#FFFFFF;
	margin:0 0 5px 0;
	}

#ftAddress {
	float:left;
	}

footer #ftAddress ul {
	padding:0 0 0 0;
	margin:0 0 1px 0;
	}

footer #ftAddress li {
	display:inline-block;
	float:left;
	font-family: 'Lora', 'Times New Roman', Times, serif;
	font-size:10px;
	line-height:13px;
	color:#FFFFFF;
	padding:0 12px 0 14px;
	background:url(../images/layout/bullet-ft.gif) no-repeat left 2px;
	}

footer #ftAddress li:first-child {
	background:transparent;
	padding:0 12px 0 0;
	}

footer #ftAddress li a,
footer #ftAddress li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

footer #ftAddress li a:active,
footer #ftAddress li a:hover {
	color:#FFFFFF;
	font-weight:bold;
	font-weight:700;
	text-decoration:none;
	}