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

	Folder:	Theme204
	Name:	Modern Business
	Cat:	Business & Legal

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



/*------------------------------------
	GENERAL
------------------------------------*/
body,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
}
.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:425px;
	float: left;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-size:2.0em;
	margin-top: 40px;
	padding-bottom:10px;
	height: 50px;
	overflow:hidden;
}
.sf_sub_header{
	width: 425px;
	float: left;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
	height: 30px;
	overflow:hidden;
}
.sf_sub_header p, .sf_main_header p{
margin: 0;
padding: 0;
}

.sf_extra2{
	float: right;
	width:474px;
	height: 177px;
}






/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation_top, .sf_subnavigation, .sf_subnavigation2 {
	display: none;
}

.sf_navigation{
	min-height: 70px;
	height: auto !important;
	height: 70px;
	width: 899px;
	z-index:50;
	position: relative;
}
.sf_navigation ul{
	margin: 0;
	list-style-type: none;
	padding: 6px 0px 0px 20px;
	min-height:1px;
	height: auto !important; 
	height: 1%;
}
.sf_navigation ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.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 a{
	padding: 7px 12px 0px 12px;
	text-decoration: none;
	display: block;
	font-size:10px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	

	margin:0;
	text-decoration: none;	
	min-width:5px; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:5px; /* Fast hack */;
}

.sf_sub_header p, .sf_main_header p {
	margin: 0;
	padding: 0;
}

/**
 * @section subnav
 */
.sf_navigation ul.subnav {
	border:1px solid #666666;
	left: -999em; 
	list-style: none;
	line-height: 1;
	margin: 0;	
	padding: 0;	
	position: absolute;	
	width: 180px;
	z-index:1000;
	background-color:#FFFFFF;	
}
 
.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 #666666;
	display: block;
	height:auto;
	min-width:160px;
	width: 160px;
	padding: 7px 10px;
	text-decoration: none;	
	white-space:normal;
	background-image:none;
}
 
.sf_navigation ul.subnav  li a:visited {
}
 
.sf_navigation ul.subnav  li a:hover {
	background-image:none;
	background-color:#eeeeee;
}
 
.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);
}

#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

/*------------------------------------
	CONTENT
------------------------------------*/
.sf_pagetitle{
	text-align:right;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: auto !important; height: 20px;
	min-height: 20px;
}
.sf_pagetitle h1 {
	font-size:10px;
	font-weight:normal;
	margin:0px;
}
.sf_content{
	width: 830px;
	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-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}






/*------------------------------------
	BANNER
------------------------------------*/
.sf_banner{
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: .8em;
}
.sf_banner div#bannerLink{
	padding-top: 10px;
}



