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

body {
	background: url(../images/bg.png) repeat-x #000000;
}

a {
	color: #000000;
}

#upcomming_title, #content_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#content_title {
	text-align:right;
	padding-right: 10px;
}

#upcomming_title {
	padding-left: 10px;
}

ul#menu {
	margin-left: -40px;
}

ul#menu, ul#menu ul{
 	list-style-type: none;
	text-align: center;
	padding-top: 20px;
	width: 137px;
}

ul#menu li a {
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	style: block;
	display:block;
	text-align: right;
	background: url(../images/menu-button.png) no-repeat;
	width: 137px;
	height: 20px;
	padding-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	font:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

ul#menu li a:hover {
	background: url(../images/menu-button-over.png) no-repeat;
}

ul#menu li ul {
	margin-top: -15px;
}

ul#menu li ul li a {
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	style: block;
	display:block;
	text-align: right;
	background: url(../images/menu-button-sub.png) no-repeat;
	width: 110px;
	height: 20px;
	margin-left: -5px;
	padding-right: 10px;
	padding-top: 5px;
	font:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}	

ul#menu li ul li a:hover {
	background: url(../images/menu-button-sub-over.png) no-repeat;
}

#events a {
	text-decoration: none;
}

#upcomming_events {

}

#upcomming_events .event {
	display: block;
	background: url(../images/upcomming.png) no-repeat;
	width: 214px;
	height: 95px;
	margin-left: 8px;
}

#upcomming_events .event:hover{
	background: url(../images/upcomming-over.png) no-repeat;
}

#upcomming_events .event img {
	margin-top: 7px;
	margin-left: 5px;
	float: left;
}
#upcomming_events .event .event_text {
	float: left;
	text-align: center;
	font-weight: bold;
	display:block;
	width: 115px;
	height: 90px;
	vertical-align: middle;
}

#upcomming_events a {
	color: #000000;
	text-decoration: none;
}

#content {
	display: block;
	color: #FFFFFF;
	padding: 20px;
	font-size: 13px;
	z-index: 1;
}

#content h3 {
	color: #ddd010;
}

#content h2 {
	color: #FF8000;
}

#content a {
	color: #FFFFFF;
}

#copyright, #copyright a {
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;	
}

.pika_subdiv a img {
	width: 300px;
}
