/**
 * @file
 * @project 691
 * @package sftheme
 * @site app1
 */

/**
 * @section structure
 */

body, html {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    color: #000000;
    background-image: url(images/691_background.gif);    
    background-color: #ffffff;
}

.sf_outer_wrapper {
    width: 1008px;
    margin: 0 auto;
}

.sf_extra2{
    height: 500px;
    background-image: url(images/691_header.png);
    position: relative;
}

.sf_region3{
    height: 500px;
    position: absolute;
    top: 0;
}

* html .sf_extra2 {
 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));
}

a:hover {
    text-decoration: none;
}

.sf_main_header {
    position: absolute;
    margin: 80px 0 0 137px;
    width: 420px;
    height: 216px;
    letter-spacing: -.04em;
    font-size: 64px;    
}

.sf_wrapper {
    position: relative;
    width: 1008px;
}

.sf_extra10 {
    width: 215px;
    height: 215px;
    position: absolute;
    background-image: url(images/691_picture1.jpg);
    top:13px;
    right:142px;
    z-index: -1;
}

.sf_region2 {
    width: 216px;
    height: 214px;
    position: absolute;
    background-image: url(images/691_picture2.jpg);
    top:260px;
    right: 47px;
}

/**
 * @section content area
 */

.sf_region6 {
    width: 616px;
    float: left;
    font-size: 14px;
    _background-color: #FDFDEC;
    padding-top: 10px;
}

.sf_pagetitle {
    background-image:url(images/691_blog_header.png);
    _background-image: none;
    font-size: 36px;
    overflow: auto;
    background-repeat: no-repeat;
	_margin: 10px 0 0;
    padding: 72px 38px 0;
}

.sf_pagetitle h1 {
    font-weight: normal;
    font-size: 36px;
    margin: 0;      
}

.sf_content {
    background-image: url(images/691_blog_body.png);
    _background-image: none;
    padding: 6px 38px 0;
    margin: 0 0 0 1px;
    overflow: hidden;
}

.sf_footer {
    width: 540px;
    height: 104px;
    padding: 16px 38px 0 38px;
    background-image: url(images/691_blog_footer.png);
    _background-image: none;
    margin: 0 0 0 5px;
    background-repeat: no-repeat;
}

/** 
 * @section navigation 
 */ 

.sf_region7 {
    background-image: url(images/691_navarea_top.png);
    _background-image: none;
	_background-color: #ffffff;
    background-repeat: no-repeat;
    margin-left: 6px;
	_margin-left: 0;
    width: 186px;
    float: left;
    _float: none;
    _position: absolute;
}

.sf_region7 .widget_header {
    display: none;
}

.sf_region7 .widget_content {
    padding: 0 20px 18px 0;
    background-image: url(images/691_navarea_middle.png);
    _background-image: none;    
    float: left;
}

.sf_navigation {
    background-image: url(images/691_navarea_bottom.png);
    _background-image: none;    
    background-position: bottom center;
    background-repeat: no-repeat;    
    margin-top:80px;
	_margin-top: 10px;
    padding-bottom: 3px;
    float: left;
}

.sf_navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	width: 166px;
}

.sf_navigation ul li {
	position: relative;
	float: left;
	line-height: 36px;
	margin-bottom: -1px;
	width: 166px;
    font-size: 24px;
    padding-left: 10px;
}
.sf_navigation ul li a {
	color: #000000;
	width: 166px;
	display: block;
	text-decoration: none;
    text-transform:lowercase;
    background-image: url(images/691_navarea_underline.png);
    background-position: -1000px center;
    background-repeat: no-repeat;      
}

.sf_navigation ul li a:visited {
	color: #000000;
}

.sf_navigation ul li a:hover {
	color: #000000;
}

.sf_navigation ul li:hover a,
.sf_navigation ul li.sfhover a {
    _background-image: none;
    background-position: bottom center;
}

.sf_navigation .subnav {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	width: 166px;
	position: absolute;
	left: -999em;
	margin-left: -206px;
	margin-top: -1.35em;
	z-index:1000;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 15px;
    margin-right: 0;
}

.sf_navigation .subnav li {
	position: relative;
	float: left;
	line-height: 18px;
	margin-bottom: -1px;
	width: 166px;
    padding: 0;
}

.sf_navigation .subnav li a {
	color: #000000;
	width: 166px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 0;
    background-image: none;
}

.sf_navigation .subnav li a:visited {
	color: #000000;
}

.sf_navigation .subnav li a:hover {
	color: #000000;
    text-decoration: none;    
}

.sf_navigation ul li:hover .subnav a,
.sf_navigation ul li.sfhover .subnav a {
    background-image: 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;  
} 


/**
 * @section footer
 */


.sf_footer {
    color: #000000;
}

.sf_region10 {
    clear: both;
    text-align: center;
    padding: 60px 0 20px 0;
}
