﻿/***********************************************/
/* Colors                             */
/***********************************************/ 
/*
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	line-height: 1.5em;	
	background: #333333 url('../../images/bg.jpg') left top repeat-x;
	text-align: center;
}

a {
	color: #00befa;
	text-decoration: underline;
}

a:hover {
	color: #fff; 
}

a:visited :hover {
	color: #efefef;
}

blockquote {
	margin-left: 30px;
}

form {
	margin: 0
}

h1{
	font-size: 48px;
	margin: 0 0 5px;
	color: #00befa;
	font-style: italic;
	font-weight: normal;
}

h2{
	font-size: 30px;
	margin: 0 5px 0 10px;
	clear: left;
	color: #00befa;
	font-weight: normal;
}

h3{
	font-size: 22px;
	margin: 0 0 0 10px;
	clear: left;
	font-weight: normal;
}

img a, a img {
	border: none;
}


label {
	display: block;
	font-weight: bold;
}

p {
	margin: 0 0 10px 10px;
}

ul {	
	margin: 0 0 10px 25px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#fixed {
	position: relative;
	width: 1024px;
	text-align: left;
	margin: 0 auto 0;
	padding-top: 600px;
	background: #454543;
}

#logo {
	position: absolute;
	top: 50px;
	left: 5px;
}

#ad {
	display: none;  /* ad display controlled by home.css in home folder */
}

#apply {
	position: absolute;
	width: 85px;
	height: 85px;
	top:  535px;
	left: 950px;
	z-index: 10;
}


#mainContent {
	position: relative;
	width: 1024px;
	text-align: left;
	margin: 0 auto;
	padding-top: 26px;
}

#copy {
	width: 620px;
	margin: 0 0 15px 25px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#rightnav {
	position: absolute;
	left: 750px;
	top: 30px;
	height: 380px; 
	width: 238px;
	padding: 5px 0 0 0;
	z-index: 2;
	background: transparent url(../../images/rightnav.jpg) no-repeat;
	text-align: left;
	color: #00befa;
	font-size: 20px;
}

#rightnav ul li {
	padding: 0 0 12px 0px;
	list-style: none;
}
#rightnav a{
	color: #efefef;
	text-decoration: none;
}

#copyright{
	position: relative;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 0 24px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#address {
	position: absolute;
	top: 0px;
	right: 40px;
	width: 300px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#flash {
	position: absolute;
	width: 1024px;
	height: 360px;
	top: 240px;
	left: 0px;
	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;
}


/* Navigation  */
#nav{
    height:240px;
    width: 635px;
    position:absolute;
    top:0px;
    left: 390px;
    background: #454543 url(../../images/nav-light.jpg) top left no-repeat;
    z-index: 99;
}

#nav ul{
    width: 635px;
    height: 240px;
	list-style: none;
	margin: 0;
}
#nav ul li{
	position: absolute;
	top: 0;
	left: 0;
	width: 228px;
	height: 86px; 
	text-align: center;
	margin-top: 34px;
}
#nav li.box2{
	top: 120px !important; 
}
#nav li.box3 {
	height: 155px;
	width: 178px;
	left: 232px;
	margin-top: 90px;
}
#nav li.box4 {
	left: 412px !important; 
	width: 222px;
}
#nav li.box5 {
	top: 120px !important; 
	left: 412px !important; 
	width: 222px;
}

/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/
#address p {
	color: #FFF;
	line-height: 1.2em;
	margin: 0;
	text-align: right;
}

#copyright p {
	padding: 20px 0 5px;
	margin: 0;
	font-size: 11px;
}

#pics img, #pics * {
	margin: 9px auto auto 12px;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.fLeft {
	float: left;
	margin: 0 0 5px 10px;
}

.fRight {
	float: right;
	margin: 0 10px 5px 10px;
}

.noFloat {
	float: none;
}

span.phone {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
}

.planName {
	text-align: center;
	float: left;
	margin: 7px 0 5px 15px;
	border: 1px solid #ABA395;
}

.planName h3 {
	margin: 0 auto;
}


