﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/* Palette - http://www.colourlovers.com/palette/582950/Desert */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4B271B;
	line-height: 1.35em;	
	background: #0e0217 url('../../images/bg.jpg') top center repeat-y;
	text-align: center;
}

a, a:visited {
	text-decoration: underline;
	color: #A08045;
}

a:hover, a:visited:hover  {
	color: #000;
}

a img {
	border: none;
}

form {
	margin: 0
}

h1{
	font-size: 40px;
	margin: 20px 0 10px 5px;
	color: #4B271B;
	font-weight: normal;
}

h2{
	font-size: 17px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #A08045;
}

h3 {
	font-size: 14px;
	margin: 10px 0 5px 10px;
	clear: left;
	color: #4B271B;
}

h3 a {
	font-weight:bold;
	color: #4B271B;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 7px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#badge {
	position: absolute;
	top: 275px;
	left: 860px;
	z-index: 20;
	display: block; /*  move slash star in front of display so ad will show */
}

#address {
	position: absolute;
	top: 26px;
	left: 750px;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#address p  {
	font-size: 18px;
	line-height: 1.2em;
	color: #FFF;
}


#copy {
	width: 625px;
	margin: 0 0 0 30px;
	/*min-height: 350px;
	height: auto !important;
	height: 350px; */
}

#copy img {
	margin: 3px 0 3px 10px;
}

#copyright {
	position: relative;
	width: 958px;
	height: 100px;
	padding: 10px 0 0 -2px;
	margin: 0 auto;
	text-align: left;
	background: #373737;
}

#copyright p {
	padding: 10px 0 5px 10px;
	font-size: 12px;
	color: #FFF;
}

#caddress {
	position: absolute;
	top: 5px;
	left: 775px;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#caddress a {
	color: #fff;
}


#caddress p  {
	font-size: 16px;
	line-height: 1.2em;
	color: #FFF;
}


#fixed {
	position: relative;
	width: 967px;
	margin: 20px auto;
	text-align: left;
	padding: 540px 0 0;
}



#logo {
	position: absolute;
	top: 20px;
	left: -10px;
}

#mainContent {
	width: 954px;
	text-align: left;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	padding: 20px 0 25px;
	background: url('../../images/contentbg.jpg') repeat;
	border: 3px solid white;
}

#menu {
	position: absolute;
	top: 20px;
	left: 290px;
	margin: 0;
	text-align: left;
	width: 600px;
	height: 100px;
}

#menu ul {
	list-style: none;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 0 0 0 15px;
	margin: 0;
	background: url('../../images/navdiv.jpg') top right no-repeat;
	text-align: left;
	width: 130px; 
	height: 100px;
	float: left;
}

#menu li a { 
	display: block;
	text-decoration: none;
	padding-right: 17px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	line-height: 1.25em;
	padding: 5px 0 0 0;
}

#menu li a:hover, #menu li a:visited:hover  {
	color: #A08045;
}

#rightFloorplans {	
	position: absolute;
	width: 240px;
	height: 450px;
	top: 565px;
	left: 730px;
	background: url('../../images/sidebg.jpg') repeat-y left top;
}

#rightFloorplans ul {
	list-style: none;
	margin: 0 0 5px 5px;
	padding: 0;
	text-align: left;
	float: left;
}

#rightFloorplans ul li { 
 	float: left;
	height: 100px;
	padding: 5px 5px 15px 0;
}

#rightFloorplans h4 { 
 	font-size: 15px;
}

#flash {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 960px;
	height: 373px;
}

#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;
}


#pics {
	position: absolute;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.fRight {
	float: right;
	margin: 0 10px 5px 0;
}

.hided {
	display: none;
}

.showed {
	display: block;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}

span.phone {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	color: #A08045;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 25px 15px;
	width: 150px;
}

.planName h3 {
	margin: 0 auto;
}

.pLeft {
	float: left;	
}

.pRight {
	float: right;	
}

label.sameLine {
	display: inline;
	font-weight: bold;
	text-align: right;
}

.smaller {
	font-size: 11px;
	color: #FFF;
	line-height: 1em;
}
