@charset "utf-8";
/* CSS Document */

/* main page content floats */

/* #mainpage_container { background-color: #FFF;
	width: 784px;
	height: auto;
	margin: 0 auto;
	padding: 1px;
	text-align: left;
	border-top: 0;
	border-right: 5px solid #A2A2A2;
	border-left: 5px solid #A2A2A2; } */

#mainpage_contentMainContainer { position: relative;
	width: 79%;
	float: left;
	padding-top: 10px; }

#mainpage_contentSubContainer { position: relative;
	width: 20%;
	float: right;
	padding-top: 10px; }
	
#mainpage_contentTopContainer { width: 100%;
	background: url(../images/mainpage_bkgd_contentTop.gif) repeat-y;
	overflow: auto; }

#mainpage_contentBottomContainer { width: 100%;
	background: url(../images/mainpage_bkgd_contentBottom.gif) repeat-y; }

/* main page section floats */

#mainpage_welcomeSection { position: relative;
	width: 67%;
	float: left;
	height: auto;
	padding-bottom: 1em;
	background-color: #E6E3D8; }
	
#mainpage_eventsCalendarSection { width: 32%;
	float: right;
	height: auto; }

#mainpage_fromManagerSection { position: relative;
	width: 67%;
	float: left; }
	
#mainpage_newsUpdatesSection { width: 32%;
	float: right;
	padding-bottom: 1em; }
	
#mainpage_weatherSection { background-image: url(../images/mainpage_bkgd_weatherSection.jpg);
	background-color: #E6E3D8;
	height: auto;
	padding: 15px; }
	
#mainpage_whatsNearbySection { background-image: url(../images/mainpage_bkgd_whatsNearbySection.jpg);
	padding-bottom: 1em; }
	
/* all main page h2 headings */
	
#mainpage_h2_welcome { background: url(../images/mainpage_h2_welcome.png) no-repeat;
	text-indent: -9999px;
	height: 35px;
	display: block;
}

#mainpage_h2_fromManager { background: url(../images/mainpage_h2_fromManager.png) no-repeat;
	text-indent: -9999px;
	height: 35px;
	display: block;
}
	
#mainpage_h2_eventsCalendar { background: url(../images/mainpage_h2_eventsCalendar.png) no-repeat;
	text-indent: -9999px;
	height: 35px;
	display: block;
}
	
#mainpage_h2_newsUpdates { background: url(../images/mainpage_h2_newsUpdates.png) no-repeat;
	background-position: left top;
	text-indent: -9999px;
	height: 35px;
	display: block;
	margin-bottom: -5px; }
	
#mainpage_h2_weather { text-indent: -9999px;
	height: 0;
	margin: 0;
	display: block; }

#mainpage_h2_whatsNearby { background: url(../images/mainpage_h2_whatsNearby.png) no-repeat;
	text-indent: -9999px;
	height: 35px;
	display: block;
}
	
/* calendar section */

#mainpage_eventsCalendarSection_calendar { margin: 10px; }
	
/* what's nearby section */
	
#mainpage_whatsNearbySection li {
	padding-bottom: 0;
	margin-bottom: 0;
 }
	
#mainpage_whatsNearbySection ul a { color: #000; }
	
#mainpage_whatsNearbySection ul a:hover { color: #000066; }

/* hack */

#mainpage_clear1 { clear: both; }
#mainpage_clear2 { clear: both; }
#mainpage_clear3 { clear: both; }

/* bottom borders */

.border_contentMainContainer { height: 3px;
	clear: both;
	background:url(../images/mainpage_border_contentBottomContainer.gif) no-repeat;
	}
	
.border_contentSubContainer { width: 100%;
	height: 3px;
	background: url(../images/mainpage_border_whatsNearbySection.gif) no-repeat;
	}

/* misc */

.more { font-size: 1.4em;
	vertical-align: top;
}