/**
 * @file
 * @project 689
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY RESET
 * ------------------------------------------------------------------
 */
 
h1 { font-size:3em; font-weight:normal; letter-spacing:-.04em; margin:0 0 0.5em; }
h2 { font-size:2.5em; font-weight:normal; letter-spacing:-.04em; margin:0 0 0.75em; }
h3 { font-size:2em; font-weight:normal; letter-spacing:-.04em; margin:0 0 1em; }
h4 { font-size:1.5em; font-weight:bold; letter-spacing:-.04em; margin:0 0 1.25em; }
h5 { font-size:1.25em; font-style:italic; margin:1.67em 0; }
h6 { font-size:1em; 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 Structure
 * ------------------------------------------------------------------
 */

body {
	background-color:#ffffff;
	color:#65686d;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	margin:0;
}

/** 
 * ------------------------------------------------------------------
 * @section Header
 * ------------------------------------------------------------------
 */

.sf_region1 {
	margin:0 auto;
	padding:12px 0;
	position:relative;
	width:980px;
}

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

.sf_main_header {
	color:#65686d;
	font-size:48px;
	float:left;
	width:500px;
}

.sf_header_wrapper {
	background-image:url(images/689_topgrey.gif);
	background-repeat:repeat-x;
	height:332px;
	margin:0;
	padding:15px 0;
}

.sf_extra2 {
	background-image:url(images/689_image-shadow-border.png);
	background-repeat:no-repeat;
	margin:0 auto;
	height:306px;
	margin:0 auto;
	padding:16px 19px;
	width:960px;
}
.sf_extra2 span {
	background-image:url(images/689_image.jpg);
	background-repeat:no-repeat;
	display:block;
	height:300px;
	width:960px;
}

 /** 
 * ------------------------------------------------------------------
 * @section Navigation
 * ------------------------------------------------------------------
 */

.sf_navigation .widget_header {display:none;}

.sf_navigation {
	float:right;
	margin:22px 0 0;
	width:470px;
	z-index:50;
}

.sf_navigation:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
 
.sf_navigation ul {
	float:right;
	margin: 0;
	padding: 0;
}
 
.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 6px;
	white-space: nowrap;	 
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
}
 
.sf_navigation ul li a {
	border-bottom:solid 3px;
	display: block;
	margin:0;
	padding:0 6px;
	text-decoration:none;
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
}

 /** 
 * ------------------------------------------------------------------
 * @section Subnav
 * ------------------------------------------------------------------
 */
 
.sf_navigation .subnav {
	background-color:#ffffff;
	left: -999em; 
	list-style: none;
	margin:-3px 0 0;	
	padding:0;	
	position: absolute;	
	width: 160px;
	z-index:1000;	
}
 
.sf_navigation .subnav  li {
	float: left;
	margin:0;	
	padding:0;	
	width: 150px;
	white-space:normal;
}
 
.sf_navigation .subnav li a {
	color:#ffffff;
	border:none;
	display: block;
	padding:5px 12px;
	height:auto;
	min-width:150px;
	width: 150px !important;
	white-space:normal;
}
.sf_navigation .subnav li a:visited { color:#ffffff }
.sf_navigation .subnav li a:hover { background-color:#ffffff }

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

/** 
 * ------------------------------------------------------------------
 * @section Content
 * ------------------------------------------------------------------
 */

.sf_main_wrapper {
	margin:0 auto;
	padding:25px 0 0;
	width:980px;
}

.sf_content {
	min-height:250px;
	height:auto !important;
	height:250px;
}

.sf_pagetitle {
	color:#65686d;
	font-size:48px;
}

.sf_pagetitle h1 {
	color:#65686d;
	font-size:48px;
}

/** 
 * ------------------------------------------------------------------
 * @section Footer
 * ------------------------------------------------------------------
 */
 
.sf_region10 {
	background-color:#edeff0;
	background-image:url(images/689_region10.png);
	background-repeat:repeat-x;
	clear:both;
	min-height:1%;
	height:auto !important;
	height:1%;
	margin-top:50px;
}

.sf_footer {
	background-image:url(images/689_golf-ball.jpg);
	background-repeat:no-repeat;
	color:#65686d;
	font-size:12px;
	margin:0 auto;
	padding:40px 0 150px;
	text-align:right;
	width:980px;
}

.sf_banner {
	font-size:12px;
	margin:0 auto;
	padding:0 0 60px;
	text-align:center;
	width:375px;
}