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

h2 {
	padding: 20px 0 0 0;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 3px solid #efefef;
}

table tr td p {
	margin: 0 0 15px 0;
}

#grey_box {
	width: 100%;
	background: #efefef;
	margin: 0 0 10px 0;
}

.bl { background: url('../images/corner_bottom_left.gif') 0 100% no-repeat;  }
.br { background: url('../images/corner_bottom_right.gif') 100% 100% no-repeat;   }
.tl { background: url('../images/corner_top_left.gif') 0 0 no-repeat;  }
.tr { background: url('../images/corner_top_right.gif') 100% 0 no-repeat; padding: 10px; }

#list li {
	list-style: none;
	background-image: url(../images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 10px;
}

#bottom_bar { }
#bottom_bar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#bottom_bar ul li {
	padding: 0;
	margin: 0;
	float: left;
}

#bottom_bar ul li a.community_development {			display: block;		width: 237px;	height: 80px;	background: url("../images/bottom_bar/1_community_development.gif") no-repeat; }
#bottom_bar ul li a.community_development:hover {	display: block;		width: 237px;	height: 80px;	background: url("../images/bottom_bar/1_community_development-over.gif") no-repeat; }
#bottom_bar ul li a.business_directory {			display: block;		width: 238px;	height: 80px;	background: url("../images/bottom_bar/2_business_directory.gif") no-repeat; }
#bottom_bar ul li a.business_directory:hover {		display: block;		width: 238px;	height: 80px;	background: url("../images/bottom_bar/2_business_directory-over.gif") no-repeat; }
#bottom_bar ul li a.something_to_say {				display: block;		width: 238px;	height: 80px;	background: url("../images/bottom_bar/3_something_to_say.gif") no-repeat; }
#bottom_bar ul li a.something_to_say:hover {		display: block;		width: 238px;	height: 80px;	background: url("../images/bottom_bar/3_something_to_say-over.gif") no-repeat; }
#bottom_bar ul li a.video_conference {				display: block;		width: 237px;	height: 80px;	background: url("../images/bottom_bar/4_video_conference.gif") no-repeat; }
#bottom_bar ul li a.video_conference:hover {		display: block;		width: 237px;	height: 80px;	background: url("../images/bottom_bar/4_video_conference-over.gif") no-repeat; }

#welcome_bar {
	
}

#welcome_bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#welcome_bar ul li {
	padding: 0;
	margin: 0;
	float: left;
}

.error {
	border: 3px solid #f00;
	background-color: #ffe5e5;
	padding: 10px;
	margin: 10px 0;
}

.calendar {
  float: left;
  margin-right: 6px;
  width: 42px;
  height: 42px;
}

.calendar-day {
  font-weight: bold;
  font-size: 1.3em;
  color: #000;
  width: 42px;
  text-align:center;
  padding-top: 18px;
}

.calendar-icon-01 { background: url('../images/calendar/01.gif'); }
.calendar-icon-02 { background: url('../images/calendar/02.gif'); }
.calendar-icon-03 { background: url('../images/calendar/03.gif'); }
.calendar-icon-04 { background: url('../images/calendar/04.gif'); }
.calendar-icon-05 { background: url('../images/calendar/05.gif'); }
.calendar-icon-06 { background: url('../images/calendar/06.gif'); }
.calendar-icon-07 { background: url('../images/calendar/07.gif'); }
.calendar-icon-08 { background: url('../images/calendar/08.gif'); }
.calendar-icon-09 { background: url('../images/calendar/09.gif'); }
.calendar-icon-10 { background: url('../images/calendar/10.gif'); }
.calendar-icon-11 { background: url('../images/calendar/11.gif'); }
.calendar-icon-12 { background: url('../images/calendar/12.gif'); }

.quote {
	width: 210px;
	background-image: url('../images/quote_bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
	margin: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #809a33;
}

.small {
	font-size: 10px;
}

.form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.download_pdf {
	width: 196px;
	height: 22px;
	background-image: url('../images/download_bg_pdf.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding: 12px;
	margin: 10px;
	float: left;	
}

.download_pdf a {
	color: #fff;
	text-decoration: none;
}
.download_doc {
	width: 196px;
	height: 22px;
	background-image: url('../images/download_bg_doc.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	padding: 12px;
	margin: 10px;
	float: left;
}

.download_doc a {
	color: #fff;
	text-decoration: none;
}

.abutton {
	display: block;
	width: auto;
	height: 40px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 2px;	
	color: #fff;
	
	text-decoration: none;
	background: url('../images/button_bg.gif') no-repeat left center;
	cursor: pointer;
}

.abutton span {
	display: block;
	height: 40px;
	padding: 0 2px 0 0;
	background: url('../images/button_bg_end.gif') no-repeat right center;
	cursor: pointer;
}

.abutton:hover {
	background: url('../images/button_bg-over.gif') no-repeat left center;
}
.abutton:hover span {
	background: url('../images/button_bg_end-over.gif') no-repeat right center;
}

.maptext {
	font-size: 11px;
	line-height: normal;
}
