@charset "utf-8";
/* CSS Document */


.suckertreemenu ul{
	margin: 0;
	list-style-type: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: none;
	float: left;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}



/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background-color: #5775bb;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	width: auto;
	padding-top: 1px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute; /* no need to change, as true value set by script */
	display: inline;
	visibility: hidden;
	font-weight: normal;
	background-color: #FFFFFF;
	top: 1em;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	font-weight: normal;
}


/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{
	left: 200px; /* 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: 205px; /*width of sub menu levels*/
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}

.suckertreemenu ul li a:hover{
color: #000000;
}

.suckertreemenu ul li ul a:hover{
color: #5775bb;
}


/*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; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}

/* End */



nav {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #FFFFFF;

	line-height: 15px;

	text-decoration: none;

}


headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #5775bb;
	line-height: 0.5px;
}


body {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 16px;

	color: #666666;

	line-height: 23px;

}


a:link {
	text-decoration:none;

}


a:visited {
	text-decoration:none;
}


a:hover {
	text-decoration:none;

}

a:active {
	text-decoration:none;
}
#links  a {
	color: #000000;
}
#links  a:hover {
	color: #666666;
}


/**rollover page**/

#rollover {
	margin-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	height: 480px;
}

#rollover li {
	list-style: none;
	margin: 0;
}

#rollover li a {
	text-decoration: none;
}

#rollover li a:link {
	color: #000000;
}

#rollover li a:visited {
	color: #000000;
}

#rollover li a:hover, #rollover li a:active, #rollover li a:focus{
	color: #666666;
	visibility: visible;
}

/**disjointed image rules**/

#rollover li a span {
	visibility:hidden;
	display:block;
	position:absolute;
	left:228px; /**adjust image position in % or px as needed**/
	top:100px; /**adjust image position in % or px as needed**/
	color:#666;
	width: 547px;
	background-color: #FFFFFF;
}

#rollover li a:hover span, #rollover li a:active span, #rollover li a:focus span {
visibility:visible;}
/**end rollover page**/


/* End */

.text_rollover {
	float: left;
	margin-right: 10px;
	margin-top: 20px;
}

.flt_rght {
	float: right;
	margin-top: -20px;
}
.button {
	float: left;
	margin-left: 2px;
}
#list a {
	color: #000000;
}
#list a:hover {
	color: #00CC66;
}


#list a:visited {
	color: #000000;
}

