/**
 * @file
 * @project 779
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
 
h1 {
	font-size:2.25em;
	font-weight:normal;
	letter-spacing:-.1em;
	margin:0 0 0.3em;
}
h2 {
	font-size:2em;
	font-weight:normal;
	letter-spacing:-.09em;
	margin:.3em 0;
}
h3 {
	font-size:1.75em;
	font-weight:normal;
	letter-spacing:-.08em;
	margin:.35em 0;
}
h4 {
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:-0.06em;
	margin:.4em 0;
}
h5 {
	font-size:1.25em;
	font-style:italic;
	margin:.45em 0;
}
h6 {
	font-size:1em;
	font-weight:bold;
	margin:.6em 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;
}
/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
 
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
body {
	background-attachment:fixed;
	background-repeat:repeat-x;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:5;
}
.sf_outer_wrapper {
	margin:0 auto;
	width:980px;
}
.sf_outer_wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_wrapper {
	min-height:1%;
	height:auto !important;
	height:1%;
	padding:20px 20px 40px;
}
.sf_pagetitle {
	font-size:36px;
	margin-bottom:15px;
}
.sf_pagetitle h1 {
	font-size:36px;
	margin:0;
}
/** 
 * @subsection header 
 */

.sf_header_wrapper {
	border-bottom-width:10px;
	border-bottom-style:solid;
	padding-bottom:10px;
	margin-bottom:15px;
}
.sf_extra2 {
	background-repeat:no-repeat;
	height:300px;
	width:940px;
}
.sf_main_header {
	font-size:72px;
	letter-spacing:-.1em;
}
.sf_main_header font {
	letter-spacing: normal;
}
/**
 * @section navigation
 */
.sf_navigation {
	margin:0;
	padding:0 0 6px;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_navigation .widget_header {
	display:none;
}
.sf_navigation ul {
	margin:0;
	padding:0;
}
.sf_navigation ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
.sf_navigation ul li {
	background-repeat:repeat-x;
	float: left;
	list-style: none;
	margin:0 2px;
	padding:0;
	white-space: nowrap;
	min-width:1%;
	width: auto !important;
	width:1%;
	text-shadow:0 1px 1px rgba(0, 0, 0, .2);
}
.sf_navigation .nav > li {
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	box-shadow: 0px 0px 2px #888888;
	-moz-box-shadow: 0px 0px 2px #888888;
	-webkit-box-shadow: 0px 0px 2px #888888;
}
.sf_navigation ul li a {
	display: block;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:25px 9px 6px 9px;
	text-decoration: none;
	min-width:1%;
	width: auto !important;
	width:1%;
}
/**
 * @section subnav
 */

.sf_navigation ul.subnav {
	background:none;
	background:#ffffff;
	left: -999em;
	list-style: none;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width:300px;
	z-index:1000;
}
.sf_navigation ul.subnav li {
	background:none;
	border:none;
	float: left;
	margin:0;
	padding:0;
	white-space:normal;
	text-shadow:none;
}
.sf_navigation .subnav li a {
	display: block;
	height:25px;
	margin:0;
	padding:5px 12px;
	width: 76px !important;
	white-space:normal;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
}
#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;
}
/** 
 * @subsection content
 */

.sf_main:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
.sf_content {
	min-height:250px;
	height:auto !important;
	height:250px;
}
.sf_content:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}
/** 
 * @subsection footer
 */

.sf_footer {
	font-size:10px;
}
/** 
 * @subsection banner
 */

.sf_region10 {
	clear:both;
	font-size:10px;
	margin:0 auto;
	padding:20px 0;
	text-align:right;
	width:980px;
}
.sf_banner {
	font-size:10px;
	margin:10px 0px;
}
.sf_banner #bannerImage {
	padding:5px 0;
}
#seals a {
	font-size:10px;
}
/** 
 * @subsection buttons
 */

input[type=submit], input[type=reset], .btn {
	font-size: 10px;
	text-transform:uppercase;
	font-weight: bold;
	cursor: pointer;
	margin: 3px 0;
	padding: 2px 4px 3px;
}
input[type=submit]:hover, input[type=reset]:hover, .btn:hover {
	color:#ffffff;
}

/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
.widgetset {
	float:right;
	margin:-21px -21px -21px 0;
	padding:0;
	width:234px;
}
.widgetset .widget {
	padding:0;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.widgetset .widget_header {
	color:#ffffff;
	font-size:26px;
	font-weight:normal;
	letter-spacing:-.03em;
	line-height:1em;
	padding:10px;
	margin:0;
}
.widgetset .widget_header a:link,
.widgetset .widget_header a:visited,
.widgetset .widget_header a:hover {
	color:#ffffff;
	text-decoration:none;
}
.widgetset .widget_content {
	font-size:14px;
	overflow:hidden;
	padding:10px;
	width:214px;
}
.widgetset .widget_content ul,
.widgetset .widget_content ol {
	margin:0px;
	padding:0px;
	list-style:none;
}
.widget li {
	margin:0px;
	padding:0px 0px 6px;
}
.widgetset label {
	margin:0px;
	padding:0px;
	display:block;
}
.widgetset form {
	margin:0px;
	padding:0px;
}
.widgetset .form_item {
	margin:0px;
	padding:0px 0px 6px;
}

/** 
 * ------------------------------------------------------------------
 * @section Hacks
 * ------------------------------------------------------------------
 */

* html .sf_navigation ul li {
	border-style:solid;
	border-width:0 1px 1px;
}/* for IE6 */
*+html .sf_navigation ul li {
	border-style:solid;
	border-width:0 1px 1px;
} /* for IE7 */
.sf_navigation ul li {
	border-style:solid\0/;
	border-width:0 1px 1px\0/;
} /* for IE8 */
