﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/*
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}
html{ 
	background: #f4efdc url('../../images/bgmid.jpg') no-repeat;
	background-position: center 470px;
	margin: 0;
	padding: 0;
}

body{
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 16px;
	color: #2F3612;
	line-height: 1.5em;	
	text-align: center;
	background: url('../../images/bgtop.jpg') top center repeat-x;
}

a {
	color: #57482B;
	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: 42px;
	margin: 0 0 5px;
	color: #524A3B;
}

h2{
	font-size: 24px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #524A3B;
}

h3{
	font-size: 20px;
	margin: 0 0 0 10px;
	clear: left;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 10px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#fixed {
	position: relative;
	width: 1024px;
	text-align: left;
	margin: 0 auto 0;
	padding-top: 540px;
	background: #f2eeeb url('../../images/fixedbg.jpg') repeat-x;
}

#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}


#copy {
	width: 680px;
	padding: 110px 25px 50px 20px;
	margin: 0;
	min-height: 210px;
	height: auto !important;
	height: 210px; 
	z-index:2;
}

#copyrightholder {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 32px;
	margin: 0;
	background: #1b1b1b;
	z-index: 10;
	text-align: center;
}

#copyright {
	position: relative;
	bottom: 0px;
	width: 980px;
	height: 28px;
	margin: 0 auto;
	padding: 9px 0 0 0;
}

#copyright a {
	color: #fff;
}

#copyright p {
	text-align: center;
	font-size: 11px;
	color: #8d8d8d;
	line-height: 1em;
}

#mainContent {
	text-align: left;
	padding: 0;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#topbar {
	position: absolute;
	left: 40px;
	top: 470px;
	width: 980px;
	color: #393939;
}
#topbar ul {
	width: 980px;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}

#topbar ul li { 
 	float: left;
}
#topbar .rightpad { 
 	padding: 0 40px 0 0;
}


#address{
	top: 645px;
	left: 775px;
	width: 220px; 
	position: absolute;
	z-index: 8;
	text-align: left;
	font-size: 20px;
	line-height: 1.3em;
	color: #a9864e;
}

#rightbar {
	position: absolute;
	left: 764px;
	top: 700px;
	width: 250px;
	color: #393939;
	margin: 15px 0 0 0px;
}

#floorplans {
	width: 260px;
	color: #393939;
	margin: 15px 0 0 0px;
	background: #fff url('../../images/floorplans.jpg') top left no-repeat;
	height: 130px;
	padding: 90px 0 0 0;
}

#floorplans ul {
	width: 260px;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
}

#floorplans ul li { 
 	padding: 5px;
 	width: 250px;
}
#floorplans h2 {
	font-size: 28px;
}
#floorplans h3 {
	font-size: 18px;
}

#flash {
	position: absolute;
	width: 988px;
	height: 430px;
	top: 40px;
	left: 20px;
	z-index: 6;
	overflow: hidden;
}

#flash IMG {
    position:absolute;
    top: 0;
    left: 0;
    z-index:6;
    opacity:0.0;
}

#flash IMG.active {
    z-index:10;
    opacity:1.0;
}

#flash IMG.last-active {
    z-index:9;
}

/* Navigation  */

#nav{
    height:140px;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    background: transparent url(../../images/nav.jpg) repeat-x top left;
    z-index: 99;
}
#nav ul{
    height:30px;
    list-style:none;
    margin: 0 auto;
    padding: 0 0 0 20px;
    width: 1100px;   
}
#nav ul li{
    display:inline;
    float:left;
    margin: 14px 10px 0 10px;
    border-right: 1px white solid;
}
#nav a{
    font-size: 20px;
    font-weight:bold;
    float:left;
    padding: 0px 10px 0 5px;
    color:#fff;
    text-decoration: none;
    cursor: pointer;
    height: 18px;
    line-height:16px;
}
#nav a:hover{
    color: #db9e37;
}
#nav a.top span, #nav a.bottom span{
    float:left;
    width:16px;
    height:16px;
}

#nav .faqs{
    border-right: none;
}
#nav .logo{
    border-right: none;
    margin-top: 0px;
    padding: 0 0 0 0;
}


/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}


.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;
}

.cufon-loading h1 { 
	visibility: hidden !important;
}


