@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #AABD26;
	margin-top: 0px;
	margin-left: 0px;
}
a:link{
	color: #747C19;
	text-decoration: underline;
}
a:visited{
	color: #747C19;
	text-decoration: underline;
}
a:hover{
	color: #747C19;
	text-decoration: none;
}

.container{
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	background-image: url(../img/mnstrip.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.content{
	background-color: #FFFFFF;
	background-image: url(../img/content_curve.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.menu{
	text-align: left;
	vertical-align: top;
}



.arrowlistmenu{
width: 193px; /*width of accordion menu*/
}
.bullet{
	height: 30px;
	width: 26px;
	position: absolute;
}
.bullethome{
	height: 30px;
	width: 26px;
}

.menutext{
	padding-left: 30px;
	height: 30px;
	position: relative;
	top: 9px;
}
.menuhome{
	/*padding-left: 26px;*/
	height: 30px;
	/*position: relative;
	top: 9px;*/
	/*width: 133px;*/
	/*display: block;*/
	/*background-color: #E3E9B7;*/
	background-image: url(../img/menu_strip2.gif);
	background-repeat: repeat-x;
	background-position: 0px 8px;
}
.menuhome a{
	color: black;
	/*	margin-bottom: 2px; 
*/	text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	height: 30px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 16px;
	padding-right: 0;
	/*padding-bottom: 4px;*/
	padding-left: 4px;
	display: block;
}
.menubreak{
	height: 12px;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 10px Verdana;
	color: black;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	/*padding: 4px 0 4px 0px;*/ /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	/*background-color: #E3E9B7;*/
	background-image: url(../img/menu_strip2.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 30px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(titlebar-active.png);*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin:0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin-left:20px;
}

/* ----------- edited by kakama           ----------*/



.arrowlistmenu li ul{
        padding-bottom: 2px; /*bottom spacing between menu items*/
        margin-left:20px;
}

.submenu2header{
	cursor: hand;
	cursor: pointer;
	font: bold 14px Verdana;
	margin: 10px 0;
}

/* ----------------- end -------------------- */

.arrowlistmenu ul li a{
	color: black; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid #dadada;*/
	font-size: 10px;
	background-image: url(../img/arrowbullet.jpg);
	background-repeat: no-repeat;
	background-position: 4px center;
}

.arrowlistmenu ul li a:visited{
color: black;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-color: #B8C849;
}




.feat_image{
	float: left;
	margin-right: 8px;
	/*border: 1px solid #AABD26;*/
}
.feat_image_right{
	float: right;
	margin-right: 8px;
}

.feat_caption{
	font-size: 9px;
	color: #999999;
}
.feat_header{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
}
.header{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.mnend{
	background-image: url(../img/mnend.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.news{
	width: 100%;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #AABD26;
	text-align: left;
	vertical-align: top;
}
.banners{
	width: 196px;
	text-align: center;
	vertical-align: top;
	padding-right: 3px;
	padding-left: 3px;
}
.banners img{
	margin-top: 8px;
	border: 1px solid #000000;
}



.monthRow{
	background-color: #E3EAB7;
}
.popupEvent{
	text-align: left;
	background-color: #FFFFFF;
}
.popupDateTable{

}
.popupDate{
	background-color: #AABD26;
}
.popupEventTitle{
	background-color: #AABD26;
}





.footer{
	margin-bottom: 0px;
	padding-top: 15px;
	padding-left: 198px;
}
.footer img{
	margin-right: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.billtext:link{
	color: #000000;
	text-decoration: none;
}
a.billtext:visited{
	color: #000000;
	text-decoration: none;
}
a.billtext:hover{
	color: #666666;
	text-decoration: none;
}
