/* This CSS sets the template styles and layout for ALL elemnets */

/* --------------------------------------------------------- =BROWSER =NORMALIZATION */

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%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	display:none;
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	display:none;
	content: '';
	content: none;
}

/*    
div {border:1px solid #090;}
*/
/* --------------------------------------------------------- =BASE =STYLES */

body {
	background:#659cd3 url(../images/page_bg.gif) repeat-x;
	color: #3c3c3c;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	text-align:center;
}
body#back {background:#659cd3 url(../images/page_bg_back.gif) repeat-x;}

body, table, td, div, input {
	font-family: Arial, Trebuchet, Tahoma, Helvetica, sans-serif;
}

a:link, a:visited {	
	color:#053b6b;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color:#618326;
	text-decoration: none;
	}

h1 {
	width:300px;
	margin: 0;
	padding: 90px 0 0 55px;
	color: #fff;
	font:normal 20pt Verdana, Geneva, sans-serif;
	}
.heading {
	display:none;
	background:#fff url(../images/ttl_bg.gif) no-repeat;
	position:relative;
	height:135px;
}
.promoTtl {
	display:none;
	position:absolute;
	top:0;
	right:0;
}

.headingHolder {
	display:none;
	background:#fff url(../images/ttl_bg.gif) no-repeat;
	position:relative;
	height:135px;
	margin-bottom:30px;
}
.promoTtlHolder {
	display:none;
	position:absolute;
	top:0;
	right:0;
}

	
h2 {
	color: #003768;
	margin: 0 0 8px 0;
	font-size: 17pt;
	font-weight:normal;
}

#calccontent h1 {
	color: #003768;
	margin: 0 0 8px 0;
	padding:0;
	font-size: 17pt;
	font-weight:normal;
}

h3 {
	color: #749c2d;
	margin: 0 0 6px 0;
	font-size: 1.2em;
}

h4 {
	color: #000;
	margin: 0 0 4px 0;
	padding:0 0 0 8px;
	font-size: 1em;
	background-color:#e6eef7;
}

p {
	padding: 0 0 12px 0;
}

hr {
	background: #000;
  	border: 0;
  	color: #000;
  	height: 1px;
	margin: 10px 0;
	}
	
ol li {
	list-style-type: decimal;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
} /* tables still need 'cellspacing="0"' in the markup */

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

ins {
	text-decoration: none;
	border-bottom: 1px dotted;
} /* remember to highlight inserts somehow! */

del {
	text-decoration: line-through;
}

/* --------------------------------------------------------- =CLEAR =FLOATS/=FIXS */

.clearfloat {
	display:none;
	}
	
.clear0 {
	display:none;
	}

.clearfix:after {
	display:none;
}


/* --------------------------------------------------------- =PAGE WRAPS/=COLUMNS */

.pageWrap {
	display:none;
	}

.page {
	width: 100%;
	}

#home .contentL {
	display:none;
	}
#home .contentR {
	width: 100%;
	}

#back .contentL {
	display:none;
}
#back .watermark {
	display:none;
}


/* --------------------------------------------------------- =MASTHEAD */
	
.mast {
	display:none;
	}
	
.mastL {
	display:none;
	float: left;
	width: 281px;
	}
	
.mastR {
	display:none;
	float: right;
	width: 670px;
	text-align: right;
	height:156px;
	position:relative;
	}
	
/* --------------------------------------------------------- =UTILITY */
	
.uti {
	display:none;
	color:#fff;
	position:absolute;
	top:15px;
	right:10px;
	}
	
.uti ul {
	display:none;
	margin: 0;
	padding: 0;
}

.uti li {
	display:none;
	margin: 0;
	padding: 0;
	display: inline;
}

.uti a:link, .uti a:visited {	
	display:none;
	color:#fff;
	text-decoration: none;
	}
	
.uti a:hover, .uti a:active {
	display:none;
	color:#fff;
	text-decoration: underline;
	}
	
/* --------------------------------------------------------- =SEARCH =AREA */

.searchArea {
	display:none;
	background:#fff url(../images/search_bg.gif) no-repeat;
	width:173px;
	height:24px;
	position:absolute;
	top:48px;
	right:10px;
}

.searchArea form {
	display:none;
	margin: 0;
	padding: 0;
}

.searchArea input, .searchArea img { vertical-align: middle; }

.searchArea input.appfield1 {
	width: 130px;
	margin:4px;
	padding:0;
	border: none;
	background-color: #fff;
	color: #666;
	}
* html .searchArea input.appfield1 {height:20px;}

.searchBtn {margin:0 3px 0 0;}



/* --------------------------------------------------------- =LOGIN =AREA */

.loginArea {
	display:none;
	width:208px;
	height:164px;
	background:#fff url(../images/olb_bg.gif) no-repeat;
	margin:18px 0 0 30px;
}
#back .loginArea {
	display:none;
	height:50px;
	background:none;
}
.loginPad {padding:15px 0 0 15px;}

.loginOB {
	display:none;
	border-bottom:1px solid #c4d2b0;
	width:173px;
	padding:0 0 15px 0;
}
.loginServices {margin:13px 0 0 0;}

.loginCol label {padding:2px 0;}
.loginCol {font:8pt Tahoma, Geneva, sans-serif; color:#604b20;}
.loginCol input.appfield1 {
	display:none;
	border:1px solid #b0a68f;
	background-color:#fff;
	width:134px;
	padding:2px;
}
.loginCol input, .loginCol img {vertical-align:middle;}


.utility {
	display:none;
	margin:0 0 0 23px;
	position:relative;
}
.utilityLinks {
	display:none;
	position:absolute;
	top:20px;
	left:25px;
	color:#003768;
	font-size:8pt;
}

#back .utility {
	display:none;
	margin:7px 0 0 30px;
}

#back .utility li {
	display:none;
	height:46px;
}
#back #atmsearch {
	display:none;
	height:35px;
}

#alertButton {
	display:none;
}

/* --------------------------------------------------------- =PRRIMARY =NAV */

.pNav {
	display:none;
	width:100%;
	position:absolute;
	left:10px;
	bottom:0;
	height:39px;
	z-index:0;
}
.pNav a:link, .pNav a:visited {	
	display:none;
	text-decoration: none;
	display:block;
	padding:6px 0 0 0;
	min-height:39px;
	width:95px;
	color:#fff;
	text-align:center;
	background:#fff url(../images/nav_off.gif) no-repeat;
	line-height:10pt;
	}
.pNav a:hover, .pNav a:active,
.pNav ul li a.selected:link, .pNav ul li a.selected:visited
.pNav ul li a.selected:hover, .pNav ul li a.selected:active {
	display:none;
	text-decoration: none;
	background:url(../images/nav_on.gif) no-repeat;
	color:#336491;
	}
.selectedNav {
	display:none;
	text-decoration: none !important;
	background:url(../images/nav_on.gif) no-repeat !important;
	color:#336491 !important;
}
.pNav ul {
	display:none;
	margin:0;
	padding:0;
}
.pNav li {
	display:none;
	list-style-image:none;
	list-style-type:none;
	margin:0 4px 0 0;
	padding:0;
	float:left;
	height:39px;
}


/* --------------------------------------------------------- =SUB =NAV */

.sNav {
	display:none;
}

.sNav ul {
	display:none;
	margin: 0;
	padding: 0;
}

.sNav li {
	display:none;
	margin: 0;
	padding: 0;
}

.sNav a:link, .sNav a:visited {	
	display:none;
	color:#000;
	text-decoration: none;
	}
	
.sNav a:hover, .sNav a:active {
	display:none;
	color:#000;
	text-decoration: underline;
	}
	
/* --------------------------------------------------------- =HOME =CONTENT */

.home {
	display:none;
	}
	
.homeL {
	display:none;
	float: left;
	width: 403px;
	height:230px;
	background:url(../images/news_bg.gif) 0 2px no-repeat;
	}
	
.homeR {
	display:none;
	float: right;
	width: 285px;
	}
	
/* --------------------------------------------------------- =PROMOS */

.promoLrg {
	display:none;
	height:254px;
	position:relative;
	text-align:right;
}

.prevnext {
	display:none;
	position:absolute;
	bottom:0;
	right:15px;
	z-index:999;
}

.promoSm {
	display:none;
	padding:12px 0 0 6px;
}

/* --------------------------------------------------------- =NEWS/=ALERTS */
.newsWrap {
	display:none;
	}

.newsArea {
	display:none;
}
.newsArea a:link, .newsArea a:visited {	
	display:none;
	}
.newsArea a:hover, .newsArea a:active {
	display:none;
	}
.newsArea h3 {
	display:none;
}
.newsArea ul {
	display:none;
}
.newsArea ul li {
	display:none;
}

.newsBtn {
	display:none;
}


/* --------------------------------------------------------- = SITE =CONTENT */

.sectionWrap {
	display:none;
}
.section {
	display:none;
}
.sectionFoot {
	display:none;
}
.section a:link, .section a:visited {	
	display:none;
	}

.sectionTtl {
	display:none;
}
.section ul {
	display:none;
}
.section li {
	display:none;
}


.content {
	line-height: 17pt;
	position:absolute;
	}
	
.content ul, .content ol {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	}
	
.content ul li { 
	padding: 0 0 6px 20px;
	}
	
.content ol li {
	margin: 0 0 6px 25px;
	}
	
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
	}
	
.content ul li {
	background: url(../images/bullet.gif) no-repeat .3em .4em; 
}

.contentImg {
	}
	
/* --------------------------------------------------------- =FOOTER */
	
.foot {
	display:none;
	}
	
	
/* --------------------------------------------------------- =FORMS */

label {
	display: block;
	margin: 2px 0 0 0;
}

input:focus {
	border: 1px solid #78a22f;
	background: #fff;
} /* remember to define focus styles! */
	
.appfield1 {
	border: 1px solid #22527c;
	background: #f3f3f3;
}	
.appfield2 {
	border: 1px solid #22527c;
	background:#fff;
}

.submitBtn {
	margin-top: 7px;
}

/* --------------------------------------------------------- =TABLES */

table { width: 100%; }

.tableStyle1, .gridTable {
	border:2px solid #E5EBDD;
}

.tableheader {
	background: #F9FAFE;
	color: #7E9634;
	font-weight: bold;
	font-size:11pt;
	}
	
th {
	border-bottom: 1px solid #23527C;
	background-color:#efefef;
	color:#23527C;
	text-align: left;
}
	
.tablecontent1 {
	border-bottom: 1px solid #fff;
	background-color: #E5EBDD;
}
	
.tablecontent2 {
	border-bottom: 1px solid #fff;
	background-color:#fff;
}

/* --------------------------------------------------------- =OTHER */

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

.faqQ { color:#005498; }
.faqA { color:#668172; }
	
.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 {
	/*font-style:italic;
	font-weight: bold;
	color: #7e7e7e;*/
	font-size:.7em;
	color:#666;
}
	
.required {
	color: #dd2525;
}



 
 

