﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0; !important;
	padding: 0; !important;
}

html{
	background: #efefef url(../../images/bgbg.jpg) top center;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #191919;
	line-height: 1.5em;	
	background: transparent url(../../images/bg.jpg) top left repeat-x;
}

a {
	color: #003b77;
	text-decoration: underline;
}

a:hover {
	color: #f49b00;
}

a:visited :hover {
	color: #000;
}

a img {
	border: none;
}

form {
	margin: 0;
}

h1{
	font-size: 42px;
	font-family: georgia, serif; 
	font-weight: normal;
	margin-top: -4px;
	line-height: 1em;	
	color: #3dcdff;
}

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: #3dcdff;
}

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                                 */
/***********************************************/
#fixed {
	position: relative;
	width: 1024px;
	text-align: left;
	margin: 0 auto;
	padding: 430px 0 0 0;
	min-height: 400px;
	height: auto !important;
	height: 400px; 
}

#mainContent {
	position: relative;
	text-align: left;
	padding: 0 0 0 10px;
}

#ad {
	display: none; /*  ad display controlled by home.css in home folder */
}

#logo {
	position: absolute;
	width: 450px;
	height: 406px;
	top:  0px;
	left: -15px;
	z-index: 10;
}
#apply {
	position: absolute;
	width: 85px;
	height: 85px;
	top:  330px;
	left: 950px;
	z-index: 10;
}

#mainContent h2, #mainContent h3, #mainContentFull h2, #mainContentFull h3 {
	clear: left;
}

#copy {
	position: absolute;
	left: 310px;
	width: 665px;
	padding: 25px 25px 100px 25px;
	margin: 0 0 30px 0;
	min-height: 410px;
	height: auto !important;
	height: 410px; 
	background: #fff url('../../images/tagline.jpg') no-repeat bottom center;
	z-index:2;
}

#leftnav {
	position: absolute;
	left: 0px;
	top: 430px;
	height: 408px; 
	width: 276px;
	padding: 60px 0 0 20px;
	z-index:2;
	background: transparent url(../../images/leftbg.jpg) no-repeat;
}

#copyrightholder {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 28px;
	margin: 0;
	background: #1b1b1b;
	z-index: 10;
	text-align: center;
}

#copyright {
	position: relative;
	bottom: 0px;
	width: 980px;
	height: 28px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#copyright a {
	color: #fff;
}

#copyright p {
	text-align: center;
	font-size: 11px;
	color: #8d8d8d;
	line-height: 1em;
}

#flash {
	position: absolute;
	width: 765px;
	height: 344px;
	top: 55px;
	left: 260px;
	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:55px;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    background:#fff url(../../images/nav.jpg) repeat-x center left;
    z-index: 99;
}
#nav ul{
    height:30px;
    list-style:none;
    margin: 0 auto;
    padding: 5px 0 0 20px;
    width: 1024px;   
}
#nav ul li{
    display:inline;
    float:left;
    margin: 12px 18px 0 0;
    border-right: 1px black solid;
}
#nav a{
    font-size: 20px;
    font-weight: normal;
    float:left;
    padding: 0px 10px 0 5px;
    color:#000;
    text-decoration: none;
    cursor: pointer;
    height: 18px;
    line-height:16px;
}
#nav a:hover{
    color: #db9e37;
}
#nav a.top span, #nav a.bottom span{
    float:left;
    width:16px;
    height:16px;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.fRight {
	float: right;
	margin: 10px 0 5px 10px;
}

.left {
	text-align: left;
}

.noFloat {
	float: none;
}

#address{
	top: 320px;
	left: 118px;
	width: 200px; 
	position: absolute;
	z-index: 8;
	text-align: left;
	font-size: 16px;
	font-family: georgia, serif; 
	line-height: 1.3em;
	text-align: center;
	z-index: 20;
}

.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;
}

.cufon-loading h1 { 
	visibility: hidden !important;
}


