﻿/***********************************************/
/* Colors                             */
/***********************************************/ 

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	background: #3f5f23 url('../../images/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}

a {
	color: #d2d8b6;
	text-decoration: underline;
}

a:hover {
	color: #fff;
}

a:visited :hover {
	color: #ccc;
}

a img {
	border: none;
}

form {
	margin: 0;
}

h1{
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1em;	
	margin: 20px 0 10px;
	color: #d2d8b6;
}

.larger{
	font-size: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	margin-top: -5px;
	line-height: 1em;	
	color: #323232;
}

h2{
	font-size: 18px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #d2d8b6;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 10px;
	clear: left;
	color: #ccc;

}

h3 a {
	font-weight:bold;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 15px 10px;
	color: #fff;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#copy {
	width: 500px;
	padding: 10px 0 25px 0;
	margin: 0;
	min-height: 250px;
	height: auto !important;
	height: 250px; 
	z-index: 10;
}

#copyright {
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 87px;
	margin: 0;
	background: url('../../images/footer.jpg');
}

#copyright a {
	color: #ccc;
}

#copyright p {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 11px;
	line-height: 2em;
	color: #fff;
}

#copyrightHolder {
	width: 1000px;
	margin: 0;
}

#fixed {
	position: relative;
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding-top: 565px;
	padding-left: 0px;
	z-index: 10;
}

#homephoto {	
	position: absolute;
	top: 560px;
	left: 560px;
	width: 450px;
	height: 295px;
	z-index: 20;
	text-align: left;
	background-image:url('../../images/homephoto.jpg');
	background-repeat: no-repeat;
}

#galleryMenu {	
	position: absolute;
	top: 462px;
	left: 458px;
	width: 545px;
	height: 62px;
	z-index: 20;
}

#galleryMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#galleryMenu li {
	float:left;
	width: 164px;	
	height: 60px;
	padding: 0 15px 0 0;
	text-align: left;
}

#galleryMenu li a { 
	color: #191919;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size: 18px;
}

.gallery { 
	width: 120px;
}

.lifestyle { 
	width: 220px;
}

.residents { 
	width: 100px;
}



#logo {
	position: absolute;
	top:  20px;
	left: 5px;
	z-index: 10;

}

#address {
	position: absolute;
	top:  38px;
	left: 800px;
	z-index: 10;
	color: #000;
	text-align: right;
}


#mainContent {
	position:relative;
	width: 530px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 20px;
	z-index:9;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#flashholder {
	position: absolute;
	width: 960px;
	height: 311px;
	top: 144px;
	left: 20px;
	background: url('../../images/flashBG.jpg') no-repeat;
}
#flash {
	position: absolute;
	width: 960px;
	height: 311px;	
}

#menu {
	position: absolute;
	top: 120px;
	left: 320px;
	height: 20px;
	z-index: 10;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li { 
	height: 20px;
	background: #fff url('../../images/nav.jpg');
	background-position:right;
	background-repeat: no-repeat;
	float: left;
}

#menu li a { 
  	display: block;	
  	padding: 0 0 0 0;	
	color: #191919;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a59762;
	text-decoration: none;
	text-align: center;
}

#menu .home {
	width: 60px;
}

#menu .amenities {
	width: 82px;
}

#menu .floorplans {
	width: 85px;
}

#menu .directions {
	width: 82px;
}

#menu .contact {
	width: 85px;
}

#menu .apply {
	width: 58px;
}

#menu .faqs {
	width: 81px;
}

#menu .links {
	width: 54px;
}

#menu .sitemap {
	width: 71px;
}


/***********************************************/
/* Classes                                     */
/***********************************************/

.white {
	color: white
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}

span.address {
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 25px 15px;
}

.planName h3 {
	margin: 0 auto;
}

.pLeft {
	float: left;	
}

.pRight {
	float: right;	
}

label.sameLine {
	display: inline;
	font-weight: bold;
	text-align: right;
}
