/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright MondayGroup 200. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, label, table, tr, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, a img, :link img, :visited img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body {
	background:#d0d4d7 url(../images/bg-hori.jpg) top repeat-x;
	text-align:center;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#213641;
}

body#floor-sample, body#map {
	background:#284859 none;
	text-align:center;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #30566a;
}
body#broker-form {
	background:#c6d7de none;
	text-align:center;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body#finishes-sample {
	background:#284859 none;
	text-align:center;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #30566a;
}
blockquote {
	margin-left:10px;
	margin-right:10px;
}
h1 {
	font-size:1.2em;
	color:#FFFFFF;
}
h1.special, p.special{ display:none;}
h2 {
	font-size:1.4em;
	color:#30566a;
}
h3 {
	font-size:1.2em;
	color:#30566a;
}
h4 {
	font-size:1.1em;
	color:#917b4d;
}
a:link, a:visited {
	color:#856E3C;
	text-decoration:underline;
	outline:none;
}
a:hover, a:active {
	color:#2f86af;
	text-decoration:underline;
	outline:none;
}
h1, h2, h3, p {
	margin-bottom:10px;
}
#subhead p.last{margin-bottom:0;}
h2.banner {
	color: #FFFFFF;
	padding: 5px;
	border-bottom:2px solid #7d7d7d;
	background:#5c5c5c url(../images/h2-bar-bg-right.jpg) top right no-repeat;
	font-size:1.2em;
	clear: both;
}
body#floor-sample h1, body#finishes-sample h1{
	color: #FFFFFF;
	padding: 5px;
	border-bottom:2px solid #7d7d7d;
	background:#5c5c5c url(../images/h2-bar-bg-right.jpg) top right no-repeat;
	font-size:1.2em;
	clear: both;
}
h2.banner-first, h2.banner-second {
	clear:none;
	width: 500px;
	color: #FFFFFF;
	padding: 5px;
	border-bottom:2px solid #7d7d7d;
	background:#5c5c5c url(../images/h2-bar-bg-right.jpg) top right no-repeat;
	font-size:1.2em;
}
.content h2.banner span {
	color: #CCCCFF;
}
/* ------------------------ classes ------------------------ */
.clear {
	clear:both;
	width:100%;
}
.clear#up {
	clear:both;
	width:100%;
	height:15px;
	background:url(../images/clear-up.jpg) no-repeat;
}
.clear#down {
	clear:both;
	width:100%;
	height:15px;
	background:url(../images/clear-down.jpg) no-repeat;
}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;

}
img.img-left {
	float:left;
	margin:0 10px 10px 40px;
}
img.img-left-border {
	float:left;
	margin:0 10px 10px 0;
	border:	2px solid #5C5C5C;
}
img.img-right {
	float:right;
	margin:0 40px 10px 10px;
}
img.img-right-none {
	float:right;
	margin:0 0 10px 10px;
}
img.img-right-border {
	float:right;
	margin:0 0 10px 10px;
	border:	2px solid #5C5C5C;
}
a.floorplans {
	width:260px;
	height:140px;
	display:block;
	float:left;
	margin-bottom: 10px;
}
#subhead  p.pdf{
	background:url(../images/icon-pdf.jpg) top right no-repeat;
	padding-right:20px;
	display:block;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: right;
	margin-right: 60px;
}
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
}
form label {
	font-size:.95em;
}
form br {
	line-height:0;
	height:0;
} /* defaults vertical spacing between fields */
input, textarea, select {
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #C6CDD3;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
body#interest input, body#interest textarea, body#interest select{ margin-left:20px;}
select {
	width:150px;
	padding:0;
} /* same width as form - !important */
textarea {
	height:90px;
	overflow:auto;
}
input#encrypt-form, input#reply-from {
	display:none;
}
input#check-form {
	display:block;
} /* test before you change !! will be display:none;*/
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */
#contact-quick {
	margin:20px 0 0 0;
	display: block;
	width: 265px;
	height: 150px;
}
#contact-quick label {
	display:block;
	margin-bottom:5px;
	font-size:1em;
	color: #FFFFFF;
	float: left;
	width: 175px;
}
#contact-quick label.qc-title {
	width: 65px;
	text-align: right;
	margin-right: 10px;
}
#contact-quick label.submit-button {
	width: 265px;
	text-align:center;
}
#contact-quick label input, #contact-quick label textarea, #contact-quick label select {
	width:150px;
	
}
#contact-quick label input#submit{
	background: url(../images/quickcontact-button.jpg);
	height:30px;
	width:118px;
	border: none;
}
#contact-quick label select {
	width:175px;
} /* fixes display issue - 5px larger than input field */
#contact-quick label textarea {
	height:100px;
	overflow:auto;
}
#contact-quick input.submit-image { /* REMOVE IF NOT USED */
	background: url(../images/quickcontact-button.jpg);
	width:118px;
	height:30px;
	border:none;
	cursor:pointer;
}
/* ------------------------ main contact form ------------------------ */
#contact-main {
	margin:20px 0 10px 0;
	width: 440px;
}
#contact-main label {
	width:200px;
	position:relative;
	display:block;
	text-align:right;
	margin-bottom:10px;
	font-size:1em;
}
#contact-main label input, #contact-main label textarea, #contact-main label select {
	width:170px;
	position:absolute;
	left:110%;
	top:-2px;
}
#contact-main label select {
	width:175px;
} /* fixes display issue - 5px larger than input field */
#contact-main label textarea {
	height:100px;
	overflow:auto;
}
/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main {
	width:60px;
	height:20px;
	cursor:pointer;
	padding:0;
}
input.submit-contact-main {
	margin:95px 0 0 0px;
} /* defines placement of contact-main submit button */
input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url(../images/quickcontact-button.jpg);
	width:118px;
	height:30px;
	border:none;
	cursor:pointer;
}
/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */
#top-section {
	background:url(../images/top-wrap.jpg) top no-repeat;
}
/* ------------------------ main framework ------------------------ */
#wrap {
	width:870px;
	margin:0 auto;
	text-align:left;
}
body#floor-sample #wrap {
	width:625px;
	margin:0 auto;
	text-align:center;
	padding: 10px;
	background-color: #d0d4d7;
}
body#broker-form #wrap {
	width:440px;
	margin:auto;
	text-align:center;
	padding: 10px;
	background-color: #284859;
}
body#finishes-sample #wrap {
	width:840px;
	margin:0 auto;
	text-align:center;
	padding: 10px;
	background-color: #d0d4d7;
}
body#map #wrap {
	width:960px;
	margin:0 auto;
	text-align:center;
	padding: 10px;
	background-color: #c6d7de;
}
body#floor-sample a:link, body#floor-sample a:visited {
	color:#7d7d7d;
	text-decoration:underline;
	outline:none;
}
body#floor-sample a:hover, body#floor-sample a:active {
	color:#7d7d7d;
	text-decoration:none;
	outline:none;
}
body#finishes-sample a:link, body#finishes-sample a:visited {
	color:#7d7d7d;
	text-decoration:underline;
	outline:none;
}
body#finishes-sample a:hover, body#finishes-sample a:active {
	color:#7d7d7d;
	text-decoration:none;
	outline:none;
}
#top-section .wrap-repeat-verti {
	background:url(../images/bg-verti.jpg) top repeat-y;
	width:870px;
}
#btn-interestlist {
	width:238px;
	height:54px;
	display:block;
	margin: 10px 0 0 462px;
	background:url(../images/button-interestlist.jpg);
}
/* ------------------------ masthead framework ------------------------ */

#mast-logo {
	background:url(../images/mast-logo-color.jpg);
	width:163px;
	height:159px;
	float: left;
}
body#gallery #mast-logo {
	background: url(../images/mast-logo-color.jpg);

}
#mast-logo p {
	color:#FFFFFF;
}
#mast-right {
	width:707px;
	height:159px;
	float: left;
}
/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:352px;
	width:80px;
	top:24px;
	height:37px;
}
#masthead a span {
	display:none;
}
/* ------------------------ column-left framework ------------------------ */
.column-main {
	width:870px;
}
.column-left-bottom {
	width:572px;
	float:left;
	background:url(../images/index-bottom-left.jpg) top no-repeat;
}
.column-left-bottom .content {
	display:block;
	width:499px;
	margin-left:44px;
	padding-top: 15px;
}
.column-left-bottom h3, .column-right-bottom h3 {
	margin-bottom:0;
}
.content h2 span {
	display:inline;
	color: #b3975a;
}
.column-main ul {
	padding-left:5px;
	margin-bottom: 10px;
	margin: 0 0 10px 40px;
}
.column-main ul li {
	line-height:20px;
	list-style: disc;
	margin-left: 10px;
}

.column-main ul.multi {
	margin: 0 40px 10px 40px;
	display: block;
	padding: 5px;
}
.column-main ul.multi li {
	line-height:20px;
	list-style: none;
	margin-left: 0px;
	display: block;
	float:left;
	width:350px;
	padding-left: 0px;
	margin: 0 30px 5px 0;
}
.column-main ul.multi li.clear {
	width:100%;
	height: 0px;
	display: inline;
	margin: 0;
	clear: both;
}
.news-blue{
	background-color:#E8ECED;
	margin: 25px 40px;
	padding: 10px;
}

body#news #subhead .news-blue h2, body#news #subhead .news-blue h3, body#news #subhead .news-blue h4, body#news #subhead .news-blue p { margin: 0 10px;}
/* ------------------------ column-right framework ------------------------ */
.column-right {
	width:298px;
	float:right;
	margin: 0 0 10px 20px;
}
.column-right-bottom {
	width:298px;
	float:left;
	background:url(../images/index-bottom-right.jpg) top no-repeat;
}
.column-right-bottom .content {
	display:block;
	width:240px;
	margin-left:15px;
	padding-top: 15px;
}
#quick-contact {
	width:298px;
	display:block;
	background:url(../images/qc-repeat.jpg) repeat-y;
}
#quick-contact p {
	color: #FFFFFF;
	margin: 0 40px 0 15px;
}
#quick-contact .content {
	width: 237px;
	margin-left: 13px;
	color: #FFFFFF;
}
#quick-contact .header-wrap {
	background:url(../images/qc-header.jpg) top no-repeat;
	padding-top:48px;
}
#quick-contact .title {
	display:block;
	padding-left: 70px;
	margin-bottom: 25px;
}
#quick-contact .bottom {
	background:url(../images/qc-bottom.jpg) no-repeat;
	height:20px;
}
#quick-contact h2 {
	color:#F8F3FA;
	font-size:1.3em;
	margin-bottom: 0px;
}
#quick-contact h2 span, #quick-contact p span {
	color:#CCCCFF;
	display: inline;
	font-weight:bold;
}
#quick-contact h3 {
	color:#f3dfbc;
	font-size:1.1em;
	margin-bottom: 0px;
}
#quick-contact a:link, #quick-contact a:visited {
	color:#f3dfbc;
	text-decoration:underline;
	outline:none;
}
#quick-contact a:hover, #quick-contact a:active {
	color:#f3dfbc;
	text-decoration:none;
	outline:none;
}
#index-video {
	height:127px;
	width:870px;
	background:url(../images/bg-video.jpg) top no-repeat;
	display: block;
	padding-top: 30px;
}
body#index #subhead #index-video h2 {
	display:block;
	margin: 0 0 0 40px;
	color: #f3dfbc;
	width: 255px;
	font-size: 1.3em;
}
body#index #subhead #index-video h2 span {
	font-size:0.8em;
	color: #FFFFFF;
}
body#index #subhead #index-video h2 a:link, body#index #subhead #index-video h2 a:visited {
	color:#CCCCFF;
	text-decoration:underline;
	outline:none;
}
body#index #subhead #index-video h2 a:hover, body#index #subhead #index-video h2 a:active {
	color:#CCCCFF;
	text-decoration:none;
	outline:none;
}
.broker-box {
	background-color: #305669;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
	border: 2px solid #597887;
}
.broker-box span {
	color:#f3dfbc;
	font-weight:bold;
}
.broker-box a:link, .broker-box a:visited {
	color:#E5E5E5;
	text-decoration:underline;
	outline:none;
}
.broker-box a:hover, .broker-box a:active {
	color:#2f86af;
	text-decoration:underline;
	outline:none;
}
/*--	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }


	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px;  
			}


	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat;
			padding-left:10px; 
			float:left;
			width:150px;
			line-height:20px; 
			}


	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url(../images/bullet.jpg) 0px 6px no-repeat; 
			padding-left:10px; 
			margin-left:5px;
			} --*/

/* ------------------------ header framework ------------------------ */
#header-flash {
	height:296px;
	background:url(../images/header-image.jpg);
	clear: both;
} /* sets height for the flash header - REMOVE IF NOT USED */
#header-flash .content{
	display:block;
	width:826px;
	height:262px;
	margin-left: 22px;
	padding-top: 12px;
}
#header-flash p {
	display:none;
}
#header-image {
	height:300px;
	clear: both;
} /* sets height for all non-flash headers */
/* ------------------------ subhead framework ------------------------ */
#subhead {
	background:url(../images/subhead-none.jpg) top left no-repeat;
	padding:40px 0 20px 0;
}
body#interest #subhead, body#thankyou #subhead {
	background:url(../images/subhead-interest.jpg) top left no-repeat;
	padding:40px 0 0 0;
}
#subhead h1, #subhead h2, #subhead h3, #subhead p {
	margin:0 40px 10px 40px;
}
body#news #subhead h3{ margin:0 40px;}
body#news p{
	margin: 0 40px 10px 40px;
}
#subhead h4 {
	margin:0 40px 0 40px;
}
.gallery-wrap {
	margin:0 40px 10px 40px;
}
.gallery-wrap#last {
	margin:0 40px ;
}
.gallery-wrap#short {
	width:500px;
	margin:0 0 10px 40px;
}
.gallery-wrap .thumb-construction, .gallery-wrap .thumb-renderings{
	width:150px;
	display:block;
	margin:0 5px 10px 0;
	float:left;
	padding:3px;
	background-color:#305669;
	text-align: center;
}
.gallery-wrap a:link, .gallery-wrap a:visited {
	color:#FFF;
	text-decoration:none;
	outline:none;
}
.gallery-wrap a:hover, .gallery-wrap a:active {
	color:#FFF;
	text-decoration:none;
	outline:none;
}
#subhead .gallery-wrap p{
	display:block;
	color:#FFFFFF;
	margin:5px 0 0 0;
	font-weight: bold;
}
.gallery-wrap#last {
	margin:0 40px 0 40px;
	display: block;
}
#subhead h1,body#index #subhead h2 {
	display:block;
	font-size: 1.8em;
	color:#46687a;
	margin-bottom: 20px;
}
#subhead h1 span,body#index #subhead h2 span {
	color:#917b4d;
}
#subhead .content {
	display:block;
	width:520px;
	padding-left: 40px;
	padding-top: 20px;
}
/* sets height for all subheads */


.col-float {
	display:block;
	width:375px;
	padding-right:20px;
	float:left;
}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-section {
	background:#284859 url(../images/bg-hori-bottom.jpg) top repeat-x;
	width:100%;
	margin: 0;
}
#bottom-section .wrap-repeat-verti {
	width:870px;
	margin:0 auto;
	text-align:left;
}
#bottom-section .wrap-repeat-verti .top {
	background:url(../images/bottom-wrap.jpg) top center no-repeat; /* fix for Safar */
	clear:both; /* important - do not remove */
	height: 40px;
}
/* ------------------------footer framework ------------------------ */
#footer {
	margin:0 auto;
	text-align:center;
}
#footer p {
	color:#FFFFFF;
	margin-bottom:10px;
}
#footer p#bottom-link{ display:none;}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color:#FFFFFF;
	text-decoration: none;
}
#footer ul {
	margin:10px;
}
#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
	display: inline;
	border-left: 1px solid #FFF;
}
#footer li.first {
	border: none;
}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") no-repeat;
	width:707px;
	height:45px;
	margin:38px 0 0 0;
	padding:0;
	display: block;
}
#nav span {
	display: none;
}
#nav li, #nav a {
	height:45px;
	display:block;
} /* change height here also */
#nav li {
	float:left;
	list-style:none;
	_display:inline;
	position:relative;
}
#nav-01 {
	width: 72px;
	margin-left: 0px;
}
#nav-02 {
	width: 104px;
}
#nav-03 {
	width: 95px;
}
#nav-04 {
	width: 115px;
}
#nav-05 {
	width: 135px;
}
#nav-06 {
	width: 178px;
}
/*-------------- (-79px) X position of button / (-45px) height of image from above ------------- */
#nav-01 a:hover {
	background:url("../images/nav.jpg") -0px -45px no-repeat;
}
#nav-02 a:hover {
	background:url("../images/nav.jpg") -72px -45px no-repeat;
}
#nav-03 a:hover {
	background:url("../images/nav.jpg") -176px -45px no-repeat;
}
#nav-04 a:hover {
	background:url("../images/nav.jpg") -271px -45px no-repeat;
}
#nav-05 a:hover {
	background:url("../images/nav.jpg") -386px -45px no-repeat;
}
#nav-06 a:hover {
	background:url("../images/nav.jpg") -521px -45px no-repeat;
}
/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 {
	background:url("../images/nav.jpg") -0px -45px no-repeat;
}
body#SPECIFY #nav-02 {
	background:url("../images/nav.jpg") -72px -45px no-repeat;
}
body#SPECIFY #nav-03 {
	background:url("../images/nav.jpg") -176px -45px no-repeat;
}
body#SPECIFY #nav-04 {
	background:url("../images/nav.jpg") -271px -45px no-repeat;
}
body#SPECIFY #nav-05 {
	background:url("../images/nav.jpg") -386px -45px no-repeat;
}
body#SPECIFY #nav-06 {
	background:url("../images/nav.jpg") -521px -45px no-repeat;
}
/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#273943;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
}
#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border:1px solid #4f5e66;
	border-top:none;
}
#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
}
#nav li ul li a span {
	display:block;
	padding-left:5px;
}
/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#f3dfbc;
	text-decoration:none;
}
#nav li:hover ul, #nav li.sfHover ul {
	left: auto;
}
/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover {
	background-image:none;
	background-color:#93a1aa;
	color:#273943;
	text-decoration:none;
}
/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li {
	width:150px;
}
#nav-03 ul, #nav-03 li {
	width:150px;
}
#nav-04 ul, #nav-04 li {
	width:150px;
}
#nav-05 ul, #nav-05 li {
	width:150px;
}
#nav-06 ul, #nav-06 li {
	width:150px;
}
