﻿/***********************************************/
/* 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: url('../../images/bg.jpg');
	text-align: center;
}

a {
	color: #3293D7;
	text-decoration: underline;
}

a:hover {
	color: #7DB024;
}

a:visited :hover {
	color: #7DB024;
}

a img {
	border: none;
}

form {
	margin: 0;
}

h1{
	font-size: 22px;
	margin: 20px 0 10px;
	color: #78b9cf;
}

h2{
	font-size: 18px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #191919;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 10px;
	clear: left;
	color: #191919;

}

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 */
}

#address {
	position: absolute;
	top: 0px;
	right: -10px;
	height: 132px;
	width: 228px;
	color: #191919;
	background-image: url('../../images/address.png');
	text-align: right;
}

#address p  {
	font-size: 14px;
	padding-top: 50px;
	padding-right: 40px;
	line-height: 1.2em;
}

#badge {
	position: absolute;
	top: 200px;
	left: 800px;
	z-index: 20;
	display: block; /*  move slash star in front of display so ad will show */
}

#copy {
	width: 520px;
	padding-top: 30px;
	margin: 0 0 15px 0;
	min-height: 450px;
	height: auto !important;
	height: 450px; 
}

#copyright {
	position: relative;
	left: 3px;
	top: -15px;
	width: 918px;
	height: 94px;
	margin: 0 auto;
	background-image:url('../../images/footer.jpg')
}

#copyright a {
	color: #000000;
}

#copyright p {
	text-align: left;
	padding: 40px 0 0 20px;
	font-size: 11px;
	color: #191919;
}

#copyrightHolder {
	width: 600px;
	margin: 0 auto;
}

#fixed {
	position: relative;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	padding-top: 510px;
	padding-left: 5px;
}

#galleryMenu {	
	position: absolute;
	top: 530px;
	left: -2px;
	width: 300px;
}

#galleryMenu ul {
	list-style: none;
	margin: 0;
}

#galleryMenu li {	
	height: 150px;
}

#galleryMenu li a{	
}


#logo {
	position: absolute;
	top:  0px;
	left: 5px;
}

#mainContent {
	text-align: left;
	padding: 0 0 0 340px;
	background-image:url('../../images/top.jpg');
	background-repeat: no-repeat;
	background-color:#ffffff;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#flashholder {
	position: absolute;
	width: 920px;
	height: 312px;
	top: 150px;
	left: -4px;
	background: url('../../images/flashBG.jpg') top center no-repeat;
}
#hdr {
	z-index: 8;
}

#monial{
	position: absolute;
	top: 180px;
	left: 5px;
	width: 255px;
	height: auto !important;
	height: 200px; 
	z-index: 8;
	display: none;
}

#menu {
	position: absolute;
	top: 450px;
	left: 4px;
	font-size: 15px;
	width: 900px;
}

#menu ul {
	list-style: none;
	width: 900px;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}

#menu ul li { 
 	float: left;
	width: 100px;
	height: 29px;
	background-image: url('../../images/menu.jpg');
	padding-top: 10px;
}

#menu li a { 
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

/***********************************************/
/* 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;
}

