﻿body
{
    /*Site should be centered*/
    margin: 20px 0px 10px 0px;
}
#aspnetForm
{
    margin: 0px auto 0px auto;
    width: 931px;
}

img
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    _behavior: url(_js/pngbehavior.htc);
}

/****************** Image Global *******************/
.headerImage
{
    width: 921px;
    height: 331px;
    position: absolute;
    top: 12px;
    left: 10px;
}
.headerInterior
{
    width: 921px;
    height: 292px;
    position: absolute;
    top: 12px;
    left: 8px;
}

/***************input boxes, globals.***************/
#baseDiv
{
    /*position: relative;
    margin: 0px auto 0px auto;
    width: 931px;*/
}

#controlPanelMain
{
    position: absolute;
    top: 177px;
    left: 740px;
}

.search_box
{
    border: 1px solid #21637b;
    color: #000;
    font-family: trebuchet ms;
    font-size: 9px;
    width: 99px;
}

.globals_top
{
    color: #ffffff;
    font-size: 12px;
}

#siteMap
{
    text-align: right;
    margin-bottom: 17px;
}
#printPage
{
    margin-top: 20px;
}

#contentMain
{
    clear: left;
    float: left;
    margin-top: 18px;
    width: 950px;
    min-height: 235px;
    _height: 235px;
}

#content
{
    float: left;
    min-height: 265px;
    _height: 265px;
    width: 670px;
    margin-top: 320px;
    margin-left: 28px;
}
#footer
{
    text-align: right;
}
#logo
{
    position: absolute;
    display: block;
    top: 6px;
    left: 110px;
    width: 221px;
    height: 74px;
}

.homeLink
{
    margin-right: 20px;
}

/******************** Navigation ********************/
#navigationMenu
{
    float: left;
    margin-top: 103px;
    position: relative;
    z-index: 1;
}

#navigationMenu a
{
    text-decoration: none;
}

.first_nav a
{
}

.first_nav img
{
    display: block;
    text-decoration: none;
    border: none;
}

.second_nav_divider_line
{
    position: absolute;
    border-top: 1px solid #ffffff;
    width: 189px;
    height: 0px;
    left: 3px;
    z-index: 1;
}
.second_nav
{
    background-image: url(../_img/second_nav_bg.png);
    _background-image: none;
    width: 196px;
    line-height: 14px;
    padding-top: 11px;
    overflow: hidden;
}
.second_nav_ie
{
    display: none;
    _display: block;
    _position: absolute;
    _top: 0px;
    _left: 0px;
    _height: 100%;
    _overflow: hidden;
    _z-index: -1;
}
.second_nav_inner
{
    position: relative;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-left: 0px;
    width: 192px;
}
.second_nav_inner a
{
    display: block;
    padding: 0px 0px 0px 37px;
    font-size: 15px;
    font-weight: bold;
    color: #073977;
    background: none;
}

.second_nav_inner a:hover
{
    background: url(../_img/second_nav_bg_highlight.png) repeat-y;
    _background: url(../_img/second_nav_bg_highlight.gif) 3px repeat-y;
}

.second_nav_inner a.on, .second_nav_inner a.on:hover
{
    background: url(../_img/second_nav_bg_highlight.png) repeat-y;
    _background: url(../_img/second_nav_bg_highlight.gif) 3px repeat-y;
}

.third_nav
{
    width: 196px;
    line-height: 14px;
    padding-top: 0px;
    padding-bottom: 2px;
}
.third_nav_inner
{
    position: relative;
    padding-top: 0px;
    padding-bottom: 4px;
    margin-left:0px;
}

.third_nav_inner a
{
    display: block;
    padding-left: 48px;
    font-size: 14px;
    font-weight: bold;
    color: #073977;
}

.third_nav_inner a:hover
{
    background: url(../_img/second_nav_bg_highlight.png) repeat-y;
    _background: url(../_img/second_nav_bg_highlight.gif) 3px repeat-y;
}

.third_nav_inner a.on, .third_nav_inner a.on:hover
{
    display: block;
    padding-left: 48px;
    font-size: 14px;
    font-weight: bold;
    background: url(../_img/second_nav_bg_highlight.png) repeat-y;
    _background: url(../_img/second_nav_bg_highlight.gif) 3px repeat-y;
}

/****************Add everything below this to the WYSIWYG CSS****************/

p, td, table, ul, li, div
{
    font-family: trebuchet ms;
    font-size: 13px;
    color: #000000;
    line-height: 21px;
}

.padding
{
    padding: 8px;
}

.font_size_11px
{
    font-size: 11px;
}

a
{
    color: #00205d;
    font-weight: bold;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

.hr
{
    border: 0px;
    border-top: 1px solid #98adf6;
}

.header
{
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

h1
{
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}

.sub_header
{
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

h2
{
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

.light_blue_background
{
    background-color: #cfd9fe;
}

.blue_background
{
    background-color: #abb9f4;
}

/*********************Search**********************/
.search_header
{
}
.search_results_header_bar
{
}
.percent
{
}
.searchLinkUrl
{
}
.searchLink
{
}

/*********************Form Manager**********************/
.fieldBlock
{
    padding-bottom: 15px;
}
.buttonBlock
{
    padding-top: 10px;
}
.buttonBlock input
{
    margin-right: 10px;
}
.shortAnswer, .addressLine
{
    width: 256px;
}
.addressCity
{
    width: 200px;
}
.addressZip
{
    width: 70px;
}
.longAnswer
{
    width: 395px;
    height: 68px;
}
.calcQuantity
{
    width: 25px;
}
.calcTotal
{
    width: 25px;
}
.showCalendar
{
    margin-left: 5px;
    width: 15px;
    height: 15px;
    background: url(../_img/calendar.gif) no-repeat;
    cursor: pointer;
}
.required
{
    color: Red;
}

/******************  control formatting  *********************/
.controlContent
{
    margin-top: 20px;
}
.steps
{
    width: 605px;
    text-align: right;
    margin-bottom: 5px;
}
.steps img
{
    padding-left: 15px;
}
.bluebox
{
    background-color: #cfd9fe;
    /*background: url("../_img/map_bg.gif") no-repeat;*/
    width: 575px;
    /*height: 300px;*/
    padding: 20px 15px 10px 15px;
}
.checkboxes
{
    width: 210px;
    padding-left: 15px;
}
.next
{
    height: 40px;
    text-align: right;
    margin-right: 15px;
}
.dropdown
{
    width: 140px;
}
.ziptext
{
    width: 50px;
}
.zipPanel
{
    display: inline;
}
.appText
{
    width: 65px;
    display: block;
    float: left;
}
.appText3
{
    width: 128px;
    display: block;
    float: left;
}
.appText3Long
{
    width: 188px;
    display: block;
    float: left;
}
.appText3a
{
    width: 95px;
    display: block;
    float: left;
}
.moneytext
{
    width: 100px;
}

/**************** Popups ********************/
.PopUp 
{
	position: absolute;
	z-index: 250;
	top: 0px;
	left: 0px;
	visibility: hidden;
	display: none;
	border: solid 2px #0f315d;
	line-height: normal;
	background-color: #fff;
}
.PopUp .titlebar 
{
	background-color:#dbe3ea;
}
.PopUp .titlebar .title 
{
    font-size: 14px;
	padding-top: 7px;
	margin-left: 5px;
	padding-bottom: 4px;
}
.PopUp .titlebar .button 
{
	float: right;
	margin: 5px;
	font-size: 8px;
	cursor: pointer;
}
.PopUp .details 
{
	background-color: #fff;
	padding: 5px;
    max-height: 200px;
	_height: 200px;
	overflow: auto;
}
.monthlyIncomeImage
{
    cursor: pointer;
    width: 23px;
    height: 21px;
    vertical-align: middle;    
}
.ie6Iframe
{
    display: none;
	position: absolute;
	_display: block; 
	z-index: -1;  
	top: 0; 
	left: 0; 
	margin-left: -2px;
	margin-top: -2px;
	filter: mask(); 
}
