html {
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	background-color: white;
	width: 100%;
	height: 200px
}

body {
}

.wrap {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width:980px;
}
.nav {
	margin-bottom: 49px;
	margin-top: 321px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	width: 980px;
}
.nav-item {
	float: left;
}
.nav-left {
	background-position: left;
	display: block;
	width: 10px;
	height: 60px;
	background-image: url(../images/bg-nav.png);
}
.nav-right {
	background-position: right;
	display: block;
	width: 10px;
	height: 60px;
	background-image: url(../images/bg-nav.png);
}
.nav-home {
	display: block;
	background-position: -10px top;
	width: 46px;
	height: 60px;
	background-image: url(../images/bg-nav.png);
}
.nav-home-current {
	display: block;
	background-position: -10px bottom;
	width: 46px;
	height: 60px;
	background-image: url(../images/bg-nav.png);
}
.nav-communitylinks {
	display: block;
	background-position: -56px top;
	width: 124px;
	height: 60px;
	background-image: url(../images/bg-nav.png);
}
.nav-communitylinks-current {
	display: block;
	background-position: -56px bottom;
	width: 124px;
	height: 60px;
	background-image: url(../images/bg-nav.png);
}
.nav-contactus {
	display: block;
	background-position: -180px top;
	width: 97px;
	height: 60px;
	background-image: url(../images/bg-nav.png);
}
.nav-contactus-current {
	display: block;
	background-position: -180px bottom;
	width: 97px;
	height: 60px;
	background-image: url(../images/bg-nav.png);
}
.nav-requestservice {
	height: 60px;
	display: block;
	background-position: -277px top;
	width: 138px;
	background-image: url(../images/bg-nav.png);
}
.nav-requestservice-current {
	height: 60px;
	display: block;
	background-position: -277px bottom;
	width: 138px;
	background-image: url(../images/bg-nav.png);
}
.nav-seniorcitizens {
	height: 60px;
	display: block;
	background-position: -415px top;
	width: 142px;
	background-image: url(../images/bg-nav.png);
}
.nav-seniorcitizens-current {
	height: 60px;
	display: block;
	background-position: -415px bottom;
	width: 142px;
	background-image: url(../images/bg-nav.png);
}
.nav-youthfoundation {
	height: 60px;
	display: block;
	background-position: -557px top;
	width: 136px;
	background-image: url(../images/bg-nav.png);
}
.nav-youthfoundation-current {
	height: 60px;
	display: block;
	background-position: -557px bottom;
	width: 136px;
	background-image: url(../images/bg-nav.png);
}
.nav-eventscaps {
	height: 60px;
	display: block;
	background-position: -557px top;
	width: 136px;
	background-image: url(../images/bg-nav.png);
}
.nav-eventscaps-current {
	height: 60px;
	display: block;
	background-position: -557px bottom;
	width: 136px;
	background-image: url(../images/bg-nav.png);
}
.nav-zoning {
	height: 60px;
	display: block;
	background-position: -693px top;
	width: 146px;
	background-image: url(../images/bg-nav.png);
}
.nav-zoning-current {
	height: 60px;
	display: block;
	background-position: -693px bottom;
	width: 146px;
	background-image: url(../images/bg-nav.png);
}

.nav-quarterly {
	height: 60px;
	display: block;
	background-position: -839px top;
	width: 81px;
	background-image: url(../images/bg-nav.png);
}
.nav-quarterly-current {
	height: 60px;
	display: block;
	background-position: -839px bottom;
	width: 81px;
	background-image: url(../images/bg-nav.png);
}
.nav-recycling {
	height: 60px;
	display: block;
	background-position: -920px top;
	width: 50px;
	background-image: url(../images/bg-nav.png);
}
.nav-recycling-current {
	height: 60px;
	display: block;
	background-position: -920px bottom;
	width: 50px;
	background-image: url(../images/bg-nav.png);
}

.nav-selected{
	
	background-position: inherit bottom;
}
.donations {
	background: url('/assets/images/B2-donations.png') bottom;
}	
.donations:hover {
	background-position: 0 0;
}
.contentwrprnew {
	width: 980px;
	margin-bottom: 30px;
	min-height: 500px;
	color: #ffffff;
	line-height: 167%;
	font-size: 108%;
	padding-bottom: 20px;
}

.contentwrpr {
	width: 980px;
	margin-bottom: 30px;
	min-height: 500px;
	color: #023d74;
	line-height: 167%;
	font-size: 108%;
	padding-bottom: 20px;
}
.content {
	padding-right: 30px;
	padding-left: 0px;
	padding-bottom: 40px;
	float: left;
	width: 580px;
	height: 1697px;
}

.top3{ float:left; width:200px; padding: 5px 0 5px 25px; font-style:italic}
.top3 h1{ text-align:left; margin:0; padding:0; font-size:12px;}
.top3 h2{ }

.content h1 {
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 123.1%;
	text-align: left;
}
.content p {
	margin-bottom: 20px;
}
.content a {
	text-decoration: none;
	color: #6095C6;
	font-style: italic;
	font-weight: bold;
}
.content a:visited {
	color: #666666;
	font-style: italic;
	font-weight: bold;
}
.content a:hover {
	text-decoration: underline;
	color: #6095C6;
	font-style: italic;
	font-weight: bold;
}
.content-signatures {
	margin-right: 70px;
	float: left;
}
.content-address {
	margin-bottom: 20px;
	margin-left: 30px;
}
.content ul {
	margin-bottom: 20px;
	margin-left: 30px;
}
.actionbarfooter {
	line-height: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: Maroon;
	font-size: 10px;
	width: 220px;
}
.sidebar {
	line-height: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	float: right;
	display: block;
	width: 220px;
	background-color: #ffffff;
	background-position: 0 top;
	background-repeat: repeat-x;
}
.sidebarold {
	line-height: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	float: left;
	display: block;
	width: 300px;
	background-color: #6095C6;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(../images/bg-sidebar.png);
}
.clear {
	clear: both;
}
.style1a {
    font-size: xx-small;
    color: #000000;
    text-align: center
}

.special {
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 290px;
}

.special-top {
	width: 290px;
	display: block;
	height: 10px;
	background-image: url(../images/bg-specialtop.png);
}
.special-body {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
	width: 250px;
	background-image: url(../images/bg-specialbody.png);
}
.special-body p {
	line-height: 167%;
}
.special-bottom {
	height: 10px;
	width: 290px;
	display: block;
	background-image: url(../images/bg-specialbottom.png);
}
.special-title {
	text-align: center;
	width: 100%;
}

#special-eblast{
	line-height: 14px;
}
#form-eblast {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
#form-eblast input.submit {
	margin-top: 10px;
	font-size: 131%;
}
#form-eblast label {
	font-size: 93%;
	font-weight: bold;
}
.contact {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}
.contact-address {
	margin-right: 30px;
	float: left;
}
#eblast-thanks {
	width: 100%;
	text-align: center;
}
.content table p {
	padding: 20px;
	margin: 0px;
}
.blooddrive-selectdates {
	clear: both;
	padding-left: 50px;
	padding-top: 60px;
	display: block;
	height: 330px;
	width: 510px;
	background-image: url(../images/bg-blooddrive.png);
}
.blooddrive-selectdates ul {
	width: 90px;
	margin-right: 30px;
	float: left;
}
.blooddrive-selectdates ul li {
	margin-bottom: 15px;
}

.quarterly-section{
	float: left;
}
ul.blooddrive-fields {
	padding-left: 0px;
	margin-left: 0px;
	float: left;
	width: 300px;
}
ul.blooddrive-fields li {
	margin-bottom: 10px;
}
ul.blooddrive-fields li label {
	font-style: italic;
	margin-right: 10px;
	float: left;
	display: block;
	text-align: right;
	width: 100px;
}

.nerf-form {
	border-color: #6584a5;
	border-width: 1px;
	border-style: solid;
}

ul.nerf-fields {
	padding-left: 0px;
	margin-left: 0px;
	float: left;
	width: 300px;
}
ul.nerf-fields li {
	margin-bottom: 10px;
}
ul.nerf-fields li label {
	font-style: italic;
	margin-right: 10px;
	float: left;
	display: block;
	text-align: right;
	width: 100px;
	font-size: 100%;
}

.letterhead {
	width: 140px;
	float: left;
}

.letter {
	float: left;
	width: 480px;
}

.pumpkinpacer-form {
	border-color: #6584a5;
	border-width: 1px;
	border-style: solid;
}

ul.pumpkinpacer-fields {
	padding-left: 0px;
	margin-left: 10px;
	float: left;
	width: 250px;
}
ul.pumpkinpacer-fields li {
	margin-bottom: 5px;
}

ul.pumpkinpacer-fields h1 {
	margin-left: 10px;
}
ul.pumpkinpacer-fields li label {
	font-style: italic;
	margin-right: 10px;
	float: left;
	display: block;
	text-align: right;
	width: 80px;
	font-size: 85%;
}
ul.pumpkinpacer-fields li input {
	font-style: italic;
	margin-right: 10px;
	width: 100px;
	font-size: 85%;
}

ul.pumpkinpacer-waiver
{
    padding: 5px;
	margin-left: 10px;
	float: left;
	width: 300px;
	border:solid 1px #333;
}

ul.pumpkinpacer-waiver li h1 
{
	margin-left: 5px;
	font-size: 95%;
	font-weight:bold;
	color: #333;
}

ul.pumpkinpacer-waiver li p.waiver 
{
    font-size:77%;
    padding:10px 10px 10px 5px;
    line-height: 131%;
    color:#333;
}


ul.turkey-nav
{
    float:left;
    width: 200px;
    margin: 0 10px 0 0;
    border-right: 1px solid #6095C6;
}

ul.turkey-nav li
{
    margin: 0 10px 0 0;
}

ul.turkey-nav li a
{
   font-size:100%;
   padding:0 0 0 20px;
}

ul.turkey-nav li.signup
{
   font-size:100%;
   padding:10px 0 0 0px;
}

ul.turkey-nav li a.current
{
   font-size:100%;
   background-image:url(/assets/images/tt-tabarrow.png);
   background-position:left;
   background-repeat:no-repeat;
   text-decoration: none;
}

ul.turkey-nav li a:hover
{
   font-size:100%;
   background-image:url(/assets/images/tt-tabarrow.png);
   background-position:left;
   background-repeat:no-repeat;
   text-decoration: none;
}

img.center 
{   display: block;   
    margin-left: auto;   
    margin-right: auto; 
    height:250px;
    width:250px;
}

ul.turkey-text
{
    float:left;
    margin:0 0 0 10px;
}

ul.turkey-text li
{
    width:380px;
}

ul.turkey-text h1
{
    margin: 0 0 5px 0;
    padding:0;
    font-style:normal;
}

ul.film li.top
{
	display: block;
	height: 265px;
	width: 600px;
	background-image: url(../images/ff-top.jpg);
}

ul.film li.mid
{
	padding-left: 25px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-top: 10px;
	background-repeat: repeat-y;
	display: block;
	background-image: url(../images/ff-bg.jpg);
}

ul.film li.bottom
{
	display: block;
	height: 25px;
	width: 600px;
	background-image: url(../images/ff-bottom.jpg);
}

#formfilmfestival h1
{
	font-size: 108%;
}

#form-barbaravick{
	
}

#form-barbaravick label{
	width: 100px;
	display: inline-block;
	vertical-align: top;
}

#cal
{
	height:170px;
}

.sidebar a
{
	display:block;
	width: 220px;
	height:38px;
	
	}

.donation 
{
	background-image:url(/assets/images/B2-donations.png);
}
.donation:hover
{
	background-image:url(/assets/images/B2MO-donations.png);
}
.skating 
{
	background-image:url(/assets/images/B2-skating.png);
}
.skating:hover
{
	background-image:url(/assets/images/B2MO-skating.png);
}
.ssip 
{
	background-image:url(/assets/images/B2-ssip.png);
}
.ssip:hover
{
	background-image:url(/assets/images/B2MO-ssip.png);
}.budget
{
	background-image:url(/assets/images/B2-budget.png);
}
.budget:hover
{
	background-image:url(/assets/images/B2MO-budget.png);
}
.film
{
	background-image:url(/assets/images/B2-filmFest.png);
}
.film:hover
{
	background-image:url(/assets/images/B2MO-filmfest.png);
}
.nerf
{
	background-image:url(/assets/images/B2-NerfFootball.png);
}
.nerf:hover
{
	background-image:url(/assets/images/B2MO-NerfFootball.png);

}
.dodgeball
{
	background-image:url(/assets/images/B2-dodgeball.png);
}
.dodgeball:hover
{
	background-image:url(/assets/images/B2MO-dodgeball.png);

}
.facebook 
{
	background-image:url(/assets/images/B2-Facebook.png);

}
.facebook:hover 
{
	background-image:url(/assets/images/B2mo-Facebook.png);
}
.eblast 
{
	background-image:url(/assets/images/B2-EBlast.png);
}
.eblast:hover
{
	background-image:url(/assets/images/B2mo-EBlast.png);
}
.dontremap
{	background-image:url(/assets/images/dont_remap_19thward.jpg);
   
}
.turkeytrot
{
	background-image:url(/assets/images/B2-turkeytrot.png);
}
.turkeytrot:hover
{
	background-image:url(/assets/images/B2mo-turkeytrot.png);
}
.turkeytrot:hover
{
	background-image:url(/assets/images/B2mo-turkeytrot.png);
}
.golfouting 
{
	background-image:url(/assets/images/B2-GolfOuting.png);
}
.golfouting:hover
{
	background-image:url(/assets/images/B2mo-GolfOuting.png);
}

.mgfr 
{
	background-image:url(/assets/images/B2-MGFR.png);
}
.mgfr:hover
{
	background-image:url(/assets/images/B2mo-MGFR.png);
}
.circus 
{

	background-image:url(/assets/images/B2-Circus.png);
	
}
.circus:hover
{
	background-image:url(/assets/images/B2mo-Circus.png);
	
}
