/*----------------------------------
		Theme625
----------------------------------*/
/*----------------------------------
		Typography Reset
----------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:18px;line-height:1;margin:0px;padding: 0px;font-family:  Georgia, "Nimbus Roman No9 L", serif; }
h2 {font-size:16px;margin: 10px 0;padding: 0px;font-family:  Georgia, "Nimbus Roman No9 L", serif;}
h3 {font-size:16px;margin: 10px 0;padding: 0px;font-family:  Georgia, "Nimbus Roman No9 L", serif;}
h4 {font-size:14px;line-height:1.25;height:1.25em;margin: 5px 0;padding: 0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h5 {font-size:1em;font-weight:bold;margin: 5px 0;padding: 0px;font-family:  Georgia, "Nimbus Roman No9 L", serif;}
h6 {font-size:1em;font-weight:bold;margin: 3px 0; padding: 0px;font-family:  Georgia, "Nimbus Roman No9 L", serif;}
form {margin:0; padding:5px;}
blockquote {margin:1em;}
sup, sub {line-height:0;}
address {margin:0 0 1.0em;}
pre, code {margin:1em 0;white-space:pre;}
pre, code, tt {line-height:1.5;}
li ul, li ol {margin:0 2.0em;padding:0;}
ul, ol {margin:0 1.0em;padding:0;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1em 0;}
dd {margin-left:1em;}
caption {margin:0; padding:.3em;}

/*----------------------------------
		General
----------------------------------*/

body {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;	
	background-color: #505961;	
	color: #333333;
	background-image: url(images/body-bkg.gif);
	background-repeat: repeat-x;
}

.sf_outer_wrapper {
	background-image: url(images/content-bkg.gif); 
	background-repeat: repeat-y;
	background-color: #ffffff;
	width: 900px;   
	margin: 20px auto 0px;	
	_margin: 5px auto;	
}

.sf_extra1 {

}

.sf_wrapper {	
	width:900px !important;
	position: relative;	
}

/*--------------------------------
		Top Navigation
---------------------------------*/
.sf_navigation h3 {
	display:none;
}

.sf_navigation {
	background-image: url(images/nav-bkg.jpg);
	background-repeat: repeat;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	min-height:40px;
	height:auto !important;
	height:40px;
	font-size:13px;
}

.sf_navigation:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin:0px;
	padding:0px;
}

.sf_navigation ul {
	margin:0px;
	padding:0px;
	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;
	min-height:22px;
	height:auto !important;
	height:22px;
	padding:8px 0px 7px 5px;
	white-space:nowrap;
}

.sf_navigation ul li.sf_first_nav_item {
}


.sf_navigation ul li.sf_last_nav_item {
}


.sf_navigation ul li a {
	color: #2a2a2a;
	padding: 4px 7px 5px 5px;
	text-decoration:none;
	display:block;
}

.sf_navigation ul li a:visited {
	color: #2a2a2a;
}

.sf_navigation ul li a:hover {
	color: #2a2a2a;
	background-color: #99A3AF;
}

/*------------------------------------
	Flyout menu
------------------------------------*/

.sf_navigation .subnav { /* second-level lists */
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;	
	width: 170px;
	left: -999em;
	z-index: 1000;	
}

.sf_navigation .subnav li { /* second-level lists */	
	width: 170px;
	background-image: none;
	white-space: normal;
	background-color: #D1D7DF;
	height: auto;
	padding: 0px;
}

.sf_navigation .subnav li a, 
.sf_navigation .subnav li a:visited  { /* second-level lists */	
	width: 160px;
	height: auto;
	background-image: none;	
	padding: 5px;
}

.sf_navigation .subnav li a:hover  { /* second-level lists */		
	width: 160px;
	height: auto;
	padding: 5px;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#Nav1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

/*--------------------------------
		End Top Navigation
---------------------------------*/


.sf_extra10 {	
}

/*--------------------------------
		Header
---------------------------------*/

.sf_header_wrapper {	
	
}

.sf_extra2 {
	
}

.sf_main_header {	
	text-align: center;	
	width: 340px;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 34px;
	font-weight: normal;
	font-variant: normal;
	display: block;
	min-height:45px;
	height: auto !important;
	height:45px;
	padding: 5px;	
}

.sf_extra3 {
}

.sf_sub_header {
	display: none;
}

.sf_main_header p, .sf_sub_header p {
	margin: 0;
	padding: 0;
}

/*--------------------------
		End Header
--------------------------*/

.sf_extra4 {		
}

.sf_extra5 {	
}

/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {	
	float: right;
	width: 500px;	
	margin-right: 16px;
	margin-top: 35px;	
	text-align: left;
	font-size: 22px;
	font-weight: normal;
	font-family: Georgia, times, serif;		
	display: inline;
	text-align: left;
}

/*--------------------------------
		 End Page Title
---------------------------------*/


.sf_extra6 {
}


/*--------------------------------
		 End Sub Navigation
---------------------------------*/

.sf_extra11 {
}
	
/*--------------------------
		Content
--------------------------*/

.sf_content {	
	clear:right;
	float: right;
	width: 500px;	
	padding-top: 10px;
	padding-right: 25px;	
	padding-bottom: 20px;	
	height: 350px;
	height: auto !important;
	min-height: 350px;
}

.sf_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*--------------------------
		End Content
--------------------------*/


.sf_extra12 {	
}

.sf_extra7 {		
}

.sf_extra7 span {	
}

/*--------------------------
		 Footer
--------------------------*/
.sf_region10 {
	width: 900px;
	margin: 0 auto;
}

.sf_footer {	
	font-family: Arial, Verdana, Helvetica, sans-serif;		
	text-align:right;
	min-height:15px;
	height:auto !important;		
	height:15px;
	padding: 5px 10px;	
	font-size:11px;
	width: 880px;
}

.sf_footer a,
.sf_footer a:link {
	color: #fff;
}

.sf_footer p {
	margin:0px;
	padding:0px;
}

/*--------------------------
		End Footer
--------------------------*/

.sf_extra8 {	
	
}

.sf_extra9 {
	width: 900px;
	height: 22px;
	clear: both;
	background-image: url(images/ftr-bkg.png);
	background-repeat: no-repeat;
	background-color: #505961;		
}

* 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));
}


/*--------------------------
		Extra Stuff
--------------------------*/

a:link {	
}

a:visited {	
}

a:hover {	
}

.sf_banner {
	font-size: 11px;
	margin: 40px auto 0 auto;
	text-align: center;
	width: 900px;
	color: #8E98A4;
}

#bannerLink {
	padding: 10px;
	margin: 10px;
}

#bannerLink a, a:visited, a:hover{
	color: #8E98A4;
}

/*--------------------------
		Sidebar
--------------------------*/
.sf_region2 {
	float: left;
	display:inline;
	width: 350px;
	min-height: 465px;
	height: auto !important;
	height: 465px;
	clear:both;
	color: #ffffff;
	background-image: url(images/header-img.jpg); 
	background-repeat: no-repeat;
}

.widgetset .widget {	
	background-repeat: no-repeat;
	background-position: bottom;	
	margin-top: 10px;
	margin-bottom:10px;
	width: 330px;			
}

.widgetset .widget_content {	
	background-repeat: repeat-y;
	padding: 15px 15px;
	margin: 0 0 0 20px;
	overflow:hidden;
	width: 280px;
	border: 1px solid #29303A;
}

.widgetset .widget_header {
	margin:0px;
	padding:0px 0px 3px 0px;
	margin-left: 20px;
	font-size:20px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;	
	background-repeat: no-repeat;	
	overflow: hidden;
}

.widgetset .widget.HomeLink {
	
}

.widgetset.widget ul, .widgetset.widget ol {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.widgetset .widget li {
	margin:0px;
	padding: 5px 0px;
	overflow:hidden;
}

.widgetset .widget img {
	vertical-align: top;
	padding: 3px;
	border: none;
}

.widgetset a:link,
.widgetset a:visited {
	text-decoration:underline;
	padding: 2px 0;
	color: #ffffff;
}

.widgetset a:hover {
	padding: 2px 0;
	text-decoration: none;
	color: #ffffff;
}

.widgetset .widget_content .form_item {
	margin:0px;
	padding:3px;
	width: 230px;
}

.widgetset .widget input, .widgetset .widget select {
	color: #222;
	width:175px;
}

.widgetset .widget .btn {
	width:auto;
	margin: 5px 0px;
}

