* { 
	padding:0; 	
	margin:0; 
}

body {
	padding:0;
	margin:0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B2B14;
	background-repeat:repeat-x;
}

#container { 
	width: 940px; 
	margin: 0 auto; 
	text-align: left; 
	position: relative; 
}

#nav { 
	width: 940px; 
	height:40px; 
	float: left; 
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height:17px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	padding-bottom: 10px;
}

h3 {
	font-size:13px;
	font-weight:bold;
	padding-bottom: 10px;
}

#home_text ul {
	padding-left:15px;
}	

#home_text li {
	padding-bottom:3px;
}	

.clear {
	clear:both;
}	

.logo {
	padding-top: 10px;
	padding-left: 40px;
	margin-bottom: 19px;
	float:left;
}

.contact_button {
	padding-top:10px;
	margin-left:400px;
	float:left;
}	

#left_side_image {
	float:left;
}

#right_side_image {
	position:absolute;
	top:420px;
	right:0px;
	float: right;
}

#template_right_side_image {
	position:absolute;
	top:380px;
	right:0px;
	float: right;
	z-index:20;
}

#nav ul { 
	list-style:none; 
}

#nav li { 
	float:left; 
}

#nav img { 
	vertical-align:bottom; 
}

#home_body {
	background-image: url(/images/home_body_bg.gif);
	background-repeat: repeat-y;
}

#home_text {
	float:left;
	padding-left:20px;
	width: 436px;
}

#map_text {
	float:left;
	padding-left:20px;
	width: 631px;
}

#apply_text {
	float:left;
	padding-left:40px;
}

#apply_text_contact {
	float:left;
	padding-left:235px;
}

#neighborhood_body {
	background-image: url(/images/neighborhood_body_bg.gif);
	background-repeat: repeat-y;
}

#community_body {
	background-image: url(/images/community_body_bg.gif);
	background-repeat: repeat-y;
}

#map_body {
	background-image: url(/images/map_body_bg.gif);
	background-repeat: repeat-y;
}

#apply_body {
	background-image: url(/images/apply_body_bg.gif);
	background-repeat: repeat-y;
}

#gallery_body {
	background-image: url(/images/gallery_body_bg.gif);
	background-repeat: repeat-y;
}

#floorplans_body {
	background-image: url(/images/floorplans_body_bg.gif);
	background-repeat: repeat-y;
}

#map_key {
	position:absolute;
	left: 50px;
	top: 490px;
	width: 150px;
	line-height:14px;
}

#map_key ol {
	list-style-type:none;
}	

#map_key li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FAE9DC;
	width:150px;
	padding-top:4px;
	padding-bottom:5px;
	vertical-align:middle;
}

/***********************************************/
/* floorplan styles                            */
/***********************************************/ 

.floorplan_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B2B14;
	line-height:18px;
	text-decoration:underline;
}

#floorplan_nav {
	position:absolute;
	left: 52px;
	top: 420px;
	width: 100px;
}	

#floorplan_nav ul {
	list-style:none;
}

#floorplan_nav li { 
	float:left; 
	padding: 0 0 15px 0;
}

#floorplan_nav a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3B2B14;
	padding-left:17px;
	width:100px;
	height:20px;
}	

#floorplan_nav a:hover {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #3B2B14;
	background-image: url(/images/floorplans_sidenav_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}	

#floorplan_nav .on_state {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #3B2B14;
	background-image: url(/images/floorplans_sidenav_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}	

.popup {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}	

/***********************************************/
/* footer styles                               */
/***********************************************/ 

#footer {
	clear: both;
	background-repeat: no-repeat;
	height: 89px;
}

#bottom_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B2B14;
	font-weight:bold;
	text-decoration:none;
}

#bottom_nav ul {
	list-style:none;
	margin-left:40px;
}

#bottom_nav li {
	float:left;
	padding:16px 14px 5px 0;
}		

#copyright {
	clear:both;
	font-size:10px;
}

#copyright ul {
	list-style:none;
	margin-left:40px;
}

#copyright li {
	float:left;
	padding:0 14px 0 0;
}	

#social-icons {
	clear:both;
	padding-top:7px;
}

#social-icons ul {
	list-style:none;
	margin-left:40px;
}

#social-icons li {
	float:left;
	padding:0 5px 0 0;
}

/***********************************************/
/* form styles                                 */
/***********************************************/ 
#contact-form{}
#contact-form label{ position:relative; width: 65px; padding:10px 0; display: inline-block; vertical-align: top; font-weight:bold;}
#contact-form input[type="text"]{ margin:10px; width:300px;}
#contact-form input[type="image"]{ margin:0 0 0 75px; display: inline-block;}
#contact-form textarea{ margin:10px; width:300px;}
#contact-form span{ margin:0 0 0 137px; display: inline-block; vertical-align: top;}
#contact-form label.error{ width: 200px;}

.form_field {
	margin-left:100px;
}

.form_field2 {
	margin-left:260px;
}

label {
	position:absolute;
}

#contact_col1 {
	width: 365px;
	float: left;
	height: 450px;
}

#contact_col2 {
	width: 450px;
	float: left;
	height: 450px;
}			

form {
	padding:20px 0 20px 0;
}	

.submit_buttons {
	margin:30px 0 10px 0;
	text-align:center;
}	

/***********************************************/
/* gallery styles                              */
/***********************************************/ 

#gallerynav {
	position:absolute;
	left:/*475px*/375px;
	top:375px;
	background-image:url(/images/gallery_nav_bg.gif);
	background-repeat: no-repeat;
	width:/*407px*/500px;
	height:55px;
}	

#gallerynav ul {
	list-style:none;
	margin-left:/*40px*/27px;
}

#gallerynav li {
	float:left;
	padding:15px /*14px*/10px 0 0;
}	

#galleryarea {
	padding: 40px 0 10px 0;
	width: 800px;
}

#galleryarea ul {
	list-style: none;
}

#galleryarea li {	
	float:left;
	width:120px;
	height:120px;
	background-image:url(/images/gallery_thumb_bg.gif);
	background-repeat:no-repeat;
	padding:4px 0 0 3px;
	margin:4px;
}

#largephoto {
	padding: 5px 0 0 11px;
	text-align: center;
}

div#largephotobot {
	padding: 2px 0 0 13px;
}

#large_photo_nav {
	position:absolute;
	top:550px;
	left:675px;
	width:220px;
}

#large_photo_nav img {
	float:left;
}	

#largephoto {
	position:absolute;
	left:47px;
	top:469px;
}

/***********************************************/
/* flash                                       */
/***********************************************/ 

#home_flash {
	position:absolute;
	top:159px;
	left:20px;
}	


/*pay rent online*/

#right_side_image_second {
	position:absolute;
	top:528px;
	right:32px;
	float: right;
}
