/* 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;}  */

.padRight {
	padding-right:50px;
}

.tabbed {
	padding-left:50px;
}

/* --------------------------------------------------------- =BASE =STYLES */

body {
	background: #fff;
	color: #63676a;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	text-align:center;
}

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

a:link, a:visited {	
	color:#80494e;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color:#8b2346;
	text-decoration: none;
	}



h1 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #8b2346;
	font-size: 1.9em;
	font-weight:normal;
	}
	
h2 {
	color: #8b2346;
	margin: 0 0 15px 0;
	font-size: 1.4em;
	font-weight:normal;
}

h3 {
	color: #3c4043;
	margin: 0 0 15px 0;
	font-size: 1.1em;
	font-weight:normal;
}

h4 {
	color: #3c4043;
	margin: 0 0 15px 0;
	font-size: 1em;
	font-weight:normal;
}

.investTable {
	border: 4px solid #800040;
}

.investTable td {
	border: 1px solid #800040;
	padding:10px;
}

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;
	margin-bottom:15px;
} /* 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;
}

img,
object {
	max-width: 100%;
}

table td {
	vertical-align:top;
}


/* --------------------------------------------------------- =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 {
	background: url(../images/bg_back.gif) top left repeat-x;
	width:100%;
	text-align:center;
	display:inline-block;
	}
#home .pageWrap {
	background: url(../images/bg.jpg) top left repeat-x;
	}
.page {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top:15px;
	}
#back .contentWrap {background: url(../images/bg_sidebar.gif) top right repeat-y;}

.contentL {
	float: left;
	width: 750px;
	}
.contentR {
	float: right;
	width: 210px;
	}




/* --------------------------------------------------------- =MASTHEAD */
.mastWrap {
	background-color:#80494e;
	width:100%;
	text-align:center;
	}	
.mast {
	color:#dacacc;
	width:960px;
	margin:0 auto;
	}
.mastR a:link, .mastR a:visited {color:#dacacc;}
.mastR a:active, .mastR a:hover {color:#fff;}
.mastL {
	float: left;
	width: 295px;
	}
	
.mastR {
	float: right;
	width: 659px;
	text-align: right;
	}
	
/* --------------------------------------------------------- =UTILITY */
	
.uti {
	
	}
	
.uti ul {
	margin: 28px 0 25px 0;
	padding: 0;
}

.uti li {
	margin: 0 10px;
	padding: 0;
	display: inline;
	font-size:8pt;
}

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

.searchArea {
	margin:7px 0 0 10px;
}

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

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

.searchArea input.appfield1 {
	width: 112px;
	margin:0;
	padding:4px 0 3px 4px;
	border:none;
	background:url(../images/bg_input_search.gif) top left no-repeat;
	color: #090704;
	font-size:8pt;
	}
* html .searchArea input.appfield1 {height:24px;}





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

.loginAreaWrapMain {
	width:100%;
	background-color:#828a8f;
}

.loginAreaWrapOB, .loginAreaWrapCM {padding:0 0 0 18px;}
.loginOB form {padding:0;}
.loginOB {position:relative;}
.loginCol label {
	display:block;
	font-size:8pt;
	font-weight:bold;
	color:#fff;
}
.loginCol * {font-size:8pt; color:#fff;}
.loginCol {margin:5px 0 0 0;}
.loginCM .loginCol {margin:0; padding-bottom:15px;}
#back .loginCM .loginCol {padding-bottom:0;}
.loginCol input.appfield1 {
	font-size:8pt;
	width:176px;
	border:none;
	background:url(../images/bg_input_logins.gif) top left no-repeat;
	padding:3px 0 3px 4px;
	color:#090704;
}
* html .loginCol input.appfield1 {height:22px;}
.loginCol input.userid{background:url(../images/bg_input_username.gif) top left no-repeat;}
.loginCol input.userid:focus {background:url(../images/bg_input_logins.gif) top left no-repeat;}
.loginCol input.password {background:url(../images/bg_input_password.gif) top left no-repeat;}
.loginCol input.password:focus {background:url(../images/bg_input_logins.gif) top left no-repeat;}
.loginCol a:link, .loginCol a:visited,
.loginLinks a:link, .loginLinks a:visited {
	text-decoration:none;
	font-size:8pt;
	color:#fff7e2;
}
.loginCol a:hover, .loginCol a:active,
.loginLinks a:hover, .loginLinks a:active {
	text-decoration:underline;
}
.loginLinks {
	padding:0;
	margin:28px 0 0 0;
	text-align:left;
}
#home .loginLinks {
	margin:8px 0 0 0;
}
.loginLinks ul {margin:0; padding:0;}
.loginLinks li {
	display:inline;
	list-style-image:none;
	margin:0 18px 0 0;
	padding:0;
}

.loginForgot {padding:8px 0 8px 0;}
#home .loginOB .loginBtn {position:absolute; top:90px; right:16px;}
#back .loginOB .loginBtn {position:absolute; top:30px; right:16px;}
.loginCMbtn {margin:0 0 0 83px;}

li.firstLi a:link, li.firstLi a:visited {}
.loginCM img {vertical-align:middle;}

#alertButton {
    display:none;
}

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

.pNav {
	background: url(../images/bg_nav.gif) top left no-repeat;
	width:659px;
	height:49px;
}
.pNav a:link, .pNav a:visited {	
	text-decoration: none;
	display:block;
	}
.pNav a:hover, .pNav a:active {
	text-decoration: none;
	}
.pNav ul {
	margin:0;
	padding:0;
}
.pNav li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}


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

.sNav {
	margin: 0 0 0 10px;

}

.sNav ul {
	margin:0;
	padding:0;
	border-top:1px solid #a2a8ac;
	width:178px;
}

.sNav li {
	margin: 0;
	padding: 0;
	border-bottom:1px solid #a2a8ac;
	width:178px;
}

.sNav a:link, .sNav a:visited {	
	text-decoration:none;
	font-size:10pt;
	color:#fff7e2;
	padding:5px 2px 5px 6px;
	display:block;
	}
	
.sNav a:hover, .sNav a:active, .sNav a.subNavOn {
	background-color:#889095;
	text-decoration: none;
	}
	
/* --------------------------------------------------------- =HOME =CONTENT */

.home {
	background: url(../images/bg_content.gif) 0 0 no-repeat;
	margin:0;
	padding:0;
	
	}
	
.homeL {
	float: left;
	width: 315px;
	margin-right:6px;
	color:#80494E;
	}
.homeC {
	float: left;
	width: 315px;
	height:auto;
	}
.homeR {
	float: right;
	width: 315px;
	margin-right:1px;
	height:auto;
	}

/* --------------------------------------------------------- =PROMOS */

.promo {
	background: url(../images/bg_promoshadow.jpg) top left no-repeat;
	width:733px;
	height:230px;
    position:relative;
}

.promo_arrows {
    position:absolute;
    top:185px;
    left:630px;
    /*width:730px; */
    width:100px;
    z-index:10000;
}
/*
.promo_prev {
    float:left;
    margin-left:10px;
}
.promo_next {
    float:right;
    margin-right:10px;
}
*/
.promosm {
	background: url(../images/bg_smalladshadow.jpg) top left no-repeat;
	width:315px;
	height:auto;
	text-align:center;
	padding-top:15px;
	margin:0 0 10px;
}
.hed {
	background: url(../images/bg_hed.jpg) top left no-repeat;
	width:740px;
	height:113px;
	padding-left:2px;
}


/* --------------------------------------------------------- =NEWS/=ALERTS */

ul.news {
	margin:20px 0 0 10px;
	padding:0;
}
ul.news li { 
	padding: 0 0 10px 20px;
	font-size:9pt;
	}
ul.news a:link, ul.news a:visited {text-decoration:none;}
ul.news a:active, ul.news a:hover {text-decoration:underline;}

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

.content {
	padding: 10px 30px 30px 0;
	line-height: 13.8pt;
	}
	
.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 12px;
	}
	
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
	}
	
.content ul li, ul.news li {
	background: url(../images/li.gif) 0 .4em no-repeat; 
}
.content ul li li {
	background: url(../images/li_li.gif) 0 .4em no-repeat; 
}

.content .no_bullets li {
	background-image: none;
	padding-left: 0;
}
.contentImg {
	}
	
/* --------------------------------------------------------- =FOOTER */
	
.foot {
	vertical-align:bottom;
	background: url(../images/bg_footdivide.gif) 0 0 no-repeat;
	padding-top:15px;
	margin-top:5px; 
	font-size:8pt;
	}
	
.footL {
	float: left;
	width: 690px;
	}
.verisign {float:left;margin-right:10px;}
.footLinks {
	margin:60px 0 0 0;
	}
	
.footR {
	text-align: right;
	float: right;
	width: 265px;
	margin-top:40px;
	}
.foot a {margin:0 10px;}
.foot a:link, .foot a:visited {text-decoration:none;}
.foot a:hover, .foot a:active {text-decoration:underline;}
.foot img {vertical-align:bottom;}	
/* --------------------------------------------------------- =FORMS */

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

	
.appfield1 {
	border: 1px solid #ede2c7;
	background: #fff;
}

/* --- 	This is your FOCUS style, when you click into an input field --- */
.appfield2 {
	border: 1px solid #b6ad90;
	background:#fff;
}

.submitBtn {
	margin-top: 7px;
}

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

.tableheader {
	background: #80494e;
	color: #dee0e1;
	font-weight: bold;
	vertical-align:top;
	padding:3px 6px;
	}
	
th {
	border-bottom: 1px solid #dee0e1;
	background-color:#828a8f;
	color:#fff;
	text-align: left;
	vertical-align:top;
	padding:3px 6px;
}
	
.tablecontent1 {
	border-bottom: 1px solid #dee0e1;
	background-color: #dedede;
	vertical-align:top;
	padding:3px 6px;
}
	
.tablecontent2 {
	border-bottom: 1px solid #dee0e1;
	background-color:#fff;
	vertical-align:top;
	padding:3px 6px;
}

.products {
	border-bottom: 1px solid #dee0e1;
}

.products .tablecontent2 {
	border-bottom: transparent;
}

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

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

.faqQ { color:#80494e; }
.faqA {  }

.tiny {
	font-size:.7em;
}
	
.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-size:0.8em;
	color: #7e7e7e;
}
	
.required {
	color: #80494e;
}

#ex_dis{
 display:none;
 width:40%;
 padding:10px;
 background-color:#FFFFFF;
 position:absolute;
 z-index:10000;
 border:1px solid #3A302F;
 top: 50px;
 left: 30%;
 overflow: hidden;
}

.floatRight {
	float:right;
}

#home_promo, a.home_promo_promo:link, a.home_promo_promo:visited, 
a.home_promo_promo:hover, a.home_promo_promo:active, a.home_promo_promo img {
    height: 216px;
    width: 730px;
}

#home_promo {
    position: relative;
}

.hedImg {
	display:none;
}

.float_left {
    float:left;
    margin:0 10px 10px 0;
}
.right_offset {
    margin-right:70px;
}

.grpchart {
	width: 572px;
	height: 493px;
	vertical-align: middle;
	background: url(../images/grpchart_pop_nolines.jpg) no-repeat;
}

.grpchart tr {
	border-bottom: solid 1px #fff;
	
}

.grpchart td {
	vertical-align: middle;
	line-height: auto;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}


.grpchartmain {
	 width:526;
	 height:262;
	 text-align: center;
	 vertical-align: middle;	
}

.grpchart_bannertable {
	width:188;
	height:195px;	
}

.grpchart_bannertable tr {border: none;}

/* 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
 */
