@charset "utf-8";
img {border: none}
.suckertreemenu ul{
list-style: none;
font-family: Arial;
font-size: 12px;
font-weight: plain;
color: #666666;
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #999999; /*border*/
border-width: 0px 0;
background: #ffffff;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #ffffff; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{

float: left;
color: #999999; /*text color*/
padding: 5px 9px;
text-decoration: none;
border-right: 0px solid #564c66; /*divider between menu items*/
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 240px; /*width of sub menu levels*/
	color: #999999;
	text-decoration: none;
	padding: 5px 9px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px none #999999;
	border-left: 1px solid #999999;
}

.suckertreemenu ul li a:hover{
background-color: #FFC100;
color: white;
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left;  }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


ul.bluelist li{
list-style-image:url(images/bullet_02.gif); 
	font:  normal 11px Arial, Helvetica, sans-serif ; 
	line-height: 18px;
	margin: 0;
	padding: 0px;
}
ul.bluelistarrow li{
list-style-image:url(images/bullet_01.gif); 
	font:  normal 11px Arial, Helvetica, sans-serif ; 
	line-height: 18px;
	margin: 0;
	padding-left: 0px;
}

.greyruletop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:19px;

	
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.border {
	border: 1px solid #999999;
}

a:link {
	color: #999999;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #FFC100;
}

.maintextw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.lazycopyw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
h1 {
font: bold 15px Arial, Helvetica, sans-serif; color:#000; margin-bottom:9px;
}
h2 {
font: bold 12px Arial, Helvetica, sans-serif; color:#8E7906; margin-bottom: 1px;
}
p	{
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 16px;
}
ul {
	list-style-type: none;
	color: #000;
	line-height: 14px;
	margin: 0;
	padding-left: 14px;
}
.ullist{
list-style-type:disc;
font:  normal 11px Arial, Helvetica, sans-serif ; 
	color: #000;
	line-height: 14px;
	margin: 0;
	padding-left: 15px;
}
.tbltxtindent15   
              {font-family:Arial, Helvetica, sans-serif;
               font-size:11px;
      padding-left:15px;
}