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

	Folder:	Theme376
	Name:	Generic 8
	Cat:	Generic

**********************************************************
*********************************************************/
/*------------------------------------
	GENERAL
------------------------------------*/

body{
margin: 20px 0 0 0;
}
h1,h2,h3,h4,h5,h6 {
	margin:  0;
	padding: 0;
}
.sf_outer_wrapper{
width:652px;
margin: 10px auto;	
}

.sf_wrapper{
width:652px;		
}

a{
	color:#000000;
}

.sf_extra10 {
	width: 652px;
	height: 9px;
}

/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	width: 652px;
	height: 110px;		
}

.sf_extra2 {
	background-image: url(images/gray.gif);
	background-repeat: no-repeat;
	background-position:10px top;
	background-color: #F1F1F1;
	display: block;
	width: 189px;
	height: 110px;
	float: left;
}

.sf_main_header{
	width:450px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	padding: 0;
	font-weight: bold;
	overflow: hidden;	
}

.sf_sub_header{
	width: 450px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	padding: 0;
	color:#999;
	overflow: hidden;
}

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

.sf_pagetitle{
	font-size: 14px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 0px 20px;
	color: #000000;	
	background-color: #F1F1F1;
	width: 612px;
}

/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation{
	border-top: 1px solid #cccccc;
	width: 652px;
}

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

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

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

.sf_navigation ul li a {
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	display: block;
	font-size:10px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	color: #000;
}

.sf_navigation ul li a:visited {
	color: #000;
}

.sf_navigation_top{
	display:none;
}
.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}
/*------------------------------------
	Dropdown
------------------------------------*/
#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, 
#Nav1 ul { /* all lists */
	list-style:none;
}

#Nav1 a {
	display:block;
}

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

#Nav1 li ul { /* second-level lists */
	position:absolute;
	left:-999em;
	width:132px;
	border:0;
	margin:0 0 0 5px;
	background:#ffffff;
	padding:3px 3px 0 3px;
	z-index:1000;
}
#Nav1 li ul li{
	margin:0;
	padding:0;
	width:auto;
	background:none;
}
#Nav1 li ul li a{
	height:auto !important;
	margin:0 0 3px 0;
	width:122px;
	background:#f1f1f1;
	padding:5px;
	line-height:normal;
	white-space:normal;
	border:none;
}
#Nav1 li ul li a:hover{
	background:#ffffff;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}
/*------------------------------------
	CONTENT
------------------------------------*/

.sf_extra5{
	width:652px;
	height: 26px;
}

.sf_extra7{
	width: 652px;
	height: 10px !important; height: 10px;
	min-height: 7px;
}

.sf_content{
	background:#F1F1F1;	
	width:632px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
}

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

/*------------------------------------
	FOOTER
------------------------------------*/
.sf_footer{
	width: 652px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;	
}

.sf_footer div{
}

/*------------------------------------
	BANNER
------------------------------------*/
.sf_banner{
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: 10px;
}
.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;  
} 
