﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/* 	
*/

/***********************************************/
/* 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: #666;
	line-height: 1.5em;	
	background: #17afd7  url('../../images/bg.jpg') left top repeat;
	text-align: center;
}

a, a:visited {
	text-decoration: underline;
	color: #1C3C6F;
}

a:hover, a:visited:hover  {
	color: #666;
}

a img {
	border: none;
}

form {
	margin: 0
}

h1{
	font-size: 42px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: .8em;	
	margin: 20px 0 10px;
	color: #00a0ca;
	font-weight: bold;
}
.smaller {
	font-size: 38px;
	font-weight: normal;
	color: #ff7f00;
	line-height: .8em;
}

h2{
	font-size: 22px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #00104f;
}

h3 {
	font-size: 18px;
	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 7px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#address {
	position: absolute;
	top: 20px;
	right: 15px;
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#address p  {
	font-size: 22px;
	line-height: 1.2em;
	color: #666;
}
span.phone {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3em;
}


#copy {
	width: 600px;
	margin: 0 0 0 40px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 0 0 50px 0;
}

#copy img {
	margin: 3px 0 3px 10px;
}

#copyright {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: transparent url('../../images/ftr.jpg') bottom left repeat-x;
}

#copyright p {
	padding: 37px 0 5px;
	margin: 0 auto;
	font-size: 10px;
	color: #efefef;
}
#copyright a {
	color: #fff;
}

#fixed {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: #ece3d1 url('../../images/hdr.jpg') top left no-repeat;
}

#hdr {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 444px;
	top: 148px;
	z-index: 10;
	background: transparent url('../../images/bannerbg.jpg') repeat-x;
	text-align: center;
}
#hdrFix {
	position:relative;
	padding-top: 54px;
	margin:  0 auto;
	width: 965px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 40px;
}

#mainContent {
	width: 750px;
	text-align: left;
	padding: 650px 0 0;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#menu {
	position: absolute;
	text-align:center;
	top: 150px;
	left: 35px;
	width: 985px;
	height: 20px;
	z-index: 20;
	background-image:url('../../images/hr.jpg');
	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 32px 0 0;
}

#menu li a { 
  	display: block;	
  	padding: 5px 0 0;	
	color: #FFF;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
}

#gallerynav {
	position: absolute;
	top: 590px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 1024px;
	height: 60px;
	text-align: right;
	background: transparent url('../../images/contentlinks.jpg') repeat-x;
}
#gallerynav ul {
	list-style: none;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 2em;
	margin: 0;
	padding: 0;
}
#gallerynav li { 
	float: left;
	list-style: none;
	height: 60px;
}
#gallerynav li.link1 { 
	width: 304px;
	text-align: center;
}
#gallerynav li.link2 { 
	width: 380px;
	text-align: center;
}
#gallerynav li.link3 { 
	width: 340px;
	text-align: center;
}
#floorplans{
	position: absolute;
	top: 680px;
	left: 680px;
	background: #515151 url('../../images/floorplans.jpg') no-repeat;
	z-index:1;
	width: 300px;
}

#floorplans ul {
	width: 300px;
	list-style: none;
	margin: 0;
	padding: 60px 0 10px 35px;
}

#floorplans ul li {
	margin: 0;
	padding: 0 30px 10px 0;
	float: left;
	width: 95px;
	height: 110px
}

#floorplans li a { 
  	outline: none
 }


#pics {
	display: none;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.hided {
	display: none;
}

.showed {
	display: block;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}

.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;
}

