﻿/***********************************************/
/* 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: #1a110c url('../../images/bg.jpg') repeat-x;
	background-position: top center;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #006bb9;
}

a:visited :hover {
	color: #fff;
}

a img {
	border: none;
}

form {
	margin: 0;
}

h1{
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1em;	
	margin: 20px 0 10px;
	color: #fff;
}

h2{
	font-size: 18px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #fff;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 10px;
	clear: left;
	color: #fff;

}

h3 a {
	font-weight:bold;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 15px 10px;
	color: #fff;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#badge {
	position: absolute;
	top: 225px;
	left: 850px;
	z-index: 20;
	display: block; /*  move slash star in front of display so ad will show */
}

#copy {
	position: absolute;
	top: 195px;
	height: 350px; 
	width: 500px;
	padding: 0 50px 5px 30px;
	margin: 0;
	z-index: 12;
	text-align: left;
	/*filter: alpha(opacity=70, style=0);*/
	overflow: scroll;
	overflow-x: hidden; 
	border: px solid #000;
	outline: none;

}

#copyright {
	position: relative;
	left: 0px;
	top:  0px;
	height: 50px;
	width: 1000px;
	background: #545457 url('../../images/ftr.jpg');
	background-repeat: no-repeat;
	z-index: 5;
}

#copyright a {
	color: #f5f5f5;
}

#copyright p {
	text-align: center;
	padding: 20px 0 0 5px;
	font-size: 11px;
	color: #fff;
}

#copyrightHolder {
	width: 980px;
	margin: 0 auto;
}

#address {
	position: absolute;
	top: 20px;
	left: 800px;
	height: 96px;
	width: 192px;
	text-align: right;
	background-image: url('../../images/address.jpg');
	background-repeat:no-repeat;
	z-index: 10;
}

#address p  {
	font-size: 13px;
	padding-top: 18px;
	padding-left: 20px;
	line-height: 1.2em;
	text-align: left;
	color: #b4b4b4;
}


#fixed {
	position: relative;
	width: 1000px;
	text-align: left;
	margin: 30px auto;
	padding-top: 0;
	padding-left: 0px;
	background: #545457;
}

#logo {
	position: absolute;
	top:  15px;
	left: 60px;
	z-index: 3;

}

#mainContent {
	position: relative;
	text-align: left;
	padding: 0 0 0 420px;
	z-index: 15;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#hdr {
	position: relative;
	width: 1000px;
	height: 156px;
	top: 0px;
	left: 0px;
	z-index: 15;
	background-image: url('../../images/hdr.jpg');
	background-repeat: repeat-x;
}

#flash {
	position: relative;
	width: 1000px;
	height: 444px;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image:url('../../images/flashbg.jpg');
}

/***********************************************/
/* Navigation CSS                              */
/***********************************************/

#menu {
	position: absolute;
	top: 118px;
	left: 20px;
	width: 900px;
	z-index: 15;
	text-align: left;
}



/***********************************************/
/* Classes                                     */
/***********************************************/

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}

span.phone {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
}

.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;
}



#pics {
	display:none;
}