/* Help U Invest  */

/*---------------------- Text Hover -----------*/
a, a:visited, a:active {
	color: #71A4CB;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

/*---------------------- top3 headers -----------*/
.header1 {
	padding: 0px 0px 0px 0px;
	background:  #336699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.header2 {
	padding: 0px 0px 0px 0px;
	background:  #003366 url(images/mainheadergrad.jpg) repeat-x left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.header3 {
	padding: 0px 0px 0px 0px;
	background:  #336699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.header4_cols {
	padding: 0px 0px 0px 5px;
	background:  url(images/c-us-BG.jpg) repeat;
	background:  #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f9f9f9;
}

.header5_cols {
	padding: 0px 0px 0px 5px;
	background:  url(images/c-us-BG.jpg) repeat;
	background:  #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;


}


.header-contact-info {
	padding: 5px 0px 0px 0px;
	background:  url(images/gap-tile.jpg) repeat;
	background:  #003366;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

	}
	
	
	.header-picplacement {
	padding: 0px 0px 0px 0px;
	background:  #ffffff;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}


.subnav {
	padding: 0px 0px 0px 5px;
	background:  #003366;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

/*----------------------Main Content -----------*/

	.Content-Middle {
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20x;
	padding-bottom: 15px;
	border-bottom: 1px solid White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	background-image: url(images/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

	.Content-insidepages {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;

}

	.sub-navagation {
	background:  #003366 url(images/subnav-bg.jpg) repeat-y left top;
	border-bottom: 1px solid White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f9f9f9;
	}
	
	.page_headers {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #104770;
	background-color: #ffffff;
	font-style: normal;
	font-weight: bolder;
	}
	
		.page_headersSUBS {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3399CC;
	background-color: #ffffff;
	font-style: normal;
		}

/*------------- Footer ---------*/


.footer {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #336699;
	color: #FFFFFF;
	}
.footer a:link { 
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:visited {
	color: #E0E4ED;
	text-decoration: none;
}

.footer a:hover {
	color: #B1B1B1;
	text-decoration: none;
}

.footer a:active {
	color: #CDD3DC;
	text-decoration: none;
}




/*-------------CSS Menu ---------*/



#navcontainer
{
width: 12em;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #336699;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
	border-bottom: 1px solid #336699;
	margin: 0;
}

#navcontainer li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #2A5884;
	border-right: 10px solid #003366;
	background-color: #517CA7;
	color: #fff;
	text-decoration: none;
	width: 180px;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	border-left: 10px solid #255488;
	border-right: 10px solid #336699;
	background-color: #003366;
	color: #fff;
}
