@import url(global/user.css);
@import url(global/common.css);
@import url(apps/forms01.css);
@import url(apps/calendar01.css);

.temputils{
	background: none;
	display: inline;
	position: absolute;
	top: 2px;
	right: 10px;
}

.temputils li{
	background: none;
	display: inline;
}

.temputils li a{
	color: #fff;
	font-weight: bold;
}

html{
	
	background: #000 ;
	height: 100%;
}

body{
	background: #000 url(../images/body_bg.gif) 0 0 repeat-x;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	height: 100%;
}

body.admin{
	background-position: 0 15px;
}

#wrap{
	margin:0px auto;
	text-align:left;
	width:960px;
	min-height: 100%;
	position: relative;
	background:transparent url(../images/wrap_bg.gif) repeat-y -15px 0px;
    margin-bottom: -91px;
	padding-left:12px;
	padding-right:22px;
}

/* HEADER
-------------------------------------------*/
#header{
	height: 151px;
	margin-left:-12px;
	margin-right:-22px;
	background:transparent url(../images/header_bg.gif) no-repeat -49px 0px;
}

#header h1{
	position: absolute;
	top: 30px;
	font-size: 30px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#logo{
		background: url(../images/spacer.gif) 0 0 no-repeat;
		left:42px;
		position:absolute;
		top: 13px;
	}
		#logo img{
			height:93px;
			width:105px;
		}


/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
	height:auto;
	width:100%;
}
	#nav{
		margin:0 auto;
		text-align:center;
	}
		#nav ul{
			list-style:none;
			margin:0 auto;
			text-align:left;
		}
			#nav ul li{
				background-image:none;
				display:inline;
				margin:0;
				padding:0;
			}
				#nav a{
					display:block;
					float:left;
					text-decoration:none;
					background:url(../images/nav3_bg.gif) 0 0 no-repeat;
					height:0 !important;
					overflow:hidden;
					padding:39px 0 0 0;
					position:absolute;
					top:112px;
					
				}
				
				#nav a:hover, #nav a.active{
				}
				
				/*TopNav*/
				#t43773 a, #t43842 a, #t46747 a{
				background:url(../images/nav1_bg.gif) 0 0 no-repeat;
				padding:24px 0 0 0;
				top:7px;
				}
				
				/*Home*/
				#t43773 a, #t43773 a.active{
				background-position:0px 0px;
				left:606px;
				width:66px;
				}
				
				#t43773 a:hover{
				background-position:0px -24px;
				}
				
				/*About Us*/
				#t43842 a{
				background-position:-66px 0;
				left:672px;
				width:118px;
				}
				
				#t43842 a:hover, #t43842 a.active{
				background-position:-66px -24px;
				}
				
				/*Contact Us*/
				#t46747 a{
				background-position:-184px 0;
				left:790px;
				width:110px;
				}
				
				#t46747 a:hover, #t46747 a.active{
				background-position:-184px -24px;
				}
				
				/*Types of IRAs*/
				#t79780 a{
				left:12px;
				background-position:0px 0px;
				width:178px;
				}
				
				#t79780 a:hover, #t79780 a.active{
				background-position:0px -39px;
				}
				
				/*Seminars*/
				#t46746 a{
				background-position: -179px 0;
				left:191px;
				width:144px;
				}
				
				#t46746 a:hover, #t46746 a.active{
				background-position: -179px -39px;
				}
				
				/*Learning Center*/
				#t46748 a{
				background-position:-323px 0;
				left:335px;
				width:193px;
				}
				
				#t46748 a:hover, #t46748 a.active{
				background-position:-323px -39px;
				}
				
				/*Manage Your Account*/
				#t79407 a{
				background-position: -515px 0;
				left:527px;
				width:224px;
				}
				
				#t79407 a:hover, #t79407 a.active{
				background-position: -515px -39px;
				}
				
				/*Investment*/
				#t79404 a{
				background-position:-739px 0;
				left:751px;
				width:221px;
				}
				
				#t79404 a:hover, #t79404 a.active{
				background-position:-739px -39px;
				}
#main-body{
}
	#main-table-body{
		background:transparent;
		border-collapse:collapse;
		clear:left;
		
		
	}
	#main-table-body-leftcell{
		background: transparent;
		width:179px;
		vertical-align:top;
	}
	
	#main-table-body-rightcell{
		vertical-align:top;
		width:620px;
	}
	
	#main-table-body-far-right-cell{
		vertical-align:top;
	}
	
	#third-column{
		padding-top:50px;
		width:159px;
		overflow:hidden;
	}
	
	#third-column a img{
	margin-bottom:10px;
	border:0px;
	}

/* SUB MENU
-------------------------------------------*/
#sidebar {
	background:none;
	margin:7px 0 0 0;
}

#menu-header {
	background:transparent;
}

#menu{
	margin: -13px 0 0 2px;
	padding:0;
	width: 175px;
}
	#menu ul{
		font-size: 12px;
		margin:0 9px 0 6px;
		padding:0;
		list-style: square inside;
		border-bottom: 1px dotted #b3b3b3;
	}
		#menu li{
			background-image:none;
			padding:0 0 0 0px;
			margin: 0 0px 0px 0;
			list-style: none;
		}
			#menu a {
				text-decoration:none;
				text-transform:none;
				color:#111111;
				display:block;
				font-size: 12px;
				padding: 6px 3px 6px 5px;
				border-top: 1px dotted #b3b3b3;
				width:152px;
			}
			
			#menu a:hover {
				color: #016d44;
			}
			
			#menu a.current{
				color: #016d44;
			}
			
			#menu a.subcurrent{
				color: #016d44;
				text-decoration: none;
				background:transparent url(../images/menu_aBox_hover.gif) no-repeat 15px 7px
			}
			
			#menu li ul{
				margin: 0 0px 0 0px;
				padding: 0;
				border-bottom: 0px;
			}
			
			#menu li ul li{
				list-style: none;
				padding: 0px 0 0px 0px;
				margin: 0;
			}
			
			#menu li ul li a {
				font-size: 12px;		
				padding-left: 30px;
				border-top: 1px dotted #b3b3b3;
				text-decoration: none;
				background:transparent url(../images/menu_aBox.gif) no-repeat 15px 7px;
				width:126px;
			}
			
			#menu li ul li a:hover {
				background:transparent url(../images/menu_aBox_hover.gif) no-repeat 15px 7px;
				color: #016d44;
			}
			
			#menu h3{
			margin:0px 0 10px 0;
			padding:0px;
			}
			
			#menu h3 a, #menu h3 a:hover{
				background:transparent;
				width:159px;
				height:22px;
				border:0px;
				text-decoration:none;
				text-indent:-10000px;
				display:block;
				margin:0px;
				padding:0px;
			}
			
			/*Types of IRAs*/
			.tab79780 #menu h3 a, .tab79780 #menu h3 a:hover{
				background:transparent url(../images/menu_headings/types_of_iras.gif) no-repeat 0px 0px;
			}
			
			/*Seminars*/
			.tab46746 #menu h3 a, .tab46746 #menu h3 a:hover{
				background:transparent url(../images/menu_headings/seminars.gif) no-repeat 0px 0px;
			}
			
			/*Learning Center*/
			.tab46748 #menu h3 a, .tab46748 #menu h3 a:hover{
				background:transparent url(../images/menu_headings/learningCenter.gif) no-repeat 0px 0px;
				height:40px;
			}
			
			/*Manage Your Account*/
			.tab79407 #menu h3 a, .tab79407 #menu h3 a:hover{
				background:transparent url(../images/menu_headings/manageAccount.gif) no-repeat 0px 0px;
				height:40px;
			}
			
			/*Investment Opportunities*/
			.tab79404 #menu h3 a, .tab79404 #menu h3 a:hover{
				background:transparent url(../images/menu_headings/investmentOpportunities.gif) no-repeat 0px 0px;
				height:40px;
			}
			
			/*About Us*/
			.tab43842 #menu h3 a, .tab43842 #menu h3 a:hover{
				background:transparent url(../images/menu_headings/about.gif) no-repeat 0px 0px;
			}
			
			/*Contact Us*/
			.tab46747 #menu h3 a, .tab46747 #menu h3 a:hover{
				background:transparent url(../images/menu_headings/contact.gif) no-repeat 0px 0px;
			}
			
	#menu-footer{
		background:transparent;
		height:75px;
		margin-top: 20px;
		
	}
	#menu-footer #bbbseal-menu-footer{
		margin: 10px 0 0 15px;
	}
#banner {
	display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
	padding:0 0 3px 0px;
	margin: 5px 0 0 0;
	position:relative;
	width: 762px;
	left:189px;
	border-bottom:1px dotted #b0aeae;
}
	#breadcrumblist{
		font-size: 10px;
		line-height:120%;
		padding:.5em 0 .5em 7px;
		width:595px;
		color:#858282;
		font-family:Arial, Helvetica, sans-serif;
	}
		#breadcrumblist a:link, #breadcrumblist a:visited{
			color:#016d44;
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			text-decoration:underline;
		}
		#breadcrumblist a:hover, #breadcrumblist a:active{
			color:#016d44;
			text-decoration:none;
		}
		#breadcrumbemail{
			font-size: 10px;
			position:absolute;
			right:73px;
			text-align:right;
			top:5px;
			width:9em;
		}
			#breadcrumbemail a:link, #breadcrumbemail a:visited{
				background:url(../images/email.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#858282;
				text-decoration:underline;
				font-family:Arial, Helvetica, sans-serif;
			}
				#breadcrumbemail a:hover, #breadcrumbemail a:active{
				color:#858282;
				text-decoration:none;
				}
		
		#breadcrumbprint{
			font-size: 10px;
			position:absolute;
			right:0;
			text-align:right;
			top:5px;
			width:9em;
		}
			#breadcrumbprint a:link, #breadcrumbprint a:visited{
				background:url(../images/printer.gif) 0 2px no-repeat;
				float:right;
				padding:0 5px 0 18px;
				color:#858282;
				text-decoration:underline;
				font-family:Arial, Helvetica, sans-serif;
			}
				#breadcrumbprint a:hover, #breadcrumbprint a:active{
				color:#858282;
				text-decoration:none;
				}


/* CONTENT AREA
-------------------------------------------*/
#content{
	clear:left;
	width:inherit;
}
	#content-header{
		display:none;
	}
	#content-body{
		margin: 5px 0px 0 16px;
		padding:0 0 10px 0;
		overflow:hidden;
	}
	#pagetitle{
		margin:8px 0 15px 0px;
	}
		#pagetitletext h1{
			font-size:22px;
			font-weight: normal;
			font-family:Arial, Helvetica, sans-serif;
			color: #308864;
		}
	#content-footer{
		
	}

/* FOOTER
-------------------------------------------*/
#clearfooter{
		/* Set this to the same height as the footer */
		height: 91px;
		clear: both;
}

#footer{
	clear:both;
	height: 91px;
	margin:0 auto;
	position:relative;
	background: transparent;
}
	#footerwrap{
		margin:0 auto;
		width: 994px;
		position:relative;
		height: 91px;
		background:transparent url(../images/footer_bg.gif) no-repeat center 0px;
	}
	
	#copyright{
		color:#D6D7D7;
		font-size:10px;
		position:absolute;
		right:34px;
		bottom:5px;
	}
	
	#poweredby{
		color:#D6D7D7;
		font-size:10px;
		position:absolute;
		left:16px;
		bottom:5px;
	}
		#poweredby a{
			color:#D6D7D7;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration: underline;}
		
		
	#footerContact{
		position:absolute;
		background:transparent  url(../images/contact.gif) no-repeat 0px 0px;
		padding-left:6px;
		width:138px;
		padding-top:35px;
		color:#3f3e3e;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:16px;
		left:28px;
		top:-164px;
		text-align:left;
	}
	
	#footerContact a{
		color:#014b2f;
	}
	
	#footerContact a:hover{
		text-decoration:underline;
	}
	
	#footerContact strong{
		font-size:14px;
	}
		
/*Footernav*/

#footernav{

}

#footernav ul{
margin:0px;
padding:28px 0 0 0;
}

#footernav ul li{
display:inline;
background:transparent;
padding:0 19px;
border-right:1px solid #fff;
}

#footernav ul li#f46747{
border:0px;
}

#footernav a{
font-size:11px;
color:#d6d7d7;
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
}

#footernav a:hover, #footernav a.active{
color:#fff;
}

#footernav a.active{
font-weight:bold;
}