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

/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Nimbus Roman No9 L", serif
}

h1 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 0.75em;
}

h2 {
    color: #555555;
    font-size: 1.6em;
    font-weight: normal;
    margin: 1.3em 0 0.94em;
}

h3 {
    color: #000000;
    font-size: 1.25em;
    font-weight: bold;
    margin: 1.65em 0 1.2em;
}

h4 {
    color: #555555;
    font-size: 1.1em;
    font-weight: normal;
    margin: 1.5em 0;
}

h5 {
    color: #000000;
    font-size: 0.9em;
    font-weight: normal;
    margin: 1.67em 0;
}

h6 {
    color: #000000;
    font-size: 0.9em;
    font-weight: normal;
    margin: 1.67em 0;
}

p {
    margin: 0 0 1.5em;
    padding: 0;
}

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
 * ------------------------------------------------------------------
 */

/**
 * @subsection structure
 */

body {
    background-image: url(../img1.wsimg.com/isteam/ip/1a0009ec-aea6-4e8b-8d75-194c1eb968b3/legacy/681_body.jpg);
    font-family: Georgia, "Nimbus Roman No9 L", serif
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.sf_outer_wrapper {
    -moz-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
    margin: 30px auto 0;
    width: 900px;
}

/**
 * @subsection top graphic
 */

.sf_region2 {
    background-image: url(../img1.wsimg.com/isteam/ip/1a0009ec-aea6-4e8b-8d75-194c1eb968b3/legacy/bg_9fqs.jpg);
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    height: 183px;
    width: 900px;
    min-height: 183px;
    padding-bottom: 50px;
}

* html .sf_region2 {
    height: 250px;
}

/**
 * @subsection wood dividers
 */

.sf_extra10 {
    background-image: url(../img1.wsimg.com/isteam/ip/1a0009ec-aea6-4e8b-8d75-194c1eb968b3/legacy/bg_u95q.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    with: 900px;
}

.sf_extra8 {
    background-image: url(../img1.wsimg.com/isteam/ip/1a0009ec-aea6-4e8b-8d75-194c1eb968b3/legacy/681_beam_top.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 45px;
    with: 900px;
}

/** 
 * @subsection content 
 */

.sf_main_wrapper {
    display: inline;
    float: right;
    margin-right: 30px;
    margin-top: 30px;
    width: 617px;
}

.sf_pagetitle {
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

.sf_pagetitle h1 {
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

/** 
 * @subsection header 
 */

.sf_region7 {
    background-position: left bottom;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    margin-left: 30px;
    padding-bottom: 40px;
    position: relative;
    top: -70px;
    width: 200px;
}

.sf_main_header {
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-size: 30px;
    line-height: 1;
    min-height: 20px;
    padding: 30px 16px 10px 10px;
    text-align: center;
    width: 174px;
    overflow:hidden;
}

/** 
 * @subsection sidebar 
 */

.sf_region8 {
    clear: left;
    display: inline;
    float: left;
    margin-left: 30px;
    position: relative;
    top: -40px;
    width: 200px;
}

.sf_region8 .widgetset {
    width: 194px;
}

/** 
 * @subsection footer
 */

.sf_region9 {
    clear: both;
    font-size: 11px;
    padding: 30px 30px 10px 254px;
}

/** 
 * @subsection banner
 */

.sf_region10 {
    font-size: 11px;
    margin: 30px auto;
    text-align: center;
    width: 900px;
}

#bannerImage {
    margin-bottom: 10px;
}

/** 
 * @subsection buttons
 */

.btn {
	-moz-box-shadow:2px 2px 3px #888888;
	box-shadow:2px 2px 3px #888888;
	cursor:pointer;
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-size:11px;
	margin:3px 4px 3px 0;
	padding:3px 8px 4px;
}

.pagn a,
.widgetset .btn {
	-moz-box-shadow:none;
	box-shadow:none;
	background-image:none;
	cursor:pointer;
	display:block;
	font-family:georgia;
	font-size:11px;
	margin:3px 4px 3px 0;
	padding:3px 8px 3px;
	text-decoration:none;
}

/** 
 * ------------------------------------------------------------------
 * @section NAVIGATION
 * ------------------------------------------------------------------
 */

.sf_navigation {
    background-image: url(../img1.wsimg.com/isteam/ip/1a0009ec-aea6-4e8b-8d75-194c1eb968b3/legacy/681_nav.png);
    height: auto;
    min-height: 1%;
    padding: 0 15px;
	line-height:normal;
}

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

.sf_navigation .widget_header {
    display: none;
}

.sf_navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf_navigation li {
    float: left;
}

.sf_navigation li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 15px 10px;
    text-decoration: none;
    white-space:nowrap;
}

/**
 * @subsection subnav
 */

.sf_navigation ul ul {
	border-width: 1px 1px 0;
	border-style:solid;
    left: -999em;
    line-height: 1;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 130px;
    z-index: 1000;
}

.sf_navigation ul ul  li {
    float: left;
    margin: 0;
    padding: 0;
    white-space: normal;
    width: 130px;
}

.sf_navigation ul ul li a {
    border: 0;
    display: block;
    font-family: Georgia, "Nimbus Roman No9 L", serif
    font-size: 11px;
    height: auto;
    padding: 7px 15px;
    white-space: normal;
    width: 100px;
	line-height:1.3;
}

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

#Nav1 li:hover, #Nav1 li.hover {
    position: static;
}

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

/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */

.widgetset .widget {
    font-size: 11px;
    height: auto !important;
    height: 1%;
    padding: 10px;
    min-height: 1%;
}

.widgetset .widget li {
    height: auto;
    margin: 0px;
    min-height: 1%;
    padding: 2px 0;
}

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

.widgetset .widget_header {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 5px;
}

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

.widgetset .widget_content {
    overflow: hidden;
    width: 174px;
}

.widgetset .widget_content ul, .widgetset .widget_content ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

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

* html .widgetset .widget li {
    height: 1%;
}

.widgetset label {
    display: block;
    margin: 0px;
    padding: 0px;
}

.widgetset form {
    margin: 0px;
    padding: 0px;
}

.widgetset .form_item {
    margin: 0px 0px 5px;
    padding: 0px;
}

.widgetset input[type=text] {
    width: 166px !important;
}

.widgetset select {
    width: 172px !important;
}

/** 
 * ------------------------------------------------------------------
 * @section IE6 & 7 FIXES    
 * ------------------------------------------------------------------
 */

* html .sf_navigation {
    height: 1%
}

* html .sf_navigation {
	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 = "../img1.wsimg.com/isteam/ip/1a0009ec-aea6-4e8b-8d75-194c1eb968b3/legacy/spacer.png"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));; 
}

* html .sf_navigation a {
	position:relative;
}

* html .sf_main_header {
	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 = "../img1.wsimg.com/isteam/ip/1a0009ec-aea6-4e8b-8d75-194c1eb968b3/legacy/spacer.png"):(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_main_header a {
	position:relative;
}