﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/* 	
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	/*font-family: Arial, Verdana, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #d1eceb;
	line-height: 1.35em;	
	background: #ecead6 url(../../images/bg.jpg) repeat-x;
	text-align: center;
}

a {
	color: #005b7f;
	text-decoration: underline;
}

a:hover, a:visited :hover {
	color: #002157;
}

a img {
	border: none;
}

form {
	margin: 0
}

h1{
	font-size: 40px;
	padding-top: 10px;
	margin: 0 0 10px 5px;
	color: #d1eceb;
	line-height: .5em;
	font-family: Century Gothic, Arial, Verdana;
}
.smallh1 {
	font-size: 28px;
	padding-top: 0;
	margin: 0;
	color: #d1eceb;
	line-height: 0.5em;
	font-family: Century Gothic, Arial, Verdana;
}


h2{
	font-size: 21px ;
	margin: 0 5px 0 10px;
	clear: left;
	color: #d1eceb;
}

h2 a, h2 a:visited {
	color: #d1eceb;
}

h2 a:hover, h2 a:visited:hover {
	color: #fff;
}

h3 {
	font-size: 18px;
	margin: 10px 0 5px 10px;
	clear: left;
	color: #d1eceb;
}

h3 a {
	font-weight:bold;
	color: #fff;
}

h3 a:hover, h3 a:visited:hover {
	color: #d1eceb;
}

h3 > h3 {
	margin-bottom: 15px;
}

label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 15px 10px;
}

td, th {
	vertical-align: top;
}

ul {	
	margin: 0 0 10px 50px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#address {
	position: absolute;
	top: 9px;
	left: 500px;
	text-align: left;
}

#address p  {
	font-size: 14px;
	line-height: 1.1em;
	color: #183f4d;
}

#copy {
	width: 600px;
	margin: 10px 0 15px 30px;
	height: auto !important;
	padding: 0 0 30px 0;
}

#copy img {
	margin: 3px 0 3px 10px;
}

#homephoto {
	position: absolute;
	top: 550px;
	left: 700px;
	width: 270px;
	height: 370px;
}

#copyright {
    position: relative;
    width: 1010px;
    left: -5px;
    height: 60px;
    margin: 0 auto;
	background: url('../../images/bgfooter.jpg') top left no-repeat;
    text-align: left;
}

#copyright p {
	padding: 10px 0 5px 15px;
	margin: 0 auto;
	font-size: 11px;
	color: #d9d9d9;
}

#copyright a {
	color:#FFF;
}

#copyrightlogo {
	position: absolute;
 	left: 930px;
	top: -8px;
}

#fixed {
	position: relative;
	width: 1010px;
	text-align: left;
	margin: 0 auto 0;
	padding-top: 505px;
	margin-top: 10px;
	background: url('../../images/bgfixed.jpg') top left no-repeat;
}

#topnav {	
	position: absolute;
	top: 10px;
	left: 645px;
	width: 330px;
	height: 40px;
	padding-top: 5px;
	margin-left: 25px;
	background: url('../../images/bgtopnav.jpg') no-repeat;
}

#topnav ul {
	margin: 0;
	height: 40px;
	width: 330px;
	list-style: none;
}

#topnav ul li {	
	text-align: center;
	padding: 0 0 0 8px;
	float: left;
}

#topnav li a {	
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	margin-right: 8px;
	color: #d1eceb;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#topnav li a:hover, #topnav li a:visited:hover {	
	color: #005b7f;
}


#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
	height: 200px;
}

#logo p {
	color: #ffffff;
	font-size: 40px;
	margin: 8px 0 0 10px;
	line-height: 1.5em;
	font-weight: bold;
	font-variant:small-caps;
	font-family:  Georgia, "Times New Roman", Times, serif;
}

#mainContent {
	width: 995px;
	text-align: left;
	padding: 10px 0 0 0;
	height: auto;
	background: #183f4d;
	min-height: 425px;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#nav {
    position: absolute;
    top: 178px;
    left: 0px;
    width: 200px;
}

#nav ul {
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 1.5em;
    list-style: none;
}

#nav li a {
	display: block;
	width: 189px;
	height: 34px;
	padding: 10px 0 0 10px;
	margin: 8px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    background: url('../../images/bgnav.png') top;
    color: #d1eceb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
    /*margin-top: 7px;*/
}

#nav li a:hover {
    color: #fefdff;
    background: url('../../images/bgnav.png') bottom;
    /*margin-top: 7px;*/
}


#flash {
	position: absolute;
	width: 773px;
	height: 371px;
	top: 120px;
	left: 225px;
	z-index: 6;
	overflow: hidden;
}

#flash IMG {
    position:absolute;
    top: 0;
    left: 0;
    z-index:6;
    opacity:0.0;
}

#flash IMG.active {
    z-index:10;
    opacity:1.0;
}

#flash IMG.last-active {
    z-index:9;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.hided {
	display: none;
}

.showed {
	display: block;
}

.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;
		width: 150px;

}

.planName h3 {
	margin: 0 auto;
}

.pLeft {
	float: left;	
}

.pRight {
	float: right;	
}

label.sameLine {
	display: inline;
	font-weight: bold;
	text-align: right;
}

.smaller {
	font-size: 11px;
	color: #FFF;
	line-height: 1em;
}

.cufon-loading h1 { 
	visibility: hidden !important;
}

