/**
 * @file
 * @project 664
 * @package sftheme
 * @site app1
 */

/** 
 * ------------------------------------------------------------------
 * @section RESETS
 * ------------------------------------------------------------------
 */

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
	font-family: Verdana, Geneva, Kalimati, sans-serif;
    font-size: 11px;
	color: #a4bedf;         
}

.sf_outer_wrapper {
    width: 898px;
    margin: 0px auto;
}

.sf_main_header {
    font-size: 32px;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-style: italic;
    padding-top: 120px;
    margin: 0px 54px;
    color: #FFFFFF;        
}

.sf_pagetitle {
    text-align: right;
    width: 608px;
    background-image: url(//img1.wsimg.com/isteam/ip/fbf684f4-faeb-464d-947a-397c5fd20a92/legacy/664_section_head.png); 
    background-repeat: no-repeat;
    padding-right: 22px;
    padding-top: 10px;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    margin: 0;    
}

.sf_pagetitle h1 {
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    margin: 0;    
}


* html .sf_pagetitle {
    margin-left: 5px;
    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/fbf684f4-faeb-464d-947a-397c5fd20a92/legacy/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));
}



/** 
 * ------------------------------------------------------------------
 * @section HEADER
 * ------------------------------------------------------------------
 */

.sf_outer_wrapper {
    background-color: #051932;
    border-left:1px solid #2D4461;
    border-right:1px solid #2D4461;    
}

.sf_main_wrapper{
    width: 614px;
    float: right;
}

a:link{
    color: #FFFFFF;
    text-decoration: none;    
}

a:visited{
    color: #FFFFFF;
}

a:hover {
    text-decoration: underline;
    color: #FFFFFF;    
}


.sf_wrapper {
    background-image:url(//img1.wsimg.com/isteam/ip/fbf684f4-faeb-464d-947a-397c5fd20a92/legacy/photo.jpg); 
    background-position: center top;
    background-repeat: no-repeat;
    margin:0 auto;
    padding:0px 54px;    
}

.sf_wrapper:after {
	clear:both;
	content:".";
	display:block;
	font-size:1px;
	height:0pt;
	visibility:hidden;
}

.sf_region3 {
    height: 392px;
}

.sf_pagetitle {
    color: #A4BEDF;
}

/** 
 * ------------------------------------------------------------------
 * @section NAVIGATION
 * ------------------------------------------------------------------
 */

.sf_region7 a{
    color: #FFFFFF;
    text-decoration: none;
}

.sf_region7 a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.sf_region7 {
    font-size: 14px;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    width: 200px;
    overflow: visible;
    float: left;
    padding-bottom: 50px;
    text-decoration: none;
    margin-left: -24px;
    .margin-left:-14px;
}

.sf_region7 .sf_navigation .nav a {
    padding-left: 24px;
    margin-left: -24px;
}

.sf_navigation {
    width: 160px;
}

.sf_region7 .sf_navigation .nav .subnav a,
.sf_region7 .sf_navigation .nav .subnav a:hover{
    margin-left: 0px;
    padding-left: 0px;
}

.sf_navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100px;
}

.sf_navigation:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.widget {
    margin-left: 24px;
}

.sf_navigation .nav a:hover {
    text-decoration: none;
    background-image: url(//img1.wsimg.com/isteam/ip/fbf684f4-faeb-464d-947a-397c5fd20a92/legacy/664_menu_star.png);
    background-repeat: no-repeat;
    margin-left: -24px;
}

.sf_navigation .subnav a:hover {
    background-image: none;
}

.sf_navigation ul li {
	position: relative;
	float: left;
	margin-bottom: -1px;
	width: 100px;
}

.sf_navigation ul li a {
	width: 214px;
	display: block;
	text-decoration: none;
	padding: 0;
    padding-bottom: 22px;
	width: 100px;
    color: #7595BC;     
}

.sf_navigation ul li a:visited {
    color: #5795BC;
}

.sf_navigation ul li a:hover {
    color: #FFFFFF;
}

.sf_navigation li ul.subnav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 160px;
	position: absolute;
	left: -999em;
	margin-left: 100px;
	margin-top: -43px;
	z-index: 1000;
    padding:5px 5px 0;
    border: 1px solid #A4BEDF
}

.sf_navigation .subnav li {
	position: relative;
	float: left;
	margin-bottom: -1px;
	width: 176px;
}

.sf_navigation .subnav li a {
	width: 11em;
	display: block;
    color: #FFFFFF;
	text-decoration: none;
	padding: 0;
    margin-bottom: 5px;
}

.sf_navigation .subnav li a:visited {
    color: #FFFFFF;
}

.sf_navigation .subnav li a:hover {
    color: #a4bedf;
    text-decoration: none;
}

#Nav1 li:hover, 
#Nav1 li.hover {  
    position: relative;  
}

#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;
    display: none;
}

* html #Nav1 iframe {
    display: inline;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

.sf_navigation .widget_header{
    display: none;
}

.sf_navigation .subnav {
    background-image: url(//img1.wsimg.com/isteam/ip/fbf684f4-faeb-464d-947a-397c5fd20a92/legacy/subnav_bg.png);
    background-repeat: repeat;
    border: 1px solid #a4bedf;
}

/** 
 * ------------------------------------------------------------------
 * @section MAINCONTENT
 * ------------------------------------------------------------------
 */


.sf_main_wrapper {
    margin-top:-25px;
    padding-bottom: 50px;
}

.sf_content {
    background-image: url(//img1.wsimg.com/isteam/ip/fbf684f4-faeb-464d-947a-397c5fd20a92/legacy/664_main_top_left.png);
    background-repeat: no-repeat;
    padding-left:27px;
    padding-top:21px;
    width: 603px;
    overflow:hidden;    
}

* html .sf_content {
    padding-top:30px;
    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/fbf684f4-faeb-464d-947a-397c5fd20a92/legacy/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));
}

/** 
 * ------------------------------------------------------------------
 * @section FOOTER
 * ------------------------------------------------------------------
 */

.sf_region10 {
    width: 900px;
    margin: 0px auto;
    background-image: url(//img1.wsimg.com/isteam/ip/fbf684f4-faeb-464d-947a-397c5fd20a92/legacy/664_footer.png); 
    background-position: top center; 
    background-repeat: no-repeat;
    margin-top: -14px;
    text-align: center;
    padding-bottom: 50px;
    color: #A4BEDF;    
}

* html .sf_region10 {
    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/fbf684f4-faeb-464d-947a-397c5fd20a92/legacy/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));
}

.sf_footer {
    width: 425px;
    margin: 0px auto;
    padding-top: 60px;
    padding-bottom: 20px;
    color: #A4BEDF;
}

.sf_footer a {
    text-decoration:none;
    color: #FFFFFF;    
}

.sf_footer a:visited {
    text-decoration:none;
    color: #FFFFFF;
}

.sf_footer a:hover {
    text-decoration:underline;
}
