@charset "UTF-8";
/* CSS Document */

#header_wrapper
{
	width: 1200px;
	height: 200px;
	margin: auto;
	background: url('../images/smpage_bkgd.png') repeat-y;
}

#header_content
{
	position: relative;
	width: 1150px;
	height: 165px;
	margin: auto;
	background-color: #565350;
	z-index: 5000;
}

#VFClogo
{
	width: 330px;
	height: 165px;
	padding: 0;
	margin: 0;
	background-image: url('../images/VFClogo_media.png');
	background-repeat: no-repeat;
}

#sm_logo
{
	position: relative;
	width: 277px;
	height: 37px;
	padding: 0;
	margin: 0;
	top: 30px;
	left: 395px;
	background-image: url('../images/sm_logo.png');
	background-repeat: no-repeat;
}

.grey
{
	width: 185px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	background-color: #f3f3f3;
}

a.nav_bar, a.nav_bar:link, a.nav_bar:visited
{
	color: #ffffff;
	outline: 0;
	font-family: Arial, Helvetica, sans-serif;      
	font-weight: normal;
	font-size: 14pt;
	margin: 0px 0px 13px 0px;
	text-decoration: none;
}

a.nav_bar:hover, a.nav_bar:active
{
	color: #000000;
}

.nav_right
{
	position: absolute;
	height: 46px;
	width: 670px;
	padding: 0;
	margin: 0;
	top: 70px;
	background-image: url('../images/navbar.png');
	background-repeat: no-repeat;
	z-index: 4000;
}

#nav_right, #nav_right ul, #nav_right li 
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_right li:hover, #nav_right li.sfHover,
#nav_right a:focus, #nav_right a:hover, #nav_right a:active 
{
	color: #000000;
	outline: 0;
}

#nav_right a
{
	display: block;
}

#nav_right li 
{
	float: left;
}

#nav_right li ul 
{
	position: absolute;
	width: 185px;
	left: -999em;
	z-index: 4000;
}

#nav_right li ul li a, #nav_right li ul li
{
	float: left;
}

#nav_right li:hover ul 
{
	left: auto;
}

#nav_right li:hover ul, #nav_right li.sfhover ul 
{
	left: auto;
}

#nav_right li ul ul
{
	margin: -1em 0 0 10em;
}

#nav_right li li:hover ul 
{
    margin: -1em 0 0 10em;
} 

#nav_right li:hover ul ul, #nav_right li.sfhover ul ul 
{
	left: -999em;
}

#nav_right li:hover ul, #nav_right li li:hover ul, #nav_right li.sfhover ul, #nav_right li li.sfhover ul 
{
	left: auto;
}

.dd
{
	width: 170px;
	background-color: #87bb59;
}

a.nav_dd, a.nav_dd:link, a.nav_dd:visited
{
	color: #ffffff;
	outline: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;      
	font-weight: normal;
	font-size: 12pt;
	line-height: 1.9;
	width: 100%;
	margin: 2px 0px 2px 15px;
	text-decoration: none;
}

a.nav_dd:hover, a.nav_dd:active
{
	color: #000000;
}

.top
{
	width: 170px;
	height: 9px;
	margin: 0;
	padding: 0;
	background: url('../images/navbar_top.png') no-repeat;
}

.bottom
{
	width: 170px;
	height: 9px;
	margin: 0;
	padding: 0;
	background: url('../images/navbar_bottom.png') no-repeat;
}