body {
	background: #C7C399 url(/images/wrap-bg.jpg) top left repeat-y;
	color: #3C0000;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}

a img { border: none; }

body, html #wrap, #content-wrap, #text, #sidebar {
	margin: 0;
	padding: 0;
}

#wrap {
	
	width: 760px;
}

/* ------------- TEXT ------------- */

h1 {
	font-size: 190%;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom:0px;
}

a {
	color: #3C0000;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

/* ------------- CONTENT ------------- */

#content-wrap {
	width: 522px;
	float: right;
	display: inline;
	margin-right: 12px;
	background: #F1F0E5 url(/images/pine.gif) bottom left no-repeat;
	font-size: 105%;
}

#text {
	width: 487px;
	padding: 55px 0 200px;
	margin: 0 auto;
	line-height: 1.5;
}

/* Hide from IE Mac \*/
#text {min-height: 400px;}
* html #text { height: 400px; }
/* End hide from IE Mac */


/* ------------- SIDEBAR ------------- */

#sidebar {
	width: 212px;
	background: #790000 url(/images/menu-top.jpg) 0 147px no-repeat;
	min-height: 446px;
	float: right;
	margin-right: 14px;
	display: inline;
}

/* Hides from IE5-mac \*/
* html #sidebar {height: 446px;}
/* End hide from IE5-mac */

#menu {
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
	font-size: 105%;
}

#menu li {
	margin-bottom: 12px;
}

#menu a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	width: 180px;
	display: block;
	padding: 3px 0;
}

#menu a:hover,
#home li#nav-home a,
#amenities li#nav-amenities a,
#site li#nav-site a,
#floor li#nav-floor a,
#rental li#nav-rental a,
#maps li#nav-maps a,
#photo li#nav-photo a,
#neighborhood li#nav-neighborhood a,
#apply li#nav-apply a,
#testimonials li#nav-testimonials a,
#resident li#nav-resident a,
#notices li#nav-notices a,
#online li#nav-online a,
#service li#nav-services a,
#newsletter li#nav-newsletter a,
#bulletin li#nav-bulletin a,
#contact li#nav-contact a {
	color: #FFF200;
}

#menu ul  {
	list-style-type: disc;
	font-size: 85%;
	margin: 0 0 0 15px;
	padding: 0;
	color: white;
}

#menu ul li {
	margin-bottom: 0px;
}


li#nav-resident ul {
	display: none;
}

#resident li#nav-resident ul,
#notices li#nav-resident ul,
#online li#nav-resident ul,
#service li#nav-resident ul,
#newsletter li#nav-resident ul,
#bulletin li#nav-resident ul {
	display: block;
}

#resident li#nav-resident ul a {
	color: white;
}

#resident li#nav-resident ul a:hover {
	color: #fff200;
}

/* ---------- FORM ---------- */

form, fieldset, legend { color: #3C0000; /* DEFINE YOUR TEXT COLOR */ }

input, textarea, label, fieldset, legend { 
	font-family: Georgia, "Times New Roman", serif; /* DEFINE YOUR FONT FAMILY */ 
	font-size: 100%; /* DEFINE YOUR FONT SIZE. Generally 100% */
}

.long {
	width: 300px; /* DEFINE YOUR WIDTH. Take into account the 2px of padding on either side */
	background: white; /* DEFINE YOUR BACKGROUND COLOR */
	border: 1px solid #C7C399; /* DEFINE YOUR BORDER COLOR */
}

select.long { 
	width: 304px; /* DEFINE YOUR WIDTH. There is no padding */
}

input#submit {
	background: #ddd; /* DEFINE YOUR BACKGROUND COLOR */
	border: 1px solid #666; /* DEFINE YOUR BORDER COLOR */
	width: 150px; /* DEFINE YOUR WIDTH */
	padding: 2px 0;
}

/* Hide from IE Mac \*/
input, textarea { padding: 2px; }
/* End hide from IE Mac */

fieldset, legend {
	border: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

fieldset { margin: 15px 0; }

fieldset label { font-weight: normal; }

legend { *margin-left: -5px; /* targets IE6 and 7 */ }

label { font-weight: bold;}



/* ------------- EXTRAS ------------- */

.right { text-align: right; }
.center { text-align: center; }

.frame {
	padding: 8px;
	border: 1px solid #8D4F3E;
	background: #E4E1BF;
}

hr {
	background: #C7C399;
	color: #C7C399;
	height: 1px;
	margin: 10px 0;
	border: none;
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE Mac */
