﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/*
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 14px;
	color: #555;
	line-height: 1.5em;	
	background: #4f351f url('../../images/topBG.jpg') center top repeat-x;
	text-align: center;
}

a {
	color: #47311D;
	text-decoration: underline;
	font-weight: bold;
}

a img {
	border: none;
}

a:hover {
	color: #595224;
}

a:visited :hover {
	color: #595224;
}

blockquote {
	margin-left: 30px;
}

form {
	margin: 0
}

h1{
	font-size: 21px;
	margin: 0 0 5px;
	color: #47311D;
	font-style: italic;
}

h2{
	font-size: 16px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #595224;
}

h3{
	font-size: 14px;
	margin: 0 0 0 10px;
	clear: left;
	color: #47311D;
}

h3 + h3 {
	margin-bottom: 15px;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 10px 10px;
}

td, th {
	vertical-align: top;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#fixed {
	position: relative;
	width: 1050px;
	text-align: left;
	margin: 0 auto 0;
	padding-top: 393px;
}

#logo {
	position: absolute;
	top: 5px;
	left: 30px;
}

#hdr {
	position: absolute;
	top: 105px;
	left: 37px;
}


#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#address {
	position: absolute;
	top: 20px;
	right: 50px;
	width: 500px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#flashholder {
	position: absolute;
	top: 45px;
	left: 668px;
	width: 390px;
	height: 310px;
	padding:9px auto auto 12px;
	background: url('../../images/flashBG.jpg') center center no-repeat;
}
#pics {
	position: absolute;
	width: 390px;
	height: 310px;
}

#galleryMenu {
	position: absolute;
	top: 55px;
	left: -14px;
	width: 220px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mainContent {
	position: relative;
	width: 1050px;
	text-align: left;
	margin: 0 auto;
	background: url('../../images/copybg.jpg') repeat-y center top;
	padding-top: 26px;
}

#copy {
	width: 420px;
	margin: 0 0 15px 225px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

#copyWide {
	width: 760px;
	margin: 0 0 15px 225px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#copyright{
	width: 1050px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/
#address p {
	color: #6e4237;
	line-height: 1.2em;
	margin: 0;
	text-align: right;
}

#copyright p {
	padding: 20px 0 5px;
	margin: 0;
	font-size: 11px;
}

#menu {
	position: absolute;
	top: 113px;
	left: 2px;
	width: 1050px;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 15px;
	color: #4b4b4b;
}

#menu ul {
	list-style: none;
	float: left;
}

#menu ul li { 
 	float: left;
	margin: 0;
	padding: 0;
	/* 9 col
	width: 105px; */
	/* 8 col  */
	width: 118px;
}

#menu li a { 
	display: block;
	margin: 250px 0 0;
	padding-top: 4px;
	height: 30px;
	/* 9 col 
	width: 105px;*/
	/* 8 col */
	width: 118px; 
	color: #4b4b4b;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	background: transparent url('../../images/menuBG.jpg') left top repeat-x;
}

#menu li a:hover { 
	background: transparent url('../../images/menuHoverBG.jpg') left top repeat-x;
}

#galleryMenu ul {
	list-style: none;
	float: left;
	margin: 0;
	text-align: center;
}

#galleryMenu ul li { 
	margin: 0 0 2px 0;
	width: 220px;
	height: 150px;
	background: transparent url('../../images/heritageSubMenuBG.jpg') left top no-repeat;
}

#galleryMenu li a { 
	display: block;
	float: left;
	margin: 0 auto 0 5px;
	padding-top: 3px;
	height: 30px;
	width: 210px;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	background: transparent url('../../images/gallerymenuBG.jpg') left top repeat-x;
}	

#galleryMenu li a:hover { 
	background: transparent url('../../images/gallerymenuHoverBG.jpg') left 50% repeat-x;
}

#galleryMenu li img {
	margin: 7px 10px 1px;
}

#pics img, #pics * {
	margin: 9px auto auto 12px;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.noFloat {
	float: none;
}

span.phone {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 5px 15px;
}

.planName h3 {
	margin: 0 auto;
}