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

Folder: Theme412
Name: Generic 12
Cat: Generic

**********************************************************
*********************************************************/
/*------------------------------------
GENERAL
------------------------------------*/
body {
    margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sf_outer_wrapper {
    width: 798px;
    margin: 50px auto;
}

.sf_wrapper {
    width: 798px;
    position: relative;
}

a {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:hover {
    color: #999999;
}

.sf_extra10 {
	display: none;
}

/* ------------------------------------
HEADER
------------------------------------ */
.sf_header_wrapper {
    margin-top: 0px;
	background-repeat: repeat;
	height: auto !important;
}

.sf_extra2 {
margin: 20px auto 0 auto;
height: 150px;
width: 745px;
background-repeat: no-repeat;
}

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

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

.sf_navigation {
    clear: both;
    height: auto;
	width: 798px;
}

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

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

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

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

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


.sf_navigation ul li a:hover {
    text-decoration: none;
    color: #fff;
    display: block;
}
/*------------------------------------
	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;
}
.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}

#Nav1, 
#Nav1 ul { /* all lists */
	list-style: none;
}

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

#Nav1 li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width:130px;
	background:#ffffff;
	padding:5px;
	z-index:1000;
}
#Nav1 li ul li {
	background:none;
}
#Nav1 li ul li a {
	background:#f1f1f1;
	height:auto;
	width:120px;
	padding:2px 5px;
	line-height:normal;
	white-space:normal;
	margin:0 0 4px 0;
}
#Nav1 li ul li a:hover {
	background:#999999;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	clear: both;
	padding: 10px 0 0 20px;
	text-align: left;
	min-height: 30px;
	height: auto !important;
	height: 30px;	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

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

.sf_pagetitle p {
	margin:0px 0px 1em;
}

.sf_content {    
    padding: 20px 20px 15px 20px;
    margin: 0px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, 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 {
    font-size: 12px;
    padding: 25px 20px 5px 20px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#f6f6f6;
}

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

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