* {
   margin: 0;
   padding: 0;
}
.bottomImage {
	margin-right: 10px;
	margin-left: 10px;
	border: 4px solid #AEA884;
	margin-top: 10px;
	margin-bottom: 10px;
}


body{
	font-family: "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: small;
	color: #3E3E3E;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
}

hr{
   display: none;
}


#container{

}
.news li a{
			font-size:11px;
			color:blue;
			text-decoration:none;
}
.news li a:hover{
			font-size:11px;
			color:red;
			text-decoration:none;
			font-weight:bold;
			text-decoration:underline;
}

a {
	font-size: 12px;
	line-height: 1.2;
	text-decoration: none;
	overflow: hidden;
	color: #2E8EAB;
}
a:hover {
	font-size: 12px;
	line-height: 1.2;
	text-decoration: underline;
	color: #4C2D35;
}

/* =Header
---------------------------------------------------------------------
*/

#topbar{
   width: 752px;
   margin: 0 auto;
   padding: 7px;
}

#topbar p{
   color: #D9D6B3;
   font-size: 85%;
   text-align: right;
   line-height: 1;
}

#topbar p b{
   color: #605B4B;
   font-weight: normal;
}

#header{
	position: relative;
	clear: left;
	float: left;
	width: 764px;
	left: 96px;
	top: 6px;


}

#header h1{
   float: left;
   width: 342px;
   height: 59px;
   margin-top: 14px;
   background: url(../images/bg_h1.jpg) no-repeat;
   text-indent: -9999px;
}

#header h1 a{
   display: block;
   width: 342px;
   height: 59px;
}

#header #service-times{
	position: absolute;
	top: 96px;
	right: 14px;
	width: 218px;
	height: 18px;
	padding-top: 4px;
	background: url(../images/bg_service-times.gif) no-repeat;
}

#header #service-times p{
   font-size: 75%;
   text-align: center;
}

#header #service-times a{
	color: #FCF8E5;
	text-decoration: none;
	font-size: 11px;
}




/* =Navigation
---------------------------------------------------------------------
*/

#nav{
	display: inline;
	position: relative;
	clear: left;
	float: left;
	width: 526px;
	height: 61px;
	margin: 16px 0 0 1px;
	background: url(../images/bg_nav.gif) no-repeat;
	list-style: none;
}

#nav li{
   float: left;
   background: url(../images/bg_nav_li.gif) no-repeat;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1;
}

#nav .current,
#nav li:hover,
#nav li.sfhover{
   background: url(../images/bg_nav_li_a_hover.gif) repeat-x;
}

#nav li#nav_home{
   background: none;
}

#nav li#nav_home.current_home,
#nav li#nav_home.current,
#nav li#nav_home:hover,
#nav li#nav_home.sfhover{
   background: url(../images/bg_nav_li_home_a_hover.gif) no-repeat;
}

#nav .current_contact,
#nav li#nav_contact:hover,
#nav li#nav_contact.sfhover{
   background: url(../images/bg_nav_li_contact_a_hover.gif) no-repeat right top;
}

#nav li a{
	display: block;
	float: left;
	padding: 7px 19px 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.upcomingEvents {
	background-color: #CFC89D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADA75F;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FCF8E5;
	border-left-color: #FCF8E5;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 0px;
	line-height: 1.4em;
}


#nav .current_home a,
#nav .current_contact a,
#nav .current a,
#nav li:hover a,
#nav li.sfhover a{
   color: #311801;
}

#nav .current ul ul,
#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   list-style: none;
}

#nav li li,
#nav li li.current{
   float: left;
   font-size: 85%;
   background: url(../images/bg_nav_li_li.gif) no-repeat right center;
   text-indent: 0;
}

#nav li:hover li:hover,
#nav li.sfhover li.sfhover{
   background: url(../images/bg_nav_li_li.gif) no-repeat right center;
}

#nav .current_contact ul,
#nav .current ul,
#nav li:hover ul,
#nav li.sfhover ul{
   top: 32px;
   left: 18px;
   width: 500px;
   z-index:2;
   background: #E3E7BB;
}

#nav li li a{
   float: left;
   width: auto !important;
   background: none !important;
   padding: 8px 12px;
   color: #3B200A;
}

#nav li li a:hover{
   color: #D36401;
   text-decoration: underline;
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#container-inner{
	width: 764px;
	clear: both;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

/* =Content-Wrap
---------------------------------------------------------------------
*/

#content-wrap{
   clear: both;
   width: 764px;
   float: left;
   margin-bottom: 15px;
}

/* =Content
---------------------------------------------------------------------
*/

#content{
	float: left;
	width: 464px;
	padding: 12px 23px 0;
}

#content h3{
   clear: left;
   margin: 0 -15px .5em;
   padding: 3px 13px;
   border: 1px solid #E5DEB6;
   border-right: 0;
   border-left: 0;
   background: #F0ECD3;
   color: #BC6101;
   font-size: 135%;
   font-weight: normal;
}

body#home #content h3{
   margin: 0 0 .5em;
   padding: 0 0 .5em;
   border: 0;
   border-bottom: 1px solid #E9E3C9;
   background: none;
   color: #014E5F;
   font-size: 115%;
}

#content h4{
   margin-bottom: .25em;
   color: #00748d;
   font-size: 115%;
}

#content h5{
   margin-bottom: .25em;
   color: #bc6101;
   font-size: 115%;
}

#content h6{
   margin-bottom: .25em;
   color: #1B1B1B;
   font-size: 100%;
}

#content p,
#content ul,
#content ol,
#content td{
   margin-bottom: 1em;
   color: #1B1B1B;
   font-size: 85%;
   line-height: 1.5;
}

#content p.more{
   padding-top: .25em;
   border-top: 1px solid #E9E3C9;
   font-size: 75%;
   font-weight: bold;
   text-transform: uppercase;
   text-align: right;
}

#content p.more a{
   padding: 2px 20px 2px 0;
   background: url(../images/bg_more.gif) no-repeat right center;
   color: #BC6101;
}

#content p.more a:hover{
   color: #FC972B;
}

#content ul,
#content ol{
   margin-left: 3em;
}

#content ul#byline{
   float: left;
   margin-bottom: 10px;
   font-size: 85%;
   list-style: none;
}

#content a{
   color: #BC6101;
}

#content a:hover{
   text-decoration: none;
}

/* =Footer
---------------------------------------------------------------------
*/


#footer{
   clear: both;
   /*margin-top: 5px;*/
   border-top: 1px solid #CBC398;
   background: #D8D1AD;
}

#footer-inner{
	color: #000000;
	font-size: 85%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	height: 4px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
}

#footer-inner a{
   color: #000000;
}

#footer-inner a:hover{
   text-decoration: none;
}

#footer-inner img{
   margin: 0 10px;
   border: 5px solid #AEA884;
}

#footer-inner a:hover img{
   border-color: #948E6C;
}
.mainContentHead {
	background-color: #E6DFB8;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AE8B6C;
	border-right-color: #AE8B6C;
	border-bottom-color: #CEBAA8;
	border-left-color: #AE8B6C;
	padding-left: 15px;
	font-weight: bold;
	color: #BC6101;
	font-size: 16px;
	letter-spacing: 0.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}
.sidebarTop {
	background-image: url(../images/bg_sidebar-lower.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 1.3;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	color: #2C2C2C;
}
.sidebarTop a {
	font-size: 11px;
	line-height: 1.2;
	text-decoration: none;


padding-bot
; 			color: #2E8EAB;
	font-weight: bold;
}
.sidebarTop a:hover {
	font-size: 11px;
	line-height: 1.2;
	text-decoration: underline;
	padding-top:10px;
}
.sidebarTop img {
	text-decoration: none;

padding-bot
;
	border: 1px solid #BDB379;
	background-color: #FFFFFF;
	padding: 1px;
}
.sidebarTop a:hover img {
	text-decoration: none;
	}
}
.sidebarTop h3 {
	font-size: 15px;
	text-decoration: none;
	color: #BC6101;
	font-weight: normal;
	font-variant: normal;
	padding-top: 8px;
	padding-bottom: 4px;
}
.sidebarTop h4 {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	padding-top: 6px;
	padding-bottom: 5px;
}
.sidebarTopDate {
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	padding-top: 6px;
	padding-bottom: 5px;
	color: #7D796A;
}
.calendarEventsTab {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #977353;
	border-right-color: #977353;
	border-bottom-color: #977353;
	border-left-color: #977353;
	padding-left: 8px;
}
.eventDate {
	margin-bottom: 0.5em;
	color: #491F00;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 85%;
}
.eventWhat {
   float: left;
   padding-right: 10px;
   color: #020202;
   font-size: 85%;
}
.eventWhat a {
	color: #bc6101;
	font-weight: bold;
	font-family:verdana;
	font-size:11px;
	}
.eventWhat a:hover {
	color: #8A7140;
	font-weight: bold;
	text-decoration: underline;
	font-family:verdana;
	font-size:11px;
	}
.upcoming-events {
	color: #BC6101;
	font-size: 115%;
	font-weight: normal;
	background-image: url(../images/bg_h3_upcoming-events.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.upcoming-eventsCal {
   float: left;
   width: 14px;
   height: 14px;
   margin: 2px 0 0 5px;
   background: url(../images/bg_calendar.gif) no-repeat;
   text-indent: -9999px;
}
.mainContent {
	margin: 0px;
	padding-left: 15px;
	padding-right: 10px;
	width: 504px;
	font-size: 95%;
	line-height: 1.5;
	color: #1B1B1B;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3EFD7;
}
.borderMain {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F3EFD7;
}

.mainContent h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDED3;
	color: #236D83;
	font-weight: normal;
	font-size: 130%;
}
.belowEventsTab {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FCF8E5;
	border-left-color: #FCF8E5;
}
.sidebarTopOutside {
	background-image: url(../images/bg_sidebar-lower.gif);
	background-repeat: repeat-x;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FCF8E5;
	border-left-color: #FCF8E5;
	background-color: #FCF8E4;
}
.sidebarTopimgVideo {
	font-size: 11px;
	text-decoration: none;

}
/* ------------------Drop down text--------------*/

	.menutitle{
cursor:pointer;
margin-bottom: 5px;
color:#323232;
font-family:verdana;
font-weight:bold;
width:400px;
padding:2px;
border:0px;
}
.submenu{
margin-bottom: 0.5em;
}

/* ------------------Ends here --------------*/

