body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A2A2A;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url("http://www.villageatmaplewood.com/bscimages/repeat-home.jpg") repeat-x;
	line-height: 18px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #427162;
	font-size: 19px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 23px;
	color: #576808;
}

.welcometext {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0px -1px 0px #333333;
/*	filter: dropshadow(color=#333333,offX=0,offY=-1);*/
	font-size: 26px;
	padding-right: 60px;
	padding-left: 90px;
	line-height: 35px;
	font-weight: normal;
}

.homesidebar {
	padding-left: 90px;
}

.greentext {
	color: #7A920A;
/*	text-shadow: 0px -1px 0px #000000; */

}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #444444;
	padding-right: 50px;
}

.leadintext {
	color: #003E52;
	font-size: 19px;
}

.footertext {
	padding-left: 90px;
}

.footernav {
	font-size: 12px;
}

.footer {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #9ECCD8;
}

#menu {
	position:relative;
	top:100px;
	left:5px;
	height:25px;
	z-index: 10;
}

#nav, #nav ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	z-index: 10;
}
#nav {
	position: relative;
	float:left;
	z-index:10;
}
#nav a {
	display: block;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	color:#FFFFFF;
/*	backgrond-color: #024A5E; */
}
#nav li {
	float: left;
	width:auto;
	z-index:10;
}
#nav li a{
	font-size:12pt;
	font-weight:normal;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	width:110px;
	line-height:25px;
	background-color: #024A5E;
}
#nav li a:hover{
	background-color:#115E78;
	color:#FFFFFF;
}
#nav li a:active{
	background-color:#115E78;
}
#nav li ul {
	position: absolute;
	left: -999em;
	width:6em;
	z-index:10;
}
#nav li ul li a:hover{
	background-color:#778E0D;
	color: #FFFFFF;
	background-image:none;
	opacity:1.0;
	filter:alpha(opacity=100);
	z-index:10;
}
#nav li ul li a{
	font-size:9pt;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	text-align:left;
	padding-left:10px;
	line-height:14px;
	background-color:#115E78;
	opacity:0.9;
	filter:alpha(opacity=90);
	color:#FFFFFF;
	border-right:none;
	width:143px;
	z-index:10;
}
#nav li ul ul {
	margin: -30px 0 0 128px;
	z-index:10;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li:hover {
	position:static;
}