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


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	background-image: url(images/greybg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.footer {
	color: #7E92ED;
	font-size: 11px;

}
.info {
	color: #009;
	font-size: 11px;

}
a.info:link, a.info:visited {
	color: #009;
	text-decoration: underline;
}
a.info:hover, a.info:active {
	color: #FF0000;
	text-decoration: underline;
}

a.footer:link, a.footer:visited {
	color: #7E92ED;
	text-decoration: underline;
}
a.footer:hover, a.footer:active {
	color: #FF0000;
	text-decoration: underline;
}
p {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	font-size: 11px;
	padding-top: 0px;
}
.gradient {
	background-image: url(images/gradient_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
}
.riverdene {
	height: 100px;
	margin: 0px;
	padding: 0px;
}
.mmlogo {
	background-image: url(images/mmlogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 67px;
}
.content1 {
	background-image: url(images/gradient_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content2 {

	font-size: 9px;
	font-weight: bold;
	color: #000099;
	line-height: 100%;
	
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #000099;
	padding-top: 11px;
	padding-left: 20px;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-position: outside;
	list-style-type: square;
}

.inline {
	color: #666;
	text-decoration: underline;
}





/*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;
background-color: #FFFFFF; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 70px; /*Width of top level menu link items*/
padding: 1px 3px;
border: 0px solid white;
border-left-width: 0;
text-decoration: none;
font-size: 11px;
color: #7E92ED;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	right: 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: none;
list-style-type: none;
}

/*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: 160px; /*width of sub menu levels*/
font-size: 11px;
color: #7E92ED;
text-decoration: none;
padding: 1px 5px;
border: 0px solid #FFF;
}

.suckertreemenu ul li a:hover{
background-color: white;
color: #000099;
font-size: 11px;

}

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