﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/*
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 14px;
	color: #555;
	line-height: 1.5em;	
	background: #432214 url('../../images/bodyBG.jpg') left top repeat-x;
	text-align: center;
}

a {
	color: #67261E;
	text-decoration: underline;
	font-weight: bold;
}

a img {
	border: none;
}

a:hover {
	color: #2C2E28;
}

a:visited :hover {
	color: #2C2E28;
}

blockquote {
	margin-left: 30px;
}

form {
	margin: 0
}

h1{
	font-size: 21px;
	margin: 0 0 5px;
	color: #432214;
	font-style: italic;
}

h2{
	font-size: 16px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #67261E;
}

h3{
	font-size: 14px;
	margin: 0 0 0 10px;
	clear: left;
	color: #432214;
}

h3 + h3 {
	margin-bottom: 15px;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 10px 10px;
}

td, th {
	vertical-align: top;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#fixed {
	position: relative;
	width: 1050px;
	text-align: left;
	margin: 0 auto 0;
	padding-top: 367px;
}

#logo {
	position: absolute;
	top: 0;
	left: 50px;
}

#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#address {
	position: absolute;
	top: 20px;
	right: 50px;
	width: 500px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#badge {
	position: absolute;
	top: 150px;
	left: 900px;
	z-index: 20;
	display: block; /*  move slash star in front of display so ad will show */
}

#flashholder {
	position: absolute;
	width: 945px;
	height: 251px;
	top: 86px;
	left: 52px;
	background: url('../../images/flashBG_top.jpg') center center no-repeat;
}

#flashBanner {
	position: absolute;
	width: 945px;
	height: 251px;
}

#pics {
	position: absolute;
	top: 55px;
	left: 668px;
	width: 390px;
	height: 310px;
	background: url('../../images/photoHolder.jpg') left top no-repeat;
	padding:9px auto auto 12px;
}

#menu {
	position: absolute;
	top: 87px;
	left: 2px;
	width: 1050px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#galleryMenu {
	position: absolute;
	top: 55px;
	left: -14px;
	width: 220px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mainContent {
	position: relative;
	width: 1050px;
	text-align: left;
	margin: 0 auto;
	background: url('../../images/nfBG.jpg') repeat-y center top;
	padding-top: 26px;
}

#copy {
	width: 420px;
	margin: 0 0 15px 225px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

#copyWide {
	width: 760px;
	margin: 0 0 15px 225px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#copyright{
	width: 1050px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	background: transparent url('../../images/copyBG.jpg') no-repeat center bottom;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/
#address p {
	color: #432214;
	line-height: 1.2em;
	margin: 0;
	text-align: right;
}

#copyright p {
	padding: 20px 0 5px;
	margin: 0;
	font-size: 11px;
}

#menu ul {
	list-style: none;
	float: left;
}

#menu ul li { 
 	float: left;
	margin: 0;
	padding: 0;
	/* 9 col*/
	width: 105px; 
	/* 8 col  
	width: 118px;*/
}

#menu li a { 
	display: block;
	margin: 250px 0 0;
	padding-top: 4px;
	height: 30px;
	/* 9 col */
	width: 105px;
	/* 8 col
	width: 118px;  */
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	background: transparent url('../../images/menuBG.jpg') left top repeat-x;
}

#menu li a:hover { 
	background: transparent url('../../images/menuHoverBG.jpg') left top repeat-x;
}

/*
#menu li.home {
	background: transparent url('../../images/homeBannerPics.jpg') no-repeat center top;
}

#menu li.amenities {
	background: transparent url('../../images/amenitiesBannerPics.jpg') no-repeat center top;
}

#menu li.floorplans {
	background: transparent url('../../images/fpBannerPics.jpg') no-repeat center top;
}

#menu li.directions {
	background: transparent url('../../images/directionsBannerPics.jpg') no-repeat center top;
}

#menu li.contact {
	background: transparent url('../../images/contactBannerPics.jpg') no-repeat center top;
}

#menu li.residents {
	background: transparent url('../../images/residentsBannerPics.jpg') no-repeat center top;
}

#menu li.faqs {
	background: transparent url('../../images/faqBannerPics.jpg') no-repeat center top;
}

#menu li.links {
	background: transparent url('../../images/linksBannerPics.jpg') no-repeat center top;
}

#menu li.sitemap {
	background: transparent url('../../images/siteMapBannerPics.jpg') no-repeat center top;
}
*/
#galleryMenu ul {
	list-style: none;
	float: left;
	margin: 0;
	text-align: center;
}

#galleryMenu ul li { 
	margin: 0 0 2px 0;
	width: 220px;
	height: 150px;
	background: transparent url('../../images/subMenuBG.jpg') left top no-repeat;
}

#galleryMenu li a { 
	display: block;
	float: left;
	margin: 0 auto 0 5px;
	padding-top: 3px;
	height: 30px;
	width: 210px;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	background: transparent url('../../images/menuBG.jpg') left top repeat-x;
}	

#galleryMenu li a:hover { 
	background: transparent url('../../images/menuHoverBG.jpg') left 50% repeat-x;
}

#galleryMenu li img {
	margin: 7px 10px 1px;
}

#pics img, #pics * {
	margin: 9px auto auto 12px;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.fRight {
	float: right;
	margin: 0 10px 5px 0;
}

.noFloat {
	float: none;
}

span.phone {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 5px 15px;
}

.planName h3 {
	margin: 0 auto;
}