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

/*----------------------------------
		Typography Reset
----------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:22px;margin:10px 0;padding:0px;font-family: Arial, Helvetica, FreeSans, sans-serif; }
h2 {font-size:20px;margin:10px 0;padding:0px;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h3 {font-size:20px;margin:10px 0;padding:0px;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h4 {font-size:16px;margin:5px 0;padding:0px;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h5 {font-size:16px;font-weight:normal;margin:5px 0;padding:0px;font-family: Arial, Helvetica, FreeSans, sans-seriff;}
h6 {font-size:16px;font-weight:normal;margin:3px 0;padding:0px;font-family: Arial, Helvetica, FreeSans, sans-serif;}


/*----------------------------------
		General
----------------------------------*/
body {
	margin: auto;
	color:#a2a2a2;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #EDEDED;
}

.sf_outer_wrapper {		
	margin: auto;
	background-color: #ffffff;
}

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

.sf_wrapper {
	width: 990px;
	margin: auto;		
}

/*--------------------------------
		Navigation
---------------------------------*/

.sf_navigation .widget_header {
	display:none;
}

.sf_navigation .widget li {
	padding: 0;
	margin: 0;
}

.sf_navigation .widget_content {
	padding: 0;
	margin: 0;	
}

.sf_navigation .widget li {
	overflow: visible;
}

.sf_navigation .widget a:link,
.sf_navigation .widget a:visited {
	text-decoration: none;
}

.sf_navigation {
	clear:both;	
	height:auto !important;
	height:20px;	
	min-height:20px;
	margin:0 10px;	
	width: 242px;
}

.sf_navigation:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin:0;
	padding:0;
}

.sf_navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:1%;
}

.sf_navigation ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 1px;
	clear: both;
}

.sf_navigation ul li {
	float:left;
	margin: 0;	
	width: 242px;
}

.sf_navigation ul li.sf_last_nav_item {
}

.sf_navigation ul li.sf_first_nav_item {
}

.sf_navigation ul li a {	
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-weight: normal;
	font-size:18px;
	text-transform: uppercase;
	text-decoration:none;
	display: block;	
	padding:6px 5px 6px 35px;	
	color: #a2a2a2;
	background-image: url(images/760_nav-arrow.png);
	_background-image: none;
	background-position: 5px 10px;
	background-repeat: no-repeat;
}

.sf_navigation ul li a:visited {
	color: #a2a2a2;
}

.sf_navigation ul li a:hover {	
	text-decoration: none;
	background-color: #ededed;	
}

.sf_navigation ul li:hover a {	
	text-decoration: none;
	background-color: #e2e2e2;	
}

.sf_navigation ul li.active-nav a {	
	text-decoration: none;	
}

/*------------------------------------
	Flyout menu
------------------------------------*/

.sf_navigation .subnav { /* second-level lists */
	float: left;
	position: absolute;
	width: 150px;
	left: -999em;
	z-index: 1000;
	margin:-34px 0 0 180px;
	text-transform: none;
}

.sf_navigation .subnav li {
	width: 150px;	
	white-space: normal;
	height: auto;
	border-bottom: none;	
	padding: 0;	
	border-bottom: 1px solid #D2D2D2;
	background-color: #ccc !important;
}

.sf_navigation .subnav li a {	
	background-color: #dfdfdf !important;
	width: 130px;
	height: auto;	
	padding: 5px 10px;
	border:none;
	font-size: 14px;
	background-image: none !important;
	text-transform:none;
}

.sf_navigation .subnav li a:visited {	
}

.sf_navigation .subnav li a:hover {		
	background-image: none;
	font-style: italic;
}

.sf_navigation .subnav .sf_last_nav_item_subnav {
	border-bottom: none;
}

#Nav1 li:hover ul,
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
 	filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
	margin-left: 3px;
}

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

/* End Navigation*/

.sf_pod {
	margin: 25px;
	line-height: 1.5;
}
	

/*--------------------------------
		Header
---------------------------------*/
.sf_outer_wrapper_r1 {
	background-image: url(images/760_topbg.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	background-color: #ffffff;
}

*html .sf_outer_wrapper_r1 {
	background-image: none;
}

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

.sf_wrapper_r1 {	
	width: 990px;
	margin: auto;
}

.sf_extra2_r1 {
	background-image: url(images/760_fish.png);
	background-repeat: repeat-x;
	width: 221px;
	height: 82px;
	float: right;
	margin-top: -100px;
}

.sf_main_header {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 64px;
	clear:both;	
	padding: 40px 0 10px;
	text-align:left;
	width: 990px;
	margin: auto;
	min-height: 92px;
	text-shadow:4px 1px 1px #a2a2a2;
}

.sf_main_header p {
	margin: 0;
	padding: 0;
}

.sf_sub_header {
	display: none;
}

/* End Header */

/*--------------------------
		Content
--------------------------*/
.sf_inner_wrapper {
	float:right;
	width:726px;	
}

.sf_wrapper_r6 {
	border-top: 1px solid #d3d3d3;
	padding-top: 25px;
}

.sf_extra1_r6 {
	width:726px;
	height: 404px;
	background-image: url(images/760_main-overlay.png);
	background-repeat: no-repeat;
	position: absolute;
}

*html .sf_extra1_r6 {
	background-image: none;
}

.sf_region6 {	
	width:726px;
	height: 404px;	
}

.sf_pagetitle:before {	
	content:'.';
	font-size:0;
	height:87px;
	left:-16px;
	top: 0;
	position:absolute;
	width:16px;
}

.sf_pagetitle {		
	color: #e2e2e2;
	display: block;	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-style: italic;
	font-size: 36px;
	font-weight: normal;
	text-align: left;
	padding: 20px;
	position: relative;
	float: right;
	min-height: 47px;
	height: auto !important;
	height: 47px;
	margin-top: 50px;
	min-width: 50px;
}

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

.sf_pagetitle:after {	
	content:'.';
	font-size:0;
	height:87px;
	right:-16px;
	top: 0;
	position:absolute;
	width:16px;
}

.sf_region7 {	
	float: left;
	width:726px;	
}

.sf_content {	
	padding: 20px 0;
	line-height: 1.5;	
}

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

/* End Content */

/*--------------------------
		 Footer
--------------------------*/
.sf_region11 {
	background-image: url(images/760_ftrtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ededed;
	width: 100%;
	min-height: 150px;
	height: auto !important;
	height: 150px;	
	background-position: top;
	clear: both;
}

.sf_footer {
	clear:both;
	color: #c2c2c2;	
	font-size:12px;
	text-align: left;
	padding: 30px 0 10px;
	width: 990px;
	margin: auto;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
}

.sf_footer p {
	margin:0px;
	padding:0px;
}

.sf_banner {
	text-align: center;
	margin: auto;
	padding: 5px 0 20px;
	font-size: 9px;
	width: 950px;
	margin: auto;
}

#bannerImage {
	margin: 10px 0;
}

.sf_footer a,
.sf_footer a:link,
.sf_footer a:visited {
	color: #c2c2c2;
	text-align:left;
}

.sf_banner a,
.sf_banner a:link,
.sf_banner a:visited {
	color: #c2c2c2;
	text-align:center;
}

/* End Footer */


/*--------------------------
		Sidebar
--------------------------*/

.sf_region5 {	
	clear:left;	
	display:inline;
	float:left;
	padding:0;
	margin-bottom: 20px;
	width:262px;
}
