﻿/***********************************************/
/* Colors                             */
/***********************************************/ 

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}
body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.25em;	
	background: #ccc url('../../images/bg.jpg') left top;
	text-align: center;
	color: #000;
}

a {
	color: #830106;
	text-decoration: underline;
}

a:hover {
	color: #bf000b;
}

a:visited :hover {
	color: #bf000b;
}

a img {
	border: none;
}

form {
	margin: 0;
}

h1{
	font-size: 40px;
	font-family: georgia, serif; 
	font-style: italic;
	font-weight: normal;
	line-height: .8em;	
	color: #bf000b;
	padding-bottom: 5px;
}
.smaller {
  font-size: 30px;
  color: #686868;
}
.red{
	color: #bf000b;
	font-size: 20px;
}

h2{
	font-size: 24px ;
	font-weight: normal;
	margin: 0 5px 0 10px;
	clear: left;
	color: #3d3d3d;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 10px;
	clear: left;
	color: #bf000b;

}

h3 a {
	font-weight:bold;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 15px 10px;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#fixed {
	position: relative;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#logo {
	top:  0px;
	left: 0px;
	z-index: 10;
}

#mainContent {
	position: relative;
	left: 240px;
	width: 740px;
	text-align: left;
	padding: 0 0 0 10px;
	background: #efefef url('../../images/content.jpg') repeat-y;
	border: 8px #838383 solid;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#copy {
	width: 680px;
	padding: 300px 25px 50px 0px;
	margin: 0 0 0 20px;
	min-height: 210px;
	height: auto !important;
	height: 210px; 
	z-index:2;
}

#fplans {
	float: right;
	width: 190px;
	padding: 15px;
	margin: 0 0 0 15px;
	z-index:10;
	background: #d8d8d8;
}
#fplans ul{
 	list-style: none;
 	padding: 10px 0 0 5px;
	margin: 0px;
	background: transparent url('../../images/fpdiv.jpg') top left no-repeat;
}
#fplans ul li{
 	padding: 5px 0 0 0;
}


#flash {
	position: absolute;
	width: 720px;
	height: 265px;
	top: 14px;
	left: 14px;
	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;
}

#menu {
	position: absolute;
	text-align: left;
	top: 20px;
	left: 0px;
	font-size: 16px;
	z-index: 15;
	background: #efefef url('../../images/navbg.jpg') repeat-y;
	width: 201px;
	border: 8px #838383 solid;
	padding: 0;
	margin: 0;
}

#menu ul{
	background: transparent url('../../images/navdiv.jpg') bottom left no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	list-style: none;
}

#menu ul li,#menu ul li a {
	margin: 5px 0 0 15px;
	color: #1a1a1a;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #830106;
}


#copyrightholder {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 28px;
	margin: 0;
	background: #1b1b1b;
	z-index: 10;
	text-align: center;
}

#copyright {
	position: relative;
	bottom: 0px;
	width: 980px;
	height: 28px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#copyright a {
	color: #fff;
}

#copyright p {
	text-align: center;
	font-size: 11px;
	color: #8d8d8d;
	line-height: 1em;
}



/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}

#address{
	left: 5px;
	width: 190px; 
	position: relative;
	z-index: 8;
	text-align: left;
	padding-top: 20px;
}
.address {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	padding-left: 10px;
	color: #383838;
}

.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;
}

.cufon-loading h1 { 
	visibility: hidden !important;
}
