@charset "UTF-8";
/* CSS Document */
/* Fix IE. Hide from IE Mac \*/
html ul li { float: left;}
html ul li ul li{ float: none;}
html ul li a { height: 90%; }
/* End */
html, body, h1, h2, h3, h4, h5, h6{ padding:0; margin:0;}

body{
	background:#000000 url(../images/bg.png) no-repeat fixed top center;
	font: 12px/1.5em Verdana, Geneva, sans-serif;
}
#container{
	width:800px;
	margin:20px auto;
	background-color:#222222;
}
#header{
	text-indent:-999999px;
	width:800px;
	height:150px;
	background:url(../images/header.jpg) no-repeat top center;
}
#nav{
	display:block;
	width:800px;
	height:38px;
}
#navlist ul{
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	position:relative;
}
#navlist ul li a{
	text-indent:-200px;
	overflow:hidden;
}
#navlist ul li ul{
	position:absolute;
	top:38px;
	display:none;
	background-color:#333333;
	width:170px;
	padding:3px 0 6px 15px;
}
#navlist ul li ul li a{
	line-height:1.5em;
	text-indent:0px;
	color:#ffffff;
	margin-bottom:12px;
}
#navlist ul li:hover ul, #navlist ul li.over ul { display:block;}
/* sprite */

a.home{float:left; display:block; width:83px; height:38px; background:url(../images/nav.jpg) no-repeat 0px 0px;}
a.about{float:left; display:block; width:121px; height:38px; background:url(../images/nav.jpg) no-repeat -83px 0px;}
a.event{float:left; display:block; width:94px; height:38px; background:url(../images/nav.jpg) no-repeat -204px 0px;}
a.area{float:left; display:block; width:176px; height:38px; background:url(../images/nav.jpg) no-repeat -298px 0px;}
a.sponsor{float:left; display:block; width:111px; height:38px; background:url(../images/nav.jpg) no-repeat -474px 0px;}
a.links{float:left; display:block; width:83px; height:38px; background:url(../images/nav.jpg) no-repeat -585px 0px;}
a.contact{float:left; display:block; width:132px; height:38px; background:url(../images/nav.jpg) no-repeat -668px 0px;}
/* sprite hover */
a.home:hover{float:left; display:block; width:83px; height:38px; background:url(../images/nav.jpg) no-repeat 0px -38px;}
a.about:hover{float:left; display:block; width:121px; height:38px; background:url(../images/nav.jpg) no-repeat -83px -38px;}
a.event:hover{float:left; display:block; width:94px; height:38px; background:url(../images/nav.jpg) no-repeat -204px -38px;}
a.area:hover{float:left; display:block; width:176px; height:38px; background:url(../images/nav.jpg) no-repeat -298px -38px;}
a.sponsor:hover{float:left; display:block; width:111px; height:38px; background:url(../images/nav.jpg) no-repeat -474px -38px;}
a.links:hover{float:left; display:block; width:83px; height:38px; background:url(../images/nav.jpg) no-repeat -585px -38px;}
a.contact:hover{float:left; display:block; width:132px; height:38px; background:url(../images/nav.jpg) no-repeat -668px -38px;}
/* sub menu*/
.sub-about{ left:83px;}
.sub-event{ left:204px;}
.sub-area{ left:298px;}
.sub-contact{ left:615px;}

#box{
	width:760px;
	float:left;
	padding:20px;
	background-color:#eeeeee;
}
#sidebar{
	float:left;
	width:210px;
	margin-right:20px;
}
.sidebox{
	background-color:#ffffff;
	margin-bottom:20px;
	padding:15px;
}
#mainBody{
	float:right;
	width:465px;
	background-color:#ffffff;
	padding:15px 30px;
	margin-bottom:20px;
}
#mainBody ul li{float:none;}
#footer{
	clear:both;
	background-color:#eeeeee;
}
.headLine{
	font:normal small-caps normal 28px/42px Georgia, "Times New Roman", Times, serif;
}
.sIFR-active .headLine{
	visibility: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
}
.sideLine{
	font: normal small-caps normal 18px/27px Georgia, "Times New Roman", Times, serif;
}
.sIFR-active .sideLine{
	visibility:hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
}
.btn{
	margin:8px 0 0 102px;
}
img{ border:0; }
#flick a{
	float:left;
	display:block;
	width:150px;
	height:120px;
	text-align:center;
}
#flick img{
	max-width:120px;
 	min-height:80px;
	width: expression(this.width > 120 ? "120px" : true);
	height: expression(this.height > 80 ? "80px" : true);
}
a { color:#1d7fc6;}
a:visited{ color:#245b7a;}
.float-right{ float:right; padding:3px 0px 3px 8px;}
.float-left{ float:left;padding:3px 8px 3px 0px;}

dl{ list-style:none;}
dl p{padding:0; margin:0;}
.sidebox dl dt{float:left; width:50px;}
.sidebox dl dd{margin:0 0 10px 50px; display:block;}
.sidebox dl{ font-size:10px;}
#mainBody dl dt{float:left; width:70px;}
#mainBody dl dd{margin:0 0 12px 70px; display:block;}

.date{ font-size:10px; color:#999;}
/*tables*/
#data table {
	border: 1px solid;
	border-color: #3366CC;
	border-spacing:0;
	margin: 1em 0 0 26px;
	border-collapse:collapse;
	clear:right;
	}

#data th {
	font-weight:bold;
	text-align:left;
	margin-left:3%;	
	border: 1px solid #3366CC;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #e5ecf9;
	}

#data td {
	border: 1px solid #3366CC; 
	text-align:left;
	margin-left:3%;	
	padding: 6px 6px 6px 12px;
	vertical-align:top;
	}
	
#data td.alt {
	background: #eee;
	}
	
#data .columns {
	border: none;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	/* margin-right omitted to avoid IE6 bug */
	}
	
#data .columns td{
	border: none; 
	padding:0 0 0 25px;
	}
	
td p, td ul, td ol, td dl,
td h1, td h2, td h3, td h4, td h5 {
	margin-left: 0;
	}
	.officers{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	}
	.officers span{
	margin:0px 15px 20px 15px;
	width:115px;
	display:inline-block;
	text-align:center;
	}