﻿.sf_extra10
{
	background-image:none;
}

body
{
   background-image:none;
}

.qsc-site-companyname
{
   visibility: hidden;
}

.sf_header_wrapper
{
   background-color:#fff;
   background-image:none;
}

.sf_header_wrapper1
{
	display:inline;
	float:left;
	height:196px;
	margin-left:11px;
	padding:0px 0 0;
	width:893px;
	background-image:url(images/logo11.jpg);
}

/***************** LEVEL II ***********************/

/* hide the sub levels and give them a positon absolute so that they take up no room */
.sf_navigation ul ul
{
	visibility:hidden;
	position:absolute;
	top:27px;
	left:auto; 
	width:200px;
	border-top:0px solid Gray;
	border-bottom:1px solid Gray;
	border-left:1px solid Gray;
	border-right:1px solid Gray;
	background-color: #fff;
}



/* style the second level links */
.sf_navigation ul ul li a, .sf_navigation ul ul li a:visited 
{
	
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:6px; 
	width:189px;
	border-top:1px dotted Gray;
}

.sf_navigation ul ul li a:hover
{
	background-image: none;
	background-color: #F3CD71;
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:6px; 
	width:189px;
}

/* make the second level visible when hover on first level list OR link */
.sf_navigation ul li:hover ul,
.sf_navigation ul a:hover ul,
.sf_navigation ul li.sfhover ul
{
	visibility:visible; 
}

/**** CSS Tables ***/
.panebody
{
	padding: 0 7.5px 0 8px;
}

.paneholder
{ 
	background-color: #fff;
	padding: 10px;
	float: left;
}

.mainholder
{ 
	background-color: #fff;
	padding: 0 0 0 8px;
	float: left;
}

.lpane
{
	width:250px; 
	border: 1px dotted #1c5a29;
	background-color: #fff;
	padding: 10px;
	float: left;
	font-family: "Arial";
	font-size: 10pt;
}

.lpane ul
 {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 2em;
	color: #1C5A29;
 }
 
 .main ul
  {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 1em;
 }
 
  .main ul ul
  {
	list-style-position: outside;
	list-style-type: circle;
	padding-left: 2em;
 }
 
 .lpane ul li, .main ul li
 {
	margin-top: 0.5em;
 }
 
.main 
{
	width:578px;
	float: left;
	background-color: #fff;
	padding: 10px;
	font-family: "Arial";
	font-size: 10pt;
}

.lpane a:link, .main a:link, .lpane a:active, .main a:active
{
	text-decoration: underline;
	color: Blue;
	margin: 0;
	padding: 0;
}

.lpane a:hover, .main a:hover,.lpane a:visited, .main a:visited
{
	text-decoration: none;
	color: Blue;
	margin: 0;
	padding: 0;
}

.copyright
{
	font-size: 12pt;
}

.footer
{
	margin: 15px;
}

.sf_header_wrapper1 a:active, .sf_header_wrapper1 a:link, .sf_header_wrapper1 a:visited, .sf_header_wrapper1 a:hover
{
	float: right;
	color: Blue;
	text-decoration: underline;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

.sitemap ul li
{
	list-style-type: disc;
}

.sitemap ul ul li
{
	list-style-image: url(images/bullet.png);
	padding-left: 0.5em;
}