@charset "utf-8";
/* CSS Document */
body {
	background-color: #3382b6;
	color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-weight:normal;
	font: 12px 'Geneva', Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(images/BG-main.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
body a:link, body a:active, body a:visited{
	color: #DC4545;
	text-decoration: none;
	line-height:1.1em;
	font-family: 'Geneva', Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body a:hover, body a:focus{
	font: 12px 'Geneva', Arial, Helvetica, sans-serif;
	color: #bd2828;
	text-decoration: underline;
	line-height:1.1em;
}
html {
	height: 100%;
	overflow-y: scroll;
}
.bold{
	font-weight: bold;
}
.downloadpdf{
	padding-right:5px;
	padding-top:2px;
}
h1{
	font-family: 'Geneva', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#DC4545;
	font-weight: bold;
}
.date{
	color:#99CCFF;
}
.filesize{
	color:#99CCFF;
	font-size: 10px;
	padding-left:10px;
}
#container, p, h1{
	margin: 0;
	padding: 0;
}
#holder{
	margin: 0 auto;
	width:865px;
	padding-top:23px;
	padding-right:1px;
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#content{
	width:813px;
	margin:0;
	padding-left: 30px;
	padding-right: 20px;
	background-image: url(images/content_BG.gif);
	background-repeat: repeat-y;
	}
div#content{
	min-height:200px;
	height:expression(this.scrollHeight >200 ? "auto":"200px"); 
}
#leftcontent{
	width:585px;
	padding-bottom:25px;
}

#goldsponsors{
	background-image: url(images/sponsors_gold.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:692px;
	padding:100px 30px 30px 50px;
	height:115px;
}
.berrispon{
padding-left:10px;
}
#silversponsors{
	background-image: url(images/sponsors_silver.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:692px;
	padding:100px 30px 30px 50px;
	height:115px;
}
#leftevents{
	width:460px;
	padding-bottom:25px;
}
#leftwide{
	width:795px;
	padding-bottom:25px;
}
#rightContenthm{
	float:right;
	width:145px;
	background-image: url(images/more_links.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:305px;
	padding-top:70px;
	padding-left: 20px;
	padding-right: 25px;
	padding-bottom: 15px;
	color: #202930;
}
#rightContent{
	float:right;
	width:190px;
}
#newsright{
	float:right;
	width:320px;
}
#bannerHolder{
	width:835px;
	height: 449px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 23px;
	padding-right:39px;
	padding-top:40px;
	background-image: url(images/bg_banner.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#bannerHoldersm{
	width:815px;
	height: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 40px;
	padding-right:39px;
	padding-top:50px;
	background-image: url(images/bg_bannersm.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#sponsors{
	width:825px;
	height: 120px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
	padding-right:20px;
	padding-top:40px;
	background-image: url(images/sponsors_BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer{
	width:863px;
	margin:0 auto;
	height: 30px;
	padding-bottom:10px;
}

#footer_inner{
	width:850px;
	height: 30px;
	}
#footer_inner ul{
	width:550px;
	float:left;
	margin:0;
	padding:0;
	display: block;
	list-style:none;
	font: 10px 'Geneva', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer_inner ul li{
	float:left;
	display: block;
	margin:0;
	padding:6px;
	color: #ffffff;
	text-decoration:none;
} 
#footer_inner ul li a{
	margin:0;
	color: #ffffff;
	text-decoration:none;
	padding-right: 10px;
} 
#footer_inner ul li a:hover, #footer_inner ul li a:focus {
	margin:0;
	padding-right: 10px;
	display: block;
	color: #ffffff;
	text-decoration:underline;
} 
#footer_inner .mm{
	width:200px;
	float: right;
	padding-top:5px;
	text-align:right;
}
#footer_inner .mm a{
	text-decoration: none;
	color: #ffffff;
}
#navMenu{
	margin: 0 auto;
	width:880px;
	height: 62px;
	padding-top:20px;
	padding-bottom: 0;
}
/*Global Nav Styles*/

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#nav li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9000px;
	position: absolute;
	outline: none;
}

ul#nav:hover li a{
	background-position: left bottom;	
}

ul#nav li a:hover{
	background-position: left center;
}


ul#nav li a:hover span{
	 display: block;
}
/*Home Nav Styles*/

ul#nav li a.home {
	background-image: url(images/nav_home.gif);
	height: 60px;
	width: 80px;
	top: 0px;
	left: 5px;
}
ul#nav li .homeon{
	background-position: left center;	
	background-image: url(images/nav_home.gif);
	height: 60px;
	width: 80px;
	top: 0px;
	left: 5px;
}
/*About Nav Styles*/

ul#nav a.about{
	background-image: url(images/nav_about.gif);
	height: 60px;
	width: 80px;
	top: 0px;
	left: 100px;
}
ul#nav a.abouton{
	background-position: left center;	
	background-image: url(images/nav_about.gif);
	height: 60px;
	width: 80px;
	top: 0px;
	left: 100px;
}
/*Events Nav Styles*/

ul#nav a.events{
	background-image: url(images/nav_events.gif);
	height: 60px;
	width: 90px;
	top: 0px;
	left: 196px;
}
ul#nav a.eventson{
	background-position: left center;	
	background-image: url(images/nav_events.gif);
	height: 60px;
	width: 90px;
	top: 0px;
	left: 196px;
}
/*Newsletters Nav Styles*/

ul#nav a.newsletters{
	background-image: url(images/nav_newsletters.gif);
	height: 60px;
	width: 150px;
	top: 0px;
	left: 305px;
}

ul#nav a.newsletterson{
	background-position: left center;	
	background-image: url(images/nav_newsletters.gif);
	height: 60px;
	width: 150px;
	top: 0px;
	left: 305px;
}

/*Links Nav Styles*/

ul#nav a.links{
	background-image: url(images/nav_sponsors.gif);
	height: 60px;
	width: 122px;
	top: 0px;
	left: 473px;
}

ul#nav a.linkson{
	background-position: left center;	
	background-image: url(images/nav_sponsors.gif);
	height: 60px;
	width: 122px;
	top: 0px;
	left: 473px;
}

/*Gallery Nav Styles*/

ul#nav a.gallery{
	background-image: url(images/nav_gallery.gif);
	height: 60px;
	width: 100px;
	top: 0px;
	left: 610px;
}

ul#nav a.galleryon{
	background-position: left center;
	background-image: url(images/nav_gallery.gif);
	height: 60px;
	width: 100px;
	top: 0px;
	left: 610px;
}

/*Contact Nav Styles*/

ul#nav a.contact{
	background-image: url(images/nav_contact.gif);
	height: 60px;
	width: 140px;
	top: 0px;
	left: 725px;
}

ul#nav a.contacton{
	background-position: left center;	
	background-image: url(images/nav_contact.gif);
	height: 60px;
	width: 140px;
	top: 0px;
	left: 725px;
}

img {
	border: none;
}
#info {position:relative;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/fisheye.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#sponholder {
	position:absolute; width:750px; left:50%; margin-left:-375px; padding:0;
}
div#fisheye {text-align:center; padding:0; margin:0;}
div#imgcontainer {display:inline-block; margin:0 auto; padding:0;}

ul.level1 {display:inline; padding:0; margin:0 auto; list-style:none;}
ul.level1 ul {padding:0; margin:0; list-style:none;}

ul.level1 table {border-collapse:collapse; padding:0; margin:-1px 0 0 0; width:0; height:0;}

ul.level1 li {float:left; display:block; padding:1px 0 0; margin:0; background:url(trans.gif);}
* html ul.level1 li {float:left; display:block; padding:0}

ul.level1 li a {display:block;}
* html ul.level1 li a {display:block; padding:1px 0 0; margin:0;}

ul.level1 li a img {width:100px; cursor:pointer; border:0;}
* html ul.level1 li.inner a {padding:0; margin:0;}

ul.level1 li a:hover {border:0;}

ul.level1 :hover ul li.inner img {width:76px;}
ul.level1 :hover ul :hover ul li.inner img {width:84px;}
ul.level1 :hover ul :hover ul :hover ul li.inner img {width:88px;}
ul.level1 :hover ul :hover ul :hover ul :hover ul li.inner img {width:92px;}
ul.level1 :hover ul :hover ul :hover ul :hover ul :hover ul li.inner img {width:120px;}
