/*********************************************************
**********************************************************

	Folder:	Theme374
	Name:	Generic 7
	Cat:	Generic
	

**********************************************************
*********************************************************/



/*------------------------------------
	GENERAL
------------------------------------*/
.sf_outer_wrapper{
	width: 662px;
	margin: auto;
}

.sf_wrapper{
	background: #ffffff;
}
.sf_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
	font-height: 1px;
}
.sf_header_wrapper{
	width: 662px;
	height: 66px;
	border-bottom: solid 1px #fff;
	background-image: url(//img1.wsimg.com/isteam/ip/cf110889-2dab-451b-855a-8addb7a314f4/legacy/headerback.jpg);
	background-repeat: repeat-x;
}

a{
	color:#000000;
}

/*------------------------------------
	HEADER
------------------------------------*/
.sf_main_header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	height: 25px;
	overflow:hidden;
	margin-bottom:5px;
	color: #000000;
	padding: 10px 5px 0px 0px;
	float:right;
	display:inline;
	width:475px;
}

.sf_sub_header{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	height: 20px;
	overflow:hidden;
	color: #000000;
	padding: 0px 5px 0px 0px;
	float:right;
	display:inline;
	width:475px;
}

.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}

.sf_extra2{
	float: left;
	display:inline;
	height: auto !important height:46px;
	min-height: 46px;
	width: 162px;
	margin: 10px 0px 0px 5px;
}

.sf_extra5{
	width:491px;
	height: 130px;
	float: right;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
}

.sf_extra12{
	clear: both;
	width:662;
	height: 24px;
}

/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation{
	width: 166px;
	height: auto;
	float: left;
	padding: 30px 0px 0px 0px;
}

.sf_navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0px 0 30px 0px;
	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{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}

.sf_navigation ul li a{
	display: block;	
	height: 24px;
	text-decoration: none;
	padding: 2px 0px 0px 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.sf_navigation ul li a:hover{

}

.sf_navigation_top{
	display: none;
}

.sf_subnavigation{
	display: none;
}

.sf_subnavigation2{
	display: none;
}

/*------------------------------------
Flyout Menus
------------------------------------*/


#Nav1 { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;	
	/*width: 166px	*/
}

#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 166px;	
}

#Nav1 li { /* all list items */   
	float: left;	
	width: 166px;	
}

#Nav1 li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 10em;
	margin-top : -1.5em;
	z-index: 1000;
}

#Nav1 li ul li { /* second-level lists */	
	position : relative;
	width: 166px;
	background-color: #F4F4F4;
}

#Nav1 li a {	
	display : block;		
}

#Nav1 li ul li a { /* second-level lists */	
	background-image: none;
	padding:8px 10px;
	border-bottom: 1px dotted #ffffff;
	height:auto;
}

#Nav1 li ul li a:hover {		
	padding-left: 10px;
	background-color:#BEBEBE;
	background-image: none;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;		
	width: 166px;	
}

#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_content{
	float: right;
	width: 463px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 15px 20px 20px 10px;
	background: #fff;
}

.sf_content:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

.sf_pagetitle{
	color: #000000;
	float: right;
	width: 463px;
	padding: 15px 20px 0px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

.sf_pagetitle h1 {
	font-size:11px;
	font-weight:bold;
	margin:0;
}

/*------------------------------------
	FOOTER
------------------------------------*/

.sf_footer{
	clear: both;
	padding: 14px 10px 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	clear:both;
}

/*------------------------------------
	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;  
} 
