/**
 * @file
 * @project 711
 * @package sftheme
 * @site app1
 */

/*----------------------------------
		Typography Reset
----------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:20px;margin:10px 0;font-family: Tahoma, Geneva, Kalimati, sans-serif;color: #ffffff}
h2 {font-size:20px;margin:10px 0;font-family: Tahoma, Geneva, Kalimati, sans-serif;color: #ffffff}
h3 {font-size:20px;margin:10px 0;font-family: Tahoma, Geneva, Kalimati, sans-serif;color: #ffffff}
h4 {font-size:16px;margin:5px 0;padding:0;font-family: Tahoma, Geneva, Kalimati, sans-serif;color: #ffffff}
h5 {font-size:14px;font-weight:bold;margin:5px 0;padding: 0px;font-family: Tahoma, Geneva, Kalimati, sans-serif;}
h6 {font-size:14px;font-weight:bold;margin:3px 0; padding: 0px;font-family: Tahoma, Geneva, Kalimati, sans-serif;}


/*----------------------------------
		General
----------------------------------*/

body {
	margin: auto;
	background-color: #1F2020;
	color:#ffffff;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 14px;
	font-weight: normal;	 
	background-image: url(images/711_bodybg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.sf_outer_wrapper {	
    margin: 30px auto;
	width: 1050px;	
}

* html .sf_outer_wrapper {
 	_background-image: none;
}

.sf_wrapper {	
    background-image: url(images/711_mainbg.png);
	background-repeat: repeat;
	margin: 0 auto;
	width: 980px;
	clear: both;
	position: relative;
}

* html .sf_wrapper {
 	_background-image: none;
	_background-color: #232633;
}

.sf_wrapper:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin: 0px;
	padding: 0px;
}

.sf_extra1 {
	float: left;
	width: 980px;
	height: 9px;
	margin-left: 35px;	
	margin-bottom: 10px;	
	margin-top: -4px;
}

* html .sf_extra1 {
 	background-image: none;
 	margin-left: 17px;
}

/*--------------------------------
		Header
---------------------------------*/
.sf_region1 {		
	float: left;
	margin: 0 0 0 35px;	
}

* html .sf_region1 {
 	background-image: none;
 	margin-left: 17px;
}

.sf_main_header {	
	text-align: left;	
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 48px;
	font-weight: normal;	
	line-height: 1.1;
	padding: 10px 0 10px 20px;	
	float: left;	
	min-width: 100px;
	width: auto !important;
	width: 100px;
	max-width: 800px;
	min-height: 58px;
	max-height: 104px;
	overflow: hidden;	
	color: #ffffff;	
	margin-right: 62px;
	position: relative;
	z-index: 5;
}

* html .sf_main_header {
	overflow: hidden;
	margin-right: 0;
	height: 104px;
	width: 960px;
}

.sf_sub_header {
	display: none;
}

.sf_main_header p {
	margin: 0;
	padding: 0;
}

/*--------------------------
		End Header
--------------------------*/

/*--------------------------------
		Navigation
---------------------------------*/
.sf_region3 {
	position: relative;
	_position: static;
	z-index: 4;
}

.sf_navigation h3 {
	display:none;
}

.sf_navigation .widget_content {
	padding: 0px;
	margin: 0px;
}

.sf_navigation {	
	clear:both;	
	float: left;
	padding:0;
	margin: 0 0 10px;	
	width: 980px;
	background-color: #303137;			
}

.sf_navigation:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin: 0px;
	padding: 0px;
}

.sf_navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 1%;
	float: left;
}

.sf_navigation ul:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul li {	
	float:left;		
	white-space:nowrap;	
	margin: 0;
	padding: 0;			
}

.sf_navigation ul li.sf_first_nav_item {	
}

.sf_navigation ul li.sf_last_nav_item a {	
}

.sf_navigation ul li a {	
	font-size:14px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;		
	padding: 10px 15px;
	text-decoration:none;
	display: block;		
	letter-spacing: 1px;
	color: #979797;
	background-image:url(images/711_navline.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.sf_navigation ul li a:visited {	
	color: #979797;
	text-decoration:none;
}

.sf_navigation ul li a:hover {	
	color: #676767;
	text-decoration: none;
}

/*------------------------------------
	Flyout menu
------------------------------------*/

.sf_navigation .subnav { /* second-level lists */
	float: left;
	position: absolute;	
	width: 170px;
	left: -999em;
	z-index: 1000;
	margin:0;	
	padding:0;	
}

.sf_navigation .subnav li { 	
	white-space: normal;
	min-height:1%;
	height:auto !important;
	height:1%;	
	margin: 0;
	padding: 0;
	width: 170px;
	background-image: url(images/711_subnav-bg.png);
	background-repeat: repeat;
}

.sf_navigation .subnav li a { 
	width: 140px;
	height: auto;
	padding: 3px 15px;
	color: #ffffff;
	font-size: 11px;
	background-image: none;
	background-color: transparent !important;
}

.sf_navigation .subnav li a:visited {
	color: #ffffff;
}

.sf_navigation .subnav li a:hover { 
	color: #cfcfcf;
	text-decoration: none;	
}

.sf_navigation .subnav .sf_first_nav_item_subnav {	
}

.sf_navigation .subnav .sf_last_nav_item_subnav {
	padding-bottom: 10px;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	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;
}
 
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
}

/*--------------------------------
		End Navigation
---------------------------------*/

/*--------------------------------
		 	Content
---------------------------------*/

.sf_region6 {	
	width: 660px;
	_width: 640px;
	float: left;
	_margin-left: 5px;	
}

.sf_extra11 {
	background-image: url(images/711_main.jpg);
	background-repeat: no-repeat;
	width: 650px;
	height: 250px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	_margin-left: 5px;
}

.sf_extra11 span {
	background-image: url(images/711_mainframe.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 250px;
	float: left;	
}

* html .sf_extra11 span {
 behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",  this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''),  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

.sf_content {			
	float: left;
	padding: 20px 20px 40px;	
	min-height: 150px;	
	line-height: 1.4;
	text-align: left;
	width: 610px;	
	margin: 0 10px 10px;
	_padding: 20px 5px 40px;
	_margin: 0 0 10px;
	_width: 640px;
	position: relative;
    z-index: 2;
}

.sf_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sf_extra9 {
	background-image: url(images/711_ftrdeco.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 1050px;
	height: 92px;
	margin-top: -60px;
}

* html .sf_extra9 {
 	background-image: none;
}

/*--------------------------
		End Content
--------------------------*/

/*--------------------------
		 Footer
--------------------------*/

.sf_region8 {	
	position: relative;
	z-index: 1;	
	clear: both;
}

.sf_footer {	   
    clear:both;	
	font-family: Tahoma, Geneva, Kalimati, sans-serif;	
	text-align:center;	
	padding: 10px;
	font-size:11px;		
	color:#bfbfbf;	
}

.sf_footer p {
	margin:0px;
	padding:0px;
}

.sf_banner {
	text-align:center;
	font-size: 11px;
	padding: 10px 0 5px;
}

#bannerLink {
	padding: 10px;	
}

#bannerLink a, 
#bannerLink a:visited, 
#bannerLink a:hover{	
	font-size: 10px;
}

/*--------------------------
		End Footer
--------------------------*/

/*--------------------------
		Sidebar
--------------------------*/

.sf_region4 {
	float: right;
	display:inline;	
	padding: 0;		
	margin-right: 10px;
	_margin-right: 5px;
	margin-top:	-5px;
	width: 300px;
}

.sf_region4 .widgetset {
	overflow: hidden;	
	width: 300px;
}

.sf_pagetitle {			
	float: right;	
	text-align: left;	
	font-weight: normal;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 24px;			
	width: 300px;
	_width: 280px;
	_margin-left: 10px;
	position: relative;
    z-index: 3;	
}

.sf_pagetitle h1 {
	font-size:24px;
	font-weight:normal;
	margin:0;
}

.sf_region4 .widget_content {	
	padding: 20px;
}

.widgetset .widget_header {
	margin:0 10px -5px;
	padding:0;
	font-size:24px;
	font-weight: normal;	
}

.widgetset .widget_header a,
.widgetset .widget_header a:visited {
	text-decoration: none;
}

.widgetset .widget_header a:hover {
	text-decoration: none;
}

.widgetset .widget {	
	margin-bottom:10px;	
	min-height: 1%;
	height: auto !important;
	height: 1%;
	background-repeat: no-repeat;
	background-position: bottom;
}

.widgetset ul, .widgetset ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.widgetset li {
	margin:0px;
	padding:3px 0px;	
	overflow:hidden;
}

.widgetset a:link, .widgetset a:visited {
	text-decoration: underline;
	padding: 2px 0px;
}

.widgetset a:hover {
	padding: 2px 0px;
	text-decoration: none;
}

.widgetset .widget-content img a:hover {
	background-color: transparent;
}

.widgetset .form_item {
	margin:5px 0px;
}

.widgetset .btn {
	width:auto;
	margin: 3px 0px;
}

/*--------------------------
		Other
--------------------------*/


a:link {
	color: #ffffff;	
	text-decoration: underline;	
}

a:visited {
	color: #ffffff;
	text-decoration: underline;		
}

a:hover {
	color: #ffffff;
	text-decoration: none;	
}

