#ex_dis {
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
color: #000000;
text-align: left;
position: absolute;
border: 2px solid #7f182a;
padding: 15px;
display:none;
z-index: 500;
width:400px;
top:139px;
left:193px;
FILTER: progid:DXImageTransform.Microsoft.dropShadow( Color=CCCCCC,offX=7,offY=8,positive=true);
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: .75em;
	background: #fff url(../images/bg_masthead.gif) repeat-x;
	}
	
td{
	vertical-align:top;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size:9pt;
}	
	
a:link, a:visited {	
	color: #7f182a;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #7f182a;
	text-decoration: none;
	}

a img { border: none; }

h1 {
	color: #7f182a;	
	font-size: 18pt;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

h2 {
	color: #bc8600;	
	font-size: 10pt;
	margin: 0;
	padding: 0;
	}

h3 {
	color: #7f182a;	
	font-size: 9pt;	
	margin: 0;
	margin-top:15px;
	padding: 0;
	}
	
h4 {
	color: #b69e67;	
	font-size: 8pt;	
	margin: 0;
	padding: 0;
	}
	
p {
	margin: 3px 0 15px 0;
	padding: 0;
	line-height: 13pt;
}

hr {
	color: #dad9d7;
	background-color: #dad9d7;
	height: 1px;
	border: none;
	margin: 0;
	padding: 0;
}

* html hr {
	margin: -6px 0 0 0;
}
	
/* ------------------------------------------------------------------- =LAYOUT =DISTYLES */

.clearfloat {
	clear: both;
	height: 1px;	
	}
.clear0 {
	clear: both;
	height: 0;	
	}
	
.pageContainer {
	width: 932px;
	text-align: left;	
	}

* html .pageContainer {
	margin-top: -1px;
}

.container {min-width: 932px;}
* html .minwidth {border-left: 932px solid #fff;}
* html .minwidthContainer {margin-left: -932px; position: relative;}

/*\*/ 
 * html .container, * html .minwidth, * html .minwidthContainer {
	height: 1px;
	}
/**/ 
	
/* --------------------------------------------------------- =UTILITY */

.utility {
	color: #330000;
	font-size: 8pt;
	text-align: right;
	margin: 15px 20px 0 0;
}

.utility ul {
	margin: 0;
	padding: 0;	
	}

.utility li {
	margin: 0;
	padding: 0;	
	list-style: none;
	display: inline;
	}
	
.utility a:link, .utility a:visited {	
	color: #454137;
	font-size: 8pt;
	text-decoration: none;
	}
.utility a:hover, .utility a:active {
	color: #454137;
	font-size: 8pt;
	text-decoration: underline;
	}
	
.utility_subnav {
               display:none;
    	position: absolute;
	top: 30px;
	border: 1px solid #B31B34;
	background-color: white;
	padding: 6px;
	color: black;
	text-align:left;
}
    #sub_about_us {
        right:78px;
    }
    #sub_locations {
        right:110px;
    }
    #sub_contact_us {
        right:18px;
    }

utility_subnav_link {
    position:relative;
}
	
/* --------------------------------------------------------- =MASTHEAD */

.masthead {
	height: 91px;
	width: 100%;
	text-align: left;	
	background: url(../images/logo_main.gif) no-repeat;
	}
	
.mastheadLeft {
	float: left;
	width: 200px;
	}
.mastheadLeft img{
    width:200px; 
    height:90px
}
	
.mastheadRight {
	float: right;
	width: 340px;
	text-align: right;
	}
	
/* -------------------------------------------------------------------- =SEARCH AREA */

.searchArea {
	margin-top: 20px;
	margin-right: 20px;
}

.searchArea form {
	margin: 0;
	padding: 0;
}

.searchField {
	width: 157px;
	height: 20px;
	max-height: 20px;
	margin: 0px 3px 0px 0px;
	padding: 3px 0 0 4px;
	border: 1px solid #454137;
	background-color: #ebe9e4;
	color: #000;
	font-size: 8pt;	
	}
	
*:first-child+html .searchField {
	height: 15px;
} /*  =IE7 HEIGHT ISSUE */
	
.searchBtn {
	margin-left: -3px;
}

.searchArea input, .searchArea img { vertical-align: middle; }
	
/* --------------------------------------------------------- =MAINNAV */
	
.mainNav {
	height: 37px;
	margin: 1px 0 0 0;
	background: url(../images/bg_nav.gif) repeat-x;
}

.mainNav ul {
	margin: 0 0 0 15px;
	padding: 0;	
	}

.mainNav li {
	margin: 0;
	padding: 0;	
	list-style-type: none;
	display: inline;
	}
	
.mainNav img {
	margin-right: 0px;
	border-right: 1px solid #433a27;
}

* html .mainNav img {
	margin-top: 1px;
}

	
/* --------------------------------------------------------- =SUBNAV */
	
.subNav {
	clear: both;
	height: 23px;
	background-color: #7f182a;
}

.subNav ul {
	list-style: none;
	list-style-image: none;
	margin: 0 0 0 15px;
	padding: 0;	
	}

.subNav li {
	margin: 0 3px 0 3px;
	padding: 0;	
	float: left;
	width: auto;
	}
	
.subNav a {
	display: block;
	padding: 4px 8px 5px 8px;
	font-size: 8pt;
	}
	
.subNav a:link, .subNav a:visited {
	color: #fff;
	text-decoration: none;
	}
.subNav a:hover, .subNav a:active {
	background: #fff;
	color: #7f182a;
	text-decoration: none;
	}
	
/* --------------------------------------------------------- =MAIN BANNER */

.mainBanner {
	margin-top: 1px;
}

.leftBanner {
	float: left;
	width: 552px;
	margin: 0;
	display: inline;
	}
	
.rightBanner {
	float: left;
	width: 379px;
	margin: 0 0 0 1px;
	display: inline;
	}
	
/* --------------------------------------------------------- =LOGIN */

.loginArea {
	padding: 0;
	margin: 0;
	background: #454137;
	color: #fff;
	font-size: 8pt;
	position: relative;
	height: 114px;
}

.loginArea form {
	margin: 0;
	padding: 20px 20px 0 20px;
	}

.loginField {
	width: 135px;
	height: 18px;
	max-height: 18px;
	margin: 0 8px 0 0;
	border: 0;
	background-color: #FFF;
	color: #333;
	font-size: 8pt;	
	}
	
*:first-child+html .loginField {
	height: 16px;
} /*  =IE7 HEIGHT ISSUE */

.loginAreaLinks {
	text-align: right;
	margin: 5px 7px 0 0;
}

.loginArea a:link, .loginArea a:visited {	
	color: #fff;
	text-decoration: none;
	font-size: 7.5pt;	
	}
.loginArea a:hover, .loginArea a:active {
	color: #fff;
	text-decoration: underline;
	font-size: 7.5pt;	
	}
	
.loginArea input, .loginArea img { vertical-align: middle; }

.loginAreaBus {
	height: 56px;
	background: #959186;
	color: #fff;
	padding: 0;
	margin: 0;
	position: relative;
}

.loginAreaBusContent {
	padding: 14px 0 0 20px;
	margin: 0;
}

.loginAreaBusLinks {
	position: absolute;
	top: 17px;
	right: 38px;
}

.loginAreaBus a:link, .loginAreaBus a:visited {	
	color: #fff;
	text-decoration: none;
	font-size: 7.5pt;	
	}
.loginAreaBus a:hover, .loginAreaBus a:active {
	color: #fff;
	text-decoration: underline;
	font-size: 7.5pt;	
	}
	
/* --------------------------------------------------------------------- =CONTENT */

.contentContainer {
	background: url(../images/bg_page.gif) repeat-y;
	padding-bottom: 20px;
	
}

* html .contentContainer {
	margin-top: -3px
}

.contentContainer h1 {
	color: #b31b34;	
	font-size: 14pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: times-roman, serif;
}

/* --------------------------------------------------------- =LEFTCOL */
	
.leftCol {
	float: left;
	width: 249px;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 8pt;
	}
	
.leftCol h1 {
	color: #b31b34;	
	font-size: 14pt;
	font-weight: normal;
	margin: 0 20px 10px 0;
	padding: 0 0 8px 0;
	font-family: times-roman, serif;
	border-bottom: 1px solid #dbd9d4;
}

.leftCol h2 {
	color: #7f182a;	
	font-size: 10pt;
	margin: 0;
	padding: 0;
	}

.leftColContent {
	margin: 10px 0 15px 20px;
}

.leftCol h2 {
	color: #7f182a;	
	font-size: 9pt;
	margin: 0;
	padding: 0;
	}
	
.leftCol p {
	margin: 0;
	padding: 0;
	}
	
.imgBorderLeft {
	border: 1px solid #b5b3af;
	padding: 2px;
	width: 137px;
}

/* -------------------------------------------------------------------- =RIGHTCOL */
	
.rightCol {
	float: right;
	width: 683px;
	display: inline;
	margin: 15px 0 0 0;
	}

.homeLeft {
	float: left;
	width: 330px;
	display: inline;
	margin-left: 12px;
	}
	
.homeRight {
	float: right;
	width: 330px;
	display: inline;
	}
	
.imgBorderHome {
	border: 1px solid #b5b3af;
	padding: 2px;
	width: 320px;
}

.homeContent {
	margin: 10px 0 0 5px;
}

/* -------------------------------------------------------------------- =BACK BANNER */

.backBanner {
	margin-top: 1px;
}

.backleftBanner {
	float: left;
	width: 552px;
	margin: 0;
	display: inline;
	}
	
.backrightBanner {
	float: left;
	width: 379px;
	margin: 0 0 0 1px;
	display: inline;
	}
	
/* -------------------------------------------------------------------- =BACK LOGIN */
	
.backloginArea {
	padding: 0;
	margin: 0;
	background: #454137;
	color: #fff;
	font-size: 8pt;
	position: relative;
	height: 72px;
}

.backloginAreaContent {
	padding: 22px 0 0 20px;
	margin: 0;
}

.backloginAreaLinks {
	position: absolute;
	top: 24px;
	right: 30px;
}

.backloginArea a:link, .backloginArea a:visited {	
	color: #fff;
	text-decoration: none;
	font-size: 7.5pt;	
	}
.backloginArea a:hover, .backloginArea a:active {
	color: #fff;
	text-decoration: underline;
	font-size: 7.5pt;	
	}
	
/* -------------------------------------------------------------------- =BACK CONTENT */

.backContentContainer {
	padding-bottom: 20px;
	width: 932px;
}

* html .backContentContainer {
	margin-top: -3px
}

.breadcrumbs {
               color: #454137;
	margin: 10px 0 20px 20px;
}

.breadcrumbs a:link, .breadcrumbs a:visited {	
               color: #454137;
	font-size: 8pt;	
	}
	
.breadcrumbs a:hover, .breadcrumbs a:active {
               color: #454137;
	font-size: 8pt;	
	}
	
.backContent {
	margin: 20px 0 20px 20px;
}

.chartLink img, .chartLink a {
	vertical-align: middle;
}


.applyBtn{
	float:right;
}

* html .applyBtn {
	margin-top: -13px;
}

.backContent ul {
	margin: 10px 0 0 15px;
	padding: 0;
}

.backContent ul li {
	margin: 0;
	padding: 0;
	list-style-image: url(../images/li.gif);
	line-height: 14pt;
}

.backContent .important_info_box {
	border:1px solid #000000; 
	padding:0 8px; 
	text-align:justify; 
	width:594px;
}

.brochureContainer  h1 {
    width:340px;
    display:inline;
    float:left;
}

.brochure {
    display: inline; 
    float: right; 
    width: 300px;
}

/* -------------------------------------------------------------------- =BENEFITS CONTAINER */

.benefitsContainer {
	float: right;
	width: 245px;
	background: #f5f4ef;
	border: 1px solid #959186;
	margin: -15px 0 20px 20px;
	padding: 0;
}

.benefitsContent {
	margin: 15px 0 15px 15px;
	padding: 0;
	color: #000;
	font-size: 8pt;
}

.benefitsContent h1 {
	color: #7f182a;	
	font-size: 12pt;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: times-roman, serif;
}

.benefitsContent ul {
	margin: 10px 0 0 15px;
	padding: 0;
}

.benefitsContent li {
	margin: 0;
	padding: 0;
	list-style-image: url(../images/li_benefits.gif);
	line-height: 14pt;
}
	
/* -------------------------------------------------------------------- =FOOTER */

.footer {
	height: 100px;
	border-top: 1px solid #433a27;
	margin-top: 1px;
	width: 100%;
	text-align: left;	
}

.footer a, .footer img {
	vertical-align: middle;
}

.footerLeft {
	float: left;
	width: 300px;
	display: inline;
               color: #454137;
               margin-top: 14px;
	margin-left: 10px;
	font-size: 8pt;	
}

.footerLeft a:link, .footerLeft a:visited {	
	text-decoration: none;
	font-size: 8pt;	
               color: #454137;
	}
.footerLeft a:hover, .footerLeft a:active {
	text-decoration: underline;
	font-size: 8pt;	
               color: #454137;
	}

.footerCenter {
	float: left;
	padding-left: 50px;
}
.footerRight {
	float: right;
	width: 300px;
	text-align: right;
	display: inline;
	color: #b4a094;
	margin-top: 5px;
	margin-right: 10px;
}

	
/* -------------------------------------------------------------------- =TEXTUAL =FISTYLES */

.contentTable{
	border:1px solid #DBCFBE;
}

.ratesTable{
	border:1px solid #DBCFBE;
	border-collapse:collapse;
}
.ratesTable th{
	border:1px solid #DBCFBE;
}

.ratesTable td{
	border:1px solid #959186;
}

.tableheader {
	background-color: #dbcfbe;
	font-weight: bold;
	font-size: 10pt;
	color: #454137;
	}
	
th{
	background-color:#959186;
	vertical-align:top;
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
}

* html th {
    text-align:left;
}
	
.tablecontent1 {
	border: 0;
	background-color: #fff;
	color: #330000;
	font-size: 9pt;	
	}
.tablecontent2 {
	border: 0;
	background-color: #f6f2eb;
	color: #330000;
	font-size: 9pt;	
	}

.faqQ, .faqA {
	font-weight: bold;
	font-size: 10pt;
	}
.faqQ { color: #7f182a; }
.faqA { color: #bc8600; }
	
.disclaimer {
	font-size: 8pt;
	color: #7f182a;
	}
.required { 
	color: #bc8600;
	font-size: 8pt;
	font-weight: bold;
	}
	
.appfield1 {
	border: 1px solid #7f182a;
	background-color: #FFF;
	color: #000;
	}
.appfield2 {
	border: 1px solid #bc8600;
	background-color: #FFF;
	color: #000;
	}


#alertBtn {
	position: absolute;
	top: 15px;
	right: 26px;
	}
#alertMsg{
	position: absolute;
	top: 187px;
	right: 98px;
	border: 1px solid #B31B34;
	background-color: white;
	padding: 6px;
	color: black;
	z-index: 2;
	width: 340px;
	}
#alertMsg h2{
	font-size: 8pt;
	line-height: 12pt;
	color: #B31B34;
	}
	
