﻿/***********************************************/
/* 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: #3f5f23 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: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1em;	
	margin: 20px 0 10px;
	color: #852f04;
}

h2{
	font-size: 18px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #e6cc70;
}

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: 455px;
	padding: 0 10px 10px 10px;
	margin: 0;
	min-height: 415px;
	height: auto !important;
	height: 415px; 
	z-index: 10;
}

#copyright {
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 87px;
	margin: 0;
	background-image:url('../../images/hr.jpg');
	background-position: top;
	background-repeat: no-repeat;
}

#copyright a {
	color: #ccc;
}

#copyright p {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 11px;
	line-height: 2em;
	color: #fff;
}

#copyrightHolder {
	width: 1000px;
	margin: 0;
}

#fixed {
	position: relative;
	width: 980px;
	text-align: left;
	margin: 30px auto;
	padding-top: 240px;
	padding-left: 0px;
	z-index: 10;
	background: #000;
}

#galleryMenu {	
	position: absolute;
	top: 32px;
	left: 458px;
	width: 545px;
	height: 128px;
	z-index: 20;
	text-align: right;
}

#galleryMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#galleryMenu li {
	float:left;
	width: 210px;	
	height: 128px;
	padding: 0 15px 0 10px;
	text-align: right;
	background: url('../../images/gallery_divider.png') no-repeat;
	background-position: right;
}

#galleryMenu li a { 
	color: #e6cc70;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	text-decoration: none;
}

#badge {
	position: absolute;
	top: 180px;
	left: 910px;
	z-index: 100;
	display: block;
}

#logo {
	position: absolute;
	top:  35px;
	left: 25px;
	z-index: 10;

}

#mainContent {
	position:relative;
	width: 475px;
	text-align: left;
	padding: 10px;
	margin: 0 0 20px 460px;
	z-index:9;
	background: #fff;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#flash {
	position: absolute;	
	width: 414px;
	height: 444px;
	top: 120px;
	left: 10px;
}

#menu {
	position: absolute;
	text-align:center;
	top: 180px;
	left: 20px;
	width: 940px;
	height: 20px;
	z-index: 10;
	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;
	width: 100px;
	background-position:right;
	background-repeat: no-repeat;
	float: left;
}

#menu li a { 
  	display: block;	
  	padding: 5px 0 0;	
	color: #191919;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a59762;
	text-decoration: none;
	text-align: center;
}

/***********************************************/
/* Classes                                     */
/***********************************************/

.smaller{
	font-size: 22px;
	font-family: georgia, serif; 
	font-style:italic;
	line-height: .2em;	
	color: #ccc;
}


.larger{
	font-size: 48px;
	font-family: georgia, serif; 
	font-style:italic;
	margin-top: -5px;
	line-height: 1em;	
	color: #852f04;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}

span.address {
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
}

.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;
}
