﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/*
Gray: #4B4B47
Red: #C32F2F
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.5em;	
	background: #0b3b35 url('../../images/bg.jpg') repeat-x center top;
	text-align: center;
}

a {
	color: #f1d871;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #d6a727;
}

a:visited :hover {
	color: #d6a727;
}

a img {
	border: none;
}


h1{
	font-size: 38px;
	margin: 20px 0 5px;
}

h2{
	font-size: 28px ;
	margin: 0 5px 0 10px;
	clear: left;
}

h3{
	font-size: 18px;
	margin: 7px 0 0 10px;
	clear: left;
}

p {
	margin: 0 0 10px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#fixed {
	position: relative;
	width: 1000px;
	text-align: left;
	margin: 0 auto 0;
}

#logo {
	position: absolute;
	top: 10px;
	left: 380px;
	z-index: 25;
}

#address {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 175px;
}

#pics {
	position: absolute;
	top: 350px;
	left: 632px;
}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 144px;
	background: url('../../images/hdr.png') no-repeat top center;
	z-index: 20;
}

#mainContent {
	position: relative;
	padding-top: 570px;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	background: url('../../images/contentbg.jpg') repeat-y top center;
	z-index: 5;
}

#copy {
	width: 600px;
	margin: 0 0 15px 300px;
	min-height: 450px;
	height:auto !important;
	height: 450px;
	padding: 5px 0 25px 0;
}

#leftnav{
	position: absolute;
	width: 240px;
	height: 400px;
	top: 575px;
	left: 0px;
	background: url('../../images/rightfplans.jpg') no-repeat;
	z-index: 25;
}

#address {
	position: relative;
	top: 0px;
	left: 0px;
	color: #191919;
	text-align: left;
}

#address p  {
	font-size: 16px;
	line-height: 1.2em;
}

#lfloorplans {	
	position: relative;
	width: 240px;
	height: 375px;
	top: 70px;
	left: 10px;
}

#lfloorplans ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	text-align: left;
	float: left;
}

#lfloorplans ul li { 
 	float: left;
 	height: 90px;
	padding: 0 15px 9px 0;
}


#copyrightholder {
    position: relative;
    width: 100%;
    left: -1px;
    height: 50px;
    margin: 0 auto;
	background: #000;
} 
#copyright {
    position: relative;
    width: 1000px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
}

#copyright p {
	padding: 10px 0 5px 15px;
	margin: 0 auto;
	font-size: 11px;
	color: #d9d9d9;
}

#copyright a {
	color:#FFF;
}

#flash {
	position: absolute;
	top: 92px;
	left: -26px;
	width: 1054px;
	height: 479px;
    z-index:10;
}

#flash IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#flash IMG.active {
    z-index:10;
    opacity:1.0;
}

#flash IMG.last-active {
    z-index:9;
}

/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/
#address p {
	color: #FFF;
	line-height: 1.2em;
	margin: 0;
	text-align: right;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 5px 15px;
}

.planName h3 {
	margin: 0 auto;
}


span.phone {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
}

#menu ul {
	position: absolute;
	top: 85px;
	left: 35px;
	list-style: none;
	float: left;
	margin: 0;
}

#menu ul li { 
 	float: left;
	margin: 0 10px 0 2px;
	padding: 0;
}

#menu li a { 
	display: block;
	float: left;
	padding: 1px 35px 1px 0px;
	height: 18px;
	color: #FFF;
	text-decoration:none;
	font-size: 15px;
	font-weight: normal;
	text-align:left;
}
#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;
}


/* for seo stuff */
label {
	display: block;
	font-weight: bold;
}

#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

