/*----------------------------------
		Theme685
----------------------------------*/

/*----------------------------------
		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: 0 auto 30px;	
	background-color:#333333;	
	color:#333333;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size:13px;
	background-image: url(images/685_bodybg.jpg);
}

.sf_outer_wrapper {
	width: 980px;
    margin: 0 auto;		
}

.sf_wrapper {
	width: 980px;
    margin: 0 auto;	
	background-image: url(images/685_contentbg.gif);
}

.sf_wrapper:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_extra1 {
	width: 980px;
	height: 210px;
}

* html .sf_extra1 {
 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));
}

/*--------------------------------
		Header
---------------------------------*/

.sf_main_header {
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-size:36px;
	color:#373632;
	padding:30px 20px;
	float: left;
	clear: both;
	text-align: center;
	width: 940px;
}

.sf_sub_header {
	display: none;
}

.sf_main_header p {
	margin: 0;
	padding: 0;
}

/*--------------------------
		End Header
--------------------------*/

/*--------------------------------
		Navigation
---------------------------------*/
.sf_navigation h3 {
	display:none;
}

.sf_navigation .widget_content {
	padding: 0px;
	margin: 0px;
}

.sf_navigation {	
	clear:both;	
	padding:0;
	margin:0;	
	min-height: 32px;
	height: auto !important;
	height: 32px;
	width: 980px;
	background-color: #91877C;	
}

.sf_navigation:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin: 0px;
	padding: 0px;
}

.sf_navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%;
	float: left;
}

.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: 0;
	padding: 0;	
}

.sf_navigation ul li.sf_first_nav_item {	
}

.sf_navigation ul li.sf_last_nav_item a {	
}

.sf_navigation ul li a {
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	font-size:11px;
	color:#F5F4E9;
	padding:9px 20px;
	display: block;	
}

.sf_navigation ul li a:visited {	
	color:#F5F4E9;
	text-decoration:none;
}

.sf_navigation ul li a:hover {	
	color:#F5F4E9;
	text-decoration: none;		
}

/*------------------------------------
	Flyout menu
------------------------------------*/

.sf_navigation .subnav { /* second-level lists */	
	float: left;
	position: absolute;	
	width: 170px;
	left: -999em;
	z-index: 1000;
	margin:0;	
	padding:0;
	min-height:1%;
	height:auto !important;
	height:1%;
	border: 1px solid #6b5c52;
	border-width: 1px 1px 0px 1px;
}

.sf_navigation .subnav li { 	
	white-space: normal;
	min-height:1%;
	height:auto !important;
	height:1%;	
	margin: 0;
	padding: 0;
	width: 170px;	
	border-right: none;
	border-bottom: 1px solid #6b5c52;
}

.sf_navigation .subnav li a { 
	padding:2px 20px;
	color:#F5F4E9;
	width:130px;
	background-color: #615046;
	font-size: 11px;
	text-transform: none;
}

.sf_navigation .subnav li a:visited {
	color:#F5F4E9;
}

.sf_navigation .subnav li a:hover {
	color:#F5F4E9;
	text-decoration: none;
	background-color: #6b5c52;
}

.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
---------------------------------*/

/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {		
	clear:both;
	font-size:20px;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	padding:5px 20px;
	margin: 0 20px;
	background-color: #d6d4ca;
	border-top: 1px solid #c9c5bc;
	border-bottom: 1px solid #c9c5bc;
}

.sf_pagetitle h1 {
	font-size:20px;
	font-weight:normal;
	margin:0;	
}

/*--------------------------------
		 End Page Title
---------------------------------*/
	
/*--------------------------
		Content
--------------------------*/

.sf_content {		
	line-height:18px;
	color:#333333;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	margin: 0 20px 20px;	
	padding: 20px;
	background-color: #e9e9de;
	width: 900px;
}

.sf_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}	

/*--------------------------
		End Content
--------------------------*/

/*--------------------------
		 Footer
--------------------------*/

.sf_extra9 {
	background-image: url(images/685_shell.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 167px;
	height: 93px;
	position: absolute;
	margin-top: -32px;
	margin-left: 775px;
}

* html .sf_extra9 {
 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));
}

.sf_region10 {
	clear: both;	
	padding:0 0 18px;
	margin:auto;	
	width: 980px;	
}

* html .sf_region10 {
 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));
}

.sf_footer {	   
    clear:both;	
	padding: 10px 175px;
	margin: 0 35px;
	font-size:10px;
	text-align:center;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	color:#333333;		
}

.sf_footer p {
	margin:0;
	padding:0;
}

.sf_banner {	
	padding: 10px;
	text-align:center;
	font-size:10px;	
	margin: 0 35px;		
}

#bannerLink {
}

#bannerLink a, #bannerLink a:visited, #bannerLink a:hover{
}

/*--------------------------
		End Footer
--------------------------*/

/*--------------------------
		Sidebar - Right
--------------------------*/
.sf_region4 {
	float: right;
	display:inline;
	width: 254px;
	padding: 0;	
	overflow: hidden;
	display:none;
	margin: 20px 20px 20px 0;
	_margin-right: 10px;
	color: #F5F4E9;
}

.sf_region4 .widget_content {
	overflow:hidden;
	padding: 5px;	
	font-size: 12px;
	_display: inline-block;
	background-color: #6b5c52;
}

.sf_region4 .widgetset .widget_header {
	margin:0px;
	padding:5px;	
	font-weight: normal;
	background-color: #91877c;
	border-top: 1px solid #58483e;
	border-bottom: 1px solid #58483e;
}

.sf_region4 .widgetset .widget_header a,
.sf_region4 .widgetset .widget_header a:visited {
	color: #F5F4E9 !important;
}

.sf_region4 .widgetset .widget_header a:hover {
	color: #C9C5BC !important;
	text-decoration: none;
}

.sf_region4 .widgetset .widget {	
	min-height: 1%;
	height: auto !important;
	height: 1%;
}

.sf_region4 .widgetset ul, .widgetset ol {
	margin:0;
	padding:0;
	list-style-type:none;
}

.sf_region4 .widgetset li {
	margin:0;
	padding:3px 0px;	
	overflow:hidden;
}

.sf_region4 .widgetset a:link, .widgetset a:visited {	
	text-decoration:none;	
}

.sf_region4 .widgetset a:hover {	
	text-decoration: underline;
}

.sf_region4 .widgetset .widget-content img a:hover {	
}

.sf_region4 .widgetset .form_item {
	margin:5px 0px;
}

.sf_region4 .widgetset input, .widgetset select {	
	width:150px;
}

.sf_region4 .widgetset .btn {
	width:auto;
	margin: 3px 0px;
}

/*--------------------------
		Sidebar - Lower
--------------------------*/

.sf_region9 {
	display:block;	
	color: #cac9c8;		
}

.sf_region9 .widgetset {	
	float: left;
	display: block;		
	border-top: 20px solid #32312D;
	border-bottom: 20px solid #32312D;
	width: 980px;
}

.sf_region9 .widgetset:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}

.sf_region9 .widget {
	width:246px;
	padding:10px 40px;
	_padding: 10px 30px;
	float:left;
	display:inline;
	margin: 0 0 10px 0;
	min-height:200px;
	_height: 200px;
	height:auto;
}

.sf_region9 .widget_content {
	width:246px;
	padding: 5px;
	margin: 0px;
	overflow-x:hidden;
	font-size: 11px;
}

.sf_region9 .widget_header {
	margin:0px;
	padding: 0px 5px;
	font-size:20px;
	text-align: left;
	color: #cac9c8;
}

.sf_region9 .widget ul,
.widget ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.sf_region9 .widget li {
	margin:0px;
	padding: 5px 0px;
	overflow:hidden;
}

.sf_region9 img {
	vertical-align: top;
	padding: 2px 4px;
	border: none;
}

.sf_region9 a:link,
.sf_region9 a:visited {
	text-decoration:underline;
	padding: 2px 0;
	color: #cac9c8;
}

.sf_region9 a:hover {
	padding: 2px 0;
	text-decoration: none;
	color: #cac9c8;
}

.sf_region9 .widget_content .form_item {
	margin:0px;
	padding: 0px;
}

.sf_region9 .widget input,
.widget select {
	color: #222;
	width:175px;
}

.sf_region9 .widget .btn {
	width:auto;
	margin: 5px 0px;
}

.sf_region9 .widget_content .form_item {
	width: 200px;
}


/*--------------------------
		Other
--------------------------*/

input[type="text"], textarea {
	border-color: #ddd;
}

