body {
	background: url(../images/bg.jpg) #971b1b repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
}

#container {
	width: 765px;
	height: 620px;
	margin: 0 auto;
	background-color: #fff;
}
#logo {
	height: 84px;
	width: 100%;
	background: url(../images/logo_bg.jpg) repeat-x;
}
#toolbar {
	width: 746px;
	height: 26px;
	margin: 0 10px 0 9px;
	background: url(../images/toolbar_bg.jpg) repeat-x;
}
#midContainer {
	width: 746px;
	height: 305px;
	margin: 11px 10px 0 9px;
}
#missionStatement {
	width: 369px;
	height: 305px;
	background: url(../images/missionStatement_bg.jpg) no-repeat;
	float: left;
}
#photo {
	width: 377px;
	height: 305px;
	float: right;
}

#bottomContainer {
	width: 746px;
	height: 162px;
	margin: 13px 10px 0 9px;
}
#testimonials {
	width: 357px;
	height: 162px;
	float: left;
	background: url(../images/testimonial_bg.jpg) no-repeat;
}
#calendar {
	width: 379px;
	height: 162px;
	background: url(../images/calendar_bg.jpg) no-repeat;
	float: right;
}


/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

#missionTitle {
	width: 300px;
	height: 20px;
	font: 22px "Times New Roman", Times, serif;
	color: #fff;
	margin-top: 28px;
	margin-left: 18px;
}
#missionText {
	width: 341px;
	height: 208px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 15px;
	margin-left: 18px;
	margin-top: 10px;
}
#testimonialsTitle {
	width: 300px;
	height: 18px;
	font: 22px "Times New Roman", Times, serif;
	color: #111;
	margin-top: 13px;
	margin-left: 17px;
}
#testimonialsBox {
	width: 330px;
	height: 99px;
	margin-left: 16px;
	margin-top: 10px;
}
#testimonialsPhoto {
	width: 96px;
	height: 96px;
	float: left;
}
#testimonials img {
	border: 5px solid #fff;
	text-align: center;
	vertical-align: middle;
}
#testimonialsRight {
	width: 228px;
	height:99px;
	float: right;
}
#testimonialsText {
	height: 85px;
	padding-top: 5px;
}
#testimonialsLink {
	margin-top: 3px;
	width: 228px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #111;
	font-weight: bold;
	text-align: right;
}
#calendarTitle {
	width: 300px;
	height: 16px;
	font: 22px "Times New Roman", Times, serif;
	color: #2b3f71;
	margin-top: 8px;
	padding-left: 12px;
	margin-bottom: 10px;
}
#calendarText {
	width: 360px;
	height: 95px;
	margin-left: 12px;
	margin-top: 10px;
	padding-bottom: 5px;
}
#calendarLink {
	padding-top: 5px;
	width: 360px;
	height: 12px;
	margin-left: 8px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #111;
	text-align: right;
	font-weight: bold;
}
.footerLink {
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
.footerLink a:link, .footerLink a:visited, .footerLink a:active {
	color: #fff;
	text-decoration: underline;
}
.footerLink a:hover {
	color: #4460a5;
	background: #fff;
	text-decoration: none;
}