﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #585858;
	line-height: 1.25em;	
	background: #08256b url('../../images/bg.jpg') center top repeat-x;
	text-align: center;
}

a {
	color: #4B0505;
	text-decoration: underline;
}

a:hover {
	color: #180891;
}

a:visited :hover {
	color: #180891;
}

a img {
	border: none;
}

form {
	margin: 0
}

h1{
	font-size: 32px;
	margin: 20px 0 10px;
	color: #4B0505;
}

h2{
	font-size: 19px ;
	margin: 0 5px 0 10px;
	clear: left;
}

h3 {
	font-size: 16px;
	margin: 0 0 5px 10px;
	clear: left;
	color: #4B0505;

}

h3 a {
	font-weight:bold;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 15px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}


#copy {
	width: 625px;
	margin: 0 0 10px 260px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}


#copyrightholder {
    position: relative;
    width: 100%;
    left: -1px;
    height: 50px;
    margin: 0 auto;
	background: #000;
    text-align: left;
}
#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;
}

#fixed {
	position: relative;
	width: 1000px;
	text-align: left;
	margin: 20px auto 0;
	padding: 460px 0 10px 0;
	background: #fff url('../../images/navbg.jpg') top repeat-x;
}

#logo {
	position: absolute;
	top: -10px;
	left: -30px;
	z-index: 20;
}

#mainContent {
	width: 950px;
	text-align: left;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#menu {
	position: absolute;
	top: 10px;
	left: 450px;
	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;
	text-align: left;
	height: 100px;
	float: left;
}

#menu li a { 
	display: block;
	width: 140px; 
	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;
	font-size: 18px;
}

#menu li a:hover, #menu li a:visited:hover  {
	color: #A08045;
}

#menu li.underline {
	background: url('../../images/navdiv.jpg') top center no-repeat;
}

#lang {
	position: absolute;
	width: 50px;
	top: 20px;
	left: 950px;
}

#lang a{
	padding: 5px;
}

#flash {
	position: absolute;
	top: 104px;
	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;
}


#leftnav{
	position: absolute;
	width: 240px;
	height: 450px;
	top: 465px;
	left: 10px;
}

#address {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #191919;
	text-align: left;
}

#address p  {
	font-size: 16px;
	line-height: 1.2em;
}

#lfloorplans {	
	position: absolute;
	width: 240px;
	height: 450px;
	top: 100px;
	left: 10px;
}

#lfloorplans ul {
	list-style: none;
	margin: 0 0 5px 5px;
	padding: 0;
	text-align: left;
	float: left;
}

#lfloorplans ul li { 
 	float: left;
	height: 100px;
	padding: 5px 5px 5px 0;
}

#lfloorplans h3 { 
 	font-size: 20px;
}


/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.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;
}

