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

/* Typography Reset */

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:24px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h2 {font-size:24px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h3 {font-size:18px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h4 {font-size:18px;margin:5px 0;padding:0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h5 {font-size:13px;font-weight:bold;margin:5px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h6 {font-size:13px;font-weight:bold;margin:3px 0; padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
p {margin: 10px 0;}

@font-face {
    font-family: 'LearningCurveProRegular';
    src: url('images/LearningCurve_OT-webfont.eot');
    src: url('images/LearningCurve_OT-webfont.eot#iefix') format('embedded-opentype'),
         url('images/LearningCurve_OT-webfont.woff') format('woff'),
         url('images/LearningCurve_OT-webfont.ttf') format('truetype'),
         url('images/LearningCurve_OT-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General */

body {
	margin: auto;	
	color: #fbf1e0;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 15px;
	font-weight: normal;
	background-image: url(images/806_header.png);	
	background-repeat: no-repeat;
	background-position: top;
}

.sf_outer_wrapper {
	width: 100%;
    margin: auto;	
}

.sf_wrapper {
	width: 1010px;
	height: auto;
    margin: auto;	
}

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

/* Header/Nav */

.sf_region1 {	
	clear: both;	
	margin: auto;	
	width: 1010px;
	min-height: 140px;
	height: auto !important;
	height: 140px;
}

.sf_main_header {			
	float: left;
	font-family: 'LearningCurveProRegular', Georgia, script;
	font-size: 68px;
	font-weight: normal;
	text-align: left;
	padding: 15px 20px 15px 20px;	
	margin: -5px 0 0 30px;	
	height: 68px;
	overflow: hidden;	
	min-width: 50px;
	max-width: 400px;
	background-color: #fff;
	border: 5px solid #fce6c2;	
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

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

/* Navigation */

.sf_navigation h3 {
	display:none;
}

.sf_navigation {	
	float: right;
	clear: right;			
	padding:0;		
	font-size:11px;	
	position: relative;
    z-index: 1002;
	margin: 0 40px 0 0;
	width: 490px;	
}

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

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

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

.sf_navigation ul li {	
	float:left;		
	white-space:nowrap;	
	margin: 10px 0 0 0;	
	background-color: rgba(251, 241, 224,.5);
	background-color: #FBF1E0\9;
}

.sf_navigation ul li.sf_first_nav_item {	
}

.sf_navigation ul li.sf_last_nav_item a {
	background-image: none;
}

.sf_navigation ul li a {	
	display: block;	
	padding: 2px 8px 3px;	
	text-decoration:none;	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 17px;
	color: #5c4429;	
	line-height: 1.1;
}

.sf_navigation ul li a:visited {	
	text-shadow:0 1px 1px #fefefe;
	color: #5c4429;
}

.sf_navigation ul li a:hover {	
	text-shadow: none;
	background-color: #c0d458;
	color: #FFFFFF;
}

.sf_navigation ul li:hover a {	
	text-shadow: none;
	background-color: #c0d458;
	color: #FFFFFF;
}

.sf_navigation ul li.active-nav a {	
	text-shadow: none;
	background-color: #A6BB34;
	color: #FFFFFF;
}

/* Flyout menu */

.sf_navigation .subnav { /* second-level lists */
	float: left;
	position: absolute;	
	width: 170px;
	left: -999em;
	z-index: 1000;
	margin:0;
	padding: 3px;
	min-height:1%;
	height:auto !important;
	height:1%;	
	background-color: #c0d458 !important;
}

.sf_navigation .subnav li { 		
	background-image: none;
	white-space: normal;
	min-height:1%;
	height:auto !important;
	height:1%;	
	margin: 0;	
	width: 170px;			
}

.sf_navigation .subnav li a { 
	background-color: #A6BB34 !important;
	color: #FFFFFF;
	width: 140px;
	height: auto;
	padding: 5px 15px;
	border: none;	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 12px;
	text-shadow: none;
}

.sf_navigation .subnav li a:visited {
	color: #FFFFFF;
}

.sf_navigation .subnav li a:hover { 
	background-color: #A6BB34 !important;
	color: #FFFFFF;
	width: 140px;	
	text-decoration: underline;
}

.sf_navigation .subnav .sf_first_nav_item_subnav {	
}

.sf_navigation .subnav .sf_last_nav_item_subnav {	
}

#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_pagetitle {	
	font-family: 'LearningCurveProRegular', Georgia, script;
	padding:3px 45px;		
	font-size: 42px;
	text-align: right;
	position: relative;
	z-index: 101;
	clear: both;
}

.sf_pagetitle h1 {
	font-family: 'LearningCurveProRegular', Georgia, script;
	font-size: 42px;
	font-weight:normal;
	margin:0;
}

/* End Header/Nav */

.sf_extra10 {
	background-image: url(images/806_goldframe.png);	
	background-repeat: no-repeat;		
	width: 1010px;
	height: 434px;
	position: absolute;
	z-index: 100;
}


.sf_header_wrapper {
	background-image: url(images/806_spagirl.jpg);	
	background-repeat: no-repeat;
	background-position: top right;
	width: 1010px;
	height: 434px;
	position: relative;
	top: 44px;
	right: 42px;
}

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

.sf_extra2 {
	background-image: url(images/806_spa.jpg);
	width: 262px;
	height: 344px;	
	left: 86px;
	position: absolute;
}
	
/* Content */

.sf_region6 {
	padding: 15px 25px;	
	margin: 25px 0 120px 25px;
	float: left;
	.float: none;
	width: 615px;
	background-image: url(images/806_transbg.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

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

.sf_content {	
	margin: 0;	
	line-height: 1.5;
	.width: 610px;
	min-height: 360px;
}

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

.sf_region5 {	
	margin: 25px 25px 60px 25px;
	width: 270px;
	float: right;
	background-image: url(images/806_transbg.png);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

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

.sf_pod {
	font-family: 'LearningCurveProRegular', Georgia, script;
	font-size: 42px;
	line-height: 1.2;
	padding: 15px 25px;
}

.sf_pod p {
	margin: 0;
}

/* Footer */

.sf_region10 {
	background-image: url(images/806_footertile.png);
	background-repeat: repeat-y;
	background-position: center;	
	min-height:100px;
	height:auto !important;
	height:100px;		
	margin: auto;	
}

.sf_footer {  	
	font-family: Georgia, "Nimbus Roman No9 L", serif;	
	text-align: center;	
	padding:0 0 20px;
	font-size:12px;		
	clear: both;
	margin: auto;
	width: 960px;
	color: #957638;
}

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

.sf_banner {
	margin: auto;
	width: 980px;
	text-align:center;
	font-size: 11px;
	padding-bottom: 15px;	
}

#bannerLink {
	padding: 10px 0;
	margin: 10px 0;
}