/*********************************************************
**********************************************************

	Folder:	Theme893
	Name:	Modern Business 2
	Cat:	Business & Legal

**********************************************************
*********************************************************/



/*------------------------------------
	GENERAL
------------------------------------*/


body,h1,h2,h3,h4,h5,h6 {
	margin: 20px 0px;
	padding: 0;
	color: #000000;
}
body {
	margin-bottom:10px;
}
.sf_outer_wrapper{
	width: 899px;
	margin: auto;
}
.sf_wrapper{
	width: 899px;
}

a{
	color:#000000;
}

a:visited{
	color:#000000;
}

a:hover{
	color:#000000;
}

/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	width: 899px;
	height: 177px;
}
.sf_main_header{
	width:405px;
	float: left;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size:2.0em;
	margin-top: 30px;
	padding:0px 10px;
	height: 110px;
	overflow:hidden;
}
.sf_sub_header{
	display:none;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}
.sf_extra2{
	float: right;
	width:474px;
	height: 177px;
}

 /**
 * @section navigation
 */
.sf_navigation {
	margin: 0;
	width: 899px;
	z-index:50;
	position: relative;
	
	min-height:37px;
	height:auto !important;
	height:37px;	
}
 
.sf_navigation:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
	margin:0px;
	padding:0px;
}
 
.sf_navigation ul {
	margin: 0;
	padding: 5px 20px;
}
 
.sf_navigation ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
 
.sf_navigation ul li {	
	float: left;
	list-style: none;
	margin: 0;
	white-space: nowrap;	 
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
}
 
.sf_navigation ul li.sf_first_nav_item {
}
 
.sf_navigation ul li.sf_last_nav_item {	
}
 
.sf_navigation ul li a {
	display: block;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 20px;
	margin:0;
	padding: 7px 12px 0px 12px;
	text-decoration: none;	
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */;
}
 
.sf_navigation ul li a:visited {
}
 
.sf_navigation ul li a:hover {
	background-repeat: repeat-x;
	padding: 7px 12px 0px 12px;
}
 
/**
 * @section subnav
 */
.sf_navigation ul.subnav {
	background:#ffffff;
	border:1px solid #dddddd;
	border-top:0;
	left: -999em; 
	list-style: none;
	line-height: 1;
	margin: 0;	
	padding: 0;	
	position: absolute;	
	width: 180px;
	z-index:1000;	
}
 
.sf_navigation ul.subnav  li {
	float: left;
	margin:0;	
	padding:0;	
	width: 180px;
}
 
.sf_navigation ul.subnav  li a {
	border:0;
	border-bottom:1px solid #dddddd;
	display: block;
	height:auto;
	min-width:150px;
	padding: 7px 15px;
	text-decoration: none;	
	width: 150px;
	white-space:normal;
}
 
.sf_navigation ul.subnav  li a:visited {
}
 
.sf_navigation ul.subnav  li a:hover {
	padding: 7px 15px;
}
 
.sf_navigation ul.subnav  li.sf_last_nav_item_subnav a {
	border-bottom:0;
}
 
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {
	left: auto;
}
 
#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/*------------------------------------
	CONTENT
------------------------------------*/
.sf_extra5{
	height: 29px;
	width: 899px;
}
.sf_pagetitle{
	text-align:right;
	margin: 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto !important; height: 20px;
	min-height: 20px;
}
.sf_content{
	width: 860px;
	height: auto !important; height: 300px;
	min-height: 300px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	clear: both;
}
.sf_content:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_extra7{
	height: 110px;
	width: 899px;
}

/*------------------------------------
	FOOTER
------------------------------------*/
.sf_footer{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 20px;
}
.sf_footer p{
	margin:0px;
	padding:0px;
}

/*------------------------------------
	BANNER
------------------------------------*/
.sf_banner{
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: .8em;
}
.sf_banner div#bannerLink{
	padding-top: 10px;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
