<style>

/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Created : 4/17/09
Modified : 

Colors: 
#95511a - brown
#99d048 - green (body background)
#cd4b00 - clay
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

* { margin: 0;	padding: 0; }

body {
	font: 82.5% Arial, Helvetica, sans-serif; /*Resets 1em to 10px */
	text-align: center; /*centers the text in IE6 */
	margin: 0px auto;
	background: #cd4b00 url(/images/border.jpg) repeat;
}

p {
	color: #000;
	font-size: 1.1em;
	margin: 0 5px 20px 0;
	line-height: 1.6em;
}

p.contactblockheader {
	font-weight: bold;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	text-align: left;
	padding: 0 0 0 40px;
	margin-bottom: 5px;
	color: #cd4b00 ;
}

p.contactblock {
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	text-align: left;
	padding: 0 0 0 40px;
	margin: 0;
	color: #066324;
}


/* ----- IMAGES ----- */
a img, img a {	border: none;	padding: 0;	}
	
img{	margin: 5px;}

/* ----- IDS ----- */

#wrapper {
	width: 900px;
	padding: 0;
	overflow: hidden;
	margin: 40px auto; /*centers the body */
	text-align: left;
	border: 5px solid #d2cc2e;
	}
#logo {
	width: 100%;
	height: 120px;
	background-color:white;
	}
	
span.translate {display: inline; margin: 0 10px 5px 150px;}
.translate a{margin: 0 40px 2px 0; color: #99d048; font-size:1.1em; font-style:italic;}
.translate a:hover {background-color: #666666; color: #95511a;}

#masthead { width: 100%; height: 280px;}

.stripe {height:20px}


#banner {
	width: 650px;
	height: 260px;
	padding: 0;
	float: left;
	background-color: white;
	}

img.banner {
	margin:0;
	padding:0;
}

#contact {
	width: 250px;
	height: 260px;
	background-color: #fff;
	float: right;
	position:relative;
}
/* --------NAV WRAPPER--------------*/

#nav {
	width: 100%;
	height: 30px;
	float: left;
	position: relative;
	background: #99d048 url(/images/menubar.jpg);
}

ul#navlist {
	margin: 0 50px;
	padding: 5px 0;
}

#navlist li{
	display: inline;
	list-style-type: none;
	padding: 20px;
	margin: 0 auto;
}

#navlist li a {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#navlist li a:hover {
	color: #cd4b00;
}


/* ------------CONTENT AREA-------------*/ 

#contentwrapper {
	width: 900px;
	clear: both;
	overflow: hidden;
	background: #fff url(/images/background.jpg) repeat;
	padding-left: 20px;
	}
#content {
	width: 500px;
	float: left;
	padding: 0 0 10px 0;
	margin: 30px 10px;
	overflow: hidden;
	text-align: left;
}   
#content p {color: #444;	}
	
#content a:link, #content a:active, #content a:visited {
	color: #95511a;
	text-decoration: none;
}

#content a:hover {
	text-decoration: none;
}	

/* =============Homepage Badges and buttons=================*/

#homebuttons {	clear: both; margin: 30px 30px; overflow:hidden; }

#homebuttons .homeappt a, #homebuttons .homeapply a, #homebuttons .homelayouts a {
	margin: 0 30px 0 0; padding:0;}

#homebuttons .homeappt a{
	background: transparent url(/images/badges_appt.png) no-repeat scroll left top;
	width: 150px;	height: 155px;	float:left;
	}
	
#homebuttons .homeapply a{
	background: transparent url(/images/badges_apply.png) no-repeat scroll left top;
	width: 150px;	height: 155px;	float:left;
	}
	
#homebuttons .homelayouts a{
	background: transparent  url(/images/badges_layout.png) no-repeat scroll left top;
	width: 150px;	height: 155px;	float:left;
	}	


/* ----------SIDEBAR AREA------------*/
#sidebar {
	float: right;
	width: 360px;
	margin: 0 10px;
	padding: 0;
	padding-top: 20px;
}	
#sidebar p {color: #444;  }

#sidebar a:link, #sidebar a:active, #sidebar a:visited {	color: #cd4b00;	text-decoration: none;}

#sidebar a:hover {	text-decoration: none;	color: #4a4a4a;}
	
#sidebar h2.subpage {
	background: transparent url(/images/floorplan_details.png) no-repeat;
	width: 218px;
	height: 30px;
	padding: 10px 0 5px 20px;
	color: #fff;
	}
	
ul#subpage {	margin: 5px 0 0 30px; list-style: none;	}

ul#subpage li{
	font-size: 1em;
	list-style:none;
	font-size:1em;
	}
ul#subpage li a:link, ul#subpage li a:active, ul#subpage li a:visited{
	color: #444;
	}
ul#subpage li a:hover {
	color: #fff;
	background-color: #99d048;
	}

.townhomebadge {
	background: transparent url(/images/badge_townhome.png) no-repeat;
	height: 104px;
	width: 218px;
	padding: 60px 0 5px 5px;
	}		
#sidebar .request a{ background: transparent url(/images/maintenance.png) no-repeat top left;
	width: 156px;
	height:30px;
	float:left;
	}

#sidebar .comments a{ background: transparent url(/images/resident_comments.png) no-repeat top left;
	width: 147px;
	height:30px;
	float:left;
	}
	

/*------------ FOOTER AREA-----------*/  
#footer{clear: both;	height: 1%}

#footer p {	text-align: center ;	color: #444;	}
	
#footer a:link, #footer a:active, #footer a:visited {	color: #cd4b00;	text-decoration: none;	}
	
#footer a:hover {	color: #cd4b00;	text-decoration: none;	}	

/* ----- HEADINGS ----- */

h1, h2, h3, h4, h5, h6 { color: #cd4b00;margin: 5px 0 10px 0;	}

h1{	font-size: 1.3em;}
h2{	font-size: 1.1em;}
h3{	font-size: 1em;	font-weight: bold;}
h4{	font-size: .8em;	font-weight: bold;}

/* ----- LISTS ----- */

ul, ol {margin: 5px 0 10px 30px;padding: 0;	color: #444; list-style-image: url(/images/bullet.png); }

ol li{	list-style: decimal; }
ul li { list-style: disc; }
ol li, ul li{ margin: 0;	padding: 0;	line-height:1.5em; list-style-image: url(/images/bullet.png); }

ul.l10n_lang_list li { float:left; margin-left: 70px; margin-top: 10px; margin-bottom: 20px; color: #cd4b00; font-weight: bold; }
ul.l10n_lang_list li a { text-decoration: none; }

</style>
