﻿/***********************************************/
/* 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-color:#328fcb;
	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: 20px;
	font-family: georgia, serif; 
	font-style: italic;
	line-height: 1em;	
	margin: 20px 0 10px;
	color: #323232;
}

.larger{
	font-size: 30px;
	font-family: georgia, serif; 
	font-style:italic;
	margin-top: -4px;
	line-height: 1em;	
	color: #328fcb;
}

h2{
	font-size: 18px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #328fcb;
}

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: 5px;
	left: 720px;
	height: 132px;
	width: 228px;
	color: #191919;
	text-align: right;
}

#address p  {
	font-size: 14px;
	padding-top: 50px;
	padding-right: 40px;
	line-height: 1.2em;
}

#badge {
	position: absolute;
	top: 25px;
	left: 850px;
	z-index: 20;
	display: block; /*  move slash star in front of display so ad will show */
}

#copy {
	width: 520px;
	padding-top: 40px;
	padding-bottom: 30px;
	margin: 0;
	min-height: 450px;
	height: auto !important;
	height: 450px; 
}

#copyright {
	position: relative;
	left: 0px;
	top: -5px;
	width: 968px;
	height: 123px;
	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: 968px;
	margin: 0 auto;
}

#fixed {
	position: relative;
	width: 968px;
	text-align: left;
	margin: 0 auto;
	padding-top: 580px;
	padding-left: 0px;
}

#galleryMenu {	
	position: absolute;
	background-image:url('../../images/gallerymenushadow.jpg');
	background-position: right;
	background-repeat: no-repeat;
	top: 600px;
	left: 668px;
	width: 235px;
}

#galleryMenu ul {
	list-style: none;
	margin: 0;
}

#galleryMenu li {	
	height: 140px;
}

#galleryMenu li a{
	vertical-align: text-top;
	font-size: 15px;
	font-family: georgia, serif;
	font-style: italic; 
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #323232;	
}

#hdr {
	position: absolute;
	width: 968px;
	height: 130px;
	top: 0px;
	left: 0px;
	background-image:url('../../images/hdr.jpg')
}

#logo {
	position: absolute;
	top:  20px;
	left: 335px;
	z-index: 10;
}

#mainContent {
	text-align: left;
	padding: 0 0 0 50px;
	background-image: url('../../images/bgcontent.jpg');	
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#flash {
	position: absolute;
	width: 968px;
	height: 390px;
	top: 130px;
	left: 0px;
	z-index: 2;
}

#menu {
	position: absolute;
	text-align: center;
	top: 520px;
	left: 0px;
	font-size: 15px;
	width: 968px;
	height: 63px;
	z-index: 5;
	background-image: url('../../images/nav.jpg');	
}

#menu ul {
	list-style: none;
	width: 950px;
	margin: 25px 0 0;
	padding: 0;
	text-align: center;
}

#menu ul li { 
 	float: left;
	width: 105px;
	height: 30px;
}

#menu li a { 
	color: #191919;
	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;
}
