/*
Title: Whitney Homes Style
Project URL: whitneyhomes.com
Design: The Studio Corp - thestudiocorp.com
Code Author: J.G. Callao - studioJGC.com
*/

* {
	margin:0;
	padding:0;
	}
body {
	background-color:#beb49c;
	width:100%;
	height:100%;
	position:relative;
	font:13px Arial, Helvetica, sans-serif;
	line-height:23px;
	}
p a, .link {
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid #beb49c;
	} p a:hover, p a.link:hover {
	color:#beb49c;
	} a img, .link img {
	border:0;
	}
p {
	text-align:justify;
	} .txRight {
	text-align:right;
	}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
strong {
	font-size:14px;
	}


					/* GLOBAL CLASSES */
.contentHolder {
	border:2px solid #000;
	background:#fff;
	width:600px;
	float:right;
	margin:0 10px 0 0;
	padding:30px;
	position:relative;
	top:-2px;
	}
.textBox {
	border:3px solid #D18316;
	padding:30px 20px 20px 20px;
	}
.topbotgold {
	border-top:2px solid #67652F;
	border-bottom:2px solid #67652F;
	}
.dropcap {
	font:30px Georgia, "Times New Roman", Times, serif;
	line-height:0;
	}
.picBox {
	border:3px solid #AB0635;
	} div.picBox {
	padding:10px;
	}
.margLeft {
	margin-left:20px;
	}
.clear {
	clear:both;
	}
.center {
	text-align:center;
	}
.fright {
	float:right;
	}
.fleft {
	float:left;
	}
	
	
					/* GLOBAL STYLES */
#container {
	width:900px;
	margin:auto;
	}
#header {
	border-bottom:2px solid #000;
	width:900px;
	height:140px;
	}
	#pageTitle {
	background:url('assets/blocks-head.gif') no-repeat;
	width:590px;
	height:110px;
	float:right;
	} #pageTitle h1 {
	margin:80px 0 0 235px;
	font:26px Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	} #pageTitle h3 {
	font:12px "Times New Roman", Times, serif;
	margin:75px 0 0 235px;
	}
#meatWrap {
	background:url('assets/sidebar.gif') top left repeat-y;
	height:100%;
	}
#sideBar {
	width:200px;
	float:left;
	position:absolute;
	z-index:1;
	}
#nav {
	list-style:none;
	margin:50px 100px;
	} #nav li {
	display:block;
	font: Georgia, "Times New Roman", Times, serif;
	} #nav a img {
	border:0;
	} #contact_bt img {
	position:relative;
	left:150px;
	} 
#mainContent {
	width:698px;
	float:right;
	}
#footer {
	background:url('assets/footer.jpg');
	width:900px;
	height:160px;
	}


					/* PER PAGE STYLES */
.affils {
	list-style:none;
	}
#awards {
	background-color:#FFF;
	border:6px solid #3B6E8F;
	padding:40px 30px 30px 30px;
	width:220px;
	float:right;
	position:absolute;
	top:15px;
	right:50px;
	}

/* PRODUCTION HOMES */
.ph-floorplan {
	list-style:none;
	} .ph-floorplan li {
	float:left;
	width:158px;
	background:url(assets/bullet.gif) top left no-repeat;
	padding-left:15px;
	}

/* FLOOR PLANS */
.fpInfo {
	} .fpInfo h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin:10px 0;
	padding:2px 0;
	border-bottom:2px solid #AB0635;
	} .fpInfo li {
	list-style:none;
	background:url(assets/bullet.gif) left top no-repeat;
	padding-left:15px;
	}
#fpList {
	list-style:none;
	} #fpList li {
	height:30px;
	}

/* CONTACT */
#contact #l-side {
	width:280px;
	float:left;
	}
#contact #r-side {
	float:right;
	width:220px;
	}
#l-side p {
	text-align:right;
	}
#l-side input {
	width:160px;
	}
input.submit {
	background:url(assets/send.gif);
	border:0;
	cursor:pointer;
	width:49px !important;
	height:29px;
	margin:5px 0;
	}
textarea {
	width:275px;
	font:13px Arial, Helvetica, sans-serif;
	}