html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #fff;
	color: #212324;
	text-align: center;
}
body, table, td, div {
	font-size:9pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
	
a:link, a:visited {
	text-decoration: underline;
	color: #25538a;
	}
a:hover, a:active {
	text-decoration: none;
	color: #1c536f;
	}	
	
a img { border: none; }
	
h1 {
color: #364759;
font-size: 18pt;		
}
h2 {
border-bottom: 1px solid #8d8d8d;
color: #333333;
font-size: 11pt;
}
h3 {
color: #364759;
font-size: 10pt;
margin: 5px 0 1px 0;
}
h4 {
color: #333333;
font-size: 9pt;
margin: 5px 0 1px 0;
}

p {
	padding:0 0 12px 0;
}

sup {
	vertical-align:super;
	font-size:0.75em;
}

ul, ol { 

	}
ul li {
	list-style-image: url(../images/li.gif);

}

table {	font-size: 100%; /* IE inheritance fix */ }

.tableheader {
	font-weight: bold;
	color: #406fa3;
	font-size: 11pt;
	}
	
th {
	background-color:#eceded;
	color:#333;
}
	
.tablecontent1 {
	background-color:#fff;
	color: #333333;
}
	
.tablecontent2 {
	background-color:#f6f6f5;
	color: #333333;
}

.ratestable {
	border:1px solid #4A82C3;
	border-collapse:collapse;
	margin:10px 0 10px 0;
}

.ratestable td {
	padding: 0 3px;
	border:1px solid #4A82C3;
}



.faqQ, .faqA { 
	font-weight: bold;
	}

.faqQ { color:#406fa3; }
.faqA { color:#333333; }
	
.xsmall {
    font-size:.8em; 
	}
.small {
    font-size:.9em;
	}
.medium {
    font-size:1em;
	}
.large {
    font-size:1.1em;
	}
.xlarge{
    font-size:1.2em;
	}

.special3 {
	}
.special2 {
	}
.special1 {
	}

.disclaimer {
	color:#666;
}
* html .disclaimer {
	width:95%;
}

.required {
	color:#406fa3;
}
	
.appfield1 {
	border:1px solid #666;
	background-color:#fff;
}	
.appfield2 {
	border:1px solid #666;
	background-color:#efefef;
}
.searchForm {
	background: url(../images/bg_searchfield.gif) top left no-repeat;
	}
.searchfield {
	/*background: url(../images/bg_searchfield.gif) top left no-repeat;*/
	height: 21px;
	width: 133px;
	border: none;
	font-size: 9pt;
	padding: 3px 0 0 5px;
	background: transparent;
	}
*html .searchfield {
	width: 138px;
	height: 24px;
	border: none;
	font-size: 9pt;
	padding: 3px 0 0 5px;
	background: transparent;
	}	
.onlineselect {
	width: 138px;
	border: 1px solid #000;
	}		
	
	
/* =LAYOUT =DISTYLES */

/* suggested order for properties [ based on mozilla.org ] */
/* 

display
list-style
position
float
clear
width
height
min-width
min-height
margin
padding
border
background [ color, image, repeat, attachment, position, inherit ]
color
font
text-decoration
text-align
vertical-align
white-space
other text

 */

.clearfloat {
	clear: both;
	height: 1px;
	}

.page {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	}
.mast {
	height: 109px;
	}
.mast a:link, .mast a:visited {
	color: #212324;
	text-decoration: none;
	}
.mast a:hover, .mast a:active {
	color: #212324;
	text-decoration: underline;
	}			
.mastL {
	float: left;
	width: 370px;
	}
.img70 {
	position: relative;
	top: -3px;
	left: -5px;
	}
.mastR {
	float: right;
	width: 630px;
	text-align: right;
	}	
.navUti {
	float: right;
	width: 333px;
	margin: 20px 13px 0 0;
	}	
.navUti li {
	display: inline;
	font-size:8pt;
	padding: 0 1px;
	}	
.login {
	background: url(../images/bg_login.gif) top left no-repeat;
	height: 80px;
	width: 191px;
	text-align: left;
	position: relative;
	float: right;
	display: inline;
	margin: 12px 18px 0 0;
	}
.login ul {
	width: 125px;
	margin: 6px 0 0 12px;
	line-height: 13px;
	}	
*html .login ul {
	margin-top: 2px;
	}	
*:first-child+html .login ul {
	margin-top: 2px;
	}		
.login li {
	display: inline;
	font-size:8pt;
	}	
.login a img {
	position: absolute;
	top: 41px;
	left: 138px;
	}
.login a:link, .login a:visited {
	text-decoration: underline;
	}
.login a:hover, .login a:active {
	text-decoration: none;
	}
		
.navMain {
	height: 31px;
	background: url(../images/bg_navMain.gif) repeat-x;
	}
.navMain li {
	display: inline;
	margin-right: -3px;
	}			
		
.content {
	background: url(../images/bg_contentBack.gif) top left repeat-y;
	height: 1%;	
	margin-top: 10px;
	}	
#home .content {
	background: url(../images/bg_contentHome.gif) top left repeat-y;
	}	
.content {
	background: url(../images/bg_contentBack.gif) top left repeat-y;
	height: 1%;	
	margin-top: 10px;
	position: relative;
	}		
.contentL {
	float: left;
	width: 191px;
	margin-left: 18px;
	display:inline;
	}

.searcharea form {
	margin:3px 0 0 9px;
	}	
.searcharea form input {
	vertical-align: middle;
	margin-right:5px;
	}	
.loancenter form {
	margin:6px 0 0 9px;
	}
.loancenter form input, .loancenter form select {
	vertical-align: middle;
	font-size: 8pt;
	margin-right:1px;
	}	
.openaccount {
	margin-top: 10px;
	}
.openaccount img {
	display: inline;
	}
.openaccount a img {
	display: inline;
	margin: 0 10px 13px 7px;
	position: relative;
	top: -3px;
	}
	
.yourBusCommunity {
	margin: 18px 10px 0 10px;
	}
.yourBusCommunity a img {
	margin-bottom: 6px;
	}
	
.rates {
	margin-top: 10px;
	padding-bottom: 12px;
	}
.rates table {
	margin-left: 10px;
	}	
.rates table td, .rates table th {
	border-bottom: 1px solid #989898;
	padding: 4px;
	font-size: 8pt;
	}	
.rates a:link, .rates a:visited {
	text-decoration: underline;
	color: #25538a;
	}
.rates a:hover, .rates a:active {
	text-decoration: none;
	color: #1c536f;
	}			
	
.divider {
	margin:13px 0 2px 0;
	}
	
.contentR {
	float: left;
	width: 777px;
	margin-left: 14px;
	display:inline;
	padding-bottom: 27px;
	}
	
.promo {
	margin: 0 0 10px 0;
	}	
.promoSmArea {
	background: url(../images/bg_promoSm.gif) top left no-repeat;
	width: 760px;
	height: 193px;
	position:relative;
	}
.promoSmArea .prev{
	position: absolute;
	top: 87px;
	left:4px; 
	}
.promoSmArea .next{
	position: absolute;
	top: 87px;
	right:4px; 
	}

.landing {
	margin: 30px 40px 30px 40px;
	line-height:16pt;
	color: #333333;
	} 
.landing p {
	margin: 7px 20px 0 0;
	}	
.landing h2 {
	margin-top: 50px;
	}	
.promoLand {
	float: right;
	margin: 0 0 20px 50px;
	display: inline;
	width: 199px;
	}
.imgLand {
	float: left;
	margin: 12px 12px 20px 0;
	width: 129px;
	}	
	
.back {
	margin: 30px 40px 30px 40px;
	line-height:16pt;
	color: #333333;
	} 
.back p {
	margin: 7px 20px 0 0;
	}	
.back ul {
	margin: 5px 10px 15px 30px;
	}	
.back li {
	list-style-image: url(../images/li.gif);
	vertical-align: middle;
	}		
.back a img {
	margin: 0 10px 20px 0;
	}	
.imgBack {
	float: right;
	margin: 0 0 20px 40px;
	display: inline;
	width: 199px;
	position: relative;
	}
.navSect {
	background: url(../images/bg_navSect.gif) repeat-y;
	height: 1%;
	line-height:normal;
	}
.navSect ul {
	margin: 5px 10px 10px 30px;
	}	
.navSect li {
	list-style-image: url(../images/li_navSect.gif);
	padding-bottom:8px;
	}	
.navSect a:link, .navSect a:visited {
	text-decoration: none;
	color: #fff;
	}
.navSect a:hover, .navSect a:active {
	text-decoration: underline;	
	color: #fff;
	}	
		
#pane {
	overflow:hidden;
	width:703px;
	padding-top: 10px;
	margin-left: 28px;
	}
#pane ul {
	width:3900px;
	padding-left: 178px;
	}
#pane li {
	float:left;
	margin:0 5px;
	cursor:pointer;
	display: inline;
	padding-bottom: 5px;
	}	
	
.footBar {
	height: 20px;
	color: #88848b;
	padding: 0 12px;
	margin-top: 15px;
	position: relative;
	}
.contentLcap {
	height: 16px;
	width: 209px;
	position: absolute;
	top: -31px;
	left: 0;
	background: url(../images/bg_contentLcap.gif) top left no-repeat;
	}		
.contentcap {
	height: 12px;
	width: 1000px;
	position: absolute;
	top: -27px;
	left: 0;
	background: url(../images/bg_contentcap.gif) top left no-repeat;
	}		
.contentcapTop {
	height: 12px;
	width: 1000px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg_contentcapTop.gif) top left no-repeat;
	}		
.navSectbot {
	height: 10px;
	width: 199px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/bg_navSect_bot.gif) top left no-repeat;
	}	
*html .navSectbot {
	bottom: -6px;
	}	
.footBarL {
	float: left;
	/*width: 450px;*/
	width: 600px;
	}
.footBarR {
	text-align: right;
	float: right;
	width: 450px;
	margin-top:-15px;
	font-size:8pt;
	}	
.footBarR a:link, .footBarR a:visited {
	color: #88848b;
	text-decoration: none;
	}
.footBarR a:hover, .footBarR a:active {
	color: #88848b;
	text-decoration: underline;
	}	
.footBarR li {
	display: inline;
	font-size:8pt;
	}		
.foot {
	background: url(../images/bg_foot.gif) repeat-y;
	color: #969696;
	}
.footL {
	float: left;
	display: inline;
	width: 241px;
	font-size: 7pt;
	line-height: 12pt;
	margin: 5px 10px 10px 10px;
	}
.footLC {
	float: left;
	display: inline;
	width: 291px;
	font-size: 7pt;
	line-height: 12pt;
	margin: 5px 10px 10px 30px;
	}
.footRC {
	float: left;
	display: inline;
	width: 206px;
	font-size: 7pt;
	line-height: 12pt;
	margin: 5px 10px 10px 20px;
	}
.footLC img, .footRC img {
	float: left;
	display: inline;
	margin: 5px 15px 20px 0;
	}	
.footRC img {
	margin-top: 10px;
	}	
.footR {
	float: left;
	display: inline;
	width: 140px;
	font-size: 7pt;
	line-height: 12pt;
	margin: 5px 10px 10px 10px;
	}		
.footR img {
	margin-top:10px;
	}					
	
/*    Copied from Cocoon template   */
#LF_wrapper {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #717073;
width: 160px;
margin: 5px;
border: #717073 solid 1px;
}
#LF_title {
background-color: #4A82C3;
color: #FFFFFF;
font-weight: bold;
text-align: center;
padding: 5px;
}
#LF_form {
padding: 3px;
}
#LF_form input {
margin-bottom: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background: #ECEDED;
border: #4A82C3 solid 1px;
color: #000000;
width: 145px;
}
#LF_button {
text-align: center;
margin-bottom: 10px;
}
#LF_button input {
margin-bottom: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background: #ECEDED;
border: #4A82C3 solid 1px;
color: #000000;
padding: 2px;
}
#LF_copyright {
text-align: center;
font-size: 8px;
}

.gen{
	width:430px;
	//margin:0 10px 10px 10px;
	margin:0px;
}

.gen th, .gen td{
	padding:3px;
}

.genInner{
	border:1px solid #406FA3;
	width:100%;
}

.genTable{
	border:1px solid #406FA3;
	width:80%;
	border-collapse:collapse;
}

.genTable td, .genTable th{
	border:1px solid #406FA3;
	padding:3px;
}


#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 #406FA3;
	padding: 15px;
	display:none;
	z-index: 500;
	width:400px;
	top:130px;
	left:300px;
} 
