/*Styles for Manhattan Park District*/

body {
	background-color:#6f8056;
     }
	 
#container	{
	position:absolute;
	z-index:1;
	width:975px;
	}
	
#banner {
	position:absolute;
	background-color:#737f4f;
	margin-left:30px;
	margin-top:320px;
	z-index:2;
	}


#navigation	{
	position:absolute;
	z-index:500;
	width:960px;
	border-top:#737f4f;
	border-top-style:solid;
	border-width:thin;
	margin-left:200px;
	}

.navigation_text {
	font-family:Georgia;
	font-weight:bold;
	font-size:16px;
	color:#f3e9c2;
	}

.searchbox {
	background-color:#97ac61;
	background-repeat: no-repeat;
	background-position:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	width:150px;
	height:25px;
	color: #f3e9c2;
	z-index:500;
	}
	
.bannertext {
	font-family:Georgia;
	font-size:40px;
	font-weight:bold;
	text-align:center;
	color:#f3e9c2;
	width:550px;
	}
	
	
.searchbutton {
	width:31px;
	height:31px;
	color: #3d292f;
	vertical-align:top;
	}
	
#flash {
	position:absolute;
	background-color:#737f4f;
	margin-left:0px;
	margin-top:-2;
	z-index:3;
	}

#page {
margin-left: 400px;
margin-right: 8px;
margin-bottom: 10px;
z-index:1; }

#pagetop {
position:absolute;
background-attachment: scroll;
background-image: url(../images/top_background.png);
background-repeat: no-repeat;
background-position: center bottom;
padding: 0px; 
height: 11px;
width: 1000px;
margin: 0 auto;}

#pagemid {
background-attachment: scroll;
background-image: url(../images/middle_background.png);
background-repeat: repeat-y;
background-position: center bottom;
width: 1000px;
margin: 0 auto;
padding-top: 0px;
padding-bottom: 0px;}

#pagebot {
background-attachment: scroll;
background-image: url(../images/bottom_background.png);
background-repeat: no-repeat;
background-position: center top;
height: 11px;
width: 1000px;
margin: 0 auto;
padding: 0px;}

#welcome {
	margin-right:12px;
	height:575px;
	background-color:#ddd4b6;
	border-color:#6f8056;
	border-style:groove;
	margin-right: 257px;
	margin-bottom: -250px;
	margin-left: 225px;
	width: 500px;
}

#leftside {
margin-top:-40px;
float: left;
width: 200px;
height: auto;
margin-left:10px;
margin-bottom: 20px;}

#rightside {
float: right;
width: 247px;
padding-bottom: 20px;
margin-top:-10px;
} 

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.style6 {
	font-family: georgia;
	color: #000000;
	font-size: 16px;
}
.style8 {color: #6f8056}
.style9 {
	font-family: georgia;
	font-size: 14px;
}
.bodytext {
	font-family:Georgia;
		color:#000000;
		font-size:16px;
		}
	
.titleheadings {
	font-family:Georgia;
		color:#000000;
		font-size:16px;
		font-weight:bold;
		}
.pagetitle {
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
}

a { color: #3f4f19; }
a:visited { color: #3f4f19; }
a:hover { color: #468648; }
a:active { color: #468648; }