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

Folder: Theme356_Business4
Name: Business 4
Cat: Business & Legal

**********************************************************
*********************************************************/
/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;
}

.sf_outer_wrapper {
    width: 667px !important; width: 667px;
    margin: 0 auto;
    padding: 6px 19px;;
}

.sf_wrapper {
    width: 655px !important; width: 655px;
    padding: 6px;
    position: relative;
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
}

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
    position: relative;
    height: 130px;
    width: 302px;
    float:left;
}



.sf_extra4 { /* header photo */
    width: 348px;
    height: 130px;
    margin-left: 304px;
    sf_edit: true;
}

.sf_main_header {
font-size: 16px;
font-family:Verdana, Geneva, Kalimati, sans-serif;
font-weight: bold;
margin: 15px 0 0 30px;
height: 25px;
width: 250px;
overflow:hidden;
padding-top: 5px;
}

.sf_sub_header {
font-size: 12px;
font-family:Verdana, Geneva, Kalimati, sans-serif;
margin: 55px 0 0 30px;
height: 20px;
width: 250px;
overflow:hidden; 
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}

/* ------------------------------------
NAVIGATION
------------------------------------ */
.sf_navigation {
    display: none;
}

.sf_navigation_top {
    clear: both;
    width: 100%;
    height: auto;
}

.sf_navigation_top ul {
    margin: 0 0;
    height: auto !important;
    height: 1%;
}

.sf_navigation_top ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation_top ul {
    list-style-type: none;
    padding:0;
}

.sf_navigation_top ul li {
    float: left;
    width: auto !important;
    width: 5px;
    white-space: nowrap;
}

.sf_navigation_top ul li a {
	height: 30px;
	margin: 0 0 0 1px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_navigation_top ul li a:hover {
    text-decoration: none;
    display: block;
}

/*------------------------------------
	Flyout menu
------------------------------------*/

#Nav1, 
#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;	
	line-height: 1;	
}

#Nav1 a {	
	display:block;	
}

#Nav1 li { /* all list items */	
	float: left;		
}

#Nav1 li ul { /* second-level lists */
	position: absolute;	
	width: 180px;
	left: -999em;
	z-index: 1000;
	background-color: #f7f7f7	
}

#Nav1 li ul li { /* second-level lists */	
	width: 180px;
	background-image: none;
	white-space: normal;	
}

#Nav1 li ul li a, #Nav1 li ul li a:visited  { /* second-level lists */	
	width: 180px;
	height: auto;
	background-image: none;
	line-height: normal;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #d6d6d6;
}

#Nav1 li ul li a:hover  { /* second-level lists */	
	width: 180px;
	background-image: none;
	background-color: #d6d6d6;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	
}

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}


/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	clear: both;
	padding: 20px 0 0 20px;
	text-align: left;
	min-height: 30px;
	height: auto !important;
	height: 30px;	
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_pagetitle h1 {
	font-size: 24px;
	font-weight: normal;
	margin:0px;
}

.sf_content {    
    padding: 20px 0 0 20px;
    margin: 0px;
    font-size: 12px;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    min-height: 200px;
	height: auto !important;
    height: 200px; 
}

.sf_content:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

/*------------------------------------
FOOTER
------------------------------------*/
.sf_footer {
	padding: 20px 0 20px 20px;
	font-size: 13px;
	text-align: center;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	height: 20px;
}

/*------------------------------------
BANNER
------------------------------------*/
.sf_banner {
    margin-bottom: 35px;
    padding-top: 80px;
    text-align: center;
    font-size: 13px;
}

.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;  
} 
