﻿/***********************************************/
/* Colors                             */
/***********************************************/ 

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

html {
	background: #f1f1e9 url('../../images/bg.jpg') repeat-x;
	background-position: top center;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	text-align: center;
	background: url('../../images/bg-lower.jpg') no-repeat;
	background-position: center 482px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #0090ff;
}

a:visited :hover {
	color: #0090ff;
}

a img {
	border: none;
}

form {
	margin: 0;
}

h1{
	font-size: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1em;	
	margin: 10px 0 10px;
	color: #0090ff;
	font-weight: lighter;
}

h2{
	font-size: 18px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #0090ff;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 10px;
	clear: left;
	color: #0090ff;

}

h3 a {
	font-weight:bold;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 15px 10px;
	color: #555;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#badge {
	position: absolute;
	top: 225px;
	left: 850px;
	z-index: 20;
	display: block; /*  move slash star in front of display so ad will show */
}

#copy {
	width: 635px;
	padding: 20px;
	margin: 0 0 20px 0;
	min-height: 460px;
	height: auto !important;
	height: 460px;
}

#copyright {
	position: relative;
	left: 0px;
	top:  0px;
	height: 100px;
	width: 100%;
	background: #1c1c1c url('../../images/footer.jpg') no-repeat top center;
	z-index: 15;
}

#copyright a {
	color: #f5f5f5;
}

#copyright p {
	text-align: center;
	padding: 20px 0 0 5px;
	font-size: 11px;
	color: #fff;
}

#copyrightHolder {
	width: 980px;
	margin: 0 auto;
}

#address {
	position: absolute;
	top: 15px; 
	left: 770px;
	height: 96px;
	width: 250px;
	z-index: 20;
}

#address p  {
	font-size: 14px;
	padding-top: 18px;
	padding-left: 20px;
	line-height: 1.2em;
	text-align: left;
	color: #fff;
}

#fixed {
	position: relative;
	width: 980px;
	text-align: left;
	margin: 5px auto;
	padding: 535px 0 0 15px;
}

#logo {
	position: absolute;
	top:  0px;
	left: 10px;
	z-index: 20;
}

#mainContent {
	position: relative;
	width: 955px;
	text-align: left;
	padding: 0x 0 0 50px;
	z-index: 15;
	background: #efefef url('../../images/contentbg.jpg');
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#viewfloorplan {
	position: absolute;
	left: 670px;
	top: 15px;
}
#flash {
	position: absolute;
	width: 960px;
	height: 356px;
	top: 105px;
	left: 10px;
	z-index: 1;
	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 CSS                              */
/***********************************************/

#menu {
	position: absolute;
	text-align: center;
	top: 470px;
	left: -5px;
	width: 985px;
	height: 50px;
	z-index: 15;
	background: url('../../images/footer.jpg') no-repeat center center;
}

#menu ul {
	list-style: none;
	width: 950px;
	margin: 15px 0 0 20px;
	padding: 0;
	text-align: center;
}

#menu ul li { 
 	float: left;
	height: 30px;
	padding-right: 20px;
}

#menu li a { 
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	font-variant: small-caps;
}



/***********************************************/
/* Classes                                     */
/***********************************************/

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}

span.phone {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
}

.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;
}

#pics {
	display:none;
}
