﻿/***********************************************/
/* 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: #747474 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: 30px;
	font-family: "Baskerville", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1em;	
	margin: 0px 0 10px;
	color: #fff;
}

h2{
	font-size: 18px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid #c30000;
}

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: 350px;
	height: 500px; 
	width: 525px;
	padding: 45px 45px 5px 30px;
	margin: 0;
	text-align: left;
	overflow: scroll;
	overflow-x: hidden; 
	border: px solid #000;
	outline: none;
	z-index: 10;
	background-color:black;
}

#copyright {
	position: absolute;
	left: 0px;
	top:  900px;
	height: 60px;
	width: 1000px;
	background: #747474 url('../../images/shadow.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: 8px;
	left: 10px;
	height: 96px;
	width: 300px;
	z-index: 10;
}

#address p  {
	font-size: 13px;
	padding-top: 18px;
	padding-left: 20px;
	line-height: 1.2em;
	text-align: left;
	color: #fff;
}


#fixed {
	position: relative;
	width: 1000px;
	text-align: left;
	margin: 0px auto;
	padding-top: 0;
	padding-left: 0px;
}

#logo {
	position: absolute;
	top:  105px;
	left: 5px;
	z-index: 3;

}

#mainContent {
	position: relative;
	text-align: left;
	padding: 0 0 0 400px;
	z-index: 10;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#hdr {
	position: absolute;
	width: 1000px;
	top: 0px;
	left: 0px;
	z-index: 15;
}

#flash {
	position: absolute;
	width: 400px;
	height: 550px;
	top: 350px;
	left: 0px;
	z-index: 1;
}

#flash IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#flash IMG.active {
    z-index:10;
    opacity:1.0;
}

#flash IMG.last-active {
    z-index:9;
}

#pics {
	display: none;
}

/***********************************************/
/* Navigation CSS                              */
/***********************************************/

#menu {
	position: absolute;
	top: 290px;
	left: 0px;
	width: 1000px;
	height: 40px;
	z-index: 10;
	text-align: center;
}

#menu ul {
	list-style: none;
	width: 1000px;
	margin: 0;
	padding: 0;
}

#menu ul li { 
 	float: left;
	width: 105px;
}

#menu li a { 
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
}

#galleryMenu {	
	position: absolute;
	top: 25px;
	left: 820px;
	width: 180px;
	height: 250px;
	z-index: 20;
}

#galleryMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#galleryMenu li {	
	height: 78px;
}

/***********************************************/
/* Classes                                     */
/***********************************************/

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fRight {
	float: right;
	margin: 0 10px 5px 0;
}

.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;
}



