* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems. if you want to change anything, just change this.*/
	background: transparent url(../images/bg_r1_c2.jpg) 0 0  repeat-x;
	text-align: center;
	color:#3d505a;
}
body.longStyle
{background: transparent url(../images/bg_r1_c2_long.jpg) 100% 100%  repeat-x;}
/************ GENERAL **************/

/* clearfix */
.clearfix_1:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.hide {
    display: none;
}

input, textarea, select {
    border-bottom:solid 1px #01254e;
	border-right:solid 1px #01254e;
	border-left:solid 1px #10457b;
	border-top:solid 1px #10457b;
	background-color:#e3eff6;
    vertical-align: middle;
}
input 
{
    height: 18px;
}
textarea 
{
    width: 340px;
    margin-top: 5px;
}
input.medium, select {
    width: 150px;
}
* html input.button {  /* and make it work inside table cells */
    width: 0;
}
h3.title
{ color:#5E1461;}
div.faq p.title
{ color:#5E1461;
	font-weight:bold;
	padding:10px 0 10px 0 ;}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

/********** WRAPPER ***************/

div.mainWrapper
{
    z-index: 0;
    position: relative;
	width: 790px;
	/*height:652px;*/
	margin: 0 auto;/*this center the page */
	padding:0 5px 17px 5px;
	background: transparent url(../images/blank_bg_r2_c2.jpg) 100% 100% repeat-x;
}

/********* All Navigation tabs ************/ 

ul.navigation {
    list-style: none;
    line-height: 1;
    width: 100%;
}
ul.navigation li { /* all list items */
    display: block;
    float: left;
}
ul.navigation a {
    display: block;
    white-space: nowrap;
}

/*********** page title ****************/

#pageHeader
{
    position: relative;
    height: 121px;
    width:790px;
    background: #F2A219;
}

#pageHeader div.title 
{
	float:left;
	height: 121px;
	width:157px;
   background: transparent url(../images/blank_LV7_comm_t_r2_c2.jpg) 0 0 no-repeat;
}
.topGraphic 
{
	float:right;
    height: 121px;
	width:633px;
}

/*********** header ****************/
#header {
    position: relative;
    top: 0;
    width: 790px;
    height: 83px;
    background: transparent url(../images/blank_LV7_comm_t_r1_c4.jpg) 100% 0 no-repeat;
}

#header h1 span, #header .slogan {
    display: none;
}
#header h1 a {
	position: absolute;
    top: 0;
    left:0;
    display: block;
    width: 162px;
    height: 83px;
    background: transparent url(../images/blank_LV7_comm_t_r1_c2.jpg) 0 0 no-repeat;
}

#navigate {
    z-index: 1;
    position: absolute;
    top: 7px;
    right: 5px;
    height: 62px;
	text-align: left;
	width:461px;
}
div.alpha 
{
    height: 30px;
    width:461px;
}
html>body div.alpha {
	 background-image:url(../images/bar.png);
}
#navigate div.search 
{
    position: absolute;
    top: 4px;
    right: -2px;
    height: 20px;
    width:225px;
}

html>body #navigate div.search input.text
{ margin-right:2px;}
#navigate div.search input.text
{
    position: absolute;
    background-color:#fff;
    top: 0;
    left: 0px;
}

#navigate div.search div.bw1
{
   position : relative;
   top: 0;
   left: 155px;
}
*html #navigate div.search div.bw1
{
	 left: 157px;
}
/**** nav ****/
#mainNav {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #fff;
}
#mainNav li {
    position: relative
}
#mainNav li a {
    font: bold 0.95em  Verdana, Tahoma, Arial;
    letter-spacing: -0.07em;
    line-height: 2em;
    padding-left:12px;
    padding-top:3px;
    text-decoration: none;
    color: #000;
}
#mainNav li.Home a,#mainNav li.HomeOver a
{
	padding-left:27px;
    padding-top:3px;
}
/*
#mainNav li a:hover, #mainNav li.active a {
    background-color: #9889A8;
}*/
#mainNav li.hide {
    display:none;
}
/*********** content ****************/

/*
div.mainWrapper.home #content #secondaryNav {
    display: none;
}
*/

#content p {
    padding: 0.5em 0;
}
/* boxes */
div.boxWrapper {
    margin-bottom: 0.5em;
    background: transparent;
    /* same height cols - breaks height: 1% give layout hack */
	height: auto;
	overflow: hidden;
}
/* give layout to IE */
* html div.boxWrapper { zoom: 1; }

#maincontain
{
	width: 790px;
	background: transparent url(../images/blank_bg_r3_c4.jpg) repeat-x left bottom;
}
#degrade
{
	_height:51px;
	background: url(../images/blank_LV7_comm_but_r2_c2.jpg) no-repeat right bottom;
}
html>body  #degrade
{ 
	min-height: 51px;
	overflow:hidden;
}
#mainLeft
{
	width: 157px;
	float: left; /*	min-height:250px;*/
	height: auto;
	padding-bottom   : 32767px;
	margin-bottom: -32767px;
}

#mainRight
{
	width:633px;
	float:right;
	height: auto;
	padding-bottom   : 32767px;
	margin-bottom: -32767px;/**/
}
#content1
{	background-color:#fff;
	padding:10px 5px 0 10px;
	text-align:left;
}
#content1 p
{ padding:10px 0 10px 0;}
#content2
{
	height:51px;
	width:633px;
	background: url(../images/blank_LV7_comm_but_r2_c2.jpg) no-repeat right bottom;}
.submenu
{  
   position : relative;
   top: 0;
   left:0;
   background-color:#4e83c3;
   width   :157px;
   height:100%;
}
/********* content - secondary nav *********/
#secondaryNav {
    background-color: #4e83c3  ;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    padding:10px 0 10px 0;
}
#secondaryNav li {
    position: relative;
float:left;
clear:left;
}
#secondaryNav li a {
    font: normal 0.8em  Verdana, Tahoma, Arial;
    letter-spacing: -0.05em;
    line-height: 2em;
    padding: 0 0.3em 0 1.2em;
    text-decoration: none;
    color: #fff;
    background: transparent url(../images/menuArrow.jpg) 0.1em 50% no-repeat; 
}
#secondaryNav li a:hover, #secondaryNav li.active a
{
    text-decoration:underline;
}

/********* content - secondary nav *********/
#footer {
    width: 734px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 10px;
    color: #000;
    font: normal 0.85em Verdana, Arial, Tahoma;
}
#footer a {
    color: #000;
    text-decoration: none;
}
#footer a:hover {
    color: #000;
    text-decoration: underline;
}
	
.Home
{
	background-image: url(../images/menu/blank_LV7_comm_t_1_r2_c7.jpg);
	width: 81px;
	background-repeat: no-repeat;
	height: 33px;
}
.HomeOver
{
	cursor: hand;
	background-image:  url(../images/menu/but/blank_LV7_comm_t_1_r2_c7.jpg);
	width: 81px;
	background-repeat: no-repeat;
	height: 33px;
}
.Services
{
	background-image:  url(../images/menu/blank_LV7_comm_t_1_r2_c8.jpg);
	width: 78px;
	background-repeat: no-repeat;
	height: 33px;
}
.ServicesOver
{
	cursor: hand;
	background-image: url(../images/menu/but/blank_LV7_comm_t_1_r2_c8.jpg);
	width: 78px;
	background-repeat: no-repeat;
	height: 33px;
}
.ReferralProgram
{
	background-image: url(../images/menu/blank_LV7_comm_t_1_r2_c9.jpg);
	width: 133px;
	background-repeat: no-repeat;
	height: 33px;
}
.ReferralProgramOver
{
	cursor: hand;
	background-image: url(../images/menu/but/blank_LV7_comm_t_1_r2_c9.jpg);
	width: 133px;
	background-repeat: no-repeat;
	height: 33px;
}

.ContactUs
{
	background-image: url(../images/menu/blank_LV7_comm_t_1_r2_c11.jpg);
	width: 88px;
	background-repeat: no-repeat;
	height: 33px;
}
.ContactUsOver
{
	cursor: hand;
	background-image: url(../images/menu/but/blank_LV7_comm_t_1_r2_c11.jpg);
	width: 88px;
	background-repeat: no-repeat;
	height: 33px;
}
.AboutUs
{
	background-image: url(../images/menu/blank_LV7_comm_t_1_r2_c10.jpg);
	width: 81px;
	background-repeat: no-repeat;
	height: 33px;
}
.AboutUsOver
{
	cursor: hand;
	background-image: url(../images/menu/but/blank_LV7_comm_t_1_r2_c10.jpg);
	width: 81px;
	background-repeat: no-repeat;
	height: 33px;
}


/* uplinks */
div.upLinks
{ 
	position:absolute;
	top:-2px;
	left:200px;
}
div.upLinks ul
{
	font: bold 1em  Verdana,Arial, Tahoma;
    color:#41709F;
    float:left;
 }
div.upLinks li
{
	list-style-type:none;
	display: block;
    float: left;
    position: relative;
}
div.upLinks li a 
{ 
	color:#41709F;
    letter-spacing: -0.07em;
    line-height: 1.7em;
    padding: 0 0.3em;
    text-decoration: none;
}
/* end uplinks */
fieldset.information
{ border:none;}
ol.left li 
{ 
	list-style-type:none;
	display: block;
	margin:0px 0 3px 0;
	vertical-align:top;
	line-height: 1.7em;
}
ol.left li  input, ol.left li select
{ 
	position:absolute;
	left:330px;
}
div.rightdiv,div.leftdiv
{ 
	width:48%;
	font-family:Verdana,Arial;
	font-size:10px;
	color:#ACB3B9;
	padding-bottom:10px;
}

div.checkbox fieldset, div.checkbox  input
{ border:none;	
	background-color:#fff;
	}
div.checkbox fieldset legend
{ font-weight:bold;	}	
div.rightdiv
{ float:right;}
div.leftdiv
{ float:left;}
.messRequired
{
	clear:left;
	background-color:#fff;
}
a.mail
{ color:#0A3D74;
	font-weight:bold;}
#footer
{ position:absolute;
	bottom:-7px;
	left:5px;
	color:#fff;
}
#footer a,#footer a:hover

{ 
	font: normal 1em  Arial,Verdana, Tahoma ;
	padding-right:5px;
	padding-left:5px;
	color:#fff;
}
/**************** RATES ************/
table.searchRates 
{
	width: 100%;
	border-bottom: 1px solid #000;
}
table.searchRates th 
{
	background-color: #FAD457;
	padding: 5px 5px 5px 20px;
}
table.searchRates .underlined
{
	border-bottom: 1px solid #000;
}
table.searchRates .textbox
{
	width:200px;
}
table.searchRates td
{
	padding: 5px 5px 5px 20px;
}
table.searchRates tr.search td
{
	background-color: #ECF0E1;
	border-bottom: 1px solid #000;
}
table.searchRates tr.subTitle td
{
	/*background-color: #C7D9B3;*/
	font-weight: bold;
}
table.searchRates td.rates
{
	padding: 0;
}
table.searchRates strong.special
{
	font-size: 1.2em;
	color: #6FCF75;
}

table.rates
{
	width: 100%;
}
table.rates th 
{
	/*background-color: #ECF0E1;*/
	background-color: #fff;
	border-bottom: 1px solid #000;
	color: #442358;
	padding: 5px 5px 5px 20px;
}
table.rates td 
{
	padding: 5px 5px 5px 20px;
	font-weight: bold;
}
table.searchAll
{
	width: 100%;
}
table.searchAll th 
{
	background-color: #ECF0E1;
	border-bottom: 1px solid #000;
	color: #442358;
	padding: 5px 5px 5px 5px;
}
table.searchAll td 
{
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}
table.searchAll td a
{
	color:#48215B;
}
/*index links*/
div.downloadform
{	
	width:200px;
}
div.downloadform div
{
  height : 124px;
  width  :187px;
}
div.downloadform div a
{
	display:block;
  height : 124px;
  width  :187px;
  background: transparent url(../images/Enrollment_LV7_comm_t_r2_c2.jpg);
}
div.onlineApp
{
	position:absolute;
	left:380px;
	top:214px;
	width:395px;
	text-align:center;
}
div.div1
{
	height : 124px;
	width  :187px;
	float:left;
  }
div.div1 a
{ 
	display:block;
	height : 124px;
	width  :187px;
	 background: transparent url(../images/Enrollment_LV7_comm_t_r2_c4.jpg);
}

div.div2
{
	height : 124px;
	width  :187px;
	float:right;
}
div.div2 a
{ 
	display:block;
	height : 124px;
	width  :187px;
	 background: transparent url(../images/Enrollment_LV7_comm_t_r2_c6.jpg);
}
div.enrollment a
{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#3d505a;
	text-decoration:none;
}
a.onlineAppl1
{ 
	clear:both;
	position:absolute;
	display:block;
	left:25px;
	top:53px;
	
}
.onlineAppl2
{ 
	clear:both;
	position:absolute;
	display:block;
	left:230px;
	top:53px;

}
.downloadform1
{
	position:absolute;
	display:block;
	left:200px;
	top:267px;
	width:100px;
}
div.enrollFooter p
{
	padding:0px;
	font-weight:bold;
}
