@charset "utf-8";
body {
	top: 25px;
	position: relative;
	margin: auto;
	background-image: url('/images/bg11.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #FFDD1C;
}
a:link {
	text-decoration: none; 
	color: #0055A6;
}
a:visited {
	text-decoration: none; 
	color: #0055A6;
}
a:active {
	text-decoration: none; 	
	color: #0055A6;
}
a:hover {
	text-decoration: none; 
	color: #4FB748;
}
.container {
	width: 800px;
	min-height: 575px;
	margin: auto;
	background-color: #FFFFFF;
}
.topimage {
	width: 800px;
	height: 150px;
}
.topbar {
	width: 800px;
	height: 2px;
	background-color: #0055a6;
}
.boxText {
	float: right;
	color: #FFFFFF;
	padding-right: 3px;
	font-family: trebuchet ms;
	font-weight: bold;
	font-size: 17px;
}
.menu {
	position: relative;
	z-index: 2;	
	width: 140px;
	vertical-align: top;
	height: 425px;
	background-color: #0055A6;
}
.content {
	padding: 5px;
	min-height: 460px;
	position: relative;
	z-index: 1;
}
.maintitle {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #4FB748;
	font-style: italic;
}
.menuimage {
	padding-top: 0px;
}
.text {
	font-family: 'Arimo', serif;
	font-size: 14px;
}
.fblike {
	position: fixed;
	z-index: 5;
	padding-left: 5px;
	padding-top: 2px;
	top: 0px;
	height: 26px;
	width: 795px;
	background-image: url('/images/fbbar.jpg');
	background-color: #dddddd;
}
.testimonials {
	font: 14px Franklin Gothic Medium, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.copyright {
	text-align: center;
	font: 12px 'Arimo', serif;
}
.title {
	color: #0055A6;
	font: 19px Franklin Gothic Demi, Helvetica, Arial, sans-serif;
}
.title-orange {
	color: #CD3700;
	font: 19px Franklin Gothic Demi, Helvetica, Arial, sans-serif;
}
.title2 {
	font-weight: bold;
	color: #4Fb748;
}
.subtitle {
	font: 15px Franklin Gothic Demi, Arial, Helvetica, sans-serif;
	color: #4FB748;
	font-style: italic;
}
.boldtext {
	font-weight: bold;
}
.countertext {
	font: 16px 'Arimo', serif;
	font-weight: bold;
}
.newsOutter {
   	border-top: 1px solid white;
   	border-bottom: 1px solid white;
   	padding: 5px 4px;
   	padding-left: 20px;
	font: 15px 'Arimo', serif;
	color: #0055A6;
}
.newsOutter:hover {
   	background-color: white;
   	color: #4fb748;
   	cursor: pointer;
}
.newsInner {
   	background-color: white;
	font: 14px 'Arimo', serif;
   	padding: 0px 15px;
   	padding-bottom: 8px;
   	display: none;
}
.newsLink {
   	border-top: 1px solid white;
   	border-bottom: 1px solid white;
   	padding: 5px 4px;
   	padding-left: 20px;
	font: 15px Franklin Gothic Medium, Arial, Helvetica, sans-serif;
}
.image {
	padding: 5px;
}
.red {
	color: red;
}
.blue {
	color: #0055a6;
}
.yellow {
	color: #ffdd1c;
}
.white {
	color: #ffffff;
}
.gallery {
	width: 630px;
}
.calendarWeek {
	font: 15px 'Arimo', serif;
	color: #0055a6;
	font-weight: bold;
}
.calendarDay {
	font: 13px 'Arimo', serif;
	font-weight: bold;
}
.calendarMonth {
	font: 15px 'Arimo', serif;
	font-weight: bold;
}
.calendarDayHead {
	font: 15px 'Arimo', serif;
	font-weight: bold;
	color: #0055A6;
}
.calendarSubtitle {
	font: 9px 'Arimo', serif;
	color: #4fb748;
	font-style: italic;
	font-weight: bold;
}
.calendarText {
	font: 12px 'Arimo', serif;
	text-align: center;
	padding: 5px;
}
table.calendar {
	border-width: 1px;
	border-style: outset;
	border-color: black;
	margin-left: auto;
	margin-right: auto;

}
table.calendar td {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
}
.weather {
	float: right;
	width: 234px;
	height: 60px;
}
.menu_div ul
{
	padding:0px 0 0 5px;
	margin:0px;
	list-style:none;
	font-family:Lucida Sans, Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight: bold;
	height:30px;
	line-height:30px;
	background:#0055a6;
}
.menu_div ul li
{
	float:left;
}
.menu_div ul li a
{
	color:#FFF;
	text-decoration:none;
	padding: 2px 7px 2px 7px;
}
.menu_div ul li a:hover
{
	color:#ffdd1c;
	background:#0065AA;
}
.menu_div ul li#active a
{
	color:#ffdd1c;
	background:#0065AA;
}
.textred a
{
	color:red;
	text-decoration:none;
	font-family: 'Arimo', serif;
	font-size: 16px;
}
.textred a:hover
{
	color:#0055a6;
}
