/* the body info is here - background colors, images, font info */

body 
	{
	margin: 0;
	padding: 0;
	font-size: 86%;
	font-family: "trebuchet MS", sans-serif;
	background: #000000 url(img/pagebg.jpg) repeat-y top left;
	text-align: left;
	}


html
	{
	min-height: 100%;
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
	}

#wrapper
	{
	width: 990px;
	margin: 0;
	padding: 0;
	background: transparent url(img/wrapperbg.jpg) no-repeat top left;
	}


#homelink
	{
	position: absolute;
	top: 13px;
	left: 85px;
	width: 38px;
	}


/* page headers */


#headerhome
	{
	height: 301px;
	width: 990px;
	background: transparent url(img/headerhome.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	}


#headerplanning
	{
	height: 301px;
	width: 990px;
	background: transparent url(img/headerpersonal.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	}


#headerretirement
	{
	height: 301px;
	width: 990px;
	background: transparent url(img/headerretirement.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	}


#headerinvestment
	{
	height: 301px;
	width: 990px;
	background: transparent url(img/headerinvestment.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	}





/*  left navigation  */



#leftnav
	{
	text-align: right;
	text-transform: capitalize;
	font-size: 120%;
	width: 350px;
	float: left;
	margin: 0;
	padding: 108px 0 0 0;
	}


#leftnav ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 350px;
	}


#leftnav li
	{
	margin-bottom: 0;
	}


#leftnav a 
	{
	display: block;
	color: #032e62;
	padding: 5px 0;
	text-decoration: none;
	border-bottom: none;
	}



#leftnav a:hover
	{
	color: #e3db20;
	}





/* page content */


#content
	{
	margin: 0;
	padding: 0;
	color: #76c1fa;
	float: right;
	width: 595px;
	padding-bottom: 50px;
	}

#content p
	{
	text-align: left;
	padding: 0 25px;
	}


#content ul
	{
	list-style: square outside;
	text-align: left;
	margin: 0 25px 0 30px ;
	}

#content li
	{
	padding-bottom: 10px;
	}


#content a
	{
	color: #E19F00;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
	}

#content a:hover
	{
	text-decoration: underline;
	color: #E19F00;
	}




/*  footer info   */


#footer
	{
	clear: both;
	height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 88%;
	text-align: right;
	color: #8499a9;
	width: 950px;
	}

#footer a:link, a:visited
	{
	color: #98bfe3;
	text-decoration: none;
	}

#footer a:hover
	{
	color: #98bfe3;
	text-decoration: underline;
	}




/* image boxes */



.imgboxcenter
	{
	margin: 5px auto;
	text-align: center;
	}



.imgboxright
	{
	width: 180px;
	background-color: #ffffff;
	padding: 10px 0;
	float: right;
	margin: 5px;
	margin-right: -20px;
	border-right: 1px solid #b0afb0;
	border-bottom: 1px solid #848284;
	}




.imgboxwide
	{
	width: 220px;
	background-color: #ffffff;
	padding: 10px 0;
	float: right;
	margin: 5px;
	margin-right: -60px;
	border-right: 1px solid #b0afb0;
	border-bottom: 1px solid #848284;
	}



.imgboxoverlap
	{
	width: 140px;
	background-color: #ffffff;
	padding: 10px 0;
	margin: 5px;
	margin-left: -10px;
	border-right: 1px solid #b0afb0;
	border-bottom: 1px solid #848284;
	z-index: 5;
	}


.imgboxbottom
	{
	width: 220px;
	background-color: #ffffff;
	padding: 10px 0;
	float: right;
	margin: 5px auto;
	margin-right: 80px;
	border-right: 1px solid #b0afb0;
	border-bottom: 1px solid #848284;
	}





h1
	{
	color: #3f8ac3;
	text-transform: capitalize;
	text-align: left;
	font-size: 162%;
	padding: 15px 0 0 15px;
	}

h2
	{
	color: #98ccfb;
	text-transform: capitalize;
	text-align: left;
	font-size: 122%;
	padding: 2px 0 0 25px; 
	}

h3
	{
	color: #ffffff;
	font-size: 130%;
	margin-bottom: 0;
	padding-bottom: 2px;
	}


a.headerlink
	{
	color: #ffffff;
	font-weight: bold;
	text-transform: capitalize;
	margin-left: 500px;
	text-align: left;
	font-size: 110%;
	text-decoration: none;
	}




a:active, a:focus 
	{
	outline: 0;
      }



a img
	{
	border: none;
	}




/*  navigation - shows what page you're on  */



#retirement .retirement, #education .education, #insurance .insurance, #estate .estate, #goals .goals, #cashmgt .cashmgt, #philosophy .philosophy, #rollover .rollover, #plans .plans, #ppa .ppa, #aboutus .aboutus, #contactus .contactus, #workbook .workbook, #freetools .freetools
	{
	color: #e3db20;
	}
















