@import url("../css/layout.css");
@import url("../css/navigation.css");
@import url("../css/sidebar.css");
/*#######################################
ALL FONTS FAMILY CSS
#######################################*/
.elink,

.maillistform input,
#footer,
.gridlistbtn a {
	font-family:Arial, Helvetica, sans-serif;
	}
body,
.link,
.cmstxt,
.points li {
	font-family:Arial, Helvetica, sans-serif;
	}
h2, 
.pageheader h1  {
	font-family:"trebuchet MS";
	}
/*##################################
COMMON CSS
##################################*/

/* COMMON RESET CSS
----------------------------------*/
dl, dt, dd, ol, ul, li  
	{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
a {
	text-decoration:none;
	}
/*
H1-pageheader, 
H2-common sub-title in page, 
H3-common sub-title in page, 
H4-sidebar product name, Headers in forms
H5-sidebar title
H6-not define yet*/
h1, h2, h3, h4, h6 { 
	margin:0px;
	padding:0px;
	}
h2 {
	margin-bottom:2px;
	text-transform:uppercase;
	color:#002375;
	font-size:100%;
	}

p {
	margin:0 0 12px 0;
	}
.link, 
.elink {
	text-decoration:none;
	color:#008EEA;
	}
.link:hover,
.elink:hover {
	color:#333333;
	}
.imgborder, .imgleft, imgright {
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	text-align:center;
	}
.imgborder:hover, .imgleft:hover, imgright:hover {
	}
.imgborder, .imgleft, .imgright {
	padding:2px;
	}
.imgleft {
	float:left;
	margin:0 10px 10px 0;
	}
.imgright {
	float:right;
	margin:0 0px 10px 10px;
	}
.cmstxt {
	margin:0 0 15px 0;
	font-size:80%;
	color:#333333;
	line-height:1.5;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.textboxborder {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #A9C2A5;
	font-size:100%;
	color:#666666;
	background-color:#FFFFFF;
	padding:2px;
	}
.handcur {
	cursor:pointer;
	}
.intro_txt{
	margin-bottom:67px;
	margin-top:12px;
	color:#003377;
	}
/* IMAGE ALIGN CSS
-----------------------------------*/
.imgborder, 
.imgleft,
.imgright {
	text-align:center;
	display:block;
	}
.imgborder img.spacer,
.imgleft img.spacer,
.imgright img.spacer {
	width:0px;
	}
.imgborder img,
.imgleft img,
.imgright img{
	vertical-align:middle;
	}
/*==================================
POPUP CSS
==================================*/
#white {
	background-color:#FFFFFF;
	padding:15px;
	}
#white .btnbar {
	text-align:center;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding:10px 0;
	margin-top:10px;
	}
#white #topbar {
	height:170px;
	border-top:none;
	border-bottom:1px solid #cccccc
	}
#white #topbar .close {
	position:absolute;
	left:15px;
	top:15px;
	}
#white #topbar .close1 {
	position:absolute;
	right:15px;
	top:15px;
	}
#white #topbar .logo1 {
	position:absolute;
	left:15px;
	top:15px;
	}
#white .formcss .btnbar {
	padding:0;
	}
#white .contentbox1{
	border:none;
	}
/* POPIMAGE CSS
----------------------------------*/
#white .image #topbar {
	margin-bottom:15px;
	}
#white .image h2 {
	margin:0px;
	}
/*==================================
MORE BUTTON LINK CSS
==================================*/
.morebtn,
.morebtn1,
.sidebarbox .morebar .link,
.buybtn {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
	}
.morebtn,
.sidebarbox .morebar .link {
	background-image:url(../images/morebtn.gif);
	width:52px;
	height:17px;
	}
.morebtn1 {
	background-image:url(../images/morebtn1.gif);
	width:52px;
	height:17px;
	}
.morebtn:hover,
.sidebarbox .morebar .link:hover,
.morebtn1:hover,
.buybtn:hover {
	background-position:0 -17px;
	}
.buybtn {
	background-image:url(../images/buybtn.gif);
	width:69px;
	height:17px;
	}
/*==================================
COMMON POINTS CSS
==================================*/
.points {
	list-style-type:none;
	margin:0 0 15px 15px;
	padding:0px;
	}
.points li {
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	background-image:url(../images/arrow.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	line-height:110%;
	font-weight:bold;
	font-family:"Trebuchet MS";
	}

#register .points.no_bult  li {
	background-image:none;
	padding:0 0 0 0px;
	}
#register .points b{
	background-image:url(../images/arrow.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	height:13px;
	width:11px;
	display:inline-block;
	}
#register .points span{padding:0 0 0 8px;}
#register .points b,
#register .points span{
	cursor:pointer;
	}
#disclaimer .points li {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
.points li  a{
	color:#008EEA;
	}
.points li  a:hover{
	color:#333333;

	}

.points li .points{
	margin-top:15px;
	}
	
.points1 {
	list-style-type:none;
	margin:0 0 15px 15px;
	padding:0px;
	}
.points1 li {
	padding:0 0 0 20px;
	margin:0 0 10px 0;
	line-height:110%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;

	}
.points1 li  a{
	color:#008EEA;
	}
.points1 li  a:hover{
	color:#333333;

	}

.points li .points{
	margin-top:15px;
	}
/*==================================
ALL HORIZONTAL-BARS RELATED CSS
==================================*/
.hor_bar, .hor_bar1 {
	padding:8px 10px;
	margin-bottom:0px;
	position:relative;
	min-height:50px;
	}
.hor_bar {
	}
.hor_bar1 {
	}
.hor_bar .right1, 
.hor_bar1 .right1 {
	position:absolute;
	right:8px;
	top:7px;
	}
.hor_bar .left1, 
.hor_bar1 .left1 {
	position:absolute;
	left:8px;
	top:7px;
	}
/*AGREE BUTTON*/
.hor_bar .agree{
	position:absolute;
	left:19px;
	margin-left:0px;
	width:200px;
	}
	

.hor_bar .agree h2{
	color:#003377;
	vertical-align:middle;
	display:inline;	
	}
.hor_bar .agree h2 a{
	color:#003377;	
	}
.hor_bar .agree img{
	position:relative;
	top:8px;
	}

/*DECLINE BUTTON*/

.hor_bar .decline{
	position:absolute;
	right:-85px;
	margin-right:0px;
	width:200px;
	}
.hor_bar .decline h2{
	/*position:absolute;
	top:28px;
	right:55px;*/
	color:#003377;
	vertical-align:middle;
	display:inline;
	}
.hor_bar .decline h2 a{
	color:#003377;
	}

.hor_bar .decline img{
	position:relative;
	top:8px;
	}
#disclaimer h3{
	color:#001F7A;
	font-size:95%;
	margin-bottom:5px;
	}
.hor_bar .agree h2{
	margin-right:5px;
	}
 .hor_bar .decline h2{
	margin-right:5px;
	}


/*=======================================
HOR LINE & CLEAR CSS
========================================*/
.hor_line{
	height:15px;	
	border-bottom:1px solid #CFCFCF;
	}
.hor_line1{
	height:20px;
	margin-bottom:15px;	
	border-bottom:1px solid #CFCFCF;
	}
.hor_line2{
	height:15px;
	margin-bottom:9px;	
	border-bottom:1px solid #CFCFCF;
	}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	display:block;
	}
/*================================
NO RECORD ERROR CSS
===============================*/
.norecord {
	border:1px solid #dfdfdf;
	color:#ff0000;
	font-size:13px;
	font-weight:bold;
	padding:7px 0 9px 55px;
	height:30px;
	position:relative;
	margin-bottom:15px;
	}
.norecord img{
	position:absolute;
	left:8px;
	top:8px;
	border:none;
	}
.errormsg {
	border:2px solid #FF0000;
	padding:10px;
	text-align:left;
	margin-bottom:15px;
	color:#FF0000;
	font-size:90%;
	}
/*##################################
TOPBAR CSS
##################################*/
.topbarbg{
	width:936px;
	margin:0 auto;
/*	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;*/
	}
#topbar {
	position:relative;
 	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo{
	width:320px;
	height:126px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	position:absolute;
	right:20px;
	top:24px;
	text-indent:-9999px;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	outline:none;
	}

/*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader {
	padding:0 0 14px 0;
	}
.pageheader h1 {
	margin:0px;
	color:#003377;
	font-size:135%;
	font-weight:normal;
	text-transform:uppercase;
	font-weight:bold;
	}
.pageheader h1 span{
	color:#0C8EEA;
	}
.pagepath {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:7px 15px 7px 0px;
	margin-bottom:20px;
	color:#666666;
	font-size:60%;
	border-top:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
	}
.pagepath strong {
	margin:0 11px 0 9px;
	color:#333333;
	}
.pagepath a{
	color:#1D4DBD;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#666666;
	}
.pagepath span {
	/*active page name*/
	color:#666666;
	}
/*##################################
NAVIGATION CSS
##################################*/
#navigation {
	background-color:#002375;

	}
.navigationbg{
/*	margin-left:-45px;
*/	border-left:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	width:936px;
	margin:0 auto;
	background-color:#002375;
	}
/*#################################### 
MIDBAR CSS
####################################*/
.midbar {
	margin-bottom:15px;
	text-align:center;
	}
/*####################################
NAV- TABLE CSS  (FUND PAGES)
######################################*/
/*NAV TABLE*/
.nav_table{
	margin:0px 0 0 0;
	}
.nav_table th{
	background-color:#E0E5EE;
	color:#002375;
	font-weight:bold;
	text-align:left;
	padding:5px 5px 3px 12px;
	border-bottom:1px solid #EFEFEF;
	border-right:1px solid #ffffff;
	}
.nav_table .dat{
	width:12%;
	}
.nav_table .nav{
	width:88%;
	}
.nav_table td{
	text-align:left;
	padding:5px 5px 3px 12px;
	border-bottom:1px solid #EFEFEF; 
	border-top:1px solid #ffffff;
	color:#7D6AA1; 
	}
.nav_table .td1{
	background-color:#f3f3f3;
	color:#61695A;
	font-weight:bold;
	}
.nav_table .td_est{
	background-color:#F5F9FF;
	color:#666B65;
	font-weight:bold;
	}


/*==================================
SCROLLER CSS 
==================================*/
#pscroller_infoboxnews {
	height:275px;
	}
#pscroller_topbar {
	height:58px;
	}
#pscroller_news {
	height:245px;
	}
#pscroller_events {
	height: 355px;
	}
#pscroller_specials {
	height: 355px;
	}
#pscroller_testimonials {
	height:245px;
	}
#pscroller_indexnews {
	height:152px;
	}
/*##################################
CONTENT-BOX STRUCTURE CSS
THIS CSS USED IN FAQ, TESTIMONIALS AND LINKS PAGES
##################################*/
.contentbox1 {
	padding:20px 0px 6px 0px ;
	margin:0 0 0px 0;
	min-height:1px;
	border-bottom:1px solid #CFCFCF;
	}
.contentbox1 dt {
	font-weight:bold;
	margin:-15px -15px 0px -15px;
	padding:12px 15px 6px 15px;
	font-size:100%;
	text-transform:uppercase;
	color:#002375;
	}
.contentbox1 dt span{
	font-weight:normal;
	color:#333333;
	text-transform:none;
	}
.contentbox1 dt strong{
	font-weight:normal;
	color:#999999;
	text-transform:none;
	}

.contentbox1 .heading{
	text-transform:none;
	position:relative;
	min-height:1px;
	}
.contentbox1 dt a{
	color:#2D7628;
	}
.contentbox1 dt a:hover{
	color:#000000;
	}
.contentbox1 .contentboxdata {
	margin:0px;
	}
.contentbox1 .imgleft td{
	height:94px;
	width:164px;
	}
.contentbox1 .linkbox {
	display:block;
	margin:0px -15px 15px -15px;
	height:15px;
	min-height:1px;
	font-weight:bold;
	position:relative;
	}
.contentbox1 .linkbox a {
	position:absolute;
	left:15px;
	top:0px;
	color:#008EEA;
	}
.contentbox1 .linkbox a:hover {
	color:#666666;
	}
.contentbox1 .heading1{
	color:#008EEA;
}
.contentbox1 .heading1:hover{
	color:#666666;
}

.linkbar {
	font-weight:bold;
	background-color:#f2f2f2;
	padding:8px 10px;
	font-size:90%;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	margin-bottom:15px;
	}
.linkbar a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.contentbox1 .hdr-arrow-up .ico-arrow-up {

	background:url(../images/up_arrow.gif) no-repeat 0px 3px;

	}

.contentbox1 .hdr-arrow-down .ico-arrow-up {

	background:url(../images/down_arrow.gif) no-repeat 0px 3px;

	}

.contentbox1 dt b{ position:absolute;
	 right:15px;
	 top:15px; 
	 margin:0 0 0 20px;
	 padding:0 0 0 20px;
	 }
.title-1 {
	text-align:left;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/fig_title_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#e0e5ee;
	font-weight:bold;
	color:#002375;
	position:relative;
	min-height:1px;
	padding:6px 12px;
	border-bottom:1px solid #f3f3f3;
	margin-bottom:13px;
	}

.tb-layout {
	min-height:1px;
	}
.tb-layout {
	border:1px solid #efefef;
	border-bottom:none;
	margin-bottom:15px;
	font-size:12px;
	}
.tb-layout  th{
	background-color:#e0e5ee;
	padding:5px 10px;
	color:#002375;
	border-right:1px solid #ffffff;
	}
.tb-layout  td {
	padding:4px 10px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #efefef;
	border-right:1px solid #efefef;
	}
.tb-layout .color1
	{
	background-color:#f3f3f3;
	}
/*##################################
FOOTER CSS
##################################*/
#footer {
	border-top:1px solid #cfcfcf;
	background-color:#f5f5f5;
	font-size:70%;
	height:65px;
	}
#footer .copyright,
#footer .links {
	position:absolute;
	top:8px;
	}
#footer .copyright {
	right:10px;
	color:#333333;
	text-align:right;
	}
#footer .links {
	left:19px;
	color:#333333;
	}
#footer .links a {
	color:#333333;
	}
#footer .links a:hover,
#footer .web_dsgn .link:hover {
	color:#003377;
	}
#footer .links span {
	margin:0 5px;
	}
#footer .web_dsgn{
	position:absolute;
	right:10px;
	top:39px;
	color:#1D4DBD;
	font-size:95%;
	}
#footer .web_dsgn .link{
	font-weight:normal;
	outline:none;
	color:#000000;
	}
#footer .web_dsgn .link strong{
	font-weight:normal;
	}
