/**
 * @file
 * @project 738
 * @package sftheme
 * @site app1
 */
 
/*------------------------------------
	TYPOGRAPHY RESET
------------------------------------*/
h1 { font-size:32px; font-weight:bold; letter-spacing:-.055em; margin:0 0 0.5em; }
h2 { font-size:26px; font-weight:bold; letter-spacing:-.04em; margin:0 0 0.75em; }
h3 { font-size:22px; font-weight:bold; letter-spacing:-.04em; margin:0 0 1em; }
h4 { font-size:18px; font-weight:bold; letter-spacing:-.045em; margin:0 0 1.25em; }
h5 { font-size:14px; font-style:italic; margin:1.67em 0; }
h6 { font-size:14px; font-weight:bold; margin:2.05em 0; }
p, 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; }
/*------------------------------------
	Structure
------------------------------------*/
body {
	background-color:#69a0c7;
	background-image:url(images/738_clouds.png);
	background-repeat:repeat-x;
	color:#4f5e6b;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:14px;
	margin:0
}
font {
	letter-spacing:normal;
}
a:link { color:#1551d8; }
a:visited { color:#1551d8; }
a:hover { color:#0237af; }
a:active { outline: none; }
h2,h3,h4 { color:#6793b5; }
.sf_wrapper {
	margin:0 auto;
	width:960px;
}
/*------------------------------------
	Header
------------------------------------*/
.sf_header_wrapper {
	margin:0 auto;
	text-align:center;
	padding:0 0 25px;
	width:960px;
	position:relative;
}
.sf_main_header {
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	-moz-box-shadow:0px 0px 7px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0px 0px 7px rgba(0, 0, 0, 0.6);
	box-shadow:0px 0px 7px rgba(0, 0, 0, 0.6);
	border-color:rgba(225,225,225,0.3) rgba(0,0,0,0.3) rgba(0,0,0,0.3) rgba(225,225,225,0.3);
	border-style:solid;
	border-width:0 1px 1px 1px;
	display:inline-block;
	.display:inline;
	font-size:64px;
	padding:25px;
	zoom:1;
}
/*--------------------------------
	Navigation
--------------------------------*/
.sf_region4 {
	position:relative;
	zoom:1;
	z-index:1400;
}
.sf_region4:after {
	content:".";
	display:block;
	font-size:0;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_navigation .widget_header { display:none; }
.sf_navigation {
	float:left;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	zoom:1;
	z-index:1499;
}
.sf_navigation:after {
	content:".";
	display:block;
	font-size:0;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_navigation ul {
	list-style:none;
	float:right;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
	z-index:50;
}
.sf_navigation ul li {
	display:block;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	white-space:nowrap;
}
.sf_navigation ul li a {
	display: block;
	font-size:18px;
	margin:0 1px;
	padding:10px 15px;
	text-decoration:none;	
	min-height:1%;
}
/*--------------------------------
	Subnav
--------------------------------*/
.sf_navigation .subnav {
	-moz-border-radius:0 5px 5px 5px;
	-webkit-border-radius:0 5px 5px 5px;
	border-radius:0 5px 5px 5px;
	-moz-box-shadow:0px 3px 5px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0px 3px 5px rgba(0, 0, 0, 0.25);
	box-shadow:0px 3px 5px rgba(0, 0, 0, 0.25);
	left: -999em;
	list-style: none;
	margin:0 0 0 1px;
	padding:7px 0;
	position:absolute;
	right:auto; /*resets the right:50% on the parent ul */
	width:200px; /* width of the drop-down menus */
}
.sf_navigation .subnav li {
	border-bottom:solid 1px rgba(255,255,255,0.25);
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	min-height:1%;
	height:auto !important;
	height:1%;
	margin:0 8px;
	white-space:normal;
	width:184px;
}
.sf_navigation .subnav li a {
	background:none;
	border-bottom:solid 1px rgba(0,0,0,0.25);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	margin:0;
	padding:7px;
}
.sf_navigation .subnav li.sf_last_nav_item_subnav,
.sf_navigation .subnav li.sf_last_nav_item_subnav a {
	border:none;
}
#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.sfhover {
	position:relative;
	z-index:499;
}
/*------------------------------------
	Content
------------------------------------*/
.sf_main_wrapper {
	background: #e5eff8; /* Old browsers */
	background: -moz-linear-gradient(top, #e5eff8 0%, #c5d6e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5eff8), color-stop(100%,#c5d6e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5eff8 0%,#c5d6e5 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #e5eff8 0%,#c5d6e5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5eff8', endColorstr='#c5d6e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #e5eff8 0%,#c5d6e5 100%); /* W3C */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 0 5px rgba(255,255,255,0.35), 0px 0px 15px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:0 0 0 5px rgba(255,255,255,0.35), 0px 0px 15px rgba(0, 0, 0, 0.6);
	box-shadow:0 0 0 5px rgba(255,255,255,0.35), 0px 0px 15px rgba(0, 0, 0, 0.6);
	position:relative;
	z-index:499;
	zoom:1;
}
.sf_main {
	background-image:url(images/738_content_highlight.png);
	_background-image:none;
	background-position:top center;
	background-repeat:no-repeat;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	min-height:375px;
	height:auto !important;
	height:375px;
	padding:25px;
	zoom:1;
}
.sf_main:after {
	content:".";
	display:block;
	font-size:0;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_pagetitle {
	color:#6793b5;
	font-size:32px;
	font-weight:bold;
	margin-bottom:15px;
}
.sf_pagetitle h1 { 
  font-size:32px; 
  font-weight:bold;
  margin:0;
}
.btn {
	background-color:#1551d8;
	border:solid 1px #1551d8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff;
	padding:3px 6px;
}
.btn:hover {
	background-color:#1551d8;
	cursor:pointer;
}
select,
textarea,
input[type=text],
input#password { border:solid 1px #dadcdc; }
/*------------------------------------
	Widgets
------------------------------------*/
.widgetset {
	float:left;
	width:200px;
}
.widgetset .widget {
	margin:0 0 20px;
	padding:0;
	width:240px;
}
.widgetset .widget_header {
	background-color:#ffffff;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	color:#6793b5;
	margin:0;
	padding:10px 15px;
	zoom:1;
}
.widgetset .widget_content {
	background-color:#edf5fb;
	border-color:#ffffff;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	border-style:solid;
	border-width:0 1px 1px 1px;
	padding:10px 15px;
	overflow:hidden;
	width:208px;
}
.widgetset ul {
	list-style:none;
	margin:0;
	padding:0;
}
.widgetset ol {
	list-style:none;
	margin:0;
	padding:0;
}
.widgetset .widget_content li { padding:5px 0; }
.widgetset label {
	display: block;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
}
.widgetset input[type="text"] {
	border:solid 1px #dadcdc;
	padding:0;
	width:205px !important;
}
.widgetset select {
	border:solid 1px #dadcdc;
	width:100% !important; }
/** 
 * ------------------------------------------------------------------
 * @section Footer
 * ------------------------------------------------------------------
 */
.sf_extra9 {
	background-image:url(images/738_grass.png);
	background-repeat:repeat-x;
	height:140px;
	margin-top:-175px;
}
.sf_region10 {
	background-color:#1d140d;
	background-image:url(images/738_dirt.jpg);
	background-repeat:repeat-x;
	padding:67px 0 0;
	text-align:center;
	zoom:1;
}
.sf_footer {
	color:#b2a79e;
	margin:0 auto;
	padding:0 0 127px;
	width:960px;
}
.sf_footer a:link { color:#ffffff; }
.sf_footer a:visited { color:#ffffff; }
.sf_banner {
	color:#b2a79e;
	margin:0 auto;
	padding:0 0 25px;
	width:960px;
}
.sf_banner a:link { color:#ffffff; }
.sf_banner a:visited { color:#ffffff; }
/** 
 * ------------------------------------------------------------------
 * @section IE6&7
 * ------------------------------------------------------------------
 */
* html body {  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_extra9 {  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));;
}