
@import "nav.css";

.clear {
	clear:both;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
}
* {
	margin: 0px;
	padding: 0px;
}

b	{
	
	}

p {
	margin: 1em 0;
}
#wrapper {
	width: 827px;
	padding: 20px 0 0 0;
}
#subnav {
	height: 22px;
	width: 290px;
	float: right;
}
#logo h1 {
	background-image: url(images/bcf_01.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 251px;
	text-indent: -3000px;
	margin: 0px 0 0 20px;
}
#subnav ul {
	display: inline;
	list-style-type: none;
}

#subnav .phone {
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 7px;
	color: #a9a9a9;
}
#subnav ul li {
	display: inline;
	list-style-type: none;
}
#subnav .news a {
	float:left;
	display: block;
	width: 98px;
	height: 22px;
	background-image: url(images/header_news.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#subnav .news a span {
	display:none;
}

#subnav .contact a {
	float:left;
	display: block;
	width: 63px;
	height: 22px;
	background-image: url(images/header_contact.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#subnav .contact a span {
	display:none;
}

#subnav .login {
	float:left;
	display: block;
	width: 45px;
	height: 22px;
	background-image: url(images/header_login.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#subnav .login span {
	display:none;
	width:45px;
}



#nav {
	width: 552px;
	height: 43px;
	background-image: url(images/green_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #006f3c;
	padding-left: 275px;
	margin-top: 20px;
}
* html #nav {
	width: 553px;
	padding-left: 274px;
}
#nav ul li {
	display: inline;
}
#nav a {
	text-decoration: none;
	text-indent: -3000px;
}
#grey {
	width: 807px;
	height: 38px;
	background-image: url(images/grey_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
	padding-top: 60px;
	padding-right: 20px;
	clear: both;
	font-size: 14px;
	color: #cabfb4;
}
#grey_home {
	width:462px;
	height: 186px;
	background-image: url(images/home_grey.png);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	padding-top: 70px;
	padding-right: 50px;
	padding-left: 315px;
	clear: both;
	font-size: 12px;
	color: #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;
	text-decoration:none;
}

a {
	text-decoration:none;
}
#sidebar {
	width: 210px;
	background-image: url(images/sidebar_bg.gif);
	background-repeat: repeat-y;
	float: left;
}
#sidebar_main {
	width: 275px;
	background-image: url(images/home_sidebar_bg.gif);
	background-repeat: repeat-y;
	float: left; 
	padding:0px;
	margin:0px;
}
#sidebar_cont {
	padding: 20px 15px;
	width: 180px;
	line-height: 15px;
	color: #767676;
}
#sidebar_cont a {
	color: #454545;
	font-weight: bold;
}
#sidebar_cont a:hover {
	color: #454545;
	font-weight: bold;
	text-decoration: none;
}
#sidebar_bot {
	width: 210px;
	background-image: url(images/sidebar_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:9px;
}
#sidebar_main_bot {
	width: 275px;
	background-image: url(images/sidebar_home_bot.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:5px;
}
#sidebar h3 {
	font-size: 1.0em;
	text-transform: uppercase;
	color: #006f3c;
	margin-bottom: 3px;
}
#content {
	width: 577px;
	float: right;
	padding: 15px 20px;
	line-height: 19px;
	font-size: 12px;
}
#content_main {
	width: 500px;
	float: left;
	padding: 15px 20px ;
	line-height: 19px;
	font-size: 12px;
}
#content li {
	margin: 0 0 0 15px;
}
#content h1 {
	font-size: 15px;
	color: #006f3c;
}
#content h1 a {
	color: #006f3c;
	text-decoration: none;
}
#content h4 {
	margin:1.8em 0 .8em 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12 px;
	color: #232323;
}
{
	border-bottom: 1px solid #d7d7d7;
}
small {
	line-height: 14px;
	color:#666;
}
#hr {
	height: 1px;
	background-color: #d7d7d7;
	margin: 20px 0;
}
#content .email {
	vertical-align: bottom;
	color: #5a5a5a;
	padding-bottom: 12px;
	
}
#content .name {
	vertical-align: bottom;
	padding-bottom: 10px;
}
#content .email a {
	font-size: 11px;
}
#content a {
	color: #5a5a5a;
}
#footer {
	margin: 20px auto;
	padding: 35px 0 15px 0;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	width: 790px;
}
#footer a  {
	text-transform: uppercase;
	font-size: 10px;
	color: #7b7b7b;
}
#footer a:hover  {
	text-decoration: none;
}
#footer .uline:hover {
	text-decoration: underline;
}
#links {
	float: left;
}
#copy {	
	color: #afafaf;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
}
#sidebar_log {
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	width: 190px;
	height: 35px;
	background-image: url(images/logon_ad.gif);
	background-repeat: no-repeat;
	padding:50px 42px 0 42px;
	overflow:none;
	
}

#sidebar_log p {
	display:none;
	}


#sidebar_news a {
	margin-top: 0px;
	margin-left: 14px;
	display: block;
	width: 242px;
	height: 88px;
	background-image: url(images/market_news_ad.gif);
	background-repeat: no-repeat;
	text-indent: -3000px;
	text-decoration: none;
}
#sidebar_news a:hover {
	background-position:top right;
}

#sidebar_login a{
margin-top: 0px;
margin-left: 14px;
 display: block;
 width: 242px;
 height: 88px;
 background-image: url(images/home_login.gif);
 background-repeat: no-repeat;
 text-indent: -3000px;
 text-decoration: none;
}
#sidebar_login a:hover {
	background-position:top right;
}
#sidebar_retirement a {
margin-top: 0px;
 margin-left: 14px;
 margin-bottom: 10px;
 text-indent: -3000px;
 text-decoration: none;
 display: block;
 width: 242px;
 height: 88px;
 background-image: url(images/home_retirement.gif);
 background-repeat: no-repeat;
}
#sidebar_retirement a:hover {
	background-position:top right;
}
#entry {
	font-size: 11px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
	clear: both;
	padding-bottom: 10px;
}
small {
	text-transform: uppercase;
	font-size: 10px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.navigation {
	font-size: 11px;
	text-transform: uppercase;
}
.post {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.post p {
	font-size:11px;
}

#news_header {
	display: block;
	width: 100px;
	height: 11px;
	background: url(images/home_news.gif) no-repeat;
	margin-bottom: 10px;
	text-indent: -3000px;
	float: left;
}
#news_more a {
	float: right;
	background: url(images/home_morenews.gif) no-repeat;
	width: 76px;
	height: 21px;
	text-indent: -3000px;
	margin-bottom: 10px;
}
span a {
	text-decoration: none;
	color: #006f3c;
	font-size: 11px;
	font-weight: bold;
}
span a:hover {
	text-decoration: underline;
}

/* Begin CSS Drop Down Menu */


#subnav
	{
	}
		
#subnav a
	{

	}
	
#subnav a:link, #subnav a:visited, #subnav a:active	/* menu at rest */
	{
	}

#subnav a:hover	/* menu at mouse-over  */
	{
	cursor:pointer;
	}	
	
#subnav ul li ul li a:link, #subnav ul li ul li a:visited, #subnav ul li ul li a:active	/* menu at rest */
	{
	background-image:none;
	display:block;
	}

	
#subnav a.parent, #subnav a.parent:hover 	/* attaches side-arrow to all parents */
	{
	}

#subnav ul
	{
	margin:0px;
	padding:0px;
	}

#subnav li
	{
	margin:0px;
	padding:0px;	
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; 	/* Sophie Dennis contribution for IE7 */
	}

#subnav ul ul
	{
	margin:0px;
	padding:0px;	
	position:absolute;
	z-index:500;
	top:22px;
	right:0;
	width:150px;
	display:none;
	border:4px solid #f3f1ee;
	}
	
#subnav ul li ul li
	{
	margin:0px;
	padding:0px;	
	padding:0px;
	}

#subnav ul li ul li a
	{
 	color:#005130;
 	padding:5px;
 	background:none;
 	background-color:#f3f1ee;
 	font-size:11px;
	}
	
#subnav ul li ul li a:hover
	{
 	background-color:#ebe6e2;
 	background:#ebe6e2 url('images/arrow.gif') center no-repeat;
 	background-position-x:140px;
 	color:#005130;
	}

#subnav ul ul ul
	{
	top:0;
	left:100%;
	}

div#subnav li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#subnav li:hover ul ul,
div#subnav li li:hover ul ul,
div#subnav li li li:hover ul ul,
div#subnav li li li li:hover ul ul
{display:none;}

div#subnav li:hover ul,
div#subnav li li:hover ul,
div#subnav li li li:hover ul,
div#subnav li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */