@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-image:url(images/page-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#393f42;
}
img {
	border:0;
}
p {
	margin-bottom:7px;
}
a {
	color:#ad8302;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#ad8302;
	font-weight:bold;
	text-decoration:underline;
}
#maincon {
	width:900px;
	left:50%;
	margin-left:-451px;
	height:auto;
	position:absolute;
}
#musicplayer {
	height:40px;
}
#playerleft {
	width:auto;
	float:left;
}
#playerright {
	width:auto;
	float:right;
}
#inner1 {
	height:auto;
	background-image:url(images/content-bg.gif);
	background-repeat:repeat-y;
}
#inner2 {
	height:auto;
	background-image:url(images/content-top.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	padding-right:12px;
	padding-top:12px;
}
#header {
	margin-bottom:12px;
	height:361px;
	width:876px;
	background-image:url(images/header-bg.gif);
	background-repeat:no-repeat;
}
#header #headerloader {
	height:318px;
}
#header #flashmenu {
	height:318px;
}
#header #members {
	height:44px;
	background-image:url(images/member-bg.gif);
	background-repeat:no-repeat;
	font-size:10px;
	color:#ab864e;
	font-weight:bold;
}
.meminput {
	background-color:#ab864e;
	border:1px solid #000000;
	width:178px; wid\th:173px;
	height:25px;
	line-height:25px;
	padding-left:5px;
	color:#6f5400;
}
.memsubmit {
	height:26px;
	width:auto;
	border:2px solid #6f5400;
	background-color:#000000;
	font-size:10px;
	font-weight:bold;
	color:#ab864e;
}
.contactField {
	background-color:#2f2100;
	border:1px solid #000000;
	height:22px;
	width:380px; wid\th:375px;
	line-height:22px;
	padding-left:5px;
	color:#6f5400;
}
.contactArea {
	background-color:#2f2100;
	border:1px solid #000000;
	width:380px; wid\th:375px;
	padding-left:5px;
	padding-top:5px;
	color:#6f5400;
}
.submit {
	height:26px;
	width:auto;
	padding-left:20px;
	padding-right:20px;
	border:2px solid #2f2100;
	background-color:#000000;
	font-size:10px;
	font-weight:bold;
	color:#715501;
	text-align:center;
}
#content {
	margin-bottom:12px;
	height:362px;
}
#content #maincontent {
	width:532px;
	
	height:362px;
	left:12px;
	position:absolute;
	background-image:url(images/maincontent-bg.gif);
	background-repeat:no-repeat;
}
#content #upcoming {
	background-image:url(images/upcomming-bg.gif);
	background-repeat:no-repeat;
	width:338px;
	height:362px;
	left:550px;
	position:absolute;
}
#pageTitle {
}
#pageContent {
	width:507px;
	left:15px;
	height:300px;
	color:#CCCCCC;
	font-size:11px;
	position:absolute;
	overflow:auto;
	scrollbar-face-color : #000;
	scrollbar-highlight-color : #000;
	scrollbar-3dlight-color : #ad8302;
	scrollbar-shadow-color : #000;
	scrollbar-darkshadow-color : #ad8302;
	scrollbar-track-color : #000;
	scrollbar-arrow-color : #ad8302;
}
.agendaitem {
	margin-bottom:10px;
}
.agendaflyer {
	width:100px;
	height:110px;
	text-align:center;
	float:left;
}
.agendainfo {
	width:370px;
	float:left;
	height:auto;
}
.eventitem {
	width:220px;
	margin:4px;
	float:left;
	height:auto;
}
.eventlogo {
	text-align:center;
	margin-bottom:5px;
}
.eventname {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#tableft {
	width:37px;
	height:175px;
	top:107px;
	position:absolute;
}
#tabright {
	width:37px;
	height:175px;
	top:107px;
	left:301px;
	position:absolute;
}
#flyers {
	width:205px;
	height:288px;
	left:68px;
	top:49px;
	overflow:hidden;
	position:absolute;
}
#flyers .SlidingPanels {
	float: left;
}
#flyers .SlidingPanelsContentGroup {
	float: left;
	width: 10000px;
}
#flyers .SlidingPanelsContent {
	float: left;
	width: 205px;
	color:#FFFFFF;
}
#footer {
	height:174px;
	background-image:url(images/footer1-bg.gif);
	background-repeat:no-repeat;

}
#newscontainer {
	
	width:558px;
	top:48px;
	left:30px;
	height:115px;
	color:#CCCCCC;
	font-size:11px;
	position:relative;
}
#bottom {
	clear:both;
	background-image:url(images/footer-bg.gif);
	background-repeat:no-repeat;
	height:24px;
	background-color:#393f42;
}
/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:5px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

	p.thumb{
		float:left;
		margin:0;
		margin-right:10px;
		border:1px solid #999;	
		padding:2px;
	}
	p.thumb a{
		display:block;
		float:left;
		width:60px;
		height:60px;
		line-height:60px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		top:0px;
		left:0px;	
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */	

/* // single thumbnail */