/* 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 {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*  div {border:1px solid #090;}  */


/* --------------------------------------------------------- =BASE =STYLES */

#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 #0A3F8D;
	padding: 15px;
	display:none;
	z-index: 500;
	width:400px;
	top:130px;
	left:300px;
} 


body {
	background: #0a3f8d url(../images/bg.jpg) top left repeat-x;
	color: #414141;
	margin: 0;
	padding: 0;
	font-size: 8pt;
	text-align:center;
}

body, table, td, div, input {
	font-family: Arial, Trebuchet, Tahoma, Helvetica, sans-serif;
}

a:link, a:visited {	
	color:#0a3f8d;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color:#231f20;
	text-decoration: none;
	}

h1 {
	margin: 20px 0 10px 0;
	padding: 0;
	color: #0a3f8d;
	font-size: 1.6em;
	font-style:italic;
	font-weight:bold;
	}
	
h2 {
	color: #939598;
	margin: 8px 0 8px 0;
	font-size: 1.5em;
}

h3 {
	color: #5674af;
	margin: 6px 0 6px 0;
	font-size: 1.1em;
}

h4 {
	color: #000;
	margin: 4px 0 4px 0;
	font-size: 1em;
}

p {
	margin: 0 0 12px 0;
}

hr {
	background: #a7a9ac;
  	border: 0;
  	color: #a7a9ac;
  	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 {
	clear: both;
	height: 1px;
	}
	
.clear0 {
	height: 0;
	clear: both;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;} /* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;} /* End hide from IE-mac */


/* --------------------------------------------------------- =PAGE WRAPS/=COLUMNS */

.pageWrap {
	margin:0 auto;
	width: 961px;
	text-align:center;
	background: url(../images/bg_footshadow.gif) bottom left repeat-x;
	}

.page {
	width: 960px;
	text-align: left;
	background-color:#fff;
	border:1px solid #fff;
	margin-bottom:13px;

	}
*html #home .page {}
*html #home .pNav {}
.contentL {
	float: left;
	width: 231px;
	}
.contentR {
	float: right;
	width: 725px;
	}

/* --------------------------------------------------------- =MASTHEAD */
	
.mast {
	width:960px;
	}
	
.mastL {
	float: left;
	width: 576px;
	}
	
.mastR {
	float: right;
	width: 383px;
	text-align: right;
	}
	

/* --------------------------------------------------------- =LOGIN =AREA */
.homeMid {
	background:url(../images/bg_homemid.gif) left top repeat-y;
	margin-top:5px;
	display:inline-block;
	}
.loginAreaWrapMain {
	width:100%;
	margin-top:5px;
	margin-left:1px;
	margin-bottom:1px; 
	background-color:#0a3f8d;
	}
#home .loginAreaWrapMain {background:none;margin:0 0 0 2px;}
.loginAreaWrapOB {
	padding:0;
	display:inline;
	
	}
.loginOB form {
	margin:0 7px;
	padding:0;
	}
.loginOB {
	position:relative;
	background: url(../images/bg_login_btmcap.gif) left bottom no-repeat;
	height:1%;
	text-align:left;
	width:231px;
	}
	
.home_links { 
	background-color: #000
}	

#home .loginOB {background: none;}

.loginCol label {
	display:block;
	font-size:8pt;
	color:#fff;
	text-align:left;
	margin-left:16px;
}

.loginCol {text-align:right;padding:0;display:inline;}
.loginCol input.appfield1 {
	font-size:10pt;
	width:188px;
	border:none;
	padding:4px 0 4px 2px;
	background:url(../images/bg_loginfield.gif) top left no-repeat;
	display:block;
	margin-left:16px;
	
}
* html .loginCol input.appfield1 {height:25px;}

.loginLinks {
	padding:0 0 10px 0;
	margin:4px 0 0 0;
	text-align:center;
	display:block;
	}
	
.loginLinks ul { 	
	margin-top:7px;
}

.loginLinks li { 
	text-align:left;
	margin-left: 20px;
}	
	
.loginForgot {
	float:left;
	margin:5px 15px 0 20px;
	font-size:8pt;
	}
.loginForgot a {font-size:8pt;}
*html .loginForgot {margin-left:10px;}
.loginBtn {
	margin-left:13px;
	}

#home .loginBtn {
	float:right;
	margin-top:-10px;
	margin-bottom:10px;
	margin-right:15px;
	}

.loginOB a:link, .loginOB a:visited {color:#fff;}
li.firstLi a:link, li.firstLi a:visited {font-weight:bold;}

.alertMsg {
	background:url(../images/bg_alerts.gif) top left no-repeat;
	color:#66676c;
	padding:9px 10px 0 25px;
	width:185px;
	margin:0 5px 0 8px;
	font-size:7pt;
	line-height:8pt;
	position:relative;
	display:block;
	}
*html .alertMsg {width:212px;}

.alertMsg div.icon {position:absolute;left:0;bottom:-6px;}
/* --------------------------------------------------------- =PRRIMARY =NAV */

.pNav {
	background-color:#0a3f8d;
	width:959px;
	text-align:center;
	margin-left:1px;
	}
#investmentNav {background-color:#0b6666;}
.pNav a:link, .pNav a:visited {	
	text-decoration: none;
	display:block;
	padding:3px 22px 0 22px;
	}
.pNav a:hover, .pNav a:active {
	text-decoration: none;
	}
.pNav ul {
	margin:0 auto;
	padding:0;
	width:900px;
	}
*html .pNav ul {width:890px;}
.pNav li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	}

.pNav #firstLi {}

/* --------------------------------------------------------- =HOME =CONTENT */

.home {
	width:725px;
	position:relative;
	display:block;
	}

.homeL {
	float: left;
	width:384px;
	text-align:center;
	color:#0a3f8d;
	margin-left:2px;
	}
*html .homeL {margin:0;}
.homeR {float:right; width:339px;}

.homeW {
	width:384px;
	text-align:center;
	color:#0a3f8d;
	margin-left:2px;
	margin-bottom: 1em;
}
*html .homeW {margin-left:0; margin-bottom: 1em;}
.welcome {
	margin:8px 0 3px 0;
	font-size:11pt;
	line-height:16pt;
	}
.note {
	background:url(../images/bg_largerates_note.gif) top left repeat-y;
	height:1%;
	min-height: 298px;
	}
	
* html .note {height: 298px;}
* html .note h3, * html .note h3 span {
	font-size: 24pt;
}
.promoLink { vertical-align:middle;}
.promoLink IMG {vertical-align:middle;}
.rateLarge {
	font-size:9.5em;
	font-weight:bold;
	color:#0a3f8d;
	letter-spacing:-2px;
	margin-left:0;
	line-height:100px;
	white-space:nowrap;
	}	
.homeL h1 {
	font-size:2em; 
	text-transform:uppercase;
	font-weight:normal;
	font-style:normal;
	color:#0a3f8d;
	padding:15px 0 0 0;
	margin:0;
	}
.homeL h2 {
	font-size:14px; 
	text-transform: none;
	color:#0a3f8d;
	margin:0;
	padding:0;
	line-height:12px;
	}
.disclaimer{
	font-size:9px;
	line-height:11px;
	padding:5px 20px;
	color:#231f20;
	margin:2px 12px;
	text-align:left;
	}

.homeDisclaimers {
	margin:0;
	padding: 0px 25px;
}
	
/* --------------------------------------------------------- =RATES */

.smallRates {
	background: url(../images/bg_smallrates.gif) top left repeat-y;
	width:100%;
	color:#fff;
	}

.rateL {
	padding:0 0 0 22px;
	text-align:left;
	float:left;
	width:300px;
	}
*html .rateL {margin-right:20px;}
.rateR {
	padding:0 0 0 12px; 
	float:right;
	width:300px;
	}
.rates h1 {
	font-size:15px;
	margin:3px 0 0 0;
	}
.smallRates h1 {
	color:#fff;
	font-size:11pt;
	line-height:11pt;
	text-transform:uppercase;
	font-style:normal;
	margin:3px 0 3px 0;
	}
.smallRates h2 {
	font-size:40px;
	margin:0;
	padding:0;
	color:#fff;
	line-height:37px;
	}

/* --------------------------------------------------------- = SITE =CONTENT */

.content {
	padding: 10px 40px 10px 40px;
	line-height: 1.4em;
	display:inline-block;
	}	
.content ul, .content ol {
	margin: 0 0 0 10px;
	padding: 0 0 6px 0;
	}
	
.content ul li { 
	padding: 0 0 6px 10px;
	background: url(../images/li.gif) no-repeat 0 4px; 
	}
	
.content ol li {
	margin: 0 0 6px 12px;
	}
	
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 10px;
	}
	
.note ul {
  list-style-type: disc;
  text-align: left; 
  margin-left: 100px;
}
.contentImg {
	margin-left:1px; 
	border:1px solid #efefef;
	}
.contentImgWrap {
	float:right;
	margin:0 0 10px 10px;
	}
/* --------------------------------------------------------- =FOOTER */
.affilations {margin:0 0 0 5px;padding:0;white-space:nowrap;}	
.affiliations a {margin:0;}
.foot {
	background:url(../images/bg_footer.gif) top left repeat-x;
	padding:10px 0 11px 0;
	display:block;
	}

.footL {
	float: left;
	width: 450px;
	padding:0 0 0 13px;
	vertical-align:middle;
	white-space:nowrap;
	}
.footL a IMG {vertical-align: middle;}	
.footR {
	text-align: left;
	float: right;
	width: 475px;
	vertical-align:bottom;
	padding-top:17px;
	font-size:.9em;
	}
*html .footR {}
.foot a:link, .foot a:visited { color:#0a3f8d;text-decoration:none;}	
.foot a:active, .foot a:hover {text-decoration:underline;}
	
/* --------------------------------------------------------- =FORMS */

label {
	display: block;
	margin: 2px 0 0 0;
}

input:focus {
	border: 1px solid #5674af;
	background: #efefef;
} /* remember to define focus styles! */
	
.appfield1 {
	border: 1px solid #a7a9ac;
	background: #fff;
}	
.appfield2 {
	border: 1px solid #a7a9ac;
	background:#fff;
}

.submitBtn {
	margin-top: 7px;
}

/* --------------------------------------------------------- =TABLES */

table { width: 100%; }

.tableheader {
	background: #0a3f8d;
	color: #fff;
	font-weight: bold;
	vertical-align:top;
	}
	
th {
	border-bottom: 1px solid #a7a9ac;
	background-color:#fff;
	color:#5674af;
	text-align: left;
	vertical-align:top;
}
	
.tablecontent1 {
	border-bottom: 1px solid #a7a9ac;
	background-color: #dbdcdf;
	vertical-align:top;
}
	
.tablecontent2 {
	border-bottom: 1px solid #a7a9ac;
	background-color:#fff;
	vertical-align:top;
}

/* --------------------------------------------------------- =OTHER */

.faqQ, .faqA { 
	font-weight: bold;
	}

.faqQ { color:#005498; }
.faqA { color:#939598; }
	
.xsmall {
    font-size:.8em; 
	}
.small {
    font-size:.9em;
	}
.medium {
    font-size:1em;
	}
.large {
    font-size:1.1em;
	}
.xlarge{
    font-size:1.2em;
	}
.condense {letter-spacing:-1px;}
.special3 {
	}
.special2 {
	}
.special1 {
	}

.disclaimer {
	font-size:9px;
	padding:4px 10px;
	color: #231f20;
	line-height:11px;
}
	
.required {
	color: #dd2525;
}


/* 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
 */

