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


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

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:20px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h2 {font-size:20px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h3 {font-size:20px;margin:10px 0;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h4 {font-size:16px;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;}


/*----------------------------------
		General
----------------------------------*/

body {
	margin: auto;	
	background-color: #edebdb;	
	color: #301506;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 13px;
	background-image: url(images/726_texture.gif);
	background-repeat: repeat;
}

.sf_outer_wrapper {
	width: 950px;
    margin: 60px auto 0;	
}

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

.sf_wrapper {
	width: 948px;
	min-height: 800px;    
	background-color:#4d402c;
	float: left;
	position: relative;
	background-image: url(images/726_mainbg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #4D402C;
}

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

/*--------------------------------
		Header
---------------------------------*/
.sf_main_header {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size:36px;
	color:#FDFCFA;
	padding:13px 30px;	
	margin-top: 72px;	
	margin-bottom: 140px;
	float: left;
	clear: both;
	text-align: left;	
	position: relative;
	z-index: 1002;	
}

.sf_sub_header {
	display: none;
}

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

/*--------------------------
		End Header
--------------------------*/

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

.sf_region1 {
	position: relative;
	z-index: 1005;
}

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

.sf_navigation .widget_header{
	display:none;
}

.sf_navigation {	
	min-height:26px;
	height:auto !important;
	height:26px;
	clear:both;
}

.sf_navigation ul {
	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;
	white-space:nowrap;	
	background-color: #4d402c;
	border-right: 1px solid #6d624f;	
}

.sf_navigation ul li a {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size:13px;
	display:block;
	margin:0;
	padding:5px 20px;
	text-decoration: none;	
}

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

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

/*--------------------------------
		Subnav
---------------------------------*/
 
 .sf_navigation .subnav {		
	font-size:12px;
	left:-999em;	
	margin:0;
	padding:0;
	position:absolute;
	width:160px;
	z-index:1000;	
}

.sf_navigation .subnav li {
	float: left;
	margin:0;	
	padding:0;	
    white-space:normal;	
	border-bottom: 1px solid #6D624F;
}

.sf_navigation .subnav li.sf_first_nav_item_subnav {
	border-top: 1px solid #6D624F;
}

.sf_navigation .subnav li a {	
	display:block;	
	padding:5px 20px;
	text-transform:none;
	white-space:normal;
	width:120px;    
	font-size: 13px;
	font-weight: normal;
}

.sf_navigation .subnav li a:visited {	
}

.sf_navigation .subnav li a:hover {	
}

#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
---------------------------------*/

/*--------------------------
		Content
--------------------------*/

.sf_main_wrapper {	
	clear: both;
	margin-bottom: 20px;	
}

.sf_main {
	width: 790px;
	padding: 10px;
	position: relative;
	z-index: 1002;	
	background: rgba(242, 241, 230, 0.9);	
	.background-color: #EDEADD;
	margin: auto;
}

.sf_region6 {	
	background-color: #FDFCFA;
	border: 1px solid #ddd1bd;
	width: 708px;
	padding: 40px;	
	position: relative;
	z-index: 1003;
	margin: auto;
}

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

.sf_pagetitle {		
	clear:both;
	font-size:20px;
	font-family: Georgia, "Nimbus Roman No9 L", serif;	
	padding:0 10px;
}

.sf_pagetitle h1 {
	font-size:20px;
	font-weight:normal;
	margin:0;	
}

.sf_content {		
	line-height:1.4;	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	min-height: 150px;
}

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

/*--------------------------
		End Content
--------------------------*/

/*--------------------------
		 Footer
--------------------------*/

.sf_region10 {
	clear: both;
	margin: 0 auto 60px;	
	width: 950px;
	position: relative;	
}

.sf_footer {	   
    padding: 20px;		
	font-size:10px;
	text-align: left;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	color:#F2F1E6;
	background-color: #4d402c;
}

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

.sf_banner {	
	padding: 10px 0;
	text-align: center;
	font-size:10px;		
}

.sf_footer a,
.sf_footer a:link,
.sf_footer a:visited {
	color:#F2F1E6;
}

.sf_banner a,
.sf_banner a:visited,
#bannerLink a:link,
#bannerLink a:visited {
	color:#7F6B4F;
}

.sf_banner img {
	padding: 5px 0;
}

/*--------------------------
		End Footer
--------------------------*/

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

.sf_region6 .widgetset {
	float: right;
	display:inline;
	width: 200px;		
	overflow: hidden;	
	margin-top: -60px;
	_margin-top: 5px;
	color: #FDFCFA;	
}

.sf_region6 .widgetset .widget {	
	min-height: 1%;
	height: auto !important;
	height: 1%;
	padding: 10px 15px;
}

.sf_region6 .widgetset .widget_header {
	margin:0px;
	padding:2px 0;	
	font-weight: normal;
	color: #FDFCFA;		
}

.sf_region6 .widgetset .widget_header a,
.sf_region6 .widgetset .widget_header a:visited {
	text-decoration: none !important;
	color: #FDFCFA;
}

.sf_region6 .widgetset .widget_header a:hover {
	color: #DDD1BD;
	text-decoration: none;
}

.sf_region6 .widget_content {
	overflow:hidden;
	padding: 5px 0;	
	font-size: 12px;
	_display: inline-block;	
}

.sf_region6 .widgetset ul, .widgetset ol {
	margin:0;
	padding:0;
	list-style-type:none;
}

.sf_region6 .widgetset li {	
	padding:3px 0px;	
	overflow:hidden;
}

.sf_region6 .widgetset a:link, .widgetset a:visited {	
	color: #FDFCFA;
	text-decoration:underline;	
}

.sf_region6 .widgetset a:hover {	
	text-decoration: none;
}

.sf_region6 .widgetset .widget-content img a:hover {	
}

.sf_region6 .widgetset .form_item {
	margin:5px 0px;
}

.sf_region6 .widgetset input, .widgetset select {	
	width:150px;
}

.sf_region6 .widgetset .btn {
	width:auto;
	margin: 3px 0px;
}

/*--------------------------
		Other
--------------------------*/

input[type="text"], textarea {
	border-color: #ddd;
}

a:link {
	color:#301506;;
	text-decoration: underline;	
}

a:visited {
	color:#301506;;
	text-decoration: underline;		
}

a:hover {
	color:#301506;;
	text-decoration: none;	
}
