/*
	COLORS:
	dark grey:		636466
	light grey:		c0c1c3
	light green:	add364
	dark green:		8eb051
*/

body {
	margin: 0px;
	background-color: #ffffff;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	background-position: top center;
	height: 100%;
	font-size: 72%;
	font-family: verdana, arial, sans-serif;
	color: #636466;
}

#logo {
	position: absolute;
	display: block;
	top: 16px;
	left: 50%;
	margin-left: -380px;
	width: 243px;
	height: 117px;
	background-image: url('images/mbgreenlogo.gif');
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 100;
}

#cont-wrap {
	width: 100%;
	margin: 0px auto;
	background-image: url('images/cont-bg.gif');
	background-repeat: repeat-x;
	background-position: top center;
	font-size: 1.0em;
}

#container {
	width: 900px;
	margin: 0px auto;
}

#topnav {
	width: 900px;
	height: 30px;
	text-align: right;
	padding-top: 15px;
}
#topnav a {
	margin: 8px 0px;
	padding: 2px 9px;
	border-right: 1px solid #7d9b48;
}
#topnav a.last {border: none;}
#topnav a:link {color: #7d9b48; text-decoration: none;}
#topnav a:visited {color: #7d9b48; text-decoration: none;}
#topnav a:hover {color: #ffffff; text-decoration: none;}
#topnav a:active {color: #ffffff; text-decoration: none;}
#topnav a.active:link {color: #ffffff; text-decoration: none;}
#topnav a.active:visited {color: #ffffff; text-decoration: none;}

#flash {
	width: 777px;
	height: 310px;
	margin: 0px auto;
	padding: 9px 9px 0px 9px;
	background-color: #ffffff;
}
#flashobject {
	width: 775px;
	height: 309px;
	margin: 0px auto;
	border-top: 1px solid #c0c1c3;
	border-left: 1px solid #c0c1c3;
	border-right: 1px solid #c0c1c3;
}

#navigation {
	width: 900px;
	height: 23px;
	text-align: center;
	padding-top: 8px;
}
#navigation a {
	margin: 8px 0px;
	padding: 2px 12px;
	border-right: 1px solid #7d9b48;
}
#navigation a.last {border: none;}
#navigation a:link {color: #7d9b48; text-decoration: none;}
#navigation a:visited {color: #7d9b48; text-decoration: none;}
#navigation a:hover {color: #ffffff; text-decoration: none;}
#navigation a:active {color: #ffffff; text-decoration: none;}
#navigation a.active:link {color: #ffffff; text-decoration: none;}
#navigation a.active:visited {color: #ffffff; text-decoration: none;}

#contentwrap {
	width: 900px;
	margin: 0px auto;
}

#content {
	float: left;
	width: 613px;
	padding: 25px;
	line-height: 1.8em;
}

#sidebar {
	float: left;
	width: 207px;
	padding: 15px;
	font-size: 0.9em;
}

.sidebar-box {
	background-image: url('images/sidebar-box-bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 4px solid #c0c1c3;
	padding: 10px 20px;
	margin: 0px 0px 20px 0px;
}
.sidebar-box a:link {color: #636466; text-decoration: none;}
.sidebar-box a:visited {color: #636466; text-decoration: none;}
.sidebar-box a:hover {color: #add364; text-decoration: none;}
.sidebar-box a:active {color: #add364; text-decoration: none;}

#bottomnav {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	background-color: #636466;
	color: #c0c1c3;
	padding: 5px 0px;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	font-family: arial, helvetica, sans-serif;
}
#bottomnav a {
	margin: 0px;
	padding: 0px 6px;
	border-right: 1px solid #c0c1c3;
}
#bottomnav a.last {border: none;}
#bottomnav a:link {color: #c0c1c3; text-decoration: none;}
#bottomnav a:visited {color: #c0c1c3; text-decoration: none;}
#bottomnav a:hover {color: #ffffff; text-decoration: none;}
#bottomnav a:active {color: #ffffff; text-decoration: none;}
#bottomnav a.active:link {color: #ffffff; text-decoration: none;}
#bottomnav a.active:visited {color: #ffffff; text-decoration: none;}

#footer {
	width: 895px;
	height: 50px;
	margin: 0px auto;
}

.content-table {
	border: 1px solid #636466;
	font-size: 0.9em;
	line-height: 1.0em;
}

.content-table th {
	padding: 5px;
	text-align: center;
	border: 1px solid #636466;
	font-weight: bold;
	background-color: #636466;
	color: #ffffff;
}

.content-table td {
	padding: 5px;
	text-align: center;
	border: 1px solid #636466;
}
.content-table td.dark {color: #000000; background-color: #aaaaaa;}
.content-table td.light {color: #000000; background-color: #c0c1c3;}

.online-form {
	line-height: 1.0em;
}
.online-form th {
	padding: 5px;
	color: #add364;
	border-bottom: 1px solid #add364;
	font-size: 1.2em;
	text-align: left;
}
.online-form input {
	width: 100%;
	padding: 5px;
	font-size: 1.3em;
	border: 1px solid #dddddd;
	color: #636466;
}


h1 {
	margin: 0px 0px 10px 0px;
	color: #add364;
	font-size: 1.5em;
	text-transform: uppercase;
}

h2 {
	margin: 0px 0px 10px 0px;
	color: #add364;
	font-size: 1.3em;
	text-transform: uppercase;
}

h3 {
	margin: 0px 0px 10px 0px;
	color: #add364;
	font-size: 1.1em;
	text-transform: uppercase;
}

h4 {
	margin: 0px 0px 10px 0px;
	color: #add364;
	font-size: 1.0em;
	text-transform: uppercase;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

ul {
	list-style-position: outside;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
ul li {
	margin: 5px 0px;
	padding: 0px;
}

.errorMsg {color: #cc0000; font-size: 1.1em; padding: 20px 15px; border: 1px solid #ffe400; background-color: #fdf4ac; text-align: center;}
.successMsg {color: #339900; font-size: 1.1em; padding: 20px 15px; border: 1px solid #ffe400; background-color: #fdf4ac; text-align: center;}

.mceContentBody {
	background-image: none;
	background-color: #ffffff;
}

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background-color: #add364;
	border-top: 1px solid #636466;
	border-right: 1px solid #636466;
	border-left: 1px solid #636466;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	opacity: 0.9;
	color: #636466;
	width: 225px; /* default width for menu */
}

.anylinkmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
}

.anylinkmenu ul li {
	margin: 0px;
	padding: 0px;
}

.anylinkmenu ul li a{
	width: 215px;
	display: block;
	border: none;
	border-bottom: 1px solid #636466;
	padding: 5px;
	margin: 0px;
	text-decoration: none;
	color: #636466;
}

.anylinkmenu a:hover{ /*hover background color*/
	background-color: #8eb051;
	color: #ffffff;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}

a:link {color: #636466; text-decoration: underline;}
a:visited {color: #636466; text-decoration: underline;}
a:hover {color: #add364; text-decoration: none;}
a:active {color: #add364; text-decoration: none;}