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

	Folder:	Theme213

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



/*------------------------------------
	GENERAL
------------------------------------*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	margin-top: 50px;
}

.sf_outer_wrapper{
	width: 900px;
	margin: auto;
}
.sf_wrapper{
	width: 900px;
}
/*------------------------------------
	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 */
}

#Nav1 li ul { /* second-level lists */
	position:absolute;
	left:-999em;
	width:150px;
	z-index:1000;
}
#Nav1 li ul li{
	float:left;
	background:#ffffff;
	margin:0;
}
#Nav1 li ul li a{
	background:#ffffff;
	padding:7px;
	width:150px;
	border:none;
}
#Nav1 li ul li a:hover{
	background:#e4e3e3;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}
#Nav1 li ul {
}

/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation_top{
	width: 100%;
	height: auto !important; 
	height: 40px;
	min-height: 40px;
}
.sf_navigation_top ul{
	margin: 0;
	padding:0px 0px 20px 20px;
	height: auto !important; 
	height: 40px;
	min-height: 40px;
}
.sf_navigation_top ul:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}
.sf_navigation_top ul li{
	margin-top: 10px;
	list-style-type: none;
	float:right;	
}

.sf_navigation_top ul li a{
	white-space: nowrap;	
	padding: 0 10px 0 10px;
	padding-bottom:8px;
	display: block;
	text-decoration: none;
	margin-top:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.sf_navigation_top ul li a:hover{
}
.sf_navigation{
display:none;
}

.sf_subnavigation{
display:none;
}

.sf_subnavigation2{
display:none;
}



/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	width: 400px;
	height: 200px;
}
.sf_extra2{
	float: right;
	width: 500px;
	height: 200px;
}
.sf_header_wrapper{
	height: 200px;
	width: 900px;
}
.sf_main_header{
	font-size: 28px;
	padding-top: 2px;
	text-align:center;
	width: 400px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333;
	height: 190px;
	overflow:hidden;
}
.sf_sub_header{
	display: none;
	width: 400px;
	font-size:16px;
	text-align:center;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	height: 30px;
	overflow:hidden;
}


/*------------------------------------
	CONTENT
------------------------------------*/
.sf_content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: .01em;
}
.sf_pagetitle{
	width: 850px;
	margin-top: 10px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 4px;
	font-family:Arial, Helvetica, sans-serif;
}

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

.sf_extra6{
	width: 900px;
	height:30px;
}
.sf_content{
	width: 830px;
	min-height: 200px;
	height: auto !important; 
	height: 200px;
	padding-left: 40px;
	color: #000;
}
.sf_footer{
	width: 880px;
	height: auto !important;
	padding: 15px 0px 30px 0px;
	font-size: 10px;
	text-align:right;
}


/*--------------------------
		Extra Stuff
--------------------------*/

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
}


/*------------------------------------
	BANNER
------------------------------------*/
.sf_banner{
	color:#000;
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: 11px;
}
.sf_banner div#bannerLink{
	padding-top: 10px;
}

.sf_banner a{
	color:#000;
}
.sf_banner a:visited{
	color:#000;
}
.sf_banner a:hover{
	color:#000;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

