﻿#ad {
	display: block; /* ad display controlled by home.css in home folder */
	position: absolute;
	top: 30px;
	left: 525px;
	z-index: 15;
}

#copy {
	width: 891px;
	padding: 20px;
	margin: -50px 0 20px -170px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #fff;
	border: 2px #fff solid;
	z-index: 20;
}

#mainContent {
	padding: 0 0 0 0;
}

#flash {
	position: relative;
	width: 700px;
	height: 360px;
	top: 13px;
	left: 12px;
	z-index: 1;
}


#floorplans {
	display: none;
}	

#features {	
	position: absolute;
	width: 240px;
	height: 275px;
	top: 0px;
	left: -180px;
	background: url('../../images/feat_bg.jpg') repeat-y left top;
	padding: 40px 0 0 15px;
	z-index: 10;
}

#features ul {
	list-style: none;
	width: 220px;
	margin: 5px 0 15px 0px;
	padding: 0;
	text-align: center;
}

#features ul li { 
 	float: left;
	height: 15px;
	padding: 0 5px 15px 0;
	font-size: 12px;
	text-align: left;
	line-height: 3em;
}


/***************************************************
						CODA SLIDER
***************************************************/


#slider {
    width: 900px;
    position: relative;
    margin: 0;
}

.scroll {
	position: absolute;
	left: 160px;
    height: 400px;
    width: 742px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    margin: 0;
}
.scrollContainer div.panel {
    padding: 0 25px 25px 25px;
    width: 742px;
    height: 400px;
    background: #fff url('../../images/fplansbg.jpg') no-repeat ;
    border-bottom: 1px solid #ccc;
}

.scrollContainer H1 {
    line-height: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
	color: #fff;
    font-size: 32px;
}

.scrollContainer p {
    line-height: 1.4em;
    color: #5c5c5c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.scrollContainer div.panel ul {
    line-height: 1.4em;
    color: #5c5c5c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 20px 0 0 20px;
}
.scrollContainer div.panel ul li {
	float: left;
	width: 320px;
}

.scrollContainer div.panel h3 {
	margin: 20px 0 0 0;	
}


#navslider {
position: absolute;
left: -10px; 
width: 153px;
height: 300px;
background: #fff url('../../images/fplans.jpg') top left no-repeat;
border-bottom: 1px #efefef;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 35px 0 0 3px;
    text-align: left;
	width: 148px;
}

ul.navigation li {
    float: left;
}

ul.navigation a {
    padding: 2px 0 0 8px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    width: 140px;
}

ul.navigation a:hover {
    background:#efefef;
    color: #f6961d;
}

ul.navigation a.selected {
    color: #000;
    background:#abceec;
}

ul.navigation h4{
	color: #005eaf;
}


ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    display: none;
}

.hide {
    display: none;
}
