@charset "UTF-8";
/* CSS Document */

body{
	background: #D3C0A0 url(../images/background.jpg) top center no-repeat;
	font-family: 'Arial', sans-serif;	
	font-size: 12px;
}

strong {
	font-weight:normal;
}

img {
	border:none;
}

/*---  Header  ---*/
#header{
	background: url(../images/header_bg.jpg);
	width: 898px;
	height: 440px;
	margin: auto;
	padding: 20px;	
	font-family: 'Questrial', sans-serif;
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.3);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,.3);
}
#logo{
	height: 125px;
	width: 177px;
	margin-bottom: 20px;
}
#left_nav{
	background: url(../images/nav_leftBG.png);
	width: 200px;
	height: 249px;	
	margin-left: -30px;
	padding: 10px 0;
	font-size: 16px;
}
#left_nav li{
	height: 25px;
	line-height: 25px;
	width: 170px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#left_nav li a{
	color: #44291A;	
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	padding: 0 0 0 30px;
}
#left_nav li a:hover{
	background: #D89931;
	border-left: #C3862B solid 15px;
	margin-left: -15px;
}
#left_nav li a.last:hover{
	background: url(../images/social.png);
	border-left: #C3862B solid 15px;
	margin-left: -15px;
}
#facebook{
	height: 28px;
	width: 28px	;
	display: block;
	float: right;
	margin: -40px 10px 0 0;
	overflow:hidden;
}
#twitter{
	height: 28px;
	width: 28px	;
	display: block;
	float: right;
	background: url(../images/social_btns.jpg) top right;
	margin-top: -40px;
}
#hours{
	color: #FFF;
	font-size: 13px;
	text-align: center;
	margin-left: -15px;	
}
#address{
	color: #EAAF51;
	font-size: 13px;
	width: 355px;
	margin: 0 auto 10px auto;
}
#address a{
	color: #EAAF51;
}
#homeBanner{
	list-style:none;
	margin: 0px;
	padding: 0px;
	background: url(../images/homeBannerBG.jpg) no-repeat;		
}
#homeBanner li{
	list-style:none;
	margin: 0px;
	padding: 0px;	
	display: none;
}
#homeBanner li.active{
	display:block;	
}

#right_nav{
	float: right;
	width: 110px;
	height: 70px;
	background: url(../images/nav_rightBG.png);
	margin: -405px -34px 0 0;
	padding: 7px 0 13px 0;
	position: relative;	
	font-size: 13px;
}
#right_nav li{
	width: 91px;
	height: 20px;
	line-height: 20px;
	list-style: none;
	margin: 0 0 0 1px;
	text-align: right;
}
#right_nav li a{
	color: #44291A;	
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	padding-right: 17px;
}
#right_nav li a:hover{
	background: #D89931;
	border-right: #C3862B solid 12px;
	margin-right: -30px;
}
#right_nav li a.last:hover{
	background: url(../images/payonline.png);
	border-right: #C3862B solid 12px;
	margin-right: -30px;
}

/*---  Footer  ---*/
#super_foot{
	background: #44291A;
	color: #E7D4B6;
	width: 939px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	margin: 10px -24px ;	
}
#super_foot a{
	color: #E7D4B6;
	text-decoration: none;
}
#footer{
	background: #44291A;
	border-top: #F37A21 solid 3px;
	width: 890px;	
	padding: 15px;
	height: 75px;
	margin: 0 0 -15px -15px;
}
#sitemap{
	border-top: #592B25 3px solid;
	padding: 10px 0 0 0;
	margin: 5px 0 0 0;
	list-style: none;
	font-size: 10px;
}
#sitemap li{
	width: 213px;
	border-left: #592B25 3px solid;
	padding: 0 0px 0 5px;
	display: block;
	float: left;
	margin: 0px;
	line-height: 14px;
}
#sitemap li a{
	color:#E7D4B6;
	text-decoration: none;
}
#sitemap li a:hover{
	text-decoration: underline;	
}

/*---  Content  ---*/
#content{
	background: #FFFBEF;
	color: #3E1F13;
	width: 890px;
	min-height: 70px;
	margin: auto;
	padding: 15px;
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,.3);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,.3);
}
h1{
	font-size: 26px;
	font-weight: normal;
	margin-top: 0px;
	font-family: 'Questrial', sans-serif;	
}
h2{
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding-bottom: 3px;
	border-bottom: #3E1F13 1px solid;
	font-family: 'Questrial', sans-serif;	
}
h3{
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
	font-family: 'Questrial', sans-serif;	
}
.right{
	float: right;	
}
.left{
	float: left;	
}
.clearfloat{
	clear:both;	
}
.col1{
	float: left;
	display: block;
	width: 308px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;	
}
.col1 li{
	list-style: disc;
	margin: 0 0 0 30px;
	padding: 0px;	
}

/*--- Home ---*/
#home{
	float: left;
	width: 438px;
	padding: 3px 22px 7px 45px;	
	line-height: 20px
}
#home a{
	background: #D89931;
	color: #44291A;	
	text-decoration: none;
	width: 200px;
	height: 24px;
	line-height: 24px;
	font-size: 17px;
	float: left;
	display: block;
	text-align: center;
}
#home a:hover{
	color: #FFF;	
}

/*--- Features ---*/
#features{
	width: 850px;
	margin: 10px auto 15px auto;	
	line-height: 20px;
}
#features a{
	color: #3E1F13;
}

/*--- Floor Plans ---*/
#fp_nav{
	background: #E7D4B6;
	margin: -15px 0px -10px -15px;
	width: 240px;
	height: 580px;
	padding: 20px;
	float: left;
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	
}
#fp_nav a{
	display: block;
	width: 210px;
	height: 24px;
	line-height: 24px;	
	color: #3E1F13;
	text-decoration: none;
	padding-left: 30px;
	margin-bottom: 2px;
}	
#fp_nav a:hover{
	color: #FFF;
	background: #441B0D;	
}
#fp_content{
	float: right;
	display: block;
	width: 600px;
	padding: 20px;
	margin: -15px -15px -15px 0px;
}
#fp_top{
	border-bottom: #3E1F13 1px solid;
	height: 25px;
}
#fp_title{
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-size: 24px;
	float: left;
	font-family: 'Questrial', sans-serif;
}
#fp_title li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: none;
}
#fp_title li.active{
	display: block;	
}
#fp_info{
	float: right;
	padding: 0px 20px 0px 0px;
	font-size: 12px;
	margin: 10px 0 0px 0;
}
#fp_info li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: none;
}
#fp_info li.active{
	display: block;	
}

#floorplans{
	padding: 0px;
	margin: 0px;
}
#floorplans li{
	padding: 0px;
	margin: 15px 0px 0px 0px;
	list-style: none;
	display: none;
}
#floorplans li.active{
	display: block;	
}

/*--- Gallery ---*/
.thumbs a{
	display: block;
	float: left;
	width: 116px;
	height: 75px;
	border: #6B412B 6px solid;
	margin: 10px;
}
.thumbs a:hover{
	border: #A97C50 6px solid;	
}

#gallery{
	background: #E7D4B6;
	width: 828px;
	margin: 0px 0px 20px 10px;
	padding: 20px;	
}
#gallery li{
	list-style: none;
	margin: 0px;
	padding: 0px;	
	display: none;
}
#gallery li.active{
	display: block;	
}
#gallery li img{
	border: #6B412B 6px solid;	
	-moz-box-shadow: 0px 7px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow:  0px 7px 20px rgba(0,0,0,0.3);
	box-shadow:  0px 7px 20px rgba(0,0,0,0.3);
}
#gal_btns{
	width: 800px;
	position: absolute;
	margin: -310px 0px 0px 45px;
	z-index: 20;
}
#gal_btns a {
	cursor:pointer;
}

/*--- Pet Policy ---*/

#pets_left{
	float: left;
	display: block;
	width: 230px;
	margin: 0 54px 0 0;
	padding: 0px;
}
#pets_left li{
	list-style: none;
	margin-left: 20px;
}
#pets_right{
	float: left;
	display: block;
	width: 565px;	
	margin: 0px;
	padding: 0px;
}
#pets_right li{
	list-style: none;
	margin-left: 20px;
}

/*--- Residents ---*/
.res_left{
	float: left;
	display: block;
	width: 261px;	
}
#login{
	float: left;
	width: 278px;
	height: 103px;
	margin-left: 40px;
	-moz-box-shadow: 0px 4px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow:  0px 4px 6px rgba(0,0,0,0.3);
	box-shadow:  0px 4px 6px rgba(0,0,0,0.3);
}
#login a{
	background: url(../images/login.jpg) top;
	display: block;
	height: 100%;
	width: 100%;
}
#login a:hover{
	background: url(../images/login.jpg) bottom;
}


/*--- Contact Us ---*/
#con_left{
	float: left;
	display: block;
	width: 380px;
	line-height: 15px;
}
@-moz-document url-prefix() {
	#con_left{
		width: 189px;
	}
}
#con_right{
	float: right;
	display: block;
	width: 380px;
	padding: 15px 35px;
	background: #E7D4B6;	
}

#con_right_nobg{
	float: right;
	display: block;
	width: 380px;
	padding: 15px 35px;
}
#form{
	width: 380px;
	margin: auto;	
}
.input{
	background: #FFF;
	border: none;
	color: #44291A;
	width: 380px;
	height: 20px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:  0px 2px 2px rgba(0,0,0,0.2);
	box-shadow:  0px 2px 2px rgba(0,0,0,0.2);
	margin-bottom: 5px;
}
.textarea{
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	padding: 4px 2px;
	background: #FFF;
	border: none;
	color: #44291A;
	width: 378px;
	height: 100px;
	margin: 0px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:  0px 2px 2px rgba(0,0,0,0.2);
	box-shadow:  0px 2px 2px rgba(0,0,0,0.2);
}
@-moz-document url-prefix() {
	.textarea{
		padding: 4px 1px;
	}
}
.submit{
	float: right;
	background: #44291A;
	border: none;
	color: #FFF;
	padding: 3px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:  0px 2px 2px rgba(0,0,0,0.2);
	box-shadow:  0px 2px 2px rgba(0,0,0,0.2);	
	cursor: pointer;
}