/**
 * @file
 * @project 626
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
h1 {
	font-size:2em; 
	font-weight:normal; 
	margin:0 0 0.5em;
}
h2 {
	font-size:1.75em; 
	font-weight:normal; 
	margin:1em 0;
}
h3 {
	font-size:1.5em; 
	font-weight:normal;  
	margin:1.28em 0;
}
h4 {
	font-size:1.4em; 
	font-weight:normal; 
	margin:1.5em 0;
}
h5 {
	font-size:1.1em; 
	font-weight:normal; 
	margin:1.67em 0;
}
h6 {
	font-size:1em; 
	font-weight:normal; 
	margin:2.05em 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family:"Times New Roman", Times, FreeSerif, serif;
}
p, form {margin:0 0 1.3em;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 LAYOUT
 * ------------------------------------------------------------------
 */
body {
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-size:12px;
	line-height:1.3;
	margin:0px;
	padding:0px 0px 20px;
	background-repeat:repeat-x;
}
.sf_outer_wrapper {
	margin:0 auto 20px;
	padding-top:20px;
	width:980px;
	min-height:1%;
	height:auto !important;
	height:1%;
	position:relative;
}
.sf_region1 {
	margin:0 0 20px;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_region1:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}
.sf_wrapper {
	border-radius:5px;
	background-color:#FFFFFF;
	padding:25px 0;
	min-height:200px;
	height:auto !important;
	height:200px;
	margin:0;
}
.sf_wrapper:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}
.sf_extra1 {
	background-repeat: no-repeat;
	height: 254px;
	position: absolute;
	right: -120px;
	top: 0;
	width: 146px;
}
.sf_extra9 {
	background-repeat: no-repeat;
	height: 201px;
	position: absolute;
	right: -35px;
	top: 0;
	width: 193px;
}
	

/** 
 * ------------------------------------------------------------------
 * @section HEADER
 * ------------------------------------------------------------------
 */
.sf_main_header {
	font-family:"Times New Roman", Times, FreeSerif, serif;
	font-size:48px;
	margin:10px 0;
	min-height:65px;
	height:auto !important;
	height:65px;
}
.sf_main_header:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}

/** 
 * ------------------------------------------------------------------
 * @section NAVIGATION
 * ------------------------------------------------------------------
 */
.sf_navigation .widget_header {
	display:none;
}
.sf_navigation {
	border-radius:5px;
	padding:0 0 0 5px;
	font-family:"Times New Roman", Times, FreeSerif, serif;
	font-size:18px;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_navigation ul {
	margin: 0;
	padding: 0;
	width:815px;
}
.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: 5px 0;
	white-space: nowrap;	 
	min-width:1%; 
	width: auto !important; 
	width:1%; 
}
.sf_navigation ul li a {
	display: block;
	margin:0;
	padding:5px 15px 6px;
	text-decoration: none;	
	min-width:1%;
	width: auto !important;
	width:1%;
	line-height:1;
	border-radius:5px;
}
.sf_navigation ul li:hover a {
	background-image:none;
}
/**
 * @section subnav
 */
.sf_navigation .subnav {
	left: -999em; 
	list-style: none;
	margin: -5px 0 0;	
	border-width: 10px 15px;
	border-style:solid;
	padding:0;
	position: absolute;	
	width: 150px;
	z-index:1000;
	font-size:12px;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	border-radius:0 5px 5px 5px;
	box-shadow:3px 3px 2px rgba(0,0,0,.3);
}
.sf_navigation .subnav  li {
	float: left;
	margin:0;	
	padding:0;	
	width: 150px;
	white-space:normal;
}
.sf_navigation .subnav li a {
	border:0;
	display: block;
	height:auto;
	min-width:144px;
	padding: 5px 0;
	width: 120px !important;
	white-space:normal;
	border-radius:0;
	background-image:none;
}
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {
	left: auto;
}
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/** 
 * ------------------------------------------------------------------
 * @section MAIN CONTENT
 * ------------------------------------------------------------------
 */
.sf_main {
	float:left;
	width:930px;
	min-height:300px;
	height:auto !important;
	height:300px;
	margin-left:25px;
	display:inline;
}
.sf_pagetitle {
	font-size:24px;
	font-weight:normal;
	padding:0;
	margin-bottom:10px;
	font-family:"Times New Roman", Times, FreeSerif, serif;
}
.sf_pagetitle h1 {
	font-size:24px;
	font-weight:normal;
	margin:0;
}
/**
 * @section buttons
 */
.btn,
.pagn a{
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	padding:4px 5px 5px;
	margin:5px 1px;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	border:0 none;
	text-decoration:none;
	cursor:pointer;
}

/** 
 * ------------------------------------------------------------------
 * @section FOOTER/BANNER
 * ------------------------------------------------------------------
 */
.sf_region10 {
	clear:both;
	text-align:center;
}
.sf_footer,
.sf_banner {
	margin:20px 0;
}
.sf_banner {
	font-size:11px;
}
#bannerImage {
	margin-bottom:5px;
}

/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
.sf_region8 {
	clear:right;
}
.sf_region7, .sf_region8 {
	float:right;
	display:none;
	margin-right:10px;
	width:330px;
}
.widgetset .widget {
	border-right: 15px solid #FFFFFF;
	border-top: 15px solid #FFFFFF;
	font-size: 11px;
	margin: 0;
	min-height: 1%;
	height: auto !important;
	height:1%;
	overflow: hidden;
	padding: 15px 10px 20px;
	width:295px;
}
.widgetset .widget_header {
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px;
}
.widgetset .widget_header a:link,
.widgetset .widget_header a:visited,
.widgetset .widget_header a:hover{
	text-decoration:none;
}
.widgetset .HomeLink {
	padding:10px;
}
.widgetset .HomeLink .widget_content {
	display:none;
}
.widgetset .widget_content ul,
.widgetset .widget_content ol {
	margin:0px;
	padding:0px;
	list-style:none;
}
.widgetset .widget li{
	margin:0 0 10px;
	padding:0;
	min-height:1%;
	height:auto;
}
* html .widgetset .widget li{
	height:1%;
}
.widgetset .widget li:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.widgetset label{
	margin:0px;
	padding:0px;
	display:block;
}
.widgetset form{
	margin:0px;
	padding:0px;
}
.widgetset .form_item {
	margin:0px 0px 5px;
	padding:0px;
}
.widgetset label {
	margin-bottom:3px;
}
.widgetset input[type=text] {
	width:285px !important;
	border:1px solid #cccccc;
	padding:3px;
}
.widgetset select {
	width:293px !important;
	border:1px solid #cccccc;
	padding:3px;
}
.sf_region8 .widgetset .widget {
	width:130px;
	float:left;
}
.sf_region8 .widgetset input[type="text"] {
    width: 122px !important;
}
.sf_region8 .widgetset select {
    width: 130px !important;
}
.sf_region8 .widgetset img,
.sf_region8 .widgetset embed {
    width: auto;
	height:auto;
	max-width:100%;
}
.sf_region8 .TwitterLink div {
	width:auto !important;
}
/** 
 * ------------------------------------------------------------------
 * @section IE6 PNG FIX
 * ------------------------------------------------------------------
 */
* 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 = "http://themiraculousspring.com/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));
}
* 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 = "http://themiraculousspring.com/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));
}