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

body {
	background:url(/images/bg_mainBackground.png) repeat-x #ffffff;
	font-family:Verdana, Geneva, sans-serif;
}
hr {color:#cccccc; font-size:1px; margin:10px;}
a {color:#666666; text-decoration:underline;}
p{ font-size:0.9em; margin:0 10px 10px 10px;}
h1, h2, h3, h4 {margin:0 10px 10px 10px;}
h1 {font-size:1.3em;}
h2 {font-size:1.2em;}
h3 {font-size:1.1em;}
h4 {font-size:1.0em;}
.customlist li{
	margin:0 10px 10px 10px;
	background:url(/images/px_bullet.png) no-repeat left top;
	padding-left:20px;
}
#wrapper {
	width:1043px;
	height:100%;
	margin:auto;
	margin-top:10px;
	
}
#topWrapper {
	width:1043px;
}
#top {
	background:url(/images/bg_header.png) repeat-x;
	height:60px;
	width:835px;
	float:left;
}
#topLeft {
	height:60px;
	float:left;
}
#topRight {
	height:60px;
	float:left;
}

#header {
	width:1000px;
	height:80px;
	float:left;
	border:1px solid #ccc;
	margin:10px 20px 0px 20px;
}

#mainContent {
	width:1042px;
	float:left;
	background:url(/images/bg_contentSliver.png) repeat-y;
}
#footerLeft {
	height:46px;
	float:left;
}
#bottom {
	background:url(/images/bg_footer.png) repeat-x;
	height:36px;
	width:971px;
	float:left;
	padding:10px 0 0 5px;
	color:#ffffff;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}
#bottom ul li { list-style:none; padding-right:5px; display:inline; border-right:1px solid ##ffffff;}
#bottom a { text-decoration:none; color:#ffffff;}
#footerRight {
	height:46px;
	float:left;
}
#navContainer {
	width:180px;
	float:left;
	margin:10px 0 10px 20px;
}

#nav {
	width:170px;
	float:left;
}

#events {
	width:169px;
	border: 1px solid #ccc;
	margin-top:10px;
	float:left;
}
#events h2 {
	margin:0;
	padding-left:10px;
	padding-top:3px;
	width:159px;
	height:27px;
	background: url(/images/btn_nav.png) 0 30px;
}
#contentWrapper {
	width:820px;
	float:left;
	margin:10px 10px 10px 0;
}
#content {
	width:820px;
	border:1px solid #ccc;
	float:left;
	margin-top:10px;
}
#bannerAd {
	width:820px;
	height:100px;
	border:1px solid #ccc;
	float:left;
	
}
.clear {clear:both;}

a.navAbout {
	display:block;
	float:left;
	width:160px;
	height:28px;
	background: url(/images/btn_nav.png);
	text-decoration:none;
	padding-left:10px;
	padding-top:3px;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
 
a.navAbout:hover {
	background: url(/images/btn_nav.png) 0 30px;
}
a.navAbout:active, a.navAbout:focus {
	background: url(/images/btn_nav.png) 0 62px;
}
#searchBox{
	margin-top:18px;
	float:right;

}
#searchInput{
	float:left;
	width:202px;
	border:none;
}
.searchField{
	background-image:url(/images/bg_search.png);
	background-repeat:no-repeat;
	color:#000000;
	height:21px;
	padding:2px 0 0 30px;
	width:202px;
	border:none;}
#searchSubmit{
	float:left;
}
.formSubmit input {margin-left:10px;}
img, div { behavior: url(/css/iepngfix.htc) }