/**
 * @file
 * @project 619
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
 
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
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;}
li ul, li ol {margin:0 2.5em;padding:0;}
ul, ol {margin:0 1.5em 1.5em 3em;padding:0;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dd {margin-left:1.5em;}
caption {margin:0; padding:.5em;}

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */


body {
	margin:0px;
	padding:0px 0px 20px;
	background-repeat:repeat;
	background-position:top center;	
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:12px;
}

.sf_outer_wrapper {
	position:relative;
	border-width:20px 0px 0px;
	border-style:solid;
	min-width:980px;
	min-height:1%;
	height:auto !important;
	height:1%;
}

.sf_outer_wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sf_wrapper {
	width:960px;
	margin:0px auto;
	border-width:3px;
	border-style:solid;
	position:relative;
	min-height:1%;
	height:auto !important;
	height:1%;
}

.sf_wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sf_extra1 {
	width:146px;
	height:121px;
	display:block;
	z-index:99999;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-500px;
}

* html .sf_extra1 {
	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/619_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));
}


/** 
 * @subsection header 
 */
.sf_main_header {
	min-height:70px;
	height:auto !important;
	height:70px;
	width:836px;
	margin:0px auto;
	padding:10px 0px 10px 130px;
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-weight:normal;
	font-size:36px;	
}

.sf_main_header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/** 
 * @subsection navigation
 */
.sf_navigation .widget_header {
	display:none;
}

.sf_navigation {
	margin:20px 0px 0px;
	padding:0px;
	text-transform:lowercase;
	height:1%;
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-weight:bold;
	font-size:11px;	
}

.sf_navigation ul {
	padding:0px 30px;
	margin: 0;
	list-style: none;
	height:1%;
}

.sf_navigation ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sf_navigation li {
	float:left;
	background-repeat:no-repeat;
	background-position:left center;
	margin:0px 5px 1px;
	width:auto !important;
	width:1%;
	white-space:nowrap;
}

.sf_navigation li a {
	display: block;
	width:auto !important;
	width:1%;
	height:24px;
	white-space:nowrap;
	padding:10px 8px 0px 8px;
	text-decoration:none;
	white-space:nowrap;
	background-repeat:no-repeat;
	background-position:right center;
}

/** 
 * @subsection subnav
 */
.sf_navigation .subnav {
	padding: 0px;
	margin:0px 0px 0px -2px;
	list-style: none;
	left: -999em; 
	z-index:1000;
	position: absolute;	
	width: 180px;
	border-top:none;
	height:auto;
	border:1px solid #E5E5E5;
	border-top:none !important;
}

.sf_navigation .subnav li {
	float: left;
	width: 180px !important;
	background-image: none;
	white-space: normal;
	margin:0px;
	padding:0px;
}

.sf_navigation .subnav li a {
	display: block;
	width: 164px !important;
	background-image: none;
	padding:6px 8px 6px 8px;
	margin:0px;
	white-space: normal;
	height: auto;	
}

.sf_navigation .subnav li.sf_last_nav_item_subnav a {	
	border-bottom: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.hover {  
    position: static;  
} 

/** 
 * @subsection extra5
 */
.sf_extra5 {
	clear:both;
	height:20px;
	width:100%;
}

/** 
 * @subsection content
 */
.sf_pagetitle {
	text-align:center;
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-weight:normal;
	font-size:22px;	
}

.sf_content {
	width:710px;
	float:right;
	display:inline;
	margin:0px 20px 0px 0px;
}

.sf_content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/** 
 * @subsection dress
 */
.sf_extra12 {
	width:230px;
	height:450px;
	position:absolute;
	bottom:-40px;
	left:0;
}

* html .sf_extra12 {
	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/619_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));
}

/** 
 * @subsection footer
 */
.sf_extra7 {
	clear:both;
}

.sf_footer {
	clear:both;
	float:right;
	display:inline;
	width:587px;
	margin:0px 3px 0px 0px;
	text-transform:lowercase;
	text-align:right;
	min-height:20px;
	height:auto !important;
	height:20px;
	padding:105px 100px 10px 0px;
	background-repeat:no-repeat;
	background-position:bottom right;
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-weight:bold;
	font-size:11px;	
}

.sf_footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/** 
 * @subsection banner
 */
.sf_banner {
	margin:60px 20px 0px;
	text-align:center;
	font-size:11px;
}
.sf_banner img{
	margin:10px 0px;
}

/** 
 * @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
 * ------------------------------------------------------------------
 */
 
.sf_region7 {
	margin-bottom:270px;
	width:202px;
	margin-left:20px;
	overflow:hidden;
	float:left;
	display:inline;
}

.widgetset {
	border-bottom:none !important;
}

.widgetset .widget {
	padding:10px 10px 15px;
	font-size:11px;
}

.widgetset .widget_header {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:15px;
}

.widgetset .widget_content {
	margin:0px;
	padding:10px 0px 0px;
	width:180px;
	overflow:hidden;
}

.widgetset .widget_content label{
	margin:0;
	padding:0;
	display:block;
}

.widgetset .widget_content form{
	margin:0;
	padding:0;
}

.widgetset .widget_content select,
.widgetset .widget_content input[type="text"] {
	width:178px !important;
	border-style:solid;
	border-width:1px;
	padding:1px 0px;
}

.widgetset ul,
.widgetset ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.widgetset li{
	margin:0px 0px 6px;
	padding:0px;
}

.widgetset .widget_content .form_item{
	margin:0px 0px 6px;
	padding:0;
}
