.sf_navigation .subnav li a:hover {
	color:#22639C;
}
/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */

body {
	padding:0px;
	margin:0px;
	font-family:"MS Sans Serif", Times, FreeSerif, serif;
	font-size:10px;
}

.sf_extra5 {
	left:218px;
	margin-bottom:-29px;
	position:relative;
	right:0;
	top:0;
	height:54px;
	width:752px;
	background-repeat:no-repeat;
	background-position:top center;
}

/** 
 * @subsection content
 */
.sf_main_wrapper {
	float:right;
	width:734px;
	margin-right:18px;
	display:inline;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-bottom:25px;
}

.sf_main_wrapper:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0px;
	clear:both;
}

.sf_main {
	border-style:solid;
	border-width:1px;
	padding:20px 20px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

.sf_main:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0px;
	clear:both;
}

.sf_pagetitle {
	margin-bottom:20px;
	text-align:right;
	font-style:normal;
	font-weight:bold;
	font-size:24px;
}

/** 
 * @subsection extra8
 */
.sf_extra8 {
	height:1px;
	clear:both;
}

/** 
 * @subsection banner
 */
.sf_region10 {
	width:990px;
	margin:20px auto;
	text-align:left;
	font-size:12px;
}
 
 .sf_footer {
	font-style:normal;
}
 
.sf_banner {
	margin:10px 0px;
}


/** 
 * @subsection buttons
 */
.btn {
	cursor:pointer;
	font-family:"MS Sans Serif",Times,FreeSerif,serif;
	font-size:10px;
	font-weight:normal;
	margin:3px 3px 3px 0pt;
	padding:2px;
	text-transform:uppercase;
	border:medium none;
}

/** 
 * ------------------------------------------------------------------
 * @section SIDEBAR AREA
 * ------------------------------------------------------------------
 */
 
 .sf_region7 {
	float:left;
	width:202px;
	margin-left:18px;
	margin-bottom:15px;
	text-align:left;
	display:inline;
}

/** 
 * @subsection widgets
 */
.widget {
	border-style:solid;
	border-width:1px;
	margin-bottom:10px;
	padding:0px 10px;
}

.widget_header {
	border-style:dotted;
	border-width:0 0 1px;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:10px 0 3px;
}

.widget_header a{
	text-decoration:none;
}

.widget_content {
	font-size:10px;
	margin:0;
	padding:10px 0;
	width:180px;
	overflow:hidden;
}

.widget ul,
.widget ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.widget li{
	margin:0px 0px 10px;
	padding:0px;
}

.widget_content label{
	margin:0;
	padding:0;
	display:block;
}

.widget_content form{
	margin:0;
	padding:0;
}

.widget_content select {
	width:178px;
	padding:1px 0px;
	border-style:solid;
	border-width:1px;
}

.widget_content input[type="text"] {
	width:176px;
	padding:1px 0px;
	border-style:solid;
	border-width:1px;
}

.widget_content .form_item{
	margin:6px 0px;
	padding:0;
}

/** 
 * @subsection navigation
 */ 
.sf_navigation ul {
	width:170px;
	text-align:left;
	min-height:1%;
	height:auto !important;
	height:1%;
}

.sf_navigation ul li {
	position: relative;
	float: left;
	width: 180px;
	margin:0px;
	padding:0px;
}

.sf_navigation ul li a {
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	width: 170px;
	display:block;
	text-align:left;
	margin:0px 0px 10px;
	padding:0px;
}

.sf_navigation ul li a:visited {

}

.sf_navigation ul li a:hover{

}

/** 
 * @subsection subnav
 */
.sf_navigation .subnav { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left:160px;
	margin-top: -30px;
	padding-top:8px;
	z-index:1000;
	width:250px;
	height:auto;
	float:left;
}

.sf_navigation .subnav li {
	position: relative;
	float: left;
	width: 250px;
	display:block;
}

.sf_navigation .subnav li a {
	width: 250px;
	padding-left:10px;
	padding-right:10px;
	display:block;
}

.sf_navigation .subnav li a:visited {

}

.sf_navigation .subnav li a:hover {

}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 