/* +global
************************************/
* {margin: 0; padding: 0; color: #333;}
h1, h2, h3, p, pre, blockquote, form, fieldset, ul, ol {margin: 1em 0;}	

a {text-decoration: none; outline: none;}
a:link, a:active, a:visited {color: #d6891c;}
a:hover {color: #d6891c;}
h1{font-size: 1.4em;}
h2{font-size: 1.3em;}
h3{font-size: 1em;}
p{padding:0;margin:0;}

body {
	background: #dcd4c1;
	font-family: "Arial","Lucida Grande",Helvetica, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}


/* +misc & images
************************************/
a img {border: 0;}
.clear {clear: both;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.float_right {float: right;}
.float_left {float: left;}

.clearfix:after, .shortpost:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix, .shortpost {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix, * html .shortpost {height: 1%;}
.clearfix, .shortpost {display: block;}
/* End hide from IE-mac */

.ht10 {
	height: 10px;
}

.paddingtop5 {
	padding-top: 5px;
}

.paddingtop20 {
	padding-top: 20px;
}

.paddingbottom20 {
	padding-bottom: 20px;
}


.margintop5 {
	margin-top: 5px;
}

.margintop10 {
	margin-top: 10px;
}

.margintop20 {
	margin-top: 20px;
}

.bigtext {
	color: #660000;
	font-size: 1.8em;
	font-weight: bold;
}

.white {
	background: #fff;
}



/* +header content
************************************/
	
#topbar {
	border-top: 4px solid #898981;
}
	

#navlogo {
	float: left;
	width: 100px;
	margin: 15px 0;
}

#navlinks {
	background: #51210a;
	height: 40px; 
	width: 877px;
	position: absolute;
	bottom: 0;
}

#navlinks ul {
	margin: 0 auto;
	padding: 10px;
}

#navlinks li {
	display: inline; 
	margin-right: 18px;
}

#navlinks a {
	padding: 10px;
}

#navlinks a:hover {
	background: #fff;
	color: #d6891c;
}

#nav_main_selected {
	background: #fff;
	color: #d6891c;
}


/* +content
************************************/

.wrap {
	width: 950px;
	margin: 0 auto;
}

.contentwrap {
	margin: 0 auto;
	width: 877px;
}

#top {
	width: 950px;
	height: 145px;
	background: url(Images/top3.gif) top no-repeat;
}

#topbottom {
	width: 950px;
	height: 60px;
	background: url(Images/top-bottom.gif) top no-repeat;
}

#middle {
	width: 950px;
	background: url(Images/middle3.gif) top repeat-y;
}

#middlebottom {
	width: 950px;
	background: url(Images/middle-bottom.gif) top repeat-y;
}	

#footer {
	background: url(Images/bottom3.gif) top no-repeat;
	width: 950px;
	height: 115px;
}


.copy {
	position: absolute;
	bottom: 10px;
	right: 410px;
	font-size: 0.8em;
	color: #fff;
}




/* +index
************************************/

.leftside {
	width: 625px;
	float: left;
}

.rightside {
	margin-left: 650px;
}



/* +floorplans
************************************/

.fplan_leftside {
	width: 450px;
	float: left;
	padding-left: 100px;
}

.fplan_rightside {
	margin-left: 460px;
}

.fplantop_leftside {
	width: 600px;
	float: left;
}

.fplantop_rightside {
	margin-left: 605x;
}

.fplan_leftside ul {
	margin-left: 30px;
}

.fplanImg {
	border: 5px solid #fff;
}

.fplanImg:hover {
	border: 5px solid #51210a;
}

.fplanImg_selected {
	border: 5px solid #51210a;
}





/* +pressroom
************************************/

.blogItem {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.blogItem h2 a {
	color: #333;
}

.blogItem h2 a:hover {
	text-decoration: underline;
}

.pressroom_leftside {
	width: 650px;
	float: left;
}

.pressroom_rightside {
	margin-left: 670px;
	margin-top: 20px;
	border-left: 1px solid #ccc;
}

.post {
	padding: 0 0 10px 0;
	margin: 0;
}

.caption {
	font-size: 8pt; 
	line-height: 10pt;
}

.img_post {
	float: right; 
	padding: 0px 0px 0px 3px;
}

.pressroomItem {
	padding: 3px;
	border: 5px solid #fff;
}

.pressroomItem:hover {
	border: 5px solid #51210a;
}

.pressroomItem_selected {
	padding: 3px;
	background: #eee;
	border: 5px solid #eee;
}

.pressroomItem_selected a {
	color: #333;
	font-weight: bold;
}

/* +towncenter
************************************/

.tcentertop_leftside {
	width: 440px;
	float: left;
}

.tcentertop_rightside {
	margin-left: 477px;
}




/* +directions
************************************/

.directions_leftside {
	width: 450px;
	float: left;
}

.directions_rightside {
	margin-left: 470px;
}



/* +contact
************************************/

.contact_leftside {
	width: 630px;
	float: left;
}

.contact_rightside {
	position: absolute;
	top: 20px;
	right: 20px;
}

.contact {
	width: 630px;
	margin: 0 18px 5px 18px;
}

.contactInput {
	width: 250px;
	margin-bottom: 5px;
}

.contactTextarea {
	width: 400px;
	margin-bottom: 5px;
}

.contactBtn {
	margin-top: 10px;
	background: #f4e07c;
	color: #51210a;
	font-weight: bold;
	border: 1px solid #d6891c;
}