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

Folder: Theme306_Business2
Name: Business 2
Cat: Business & Legal

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

/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size:13px;
}

.sf_outer_wrapper {
    width: 700px;
    margin: auto;
    margin-top: 50px;
}

.sf_wrapper {
    width: 693px;
    margin-left: 7px;
}

a {
    color: #000000;
}
a:hover{
    color: #666666;
}
a:visited{
    color: #000;
}

.sf_extra1 {
    font-size:1px;
}

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

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
    height: 66px;
    margin-right: 7px;
    padding: 0 0 0 16px;
}

/* banner image */
.sf_extra4 {
    height: 130px;
    width: 504px;
    border-top: 8px solid #fff;
}

.sf_extra2 {	
	float: left;
	margin-top: 20px;
    width: 21px;
    height: 21px;
}

.sf_main_header p, .sf_sub_header p { margin: 0; padding: 0; }
.sf_main_header {
	width: 635px;
	float: right;
	padding-top: 5px;
	text-align: left;
	height: 30px;
	overflow: hidden;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.sf_main_header div {
	height: 30px;
	overflow: hidden;
}

.sf_sub_header {
	width: 635px;
	clear: right;
	float: right;
	text-align: left;
	height: 25px;
	overflow: hidden;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size:13px;
}

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

.sf_navigation {
    float: left;
    margin: 0;
    margin-left: 4px;
    display: inline;
    width: 169px;
    margin-top: -130px;
    padding-bottom: 32px;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sf_navigation ul {
    margin: 0px;
    height: auto !important;
    height: 1%;
    padding-left: 15px;
    list-style-type: none;
}

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

.sf_navigation ul li {

}

.sf_navigation ul li a {
	display:block;
	width:124px;
	text-decoration:none;
	padding: 8px 0 9px 15px;	
}

.sf_navigation ul li a:hover {
}
.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}
/*------------------------------------
	Flyout - Left Aligned Menu
------------------------------------*/
#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 ul {  
	position:absolute;
	left: -999em;
	width:160px;
	margin:-25px 0 0 125px;
	.margin:-5px 0 0 0;
	border:solid 5px #ffffff;
	padding:0;
	background:#333333;
	z-index:1000;
}
#Nav1 li a {
	display : block;
	.float:left;
}
#Nav1 li ul li {
	margin:0;
	padding:0;
	float:left;
}
#Nav1 li ul li a {
	display : block;
	padding: 8px 15px 9px 15px;	
	background:#333333;
	width:130px;
}
#Nav1 li ul li a:hover {
	background:#222222;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {  
	left: auto;
}
/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	width: 490px;
	float: right;
	display: inline;
	text-align: left;
	text-transform: uppercase;
	height: auto !important;
	height: 25px;
	min-height: 25px;
	margin: 0px 12px 0px 0px;
	padding: 20px 0px 0px 10px;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.sf_pagetitle h1 {
	font-size: 14px;
	font-weight: bold;
	margin:0px;
}

.sf_content {
    width: 500px;
	float: right;
	display: inline;
    margin: 0px 12px 0px 0px;
    padding: 5px 0px 0px 0px;
    color: #666;
    height: auto !important;
    height: 200px;
    min-height: 200px;
}

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

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

/*------------------------------------
FOOTER
------------------------------------*/
.sf_footer {
    text-align: center;
    font-size: 11px;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    color: #ccc;
    padding: 12px 10px 12px 50px;
    margin: 0 20px 0 0;
}

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

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