﻿/***********************************************/
/* 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: #062337 url('../../images/bg.jpg') repeat-x;
	background-position: top center;
	text-align: center;
}

a {
	color: #191919;
	text-decoration: underline;
}

a:hover {
	color: #006bb9;
}

a:visited :hover {
	color: #006bb9;
}

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: #323232;
}

.larger{
	font-size: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	margin-top: -5px;
	line-height: 1.2em;	
	color: #323232;
}

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 */
}

#badge {
	position: absolute;
	top: 225px;
	left: 850px;
	z-index: 20;
	display: block; /*  move slash star in front of display so ad will show */
}

#copy {
	width: 470px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0;
	min-height: 300px;
	height: auto !important;
	height: 300px; 
}

#copyright {
	position: relative;
	left: 0px;
	top: -5px;
	width: 960px;
	height: 130px;
	margin: 0 auto;
	background: #fff url('../../images/shadow.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#copyright a {
	color: #000000;
}

#copyright p {
	text-align: left;
	padding: 40px 0 0 15px;
	font-size: 11px;
	color: #191919;
}

#copyrightHolder {
	width: 980px;
	margin: 0 auto;
}

#address {
	position: absolute;
	top: 0px;
	left: 675px;
	height: 132px;
	width: 300px;
	color: #191919;
	text-align: right;
}

#address p  {
	font-size: 14px;
	padding-top: 40px;
	padding-right: 40px;
	line-height: 1.2em;
	text-align: right;
}


#fixed {
	position: relative;
	width: 960px;
	text-align: left;
	margin: 0 auto;
	padding-top: 420px;
	padding-left: 0px;
}

#mainphoto {	
	position: absolute;
	top: 500px;
	left: 770px;
	z-index: 1;
}

#galleryMenu {	
	position: absolute;
	top: 125px;
	left: -5px;
	width: 300px;
	height: 300px;
	z-index: 20;
}

#galleryMenu ul {
	list-style: none;
	margin: 0;
	padding: 35px 0 0 0;
}

#galleryMenu li {	
	height: 85px;
}

#logo {
	position: absolute;
	top:  0px;
	left: -20px;
	z-index: 3;

}

#mainContent {
	text-align: left;
	padding: 50px 0 0 250px;
	background: #fff url('../../images/contentbg.jpg') repeat-x;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#hdr {
	position: absolute;
	width: 976px;
	height: 474px;
	top: 0px;
	left: 15px;
	z-index: 1;
	background: url('../../images/flashBG.png') top center no-repeat;
}

#menu {
	position: absolute;
	top: 430px;
	left: 0px;
	width: 125px;
	height: 400px;
	z-index: 10;
	background-image:url('../../images/nav.jpg');
	background-repeat: no-repeat;
	text-align: right;
}

#menu ul {
	list-style: none;
	width: 125px;
	margin: 25px 0 0 15px;
	padding: 0;
}

#menu ul li { 
	height: 30px;
}

#menu li a { 
	color: #191919;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 18px;
	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;
}

