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

Folder: Theme365_Consulting2
Name: Consulting 2
Cat: Business & Legal

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

.sf_outer_wrapper {
    width: 777px;
    margin: 40px auto;
}

.sf_wrapper {
    width: 777px;
    position: relative;
    margin-top: 0px;
}

a {
    color: #000;
}
a:hover {
    color: #333;
}
a:visited {
    color: #000;
}

/* ------------------------------------
HEADER
------------------------------------ */
.sf_extra10 {
    width: 100%;
    clear: both;
    
}
.sf_extra10:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_extra10 span {
    display:block;
    float: right;
    height: 35px;
    line-height: 35px;
    min-width: 200px !important; width:200px;
}

.sf_header_wrapper {
    position: relative;
    height: 111px;
    padding: 62px 0 0 20px;
}

.sf_extra2 {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 250px;
    height: 175px;
}

.sf_main_header {
	text-align: left;
	margin-bottom: 8px;
	height: 30px;
	overflow:hidden;
	width: 500px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.sf_sub_header {
	text-align: left;
	height: 30px;
	overflow:hidden;
	width: 500px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.sf_main_header p, .sf_sub_header p{
margin: 0;
padding: 0;
}


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

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

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

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

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

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

.sf_last_nav_item {
    padding-right: 64px;
}

.sf_navigation ul li a {
	height: 35px;
	margin: 0 0 0 1px;
	text-decoration: none;
	display: block;
	line-height: 35px;
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_navigation 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;
	margin-top: -7px;
}

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

#Nav1 li ul li a { /* second-level lists */	
	width: 172px;
	height: auto;
	background-image: none;
	line-height: normal;
	padding: 5px 0px 5px 8px;
	background-color: #999;
	border-bottom:  1px solid #777;
}

#Nav1 .sf_last_nav_item_subnav a{
    border: none;
}

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

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

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

/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	clear: both;
	padding: 20px 0 0 30px;
	text-align: left;
	min-height: 30px;
	height: auto !important;
	height: 30px;	
	font-family: "Arial Black", Gadget, 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: Arial, Helvetica, FreeSans, sans-serif;
    min-height: 150px;
	height: auto !important;
    height: 150px;  
}

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

/*------------------------------------
FOOTER
------------------------------------*/
.sf_footer {
    min-height: 25px;
	height: auto !important;
	height: 25px;
    font-size: 13px;
    text-align: center;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
	padding: 2px 10px;
}

/*------------------------------------
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;  
} 
