/**
 * @file
 * @project 744
 * @package sftheme
 * @site app1
 */


/*----------------------------------
		Typography Reset
----------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:28px;margin:10px 0;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h2 {font-size:28px;margin:10px 0;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h3 {font-size:24px;margin:10px 0;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h4 {font-size:20px;margin:5px 0;padding:0;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h5 {font-size:14px;font-weight:bold;margin:5px 0;padding: 0px;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h6 {font-size:14px;font-weight:bold;margin:3px 0; padding: 0px;font-family: Arial, Helvetica, FreeSans, sans-serif;}


/*----------------------------------
		General
----------------------------------*/

body {
	margin: auto;		
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 15px;		
}

.sf_outer_wrapper {
	width: 100%;
    margin: auto;	
}

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

.sf_wrapper {
	width: 980px;
	min-height: 600px;	
	float: left;
	position: relative;
	margin-left: 8%;
	_margin-left: 4%;
}

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

/*--------------------------------
		Header
---------------------------------*/
.sf_main_header {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size:64px;
	color:#efefef;
	padding:10px 0;	
	margin: 20px 0;
	float: left;
	clear: both;
	text-align: left;	
	position: relative;
	z-index: 1002;
	text-shadow:0 1px 1px #333;
}

.sf_sub_header {
	display: none;
}

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

/*--------------------------
		End Header
--------------------------*/

/*--------------------------------
		Navigation
---------------------------------*/

.sf_region1 {
	position: relative;
	z-index: 1005;		
	width: 100%;	
}

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

.sf_navigation .widget_header{
	display:none;
}

.sf_navigation {	
	min-height:50px;
	height:auto !important;
	height:50px;
	clear:both;
	margin: 0 8%;	
}

.sf_navigation ul {
	margin: 0;
	padding: 0;		
}

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

.sf_navigation ul .sf_first_nav_item {	
}

.sf_navigation ul li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	white-space:nowrap;		
	background-image: url(images/744_navline.png);
	background-position: top right;
	background-repeat: no-repeat;
}

* html .sf_navigation ul li {
 	background-image: none;	
}

.sf_navigation ul li a {
	color:#EFEFEF;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size:17px;
	display:block;
	margin:0;
	padding:15px 20px;
	text-decoration: none;
	background-image: url(images/744_navline2.png);
	background-position: top left;
	background-repeat: no-repeat;
}

* html .sf_navigation ul li a {
	background-image: none;
}

.sf_navigation ul li a:visited {	
	color:#EFEFEF;
	text-decoration: none;
}

.sf_navigation ul li a:hover {		
	color:#cFcFcF;
	text-decoration: none;	
} 

.sf_navigation ul li:hover a {
	color:#cFcFcF;
	text-decoration: none;	
}

/*--------------------------------
		Subnav
---------------------------------*/
 
 .sf_navigation .subnav {		
	font-size:12px;
	left:-999em;	
	margin:0;
	padding:0;
	position:absolute;
	width:160px;
	z-index:1000;
	_border: none !important;
}

.sf_navigation .subnav li {
	float: left;
	margin:0;	
	padding:0;	
    white-space:normal;	
	background-image: none;
}

.sf_navigation .subnav li.sf_last_nav_item_subnav {
	padding-bottom: 10px;
	_border: none !important;
}

.sf_navigation .subnav li a {	
	display:block;	
	padding:5px 20px;
	text-transform:none;
	white-space:normal;
	width:120px;    
	font-size: 13px;
	font-weight: normal;	
	background-image: none;
}

.sf_navigation .subnav li a:visited {	 
}

.sf_navigation .subnav li a:hover {
	 color:#cFcFcF !important;
	 text-decoration: underline;
}

#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_main_wrapper {	
	clear: both;
	margin-bottom: 80px;
	float: left;
	.float: none;
}

.sf_main {	
	padding: 10px;
	position: relative;
	z-index: 1002;	
	background: rgba(107, 106, 110, 0.8);	
	background-color: #6b6a6e\9;
	margin: auto;	
}

.sf_region6 {	
	background-color: #28262a;
	border: 1px solid #565555;
	width: 888px;
	padding:40px 30px 40px 40px;	
	position: relative;
	z-index: 1003;
	margin: auto;
}

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

.sf_pagetitle {		
	color: #dddddd;
	clear:both;
	font-size:21px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;	
	padding:10px 10px 0;
	float: right;
	background: rgba(107, 106, 110, 0.8);	
	background-color: #6b6a6e\9;
	min-width: 150px;
	width: auto !important;
	width: 150px;
	_width: 250px;
	text-align: center;
}

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

.sf_content {		
	line-height:1.4;	
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	min-height: 200px;
	color: #868686;
}

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

/*--------------------------
		End Content
--------------------------*/

/*--------------------------
		 Footer
--------------------------*/

.sf_region10 {
	clear: both;
	margin: 0 auto 20px;
	position: relative;	
}

.sf_footer {	   
    padding: 20px 8% 20px 8%;		
	font-size:12px;
	text-align: left;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	color:#9A9A9A;	
	background: rgba(57, 53, 61, 0.8);	
	background-color: #3b393c\9;
	border-top: 1px solid #6b6a6e;
	border-bottom: 1px solid #6b6a6e;
}

.sf_footer p {
	margin:0;
	padding:0;
}

.sf_banner {	
	padding: 10px 0;
	text-align: center;
	font-size:10px;		
}

.sf_footer a,
.sf_footer a:link,
.sf_footer a:visited {
	color:#9A9A9A;
}

.sf_banner a,
.sf_banner a:visited,
#bannerLink a:link,
#bannerLink a:visited {
	color:#9a9a9a;
}

.sf_banner img {
	padding: 5px 0;
}

/*--------------------------
		End Footer
--------------------------*/

/*--------------------------
		Sidebar - Right
--------------------------*/

.sf_region6 .widgetset {
	float: right;
	display:inline;
	width: 240px;		
	overflow: hidden;
	color: #8a8a8a;
	background-color: #312E35;
}

.sf_region6 .widgetset .widget {	
	min-height: 1%;
	height: auto !important;
	height: 1%;
	padding: 10px 12px;
}

.sf_region6 .widgetset .widget_header {
	margin:0px;
	padding:2px 0;	
	font-weight: normal;
	color: #8a8a8a;		
}

.sf_region6 .widgetset .widget_header a,
.sf_region6 .widgetset .widget_header a:visited {
	text-decoration: none !important;
	color: #8a8a8a !important;
}

.sf_region6 .widgetset .widget_header a:hover {
	color: #dddddd;
	text-decoration: none;
}

.sf_region6 .widget_content {
	overflow:hidden;
	padding: 5px 0;	
	font-size: 14px;
	_display: inline-block;	
}

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

.sf_region6 .widgetset li {	
	padding:3px 0px;	
	overflow:hidden;
}

.sf_region6 .widgetset a:link, .widgetset a:visited {	
	color: #8a8a8a;
	text-decoration:underline;	
}

.sf_region6 .widgetset a:hover {	
	text-decoration: none;
}

.sf_region6 .widgetset .widget-content img a:hover {	
}

.sf_region6 .widgetset .form_item {
	margin:5px 0px;
}

.sf_region6 .widgetset input, .widgetset select {	
	width:150px;
}

.sf_region6 .widgetset .btn {
	width:auto;
	margin: 3px 0px;
}

/*--------------------------
		Other
--------------------------*/

input[type="text"], textarea {
	border-color: #ddd;
}
