@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE ALTMAN GROUP CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		altman_sitemap.css
	Date:			July 28, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#header h1#hdrSitemap {
		width:940px; height:175px;
		background:url(../images/headerImg_default.jpg) no-repeat;
		display:block;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	sideNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#sideNav {
		height:1075px;
		background:#305ba5;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#content ul {
		margin:0 0 25px 13px;
		font:normal 13px Arial, Helvetica, sans-serif;
		list-style:none;
	}
		#content ul li {
			margin:0 0 5px 0; padding:0 0 0 8px;
			background:url(../images/bullet_orange.gif) 0 6px no-repeat;
		}
		
	#content .leftCol {
		width:200px;
		float:left;
	}
	#content .rightCol {
		width:290px;
		float:left;
	}
		#content .rightCol h3 {
			margin:0 0 4px 0;
			font:normal 16px Georgia, "Times New Roman", Times, serif;
			color:#002e85;
		}
		#content .rightCol h4 {
			margin:0 0 4px 0;
			font:normal 14px Georgia, "Times New Roman", Times, serif;
			color:#595959;
		}
		
		/* subSection */
		#content .rightCol .subSection {
			margin:0 0 0 20px;
		}
			#content .rightCol .subSection ul.mutualfunds {
				margin:0 0 10px 10px;
			}
			
			/* subSubSection */
			#content .rightCol .subSubSection {
				margin:0 0 30px 20px;
			}
				#content .rightCol .subSubSection ul {
					margin:0 0 15px 10px;
					width:200px;
				}
/*	--------------------------------------------------------------------------------------------------------------------------
	sideCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#sideCol .action {
		margin:10px 0 0 0; padding:4px 0 0 0;
		width:180px; height:48px;
		background:url(../images/icon_contactUs.jpg) 115px 0 no-repeat;
	}
		#sideCol .action .orangeText {
			width:110px; height:32px;
			font:bold 14px Verdana, Arial, Helvetica, sans-serif;
			line-height:15px;
		}
		#sideCol .action .lgText {
			font:bold 16px Verdana, Arial, Helvetica, sans-serif;
		}
