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

Folder: Theme254

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

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

.sf_outer_wrapper {
    width: 850px;
    margin: auto;
    margin-top: 10px;
}

.sf_wrapper {
    width: 850px;
}

a {
    color: #000000;
}

/* ------------------------------------
HEADER
------------------------------------ */
.sf_extra1 {
    width: 850px;
    height: 36px;
    margin-bottom: 5px;
}

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

.sf_extra1 span {
    display: block;
    height: 36px;
    width: 172px;
}

.sf_header_wrapper {
    position: relative;
    height: 59px;
    padding-right: 10px;
    width: 840px;
}

.sf_extra2 {
    float: left;
    height: 59px;
    width: 172px;
}

.sf_main_header {
	padding-top: 10px;
	text-align: right;
	margin-left: 175px;
	height: 26px;
	overflow:hidden;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.sf_main_header div {
    vertical-align: bottom;
}

.sf_sub_header {
	display: none;
}

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


/* banner image */
.sf_extra4 {
    margin-left: 177px;
    height: 85px;
    width: 673px;
    border-top: 5px solid #fff;
}

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

.sf_navigation {
    float: left;
    margin: 0;
    display: inline;
    width: 172px;
    margin-top: -85px;
    padding-bottom: 80px;
}

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

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

.sf_navigation ul li {
    white-space: nowrap;
    margin: 0;
	background:#ededed;
    height: auto;
	float:left;
	width: 172px;
}

.sf_navigation ul li a {
	padding: 3px 1.5em 3px 20px;
	margin: 0;
	text-decoration: none;
	display: block;
	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 {

}
.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}




/*------------------------------------
	Flyout - Left Aligned Menu
------------------------------------*/


.sf_navigation ul.subnav {  
	position:absolute;
	left: -999em;
	margin: -22px 0px 0px 150px;
	width:200px;
	z-index:1000;
	border:1px solid #ffffff;
}

.sf_navigation ul.subnav li { /* all list items */
	float:left;
	width:200px;
}

.sf_navigation ul.subnav li a {
	display : block;
	width:180px;
	white-space:normal;
	padding:3px 10px;
}

.sf_navigation ul.subnav li.sf_last_nav_item_subnav {
	border:none;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {  
	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;
}
/* Drop Down Menu End */


/*------------------------------------
CONTENT
------------------------------------*/
.sf_pagetitle {
	text-align: left;
	text-transform: uppercase;
	height: auto !important;
	margin: 0 20px 0 180px;
	padding: 20px 20px 0px 10px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

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

.sf_content {
	float: right;
    width: 670px;
	margin: 0;
	display: inline;
    padding: 5px 0 0 0;
    color: #666;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.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: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ccc;   
    padding: 10px;
    margin: 0;
	color: #000000;
}

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