﻿
/***********************************************/
/* Colors                             */
/***********************************************/ 

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	background: #001158 url('../../images/bg.jpg');
	background-position: top center;
	text-align: center;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #ccc;
}

a:visited :hover {
	color: #ccc;
}

a img {
	border: none;
}

form {
	margin: 0;
}

h1{
	font-size: 44px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: .8em;	
	margin: 20px 0 10px;
	color: #852f04;
	font-weight: normal;
}
.smaller {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

h2{
	font-size: 18px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #00104f;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 10px;
	clear: left;
	color: #852f04;

}

h3 a {
	font-weight:bold;
	color: #852f04;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 15px 10px;
	color: #191919;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#copy {
	width: 610px;
	padding: 0 10px 10px 0px;
	margin: 0;
	min-height: 300px;
	height: auto !important;
	height: 300px; 
	z-index: 5;
}

#copyright {
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 87px;
	margin: 0;
}

#copyright a {
	color: #852f04;
}

#copyright p {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 11px;
	line-height: 2em;
	color: #191919;
}

#copyrightHolder {
	width: 1000px;
	margin: 0;
}

#fixed {
	position: relative;
	width: 980px;
	text-align: left;
	margin: 30px auto;
	padding-top: 480px;
	z-index: 10;
	background: #000;
	background: #d9d0c0 url('../../images/fixbg.jpg') no-repeat;
}

#logo {
	position: absolute;
	top:  35px;
	left: 25px;
	z-index: 10;

}

#mainContent {
	position:relative;
	width: 620px;
	text-align: left;
	padding: 0 10px 0 0;
	margin: 0 0 20px 40px;
	z-index:9;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#flash {
	position: absolute;
	width: 702px;
	height: 302px;
	top: 204px;
	left: 0px;
	z-index: 10;
	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;
}

#menu {
	position: absolute;
	text-align:center;
	top: 170px;
	left: 20px;
	width: 960px;
	height: 20px;
	z-index: 10;
	background-position: top;
	background-repeat: no-repeat;
}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li { 
	height: 20px;
	background-position:right;
	background-repeat: no-repeat;
	float: left;
	padding: 0 28px 0 0;
}

#menu li a { 
  	display: block;	
  	padding: 5px 0 0;	
	color: #e6cc70;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
}

#floorplans{
	position: absolute;
	top: 25px;
	left: 670px;
	background: transparent url('../../images/fp.jpg') no-repeat;
	z-index:1;
	width: 264px;
}

#floorplans ul {
	height: 62px;
	width: 240px;
	list-style: none;
	margin: 0;
	padding: 68px 0 0 20px;
}

#floorplans ul li {
	margin: 0;
	padding: 0 10px 10px 0;
	float: left;
	height: 62px;
}

#floorplans li a { 
  	outline: none
 }
 
#floorplans #address {
	padding: 50px 0 0 20px;
	font-size: 20px;
	line-height: 1.1em;
}
 
#hdrLinks{
	position: absolute;
	top: 205px;
	left: 722px;
	z-index: 10;
}

#hdrLinks ul {
	width: 240px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#hdrLinks ul li {
	width: 240px;
	margin: 0;
	padding: 0 0 10px 0;
}

#hdrLinks li a { 
  	outline: none
 }


/***********************************************/
/* 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;
}

