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

/**
 * Fix positioning issues
 *
 * @workaround
 * @affected IE6
 * @css-for IE6
 * @valid yes
 */
.sf_wrapper,
* html .sf_header_wrapper,
* html .sf_extra2,
* html .sf_main_header,
* html .sf_extra3,
* html .sf_extra4,
* html .sf_navigation,
* html .sf_pagetitle,
* html .sf_content,
* html .sf_footer {
	position:relative;
}

body {
	background-image:url(images/bg.gif);
	background-position:0 0;
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 25px 0;
	padding:0;
}

/**
 * ------------------------------------------------------------------
 * @section page title
 * ------------------------------------------------------------------
 */
.sf_pagetitle {
	color:#000000;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:26px;
	margin:36px 25px 0 0;
	padding:0px 25px 0 25px;
}

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

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

a:link {
	color:#0274c8;
	text-decoration:none;
}

a:visited {
	color:#0274c8;
	text-decoration:none;
}

a:hover {
	color:#0274c8;
	text-decoration:underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl dt,
legend,
th,
.message {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
}

h4 {
	margin:.35em 0
}

.sf_outer_wrapper {
}

.sf_extra1 {
}

.sf_wrapper {
	min-width: 960px;
}

/**
 * Min-width support
 *
 * @workaround
 * @affected IE6, IE7
 * @css-for IE6
 * @valid no
 * @cssdoc parsing off
 */
* html .sf_wrapper {
 width: expression(document.body.clientWidth < 962? "960px" : "100%");
}

/* @cssdoc parsing on */

/**
 * ------------------------------------------------------------------
 * @section top navigation
 * ------------------------------------------------------------------
 */
.sf_navigation h3.widget_header {
	display:none;
}

.sf_navigation_top {
	display:none;
}

.sf_navigation_top ul {
}

.sf_navigation_top ul:after {
}

.sf_navigation_top ul li {
}

.sf_navigation_top ul li.sf_last_nav_item {
}

.sf_navigation_top ul li.sf_first_nav_item {
}

.sf_navigation_top ul li a {
}

.sf_navigation_top ul li a:visited {
}

.sf_navigation_top ul li a:hover {
}

.sf_extra10 {
	background-image:url(images/brush.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	height:200px;
	right:0px;
	position:absolute;
	top:0px;
	width:345px;
	z-index:9999;
}

.sf_extra10 span {
}

/**
 * PNG fix
 *
 * @workaround
 * @affected IE6, IE7
 * @css-for IE6
 * @valid no
 * @cssdoc off
 */
* html .sf_extra10 {
 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));
}

/* @cssdoc on */

/**
 * ------------------------------------------------------------------
 * @section header
 * ------------------------------------------------------------------
 */
.sf_header_wrapper {
	background-position:0 0;
	background-repeat:no-repeat;
	height:200px;
	margin:0;
	padding:0;
}

.sf_extra2 {
}

/* Need height and overflow for regular WST themes */
.sf_main_header {
	color:#ffffff;
	float:left;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:28px;
	font-weight:bold;
	height:80px;
	margin-left:25px;
	padding-top:30px;
	overflow:hidden;
	width:480px;
}

.sf_main_header div {
	height:76px;
	overflow:hidden;
}

.sf_extra3 {
}

.sf_sub_header {
	display:none;
}

.sf_main_header p,
.sf_sub_header p {
	margin:0px;
	padding:0px;
}

.sf_extra4 {
}

.sf_extra4 span {
}

/**
 * ------------------------------------------------------------------
 * @section navigation
 * ------------------------------------------------------------------
 */
.sf_navigation {
	background-image:url(images/navbg.gif);
	background-position:0 0;
	background-repeat:repeat;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	margin:0;
	z-index:50;
	padding:0;
	width:100%;
	min-height:43px;
	height:auto !important;
	height:43px;
}

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

.sf_navigation ul {
	margin: 0;
	padding:0 10px 0;
	min-height:43px;
	height:auto !important;
	height:43px;
}

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

.sf_navigation ul li {
	float: left;
	list-style: none;
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
	background-position:0 0;
	background-repeat:no-repeat;
	display:inline;
	margin:9px 0 1px 10px;
	padding: 0 0 0 9px;
	white-space:nowrap;
	height:33px;
}

.sf_navigation ul li.sf_first_nav_item {
}

.sf_navigation ul li.sf_last_nav_item {
}

.sf_navigation ul li a {
	display: block;
	text-decoration: none;
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
	;
	background-position:100% 0;
	background-repeat:no-repeat;
	color:#666666;
	display:block;
	font-weight:normal;
	padding:5px 15px 4px 6px;
	margin:0px;
	height:24px;
}

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

.sf_navigation ul li a:hover {
	background-repeat: repeat-x;
	text-decoration: underline;
}

/**
 * ------------------------------------------------------------------
 * @section subnav
 * ------------------------------------------------------------------
 */
.sf_navigation ul.subnav {
	border:1px solid #000000;
	left: -999em;
	list-style: none;
	line-height: 1;
	margin: 0 0 0 -10px;
	padding: 0;
	position: absolute;
	width: 180px;
	z-index:1000;
	background-color:#ffffff;
}

.sf_navigation ul.subnav li {
	float: left;
	margin:0;
	padding:0;
	width: 180px;
	background-image:none;
	height:auto;
}

.sf_navigation ul.subnav li a {
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color: #dadada;
	display: block;
	height:auto;
	min-width:150px;
	padding: 7px 15px;
	text-decoration: none;
	width: 150px;
	white-space:normal;
	background-image:none;
	background-color:#FFFFFF;
}

.sf_navigation ul.subnav li a:visited {
}

.sf_navigation ul.subnav li a:hover {
	background-color:#efefef;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color: #dadada;
}

.sf_navigation ul.subnav li.sf_last_nav_item_subnav a {
	border-bottom:0;
}

#Nav1 li:hover ul,
#Nav1 li.sfhover ul {
	left: auto;
}

/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover,
#Nav1 li.hover {
	position: static;
}

#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
}

.sf_extra5 {
}

.sf_extra6 {
}

/**
 * ------------------------------------------------------------------
 * @section sub navigation
 * ------------------------------------------------------------------
 */
.sf_subnavigation {
	display: none;
}

.sf_subnavigation ul {
}

.sf_subnavigation ul:after {
}

.sf_subnavigation ul li {
}

.sf_subnavigation ul li.sf_last_nav_item {
}

.sf_subnavigation ul li.sf_first_nav_item {
}

.sf_subnavigation ul li a {
}

.sf_subnavigation ul li a:visited {
}

.sf_subnavigation ul li a:hover {
}

.sf_extra11 {
}

/**
 * ------------------------------------------------------------------
 * @section content
 * ------------------------------------------------------------------
 */
.sf_content {
	margin:0px 25px 20px 25px;
	padding:25px;
	clear:both;
	overflow:auto;
}

.sf_content img {
}

.sf_extra12 {
}

/**
 * ------------------------------------------------------------------
 * @section sub navigation 2
 * ------------------------------------------------------------------
 */
.sf_subnavigation2 {
	display: none;
}

.sf_subnavigation2 ul {
}

.sf_subnavigation2 ul:after {
}

.sf_subnavigation2 ul li {
}

.sf_subnavigation2 ul li.sf_last_nav_item {
}

.sf_subnavigation2 ul li.sf_first_nav_item {
}

.sf_subnavigation2 ul li a {
}

.sf_subnavigation2 ul li a:visited {
}

.sf_subnavigation2 ul li a:hover {
}

.sf_extra7 {
	width:100%;
	clear:both;
	zoom:1;
}

.sf_extra7 span {
}

/**
 * ------------------------------------------------------------------
 * @section widget
 * ------------------------------------------------------------------
 */
.sf_navigation h3.widget_header {
	display:none;
}

div.sf_region7 .widget h3.widget_header {
	margin-top:0;
	margin-bottom:0.5em;
	padding:5px 0px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.1em;
	height: 1.25em;
	line-height: 1.25;
	font-weight:bold;
}

div.sf_region7 .widget h3.widget_header a,
div.sf_region7 .widget h3.widget_header a:visited,
div.sf_region7 .widget h3.widget_header a:hover {
	color:#000;
	font-weight:bold;
}

/**
 * ------------------------------------------------------------------
 * @section footer
 * ------------------------------------------------------------------
 */
.sf_footer {
	color:#666666;
	margin-bottom:20px;
	margin-left:60px;
	text-align:left;
	width:400px;
}

.sf_footer div {
}

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

.sf_extra8 {
}

.sf_extra9 {
}

/**
 * ------------------------------------------------------------------
 * @section banner
 * ------------------------------------------------------------------
 */
.sf_banner {
	margin-left:25px;
	text-align:left;
	width:400px;
}

.sf_banner a {
}

.sf_banner a:visited {
}

.sf_banner a:hover {
}

.sf_banner img {
	float:left;
	margin-right:10px;
}

.sf_footer,
.sf_banner {
}

/**
 * ------------------------------------------------------------------
 * @section workarounds
 * ------------------------------------------------------------------
 */

/**
 * Self clearing divs
 *
 * @workaround
 * @affected all
 * @css-for all
 * @valid yes
 */
.sf_header_wrapper:after,
.sf_navigation:after,
.sf_content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/**
 * Prevent footer from floating
 *
 * @bugfix
 * @affected all
 * @css-for IE6, IE7
 * @valid yes
 */
.sf_footer {
	min-height:1%;
	height:auto !important;
	height:1%;
}

/**
 * ------------------------------------------------------------------
 * @section buttons
 * ------------------------------------------------------------------
 */
.btn,
.btn-hover {
	background:#f5f5f5;
	border:1px solid #888;
	color:#565656;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:.25em;
	cursor:pointer;
	overflow: visible;
	width:auto !important;
	width: 0; /* IE 6 and below */
}

.btn:hover,
.btn-hover {
	background-color:#dff4ff;
	border:1px solid #6299c5;
	color:#336699;
}

/**
 * Missing input hover
 *
 * @bugfix
 * @affected IE6
 * @valid no
 * @cssdoc parsing off
 */
* html .btn {
 m: expression(this.onmouseover = new Function("this.className = 'btn-hover';"));
}

* html .btn:hover,
* html .btn-hover {
 m: expression(this.onmouseout = new Function("this.className = 'btn';"));
}

/* @cssdoc parsing on */

/**
 * @subsection forms
 */
.form_item {
	margin:0.35em 0;
}
