/*----------------------------------
		Theme_#	531
		Cat 		Business and Legal
		Name		Spic and Span
----------------------------------*/

/**
 * @hack IE 6 needs position relative set on everything
 */
.sf_wrapper,
* html .sf_header_wrapper,
* html .sf_extra2,
* html .sf_main_header,
* html .sf_extra3,
* html .sf_extra4,
* html .sf_navigation,
* html .sf_pagetitle,
* html .sf_content,
* html .sf_footer {
	position:relative;
}

body {
	background-image:url(images/bg.gif);
	background-position:0 0;
	background-repeat:repeat;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 25px 0;
	padding:0;
}

a, a:link {
	color:#0274c8;  
	text-decoration:none;	
}

a:visited {
	color:#0274c8;	
	text-decoration:none;	
}

a:hover {
	color:#0274c8;	
	text-decoration:underline;
}

.sf_outer_wrapper {

}

.sf_extra1 {
}


.sf_wrapper {
	min-width: 960px;
}

* html .sf_wrapper {
	width: expression(document.body.clientWidth < 962? "960px" : "100%");
}

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

.sf_navigation_top {
	display:none;
}

.sf_navigation_top ul {
	
}

.sf_navigation_top ul:after {
	
}

.sf_navigation_top ul li {
	
}

.sf_navigation_top ul li.sf_last_nav_item {
	
}

.sf_navigation_top ul li.sf_first_nav_item {

}

.sf_navigation_top ul li a {	
	
}

.sf_navigation_top ul li a:visited {
	
}

.sf_navigation_top ul li a:hover{
	
}

/*--------------------------------
		End Top Navigation
---------------------------------*/

.sf_extra10{
	background-image:url(images/brush.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	height:200px;
	right:0px;
	position:absolute;
	top:0px;
	width:345px;  
	z-index:9999;  
}

.sf_extra10 span {

}

/**
 * @hack PNG Fix
 */
* html .sf_extra10 {
  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_header_wrapper {
	background-position:0 0;
	background-repeat:no-repeat;
	height:200px;
	margin:0;
	padding:0;
}

.sf_extra2 {

}

/**
 * Need height and overflow for regular WST themes. 
 */
.sf_main_header {
	color:#000000;
	float:left;
	font-family:"Trebuchet MS","Lucida Sans Unicode", "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:27px;
	font-weight:bold;    
	height:80px;  
	margin-left:25px;
	padding-top:30px;
	overflow:hidden;
	width:480px; 
}

.sf_main_header div{
	height:76px;
	overflow:hidden;
}

.sf_extra3 {
}

.sf_sub_header { 
	display:none;
}

.sf_main_header p, .sf_sub_header p {
	margin:0px;
	padding:0px;
}

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

.sf_extra4 {

}

.sf_extra4 span{

}

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

/**
 * @section navigation
 */
.sf_navigation {
	background-image:url(images/navbg.gif);
	background-position:0 0;
	background-repeat:repeat;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	margin:0;
	z-index:50;
	padding:0;
	width:100%;
	min-height:43px;
	height:auto !important;
	height:43px;
}
 
.sf_navigation:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
	margin:0px;
	padding:0px;
}
 
.sf_navigation ul {
	margin: 0;
	padding:0 10px 0;
	min-height:43px;
	height:auto !important;
	height:43px;
}
 
.sf_navigation ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
 
.sf_navigation ul li {	
	float: left;
	list-style: none;	 
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */
	background-position:0 0;
	background-repeat:no-repeat; 
	display:inline; 
	margin:9px 0 1px 10px;
	padding: 0 0 0 9px; 
	white-space:nowrap;
	height:33px;
}
.sf_navigation ul li.sf_first_nav_item {
}
 
.sf_navigation ul li.sf_last_nav_item {	
}
 
.sf_navigation ul li a {
	display: block;
	text-decoration: none;	
	min-width:1%; /* Fast hack */
	width: auto !important; /* Fast hack */
	width:1%; /* Fast hack */;
	background-position:100% 0;
	background-repeat:no-repeat;
	color:#666666;
	display:block; 
	font-weight:normal;
	padding:5px 15px 4px 6px;
	margin:0px;
	height:24px;
}
 
.sf_navigation ul li a:visited {
	text-decoration: none;
}
 
.sf_navigation ul li a:hover {
	background-repeat: repeat-x;
	text-decoration: underline;
}
/*------------------------------------
	Dropdown
------------------------------------*/
/**
 * @section subnav
 */
.sf_navigation ul.subnav {
	border:1px solid #000000;
	left: -999em; 
	list-style: none;
	line-height: 1;
	margin: 0 0 0 -10px;	
	padding: 0;	
	position: absolute;	
	width: 180px;
	z-index:1000;	
	background-color:#ffffff;
}
 
.sf_navigation ul.subnav  li {
	float: left;
	margin:0;	
	padding:0;	
	width: 180px;
	background-image:none;
	height:auto;
}
 
.sf_navigation ul.subnav  li a {
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color: #dadada;
	display: block;
	height:auto;
	min-width:150px;
	padding: 7px 15px;
	text-decoration: none;	
	width: 150px;
	white-space:normal;
	background-image:none;
	background-color:#FFFFFF;
}
 
.sf_navigation ul.subnav  li a:visited {
}
 
.sf_navigation ul.subnav  li a:hover {
	background-color:#efefef;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color: #dadada;
}
 
.sf_navigation ul.subnav  li.sf_last_nav_item_subnav a {
	border-bottom:0;
}
 
#Nav1 li:hover ul, 
#Nav1 li.sfhover ul {
	left: auto;
}

/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#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);
}
/*--------------------------------
		End Navigation
---------------------------------*/

.sf_extra5 {

}

/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {
	color:#000000;  
	font-family:"Trebuchet MS","Lucida Sans Unicode", "Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:26px;
	margin:36px 25px 0 0;
	padding:0px 25px 0 25px;
}

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

/*--------------------------------
		 End Page Title
---------------------------------*/

.sf_extra6 {
	
}

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

.sf_subnavigation {
	display: none;
}

.sf_subnavigation ul {
	
}

.sf_subnavigation ul:after {
	
}

.sf_subnavigation ul li {
	
}

.sf_subnavigation ul li.sf_last_nav_item {

}

.sf_subnavigation ul li.sf_first_nav_item {

}

.sf_subnavigation ul li a {
	
}

.sf_subnavigation ul li a:visited {
	
}

.sf_subnavigation ul li a:hover {
	
}

/*--------------------------------
		 End Sub Navigation
---------------------------------*/

.sf_extra11 {

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

.sf_content {
  margin:0px 25px 20px 25px;
	padding:25px;
}

.sf_content img {
	
}

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


.sf_extra12 {
	
}


/*--------------------------------
		 Sub Navigation2
---------------------------------*/

.sf_subnavigation2 {
	display: none;
}

.sf_subnavigation2 ul {
	
}

.sf_subnavigation2 ul:after {
	
}

.sf_subnavigation2 ul li {
	
}

.sf_subnavigation2 ul li.sf_last_nav_item {

}

.sf_subnavigation2 ul li.sf_first_nav_item {

}

.sf_subnavigation2 ul li a {
	
}

.sf_subnavigation2 ul li a:visited {
	
}

.sf_subnavigation2 ul li a:hover{
	
}

/*--------------------------------
		 End Sub Navigation2
---------------------------------*/

.sf_extra7 {

}

.sf_extra7 span{
	
}

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

.sf_footer {
	color:#666666;
  margin-bottom:20px;
  margin-left:60px;  
  text-align:left; 
  width:400px;
}

.sf_footer div{
	
}

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

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


.sf_extra8 {
	
}

.sf_extra9 {

}


/*--------------------------
		Extra Stuff
--------------------------*/

.sf_banner {		
	margin-left:25px;  
  text-align:left; 
  width:400px; 
} 

.sf_banner a {

}

.sf_banner a:visited {

}

.sf_banner a:hover {

}

.sf_banner img {
	float:left;
  margin-right:10px;
}	


.sf_footer,.sf_banner {

}

/*--------------------------
		Hacks
--------------------------*/

/**
 * @hack Self clearing
 */
.sf_header_wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/**
 * @hack Self clearing div
 */
.sf_navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sf_navigation {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_navigation {height: 1%;}
.sf_navigation {display: block;}
/* End hide from IE-mac */

/**
 * @hack Self clearing div
 */
.sf_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.sf_content {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_content {height: 1%;}
.sf_content {display: block;}
/* End hide from IE-mac */


/**
 * @hack Trigger hasLayout in IE
 */  
.sf_footer {
  min-height:1%;
  height:auto !important;
  height:1%;
}

