* {
	margin:0px;
}

body,html {
	background:#CCCCCC;
	height:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {
	border:none;
}

.clear {
	clear:both;
}

#page_header {
	background:url('/images/Banner.gif') top no-repeat;
	height:128px;
	width:936px;
	position:relative;
	margin:auto;
}

#header_contact_info {
	position:absolute;
	bottom:10px;
	right:5px;
	text-align:right;
	color:#FFFFFF;
	font:x-small Arial, Helvetica, sans-serif ;
}

#slideshow {
	width:936px;
	height:300px;
	position:relative;
	background:#000000 url(/images/ajax-loader.gif) no-repeat center;
}

#slideshow a {
	text-decoration:none;
	color:#FFFFFF;
}

#slideshow a img{
	display:none;
	z-index:0;
}

.slideshow_caption {
	z-index:50;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#999999;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	text-align:justify;
	padding:10px;
	max-width:300px;
	display:none;
}

#controls {
	position:absolute;
	right:10px;
	top:380px;
	z-index:50;
}

#controls a {
	color:#FFFFFF;
	text-decoration:none;
}

#page_wrapper {
	background:#FFFFFF;
	position:relative;
	min-height:100%;
	height: auto !important;
	height: 100%;
	width:936px;
	margin: 0 auto -30px;
}

.fp_column {
	width:285px;
	padding:10px;
	margin-top:20px;
	float:left;
	font-size:12px;
	overflow:hidden;
}

.fp_column h1 {
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	font-size:16px;
	text-align:center;
	width:265px;
}

.fp_column ul {
	list-style:none;
	padding:0px;
}

.fp_column ul li {
	padding-bottom: 10px;
}

.fp_column ul img {
	float:left;
	padding-right:5px;
}

.fp_column ul div {
	text-align:left;
}

#page_content {
	text-align:justify;
	padding:10px;
	margin:auto;
}

#page_content h1 {
	font-size:20px;
}

div.eventList {
	margin-top:30px;
	float:left;
	width:150px;
	font-size:11px;
	overflow:hidden;
	height:700px;
}

ul.eventList {
	padding:25px;
}

.eventList li {
	list-style:none;
	padding-bottom:10px;
}

#eventDetail {
	float:left;
	padding:30px;
	width:706px;
}

#eventGalleries {
	list-style:none;
	margin-top:30px;
	background:#CCCCCC;
}

#eventGalleries li {
	text-align:center;
	float:left;
	width:150px;
	height:100px;
	background:#FFFFFF;
	margin:0px;
	padding:0px;
}

#eventGalleries li h2 {
	padding-top:33px;
}

#page_footer {
	background:url('/images/footer_bg.jpg') repeat-x;
	width:936px;
	margin:auto;
	padding:0px;
	color:#FFFFFF;
	text-align:center;
	position:relative;
}

#page_footer, #page_push{
	height:30px; /* .push must be the same height as .footer */
}

#page_footer p {
	padding-top:3px;
}

#page_footer a {
	color: #FFFFFF;
	text-decoration:none;
}

.shadow_top
{
	background:url(/images/shadow_t.png) repeat-x;
	width:100%;
	height:10px;
	position:absolute;
	top:-10px;
	left:0px;
}

.shadow_top_rc
{
	background:url(/images/shadow_trc.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	top:-10px;
	right:-10px;
}

.shadow_right
{
	background:url(/images/shadow_r.png) repeat-y;
	height:100%;
	width:10px;
	position:absolute;
	top:0px;
	right:-10px;
}

.shadow_bottom_rc
{
	background:url(/images/shadow_brc.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:-10px;
	right:-10px;
}

.shadow_bottom
{
	background:url(/images/shadow_b.png) repeat-x;
	width:100%;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:0px;
}

.shadow_bottom_lc
{
	background:url(/images/shadow_blc.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:-10px;
}

.shadow_left
{
	background:url(/images/shadow_l.png) repeat-y;
	height:100%;
	width:10px;
	position:absolute;
	left:-10px;
}

.shadow_top_lc
{
	background:url(/images/shadow_tlc.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	top:-10px;
	left:-10px;
}

#gallery
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#000000;
	min-height:100%;
}

#gallery h1
{
	font-size:18px;
}

#gallery ul
{
	list-style:none;
}