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

/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	line-height:1;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 0.75em;
}
h2 {
	color: #555555;
	font-size: 1.6em;
	font-weight: normal;
	margin: 1.3em 0 0.94em;
}
h3 {
	color: #000000;
	font-size: 1.25em;
	font-weight: bold;
	margin: 1.65em 0 1.2em;
}
h4 {
	color: #555555;
	font-size: 1.1em;
	font-weight: normal;
	margin: 1.5em 0;
}
h5 {
	color: #000000;
	font-size: 0.9em;
	font-weight: normal;
	margin: 1.67em 0;
}
h6 {
	color: #000000;
	font-size: 0.9em;
	font-weight: normal;
	margin: 1.67em 0;
}
p {
	margin: 0 0 1.5em;
	padding: 0;
}
form {
	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 AREA
 * ------------------------------------------------------------------
 */

/**
 * @subsection structure
 */

body {
	background-image:url(images/781_body.jpg);
	background-repeat: repeat-x;
	background-position:center bottom;
	background-attachment:fixed;
	background-color:#1379b1;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
.sf_outer_wrapper {
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	margin: 30px auto 0;
	width: 900px;
}
.sf_wrapper {
	border:1px solid #000;
}
input[type=text] {
	border-color:#ccc;
}
/**
 * @subsection top graphic
 */

.sf_region2 {
	background-image: url(images/781_fish.jpg);
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	height: auto;
	min-height: 235px;
	padding-top:15px;
	padding-bottom: 50px;
	border-bottom:1px solid #000;
}
* html .sf_region2 {
	height: 235px;
}
/**
 * @subsection wood dividers
 */

.sf_extra10 {
	background-image: url(images/781_beam_top.png);
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	with: 900px;
}
/** 
 * @subsection content 
 */

.sf_main_wrapper {
	display: inline;
	float: right;
	margin:30px 30px 30px 0;
	width: 617px;
}
.sf_pagetitle {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}
.sf_pagetitle h1 {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}
/** 
 * @subsection header 
 */

.sf_region7 {
	background-position: left bottom;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	margin-left: 30px;
	padding-bottom: 40px;
	position: relative;
	top: -70px;
	width: 200px;
}
.sf_main_header {
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 30px;
	line-height: 1;
	min-height: 20px;
	padding: 35px 16px 10px 10px;
	text-align: center;
	width: 174px;
	overflow:hidden;
	-moz-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.25);
	-webkit-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.25);
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.25);
}
/** 
 * @subsection sidebar 
 */

.sf_region8 {
	clear: left;
	display: inline;
	float: left;
	margin-left: 30px;
	position: relative;
	top: -40px;
	width: 200px;
}
.sf_region8 .widgetset {
	width: 196px;
}
/** 
 * @subsection footer
 */

.sf_region9 {
	clear: both;
	font-size: 11px;
	padding: 15px 30px;
	background-color:#e8e8e8;
	text-align:right;
}
/** 
 * @subsection banner
 */

.sf_region10 {
	font-size: 11px;
	margin: 30px auto;
	text-align: center;
	width: 900px;
}
#bannerImage {
	margin-bottom: 10px;
}
/** 
 * @subsection buttons
 */
.btn,
.pagn a {
	cursor:pointer;
	margin:3px 4px 3px 0;
	padding:3px 8px 4px;
	text-decoration:none;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#0D95DC !important;
	border: 1px solid #D5D5D5;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}
.pagn a {
	display:block;
}
.btn:hover,
.pagn a:hover {
	background:#fff;
}

/** 
 * ------------------------------------------------------------------
 * @section NAVIGATION
 * ------------------------------------------------------------------
 */

.sf_navigation {
	background-image: url(images/781_nav.png);
	height: auto;
	min-height: 1%;
	padding: 0 15px;
	line-height:normal;
}
.sf_navigation:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.sf_navigation .widget_header {
	display: none;
}
.sf_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf_navigation li {
	float: left;
}
.sf_navigation li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 15px 14px;
	text-decoration: none;
	white-space:nowrap;
}
/**
 * @subsection subnav
 */

.sf_navigation ul ul {
	border-width: 1px 1px 0;
	border-style:solid;
	left: -999em;
	line-height: 1;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 130px;
	z-index: 1000;
}
.sf_navigation ul ul li {
	float: left;
	margin: 0;
	padding: 0;
	white-space: normal;
	width: 130px;
}
.sf_navigation ul ul li a {
	border: 0;
	display: block;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 11px;
	height: auto;
	padding: 7px 15px;
	white-space: normal;
	width: 100px;
	line-height:1.3;
}
#Nav1 iframe {
 filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}
#Nav1 li:hover, #Nav1 li.hover {
	position: static;
}
#Nav1 li:hover ul, #Nav1 li.sfhover ul {
	left: auto;
}
/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */

.widgetset .widget {
	font-size: 11px;
	height: auto !important;
	height: 1%;
	padding: 10px;
	min-height: 1%;
	background-color:#F7F7F7;
	border: 1px solid #E8E8E8;
	margin-bottom:20px;
}
.widgetset .widget li {
	height: auto;
	margin: 0px;
	min-height: 1%;
	padding: 2px 0;
}
.widgetset .widget li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.widgetset .widget_header {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.widgetset .widget_header a:link, .widgetset .widget_header a:visited, .widgetset .widget_header a:hover {
	text-decoration: none;
}
.widgetset .widget_content {
	overflow: hidden;
	width: 176px;
}
.widgetset .widget_content ul, .widgetset .widget_content ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.widgetset .HomeLink .widget_content {
	margin: 0px;
	padding: 0px;
}
* html .widgetset .widget li {
	height: 1%;
}
.widgetset label {
	display: block;
	margin: 0px;
	padding: 0px;
}
.widgetset form {
	margin: 0px;
	padding: 0px;
}
.widgetset .form_item {
	margin: 0px 0px 5px;
	padding: 0px;
}
.widgetset input[type=text] {
	width: 166px !important;
}
.widgetset select {
	width: 172px !important;
}
/** 
 * ------------------------------------------------------------------
 * @section IE6 & 7 FIXES    
 * ------------------------------------------------------------------
 */

* html .sf_navigation {
	height: 1%
}
* html .sf_navigation {
 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='scale')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));;
}
* html .sf_navigation a {
	position:relative;
}
* html .sf_main_header {
 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));;
}
* html .sf_main_header a {
	position:relative;
}
