/* CSS Document */

body { 
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	color: #025f8d; 
	background-image: url(../images/sky_gradient.jpg);
	background-repeat:repeat-x; 
}
a:link {
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	color: #cc3703; 
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	color: #006699; 
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	color: #006699;
	text-decoration: underline;
}

h1 { 
	font-family: Verdana, sans-serif;
	color: #62b8c8; 
	font-size: 14px;
}
h1 a:link, h1 a:visited {
	font-family: Verdana, sans-serif;
	color: #3684b7; 
	font-size: 14px;
	text-decoration:none;
	position:relative;
	z-index:200;
}
h1 a:hover {text-decoration:underline;}

h1.single {padding-top:8px;}

h3 { 
	font-family: Verdana, sans-serif; 
	color: #62b8c8;
	font-size: 14px;
	margin:0 0 10px 0;
	font-weight: bold;
}
div.padder { 
	padding: 12px; 
}

div.imgleft {
	float: left;
	margin: 2px 6px 2px 2px;
	border: 0px;
}
div.imgright {
	float: right;
	margin: 2px 2px 2px 6px;
	border: 0px;
}
#content {
	position: relative;
	margin: 0px auto 0px auto;
	height: 100%;
	width: 845px;
	z-index: 1;
}

#header {
	position: relative;
	width: 845px;
	height: 226px;
	text-align: left;
	margin: 0px;
	white-space: nowrap;
}
#menu {
	position: absolute;
	top: 206px;
	left: 328px;
	height: 25px;
	z-index: 4;
	color: #cc3703;
}

#midborder {
	border-left: 2px solid #87a73e;
	border-right: 2px solid #87a73e;
	width:841px;
	background-color: white;
}

#content-padder {padding 22px 0 22px 0;}
#contentSection { 
	position: relative; 
	height: auto; 
	margin: 0px 0px 0px 208px; 
    padding: 2px;
	z-index:2;
	border-left: 1px dashed #cc3703;
	background-color: white;
}
#contentSection img { 
        margin: 2px;
}
#leftSection { 
	float:left;
	height: 80%; 
	width: 204px; 
	background-color: #FFF; 
	text-align:left;
    font-size: 12px;
	color: #4a790b;
}
#leftSection a, a:visited {
text-decoration: underline;
color: #4a790b;
}
#leftSection a:hover {
text-decoration: underline;
color: #cc3703;
}
#bottomrounded {
	width: 845px;
	height: 21px;
}
#footer {  
	position: relative; 
	height: 33px; 
	width: 845px;
	margin: 0px; 
	padding-top: 10px;
	font-size: 11px; 
	text-align: center; 
	color: #859c03;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
#footer a, footer a:visited {
text-decoration: none;
font-size: 11px;
color: #859c03;
}

#footer a:hover {
text-decoration: underline;
font-size: 11px;
color: #006699;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
list-style-type: none;
background-color: none; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
/*width: 92px; Width of top level menu link items*/
padding: 1px 6px;
border-left: 0;
color: #cc3703;
font-family: Verdana;
font-size: 12px;
font-weight: normal;
text-align: center;
text-decoration: none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: -44px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: white;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 20px; /* 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: 70px; /*width of sub menu levels*/
color: #cc3703;
text-decoration: none;
padding: 1px 6px;
border-right: 2px solid #87a73e;
border-left: 2px solid #87a73e;
border-bottom: 2px solid #87a73e;
}

.suckertreemenu ul li a:hover{
color: black;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #fdfbdd url(arrow-down.gif) no-repeat center right;
}


/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #FFF url(arrow-right.gif) no-repeat center right;
}
* 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 */

</style>



