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

*{
margin:0;
padding:0;
}
h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#5b5129;
padding-top:30px;
}
.clearer{
clear:both;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#d6dbb5;
font-size:12px;
color:#666666;
}

.body{
width:797px;
background-color:#fff;
padding:16px;
margin:60px auto;
}

.banner{
/*background-image:url(../images/banner.jpg);*/
height:133px;
}

.main{
margin-top:2px;
background-image:url(../images/bg.gif);
background-position:top right;
background-repeat:repeat-y;
}

.main-l{
width:633px;
float:left;
margin-right:6px;
}

.main-r{
float:left;
width:158px;
/*background-color:#e7f0b7;*/
/*padding-top:15px;*/
}
.content-wrapper ul{
	margin-left: 20px;
}
.content-wrapper li{
	text-indent: 20px;	
}
.calendar {

}


.calendar_top {

}

.calendar_top strong {

}

.calendar_bottom {

}


.calendar_middle {
	margin-left:5px;
}

.calendar_data {
width:148px;
margin:0 auto;
background:#fff;
border:1px solid #fff;
}





.cmonth {
text-align:center;
	margin: 0 auto;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	background-color:#f6f7cb;
	width:100%;
	padding:3px;
	width:140px;
}

.calendar_prev {
	display: block;
	background: url(../images/prev.jpg);
	width: 18px;
	height: 15px;
	overflow: hidden;
}

.calendar_next {
	display: block;
	background: url(../images/next.jpg);
	width: 18px;
	height: 15px;
	overflow: hidden;
}

.calendar_prev:hover, 
.calendar_next:hover {
	background-position: 0 -7px;
}

.cont {
	
	margin: 0 auto;
	overflow: hidden;
}


.chead {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background:#fff;
	
}

.chead  li {
	float: left;
	margin: 	1px 0 1px 1px;
	list-style: none;
	width: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	font-size: 10px;
	font-family: Tahoma;
	text-align: center;
	background:#f1f2c7;
}

.cdays {
	background-color:#fff;
	overflow: hidden;
	margin: 0;
	padding: 1px 0 0 1px;
}

.cdays li {
	list-style: none;
	margin: 0;
	padding:0 1px 1px 0;
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	
}

.cdays  a:link, 
.cdays a:visited, 
.cdays a:active {
	display: block;
	color: #6f7044;
	font-weight: bold;
	font-size: 10px;
	font-family: tahoma;
	background: #f6f7cc;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-decoration:none;
}

.cdays a:hover {
	text-decoration: none;
	color:#000;
	background: #f0f2c6;
}

.cdays  a.event:link,
.cdays  a.event:visited,
.cdays  a.event:active {
	background: #9DA775;
	
}

.cdays  a.event:hover {
	color: #000;
	background: #f0f2c6;
	
}

.cdays span {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #f6f7cc;
	color:#c1c296;
		font-family: Tahoma;
		font-size:10px;
		font-weight: bold;
	text-align: center;
}

.menu{
width:633px;
height:25px;
background-color:#5b5129;
padding-top:7px;
}

.menu ul{
padding-left:40px;
z-index:10000;
}

.menu li{
list-style:none;
float:left;
position:relative;
z-index:10000;
}

.menu li ul{
	display:none;
z-index:10000;
}


.menu li:hover ul{
	display:block;
	
	background-color:#5b5129;
	
	
	z-index:10000;
	margin:0;
	padding:5px 0 0 0 ;
	position:absolute;
	top:20px;
	width:150px;
	border-right:none;

}

.menu li ul li{
	width:150px;
	background-color:#5b5129;
	
	border-bottom:1px solid #a1a483;
	color:#fff;
	border-right:1px solid #a1a483;
	border-left:1px solid #a1a483;
z-index:10000;	
}

.menu li ul li:hover{

	background-color:#ff6600;
z-index:10000;
}

.menu li ul li:hover a{

	color:#fff;

}

.menu li ul li a{
	color:#a1a483;
	border-right: none;
	text-transform:uppercase;
}



.menu a{
text-decoration:none;
color:#a1a483;
display:block;
padding:0 20px;
height:21px;
line-height:21px;
border-right:1px solid #a1a483;
}

.last a{
border:none;
}

.events{
background-image: url(../images/event-bg.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#d6dbb5;
margin:2px 0 10px 0;
}
.events h1{
text-align:center;
color:#9ea775;
font-size:18px;
font-weight:normal;
padding-bottom:10px;
}
.events h1 a{
color:#9ea775;
font-weight:bold;
text-decoration:none;
}
.vid{
width:auto;
float:right;
margin-right:30px;
}
.item{
	position:relative;
}
.overlay{
	font-size:10px;
    position: absolute;
    padding: 8px 5px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
	top: 0;
    right: 0;
	width: 293px !important;
	height: 179px;
}
.overlay a{
	color:#FFF;
}
.t{
	color:#f66707;
	font-size:10px;
	position:relative;
}


.event-l{
padding:25px 0 0 73px;
width:241px;
float:left;
}

.event-r{
width:316px;
float:left;
padding-top:0;

}
.event-r p{
color:#666666;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
margin:0 0 15px 0;
}


.upcoming{
width:330px;
background-color:#9da775;
float:left;
margin-right:10px;
height:260px;

}





.upcoming h1{
color:#d6dbb6;
font-size:18px;
font-weight:normal;
margin:0 0 15px 0;
padding-left:18px;
height:35px;
line-height:35px;
border-bottom:solid 1px #fff;
}
.upcoming h1 a{
color:#d6dbb6;
text-decoration:none;
}


.up-item{
padding:0 16px 0 18px;
margin:0 0 40px 0;
height:40px;
}

.upcomingp{
color:#FFF;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
width:70%;
}
.upcomingp a{
	color:#FFF
}
.up-img{
width:65px;
float:right;
}


.blog{
width:293px;
background-color:#535e4b;
float:left;
background-image:url(../images/homepage_21.jpg);
background-repeat:no-repeat;
background-position:bottom right;
height:260px;
}

.blog h1 {
color:#9ea775;
font-size:18px;
font-weight:normal;
padding-left:18px;
height:35px;
line-height:35px;
border-bottom:solid 1px #fff;
}
.blog h1 a{
color:#9ea775;
text-decoration:none;
}
.blog .headings{
	margin-top:10px;
}

.blog .headings a{
margin-left:20px;
color:#FFF;
display:block;
}

.txtfield{
border:0 #99CC00 solid;
border:1px solid #979c7f;
color:#5e6c3d;
background-color:#d6dbb6;
width:105px;
font-size:10px;
padding-left:5px;
}

.submit{
font-size:10px;
border:0 #99CC00 solid;
border:1px solid #979c7f;
background:none;
background-color:#aeb784;
color:#fff;
}

.search{
padding:15px 0 0 5px;
}

.right-links{
padding:15px 0 0 15px;
font-size:12px;
}

.right-links li{
list-style:none;
display:block;
margin-bottom:15px;
color:#5e6c3d;
}

.right-links a{
text-decoration:none;
color:#5e6c3d;
}

.right-links a img{
border:none;
}
img{
border:0;
}


/******************	NEWS *************************/
.news-cont{
padding:20px;
}
.news-title{
padding-bottom:5px;
}
.news-title a{
font-size:14px;
color:#9ea775;

}
.news-content{

}
.readmore{
width:auto;
text-align:left;
float:right;
}
.readmore a{
color:#5b5129;
}
news-date{
font-size:11px;
}

