﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/*
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 16px;
	color: #2F3612;
	line-height: 1.5em;	
	background: #2F3612;
	text-align: center;
}

a {
	color: #57482B;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #2C2E28;
}

a:visited :hover {
	color: #2C2E28;
}

blockquote {
	margin-left: 30px;
}

form {
	margin: 0
}

h1{
	font-size: 24px;
	margin: 0 0 5px;
	color: #524A3B;
}

h2{
	font-size: 16px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #524A3B;
}

h3{
	font-size: 14px;
	margin: 0 0 0 10px;
	clear: left;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 10px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#fixed {
	position: relative;
	width: 1050px;
	text-align: left;
	margin: 0 auto 0;
	padding-top: 540px;
	background: url('../../images/bg_paper_mid.jpg') center top repeat-y;
}

#banner {
	position: absolute;
	top: 0;
	left: 53px;
}

#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#menu {
	position: absolute;
	top: 510px;
	left: -37px;
	width: 137px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#menu ul {
	list-style: none;
}

#menu ul li { 
	margin: 0;
	padding: 0;
	width: 137px;
	background: transparent url('../../images/tvButton.jpg') center top no-repeat;
}

#menu li a { 
	display: block;
	padding-top: 4px;
	height: 30px;
	width: 137px;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

#menu li a:hover { 
	background: transparent url('../../images/tvButtonHover.jpg') center top no-repeat;
}

#livingMenu {
	position: absolute;
	top: 510px;
	right: 10px;
	width: 220px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#livingMenu ul {
	list-style: none;
	float: left;
	margin: 0;
	text-align: center;
}

#livingMenu ul li { 
	margin: 0 0 2px 0;
	width: 220px;
	height: 150px;
	background: transparent url('../../images/tvSubMenuBG.jpg') left top no-repeat;
}

#livingMenu li a { 
	display: block;
	float: left;
	margin: 0 auto 0 6px;
	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/lsButtBG.jpg') left top repeat-x;
}	

#livingMenu li a:hover { 
	background: transparent url('../../images/lsButtBGHover.jpg') left top repeat-x;
}

#livingMenu li img {
	margin: 7px 10px 1px 11px;
}

#mainContent {
	position: relative;
	width: 700px;
	text-align: left;
	margin: 0 auto;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#copy {
	width: 590px;
	margin: 0 0 15px 10px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#copyWide {
	width: 760px;
	margin: 0 0 15px 10px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#copyright{
	width: 900px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	background: url('../../images/bg_paper_bot.jpg') center top repeat-y;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#copyright p {
	padding: 10px 0 5px;
	margin: 0 auto;
	font-size: 11px;
}

#pics {
	width: 500px;
	height: 350px;
	margin: 0 0 10px 10px;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
#copyright p.address {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 16px;
	border-bottom: 4px double #524A3B;
	width: 700px;
}

span.phone {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5em;
}

.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;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 5px 15px;
	border: 1px solid #ABA395;
}

.planName h3 {
	margin: 0 auto;
}