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

@import url(//fonts.googleapis.com/css?family=Pacifico|Open+Sans:400,300,600);

/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {color:#000;font-weight:300;}

h1 {font-size:1.6em; margin:0.00em 0 0.75em;}
h2 {font-size:1.5em; margin:0.86em 0;}
h3 {font-size:1.3em; margin:1.00em 0;}
h4 {font-size:1.0em; margin:1.20em 0;}
h5 {font-size:1.0em; margin:1.50em 0;}
h6 {font-size:1.0em; margin:1.50em 0; font-style:italic;}

p {margin:0 0 1.5em;padding:0;}
blockquote {margin:1.5em;}
sup, sub {line-height:0;}
address {margin:0 0 1.5em;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {line-height:1.5;}
caption {margin:0; padding:.5em;}

/** 
 * ------------------------------------------------------------------
 * @section MAIN LAYOUT
 * ------------------------------------------------------------------
 */

body {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight: 300;
	padding:0 0 20px;
	margin:0;	
}

.sf_outer_wrapper {
	width: 1000px;
	margin: auto;
	background-color: #fff;
}

.sf_wrapper {	
	width:980px;
	margin:40px auto;
	min-height:1%;
	height:auto !important;
	height:1%;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/** 
 * ------------------------------------------------------------------
 * @section NAVIGATION
 * ------------------------------------------------------------------
 */
.sf_region2 {
	min-height:1%;
	height:auto !important;
	height:1%;
	width:980px;
}

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

.sf_navigation .widget_header {
	display:none;
}

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

.sf_navigation ul {
	margin: 0;
	padding: 0;
	float:right;
}
 
.sf_navigation ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
 
.sf_navigation ul li {	
	float: left;
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px;
	white-space: nowrap;	 
	min-width:1%;
	width: auto !important; 
	width:1%; 
}

.sf_navigation ul li a  {	
	font-size: 16px;
	display: block;
	margin:0px;
	padding:0px;
	text-decoration: none;	
	min-width:1%; 
	width: auto !important; 
	width:1%;
}
 
.sf_navigation ul li a:visited {
	text-decoration: none;	
}
 
.sf_navigation ul li a:hover {	
	text-decoration: none;	
}
 
/**
 * @section subnav
 */
.sf_navigation .subnav {
	left: -999em; 
	list-style: none;
	line-height: 1.2;
	margin: 0;	
	padding: 0;	
	position: absolute;		
	z-index:1000;
	border:1px solid #DADADA;
	width: 150px;
}
 
.sf_navigation .subnav  li {
	float: left;
	margin:0;	
	padding:0;		
    white-space:normal;	
	background-color:#FFFFFF;	
}

.sf_navigation .subnav  li:hover {	
}

.sf_navigation .subnav li a {
	display: block;
	height:auto;
	padding: 5px 10px;
	margin:0px;
	min-width:130px;
	width: 130px !important;
	white-space:normal;
	font-weight:300;
	font-size:13px;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {
	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;  
} 

/** 
 * ------------------------------------------------------------------
 * @section HEADER
 * ------------------------------------------------------------------
 */


.sf_header_wrapper {
	min-height:1%;
	height:auto !important;
	height:1%;	
	padding: 0;
	clear:both;
	width: 980px;
}

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

.sf_main_header {
	font-family: 'Pacifico', Georgia;
	font-size:58px;
	font-weight:400;	
	line-height: 1.35;
	float: left;
	padding:0 0 15px;
	min-height:1%;
	height:auto !important;
	height:1%;	
	width: 780px;	
}

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

/** 
 * ------------------------------------------------------------------
 * @section CONTENT
 * ------------------------------------------------------------------
 */
.sf_region4 {	
	font-weight:300;	
}

.sf_region4 h1{
	text-transform:uppercase;
	font-size:11px;
	margin:0;
	padding:0;
}

.sf_content {
	padding:20px 0;
	min-height:200px;
	height:auto !important;
	height:200px;
	line-height: 1.5;
}

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

legend {
	font-size:1.3em;
}

/**
 * @section buttons
 */
.btn {
	border: 0 none;
	text-transform:uppercase;
	font-size:15px;
	padding:10px;
	margin:3px 0;
	cursor:pointer;	
}

/** 
 * ------------------------------------------------------------------
 * @section SIDEBAR
 * ------------------------------------------------------------------
 */
.widgetset {
	margin-bottom:20px;
}

.widgetset a {
	font-weight:300;
}

.widgetset .widget {
	padding:10px 15px 15px;
}

.widgetset .widget_header {	
	font-size:15px;
	margin:0px;
	padding:0px 0px 10px;
}

.widgetset .widget_header a:link,
.widgetset .widget_header a:visited {
	text-decoration:none;
}

.widgetset .widget_header a:hover {
	text-decoration:underline;
}

/**
 * @section widget lists
 */
.widgetset ul,
.widgetset ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

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

/**
 * @section widget forms
 */
.widgetset .widget_content label{
	margin:0;
	padding:0;
	display:block;
}

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

.widgetset .form_item,
.widgetset .form_button {
	margin:0px;
	padding:0px 0px 8px;
}

.widgetset .widget_content select,
.widgetset .widget_content input[type="text"] {
	width:178px !important;
	border-style:solid;
	border-width:1px;
	padding:1px 0px;
}

/** 
 * ------------------------------------------------------------------
 * @section FOOTER
 * ------------------------------------------------------------------
 */
.sf_footer {
	font-size: 14px;
	width:940px;
	padding:20px;
	clear:both;
	text-align:center;
}

.sf_region10 {
	padding:15px 0px;
	text-align:center;
}

#bannerImage {
	margin:5px;
}