/**
 * @file
 * @project 615
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
 
h1 {
	font-size:2em; 
	font-weight:bold; 
	margin:0 0 0.75em;
}
h2 {
	font-size:1.75em; 
	font-weight:normal; 
	margin:1em 0;
}
h3 {
	font-size:1.5em; 
	font-weight:bold; 
	margin:1.28em 0;
}
h4 {
	font-size:1.2em; 
	font-weight:bold; 
	margin:1.5em 0;
}
h5 {
	font-size:1em; 
	font-weight:normal; 
	font-style:italic; 
	margin:1.67em 0;
}
h6 {
	font-size:0.73em; 
	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;}

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
body {
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

.sf_wrapper {
	width:970px;
	margin:20px auto 0px;
	min-height:1%;
	height:auto !important;
	height:1%;
}

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

/** 
 * @subsection header 
 */
.sf_header_wrapper {
	padding:15px 20px 20px;
	background-image:url(images/615_header.gif);
	background-repeat:repeat-x;
	min-height:1%;
	height:auto !important;
	height:1%;
}

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

.sf_main_header {
	font-size:32px;
	font-weight:bold;
}

/**
 * @section navigation
 */
.sf_region4 {
	min-height:1%;
	height:auto !important;
	height:1%;
	width: 970px;
}

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

.sf_navigation {
	margin: 0px;
	width: 970px;
	z-index:50;
	position: relative;
	margin-bottom:7px;
}

.sf_navigation .widget_header{
	display:none;
}
 
.sf_navigation ul {
	margin: 0;
	padding: 0 9px;
}
 
.sf_navigation ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
 
.sf_navigation ul li {	
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;	 
	min-width:1%; 
	width: auto !important; 
	width:1%; 
}
 
.sf_navigation ul li a {
	display: block;
	margin:0px;
	padding:6px 12px 7px;
	text-decoration: none;	
	text-transform:uppercase;
	font-size:10px;
	min-width:1%; 
	width: auto !important; 
	width:1%; 
}

.sf_navigation ul li a:visited {
}

.sf_navigation ul li a:hover {
}
 
/**
 * @section subnav
 */
.sf_navigation .subnav {
	border-style:solid;
	border-width:1px;
	left: -999em; 
	list-style: none;
	line-height: 1;
	margin: 0px;
	padding: 0px;	
	position: absolute;	
	width: 154px;
	z-index:1000;	
}
 
.sf_navigation .subnav  li {
	float: left;
	margin:0;	
	padding:0;	
	width: 154px;
    white-space:normal;
}
 
.sf_navigation .subnav li a {
	display: block;
	height:auto;
	padding:5px 12px 6px;
	width: 130px !important;
	white-space:normal;
	font-size:11px;
	text-transform:none;
}

.sf_navigation .subnav li a:visited {
}

.sf_navigation .subnav li a:hover {

}
 
#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_extra5 {
	display:block;
	clear:both;
	height:8px;
}

.sf_main_wrapper {
	float:left;
	width:100%;
}

.sf_main {
	margin:0px 8px 8px;
	padding:15px 20px 20px;
	min-height:200px;
	height:auto !important;
	height:200px;
}

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

.sf_content {
	min-height:1%;
	height:auto !important;
	height:1%;
}

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


.sf_pagetitle {
	font-weight:bold;
	font-size:18px;
	padding:0px 10px;
	margin-bottom:5px;
}

.sf_pagetitle h1 {
	font-size:18px;
	font-weight:bold;
	margin:0;
}

.sf_extra12 {
	display:none;
}

.sf_region7 {
	float:left;
	margin-left:-962px;
	width:204px;
	display:none;
}

.sf_region8 {
	float:left;
	margin-left:-212px;
	width:204px;
	display:none;
}

.sf_extra8 {
	clear:both;
}

/** 
 * @subsection footer
 */
.sf_region10 {
	font-size:10px;
	text-align:center;
	clear:both;
}

.sf_footer {
	margin:5px 0px 20px;
}

.sf_banner {
	margin:10px 0px;
}

.sf_banner #bannerImage {
	padding:5px;
}

/** 
 * @subsection buttons
 */
.btn {
	font-size: 10px;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	text-transform:uppercase;
	font-weight: bold;
	cursor: pointer;
	margin: 3px 0;
	padding: 2px 4px 3px;
}

/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
.widgetset .widget {
	padding:5px 4px;
	margin-bottom:8px;
	min-height:1%;
	height:auto !important;
	height:1%;
}

.widgetset .widget_header {
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	padding:5px 7px 6px;
	margin:0px;
}

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

.widgetset .widget_content {
	width:180px;
	padding:10px 7px;
	overflow:hidden;
}

.widgetset .HomeLink  .widget_content {
	margin:0px;
	padding:0px;
}

.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;
}