@charset "UTF-8";
/* CSS Document */

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474842;
	background: #d9ddc6;
	text-align:center;
	}
	

	
img {
	border: none;
	}

#wrapper {
	width: 808px;
	margin: 0 auto;
	background: #ffffff;
	text-align:left;
	}
	
#content {
	clear:both;
	margin: 12px;
	margin-bottom: 0;
	margin-left: 12px;
	}
	
#footer {
	background: url(images/footer-blue.jpg) no-repeat bottom;
	height: 52px;
	text-align: center;
	clear: both;
	color: #ffffff;
	line-height: 12px;
	font-size: 10px;
	}
	
body.new #footer {
	background: url(images/footer-blue.jpg) no-repeat bottom;
}

#content a {
	color: #273a7b;
}
	

#footer p{
	padding: 5px 0 0 0;
	margin: 0;
}
#footer a {
	color: #ffffff;
	}
	

/* Nav */	
	

.suckertreemenu {
	margin: 5px 11px;
	height: 50px;
	}

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

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 114px; /*Width of top level menu link items*/
padding: 8px;
border-right: 1px solid #b0b39f;
text-decoration: none;
color: #0C1975;
font-size:18px;
text-align: center;
}



	
/*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;
background: #D8DCC4;
border: 1px solid #b0b39f;
}

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


/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 113px; /*width of sub menu levels*/
color: #444444;
text-decoration: none;
padding: 1px 5px;
font-size:12px;
background: none;
border-right: none;
padding: 8px;
}

.suckertreemenu ul li a:hover{

}

.suckertreemenu ul li ul li a:hover {
background: #F3F8E0;
}

	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }


.centernav a {
	background: url(images/nav-bg.jpg) repeat-x;
	}
	
.centernav a:hover {
	background: url(images/nav-bg-over.jpg) repeat-x;
	}


.leftnav a {
	background:url(images/nav-left.jpg) left no-repeat;
	z-index: 10;
	}
	
.leftnav a:hover {
	background: url(images/nav-left-over.jpg) left no-repeat;
	}
	
.rightnav a {
	background:url(images/nav-right.jpg) right no-repeat;
	}
	
.rightnav a:hover{
	background:url(images/nav-right-over.jpg) right no-repeat;
	}


</style>


	
	