/*----------------------------------
		Theme_# Theme Number
		Cat 	Category
		Name	Name
----------------------------------*/

body {
	margin:0px 0px 15px;
	padding:0px;
	font-family:Verdana, Geneva, Kalimati, sans-serif;
	font-size:12px;
}

.sf_pagetitle h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

p {
}

.sf_outer_wrapper {
	background-image:url(images/panel.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

.sf_extra1 {
}

.sf_wrapper {
	width:974px;
	min-height:625px;
	height:auto !important;
	height:625px;
	margin:0px auto;
	background-repeat:no-repeat;
}

* html .sf_wrapper {
	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));
}

/*--------------------------------
		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 {
	
}

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

.sf_header_wrapper {

}

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

.sf_extra2 {
	
}

.sf_main_header {
	height:60px;
	padding:10px 52px 0px;
	overflow:hidden;
	font-weight:bold;
	font-size:28px;
	background-image:url(images/panel_fix.jpg);
}

.sf_main_header div{
	height:60px;
	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 {
	margin:32px 32px 0px;
	width:908px;
	height:202px;
	background-image:url(images/sunflowers.jpg);
}

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

.sf_navigation {
	margin:0px 32px 15px;
	padding:0px 10px;
	height:1%;
}

.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;
	display:inline;
	margin-top:8px;
}

.sf_navigation ul li.sf_last_nav_item {
	
}

.sf_navigation ul li.sf_first_nav_item {

}

.sf_navigation ul li a {
	display:block;
	height:20px;
	margin:1px 1px 0px 1px;
	padding:5px 10px 0px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	width:auto !important;
	width:1%;
	white-space:nowrap;
}

.sf_navigation ul li a:visited {
	
}

.sf_navigation ul li a:hover{
	border-width:1px 1px 0px 1px;
	border-style:solid;
	height:20px;
	margin:0px;
	background-position:left bottom;
	background-color:#FFFFFF;
}

/*------------------------------------
	Dropdown
------------------------------------*/
#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, 
#Nav1 ul { /* all lists */
	list-style: none;
}

#Nav1 li a {
	display: block;
}

#Nav1 li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width:130px;
	margin:0;
	height:auto;
	border:solid 2px #f1f1f1;
	background:#ffffff;
	z-index:1000;
}
#Nav1 li ul li {
	background:none;
	line-height:normal;
	padding:0;
	margin:0;
	width:130px;
}
#Nav1 li ul li a {
	height:auto;
	border-bottom:solid 2px #f1f1f1;
	line-height:normal;
	padding:5px 7px;
	width:120px;
	white-space:normal;
}
#Nav1 li ul li a:hover {
	background-color: #FEE6BA;
	background-image: none;	
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*--------------------------------
		End Navigation
---------------------------------*/

.sf_extra5 {
	
}

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

.sf_pagetitle {
	margin:0px 52px 15px;
	font-weight:bold;
	clear:both;
}

/*--------------------------------
		 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 42px 20px;
	min-height:200px;
	height:auto !important;
	height:200px;
}

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

/*--------------------------
		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 {
	text-align:center;
	padding:10px;
	font-size:10px;
}

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

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


.sf_extra8 {
	
}

.sf_extra9 {
	
}


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


* html a {
	position:relative;
}

a:visited {
	
}

a:hover {
	
}

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

.sf_banner img {
	margin:15px 0px 10px;
}

.sf_banner a {

}

.sf_banner a:visited {

}

.sf_banner a:hover {

}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 
