﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/*
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 14px;
	color: #2C2E28;
	line-height: 1.5em;	
	background: #cecece url('../../images/bg.jpg') left top repeat-x fixed;
	text-align: center;
}

a {
	color: #67261E;
	text-decoration: underline;
	font-weight: bold;
}

a img {
	border: none;
}

a:hover {
	color: #2C2E28;
}

a:visited :hover {
	color: #2C2E28;
}

form {
	margin: 0
}

h1{
	font-size: 40px;
	margin: 0 0 5px;
	color: #67261E;
	font-style: italic;
	font-weight: normal;
}
.smaller {
  font-size: 30px;
  color: #434343;
}

h2{
	font-size: 19px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #67261E;
}

h3{
	font-size: 15px;
	margin: 0 0 0 10px;
	clear: left;
}

h3 + h3 {
	margin-bottom: 15px;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 10px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#fixed {
	position: relative;
	width: 1024px;
	text-align: left;
	margin: 0 auto 0;
	padding-top: 590px;
	background: #fff url('../../images/hdr.jpg') no-repeat top left;
}

#logo {
	position: absolute;
	top: 20px;
	left: 270px;
}

#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#mainContent {
	position: relative;
	width: 1020px;
	text-align: left;
	margin: 2px 0 0 5px;
}

#leftphoto {
	position: absolute;
	top: -19px;
	left: 0;
}
#copy {
	width: 670px;
	margin: 20px 0 15px 255px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#copyright{
	width: 1050px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#flash {
	position: absolute;
	width: 781px;
	height: 376px;
	top: 208px;
	left: 237px;
	z-index: 6;
	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;
}

/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/

#copyright p {
	padding: 20px 0 5px;
	margin: 0;
	font-size: 11px;
}

#nav {
	position: absolute;
	top: 190px;
	left: 0px;
	width: 236px;
	height: 395px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: transparent url('../../images/navbg.jpg') no-repeat;
}
#address {
	position: absolute;
	top: 0;
	left: 5px;
	width: 225px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px #afaea9 solid; 
}

#address p {
	color: #f3f3f3;
	line-height: 1.4em;
	margin: 12px 0 8px 50px;
	text-align: left;
	font-size: 14px;
}
#menu {
	position: absolute;
	top: 80px;
	left: 20px;
	width: 220px;
}
#menu ul {
	list-style: none;
	margin: 0 0 0 0;
}

#menu ul li { 
	margin: 0;
	padding: 0;
	width: 220px;
}

#menu li a { 
	display: block;
	padding: 8px 0 0 5px;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	text-align: left;
	text-transform:uppercase;
	font-weight: bold;
}


#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;
	border: 1px solid #ABA395;
}

.planName h3 {
	margin: 0 auto;
}
