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

ul#topNavigationLinks {
	padding:0;	
}

/*this is for the city specific pages, community overview section*/
.cityWrapper #section3{
	height:	330px;
	overflow:hidden;
}

/*there is a weird white line near the bottom of the white rounded corners in IE8.  This fixes it.*/
.eventServicesWrapper #eventServicesInnerPage{
	min-height:545px; /*360px;	*/
}

/* the footer links were squishing up against the right column on most pages so force some space*/
#contentBottomLinks {
	padding-top:15px;
}