@charset "utf-8";
/* Leif Robertson 2008 */


/*-------- General styles --------*/


* {
	padding:0;
	margin: 0;
}
	
body {
	background:url(../images/topbg.jpg) repeat-x #f2f2d9;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
	
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header{
	background:url(../images/top.jpg) no-repeat;
	height:213px;
}

#icons{
	color:#FFF;
	float:right;
}

#icons img{
	border:none;
	margin:0 2px;
}


#topNav A:link{
	text-decoration:none;
	color:#FFF;
}

#topNav A:visited{
	text-decoration:none;
	color:#FFF;
}

#topNav A:active{
	text-decoration:none;
	color:#FFF;
}

#topNav A:hover{
	text-decoration:none;
	color:#CCC;
}


#clear {
	clear:both;
}

.clear {
	clear:both;
}

A:link{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

A:visited{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

A:active{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

A:hover{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

p{
	line-height:150%;
	margin-bottom:10px;
}

.hide{
	visibility:hidden;
}

img{
	border:none;
}


#countdown{
	float:left;
	margin-top:5px;
}

.banner2010{
	margin-top:30px;
	margin-left:100px;	
}

.topText{
	margin-top:25px;
}

/*-----------------------------------------------------------------*/


#contentTop{
	background:url(../images/contentTop.jpg) no-repeat;
	height:35px;
}


#contentMiddle{
	background:url(../images/contentMiddle.jpg) repeat-y;
	float:left;
	width:1000px;
}

#contentMiddle h4{
	margin-left:40px;
	margin-bottom:25px;
}


#contentBottom{
	background:url(../images/contentBottom.jpg) no-repeat;
	height:60px;
	clear:both;
}


#contentLeft{
	float:left;
	margin-left:30px;
	width:380px;
}

#contentLeft p{
	margin:0 25px;
}

#contentLeft h2{
	text-align:center;
	margin-bottom:15px;
}

#contentLeft h4{
	text-align:center;
	margin-bottom:15px;
}

#contentRight{
	float:left;
	width:550px;
	margin-right:20px;
}

#contentRight p{
	margin-left:35px;
}

#contentRight h1{
	text-align:center;
	margin-bottom:20px;
}

#contentRight h2{
	text-align:center;
	margin:15px;
}

#contentRight h3{
	text-align:center;
	margin-bottom:5px;
}

#contentRight h4{
	margin-left:50px;
	margin-bottom:15px;
}

#sponsors{
	clear:both;
	border-top: 1px solid #9e9e81;
	margin: 10px 50px;
}

#sponsors p{
	text-align:center;
	padding-top:10px;
	font-weight:bold;
}

#sponsors img{
	border:none;
	padding:2px;
}

#otherSponsorsLeft{
	float:left;
	margin-left:200px;
}

#otherSponsorsCenter{
	float:left;
	margin-left:25px;
}

#otherSponsorsRight{
	float:left;
	margin-left:25px;
}

.left{
	float:left;
}

.right{
	float:right;
}

#box{
	padding:5px;
	margin:25px;
	border:1px solid #000;
}

.date1{
	background:#abab8b;
	padding:5px;
	border:1px dashed #000;
	margin:0 25px;
}

#contentRight ul{
	list-style:none;
	padding:0 10px 5px 10px;
}

#contentRight li{
	font-size:14px;
	font-weight:bold;
	padding-bottom:3px;
}

.mainActs{
	margin-bottom:20px;
	float:right;
}

/* -------------------- footer styles -------------------------------- */

#footer {
	color: #000;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	clear: both;
	background: url(images/footer.jpg) no-repeat;
}
	
#footer a{
	color: #393434;
	text-decoration: none;
}
	
#footer a:hover{
	color: #000;
	text-decoration: none;
}
	
#footer p{
	text-align:center;
	font-weight:bold;
}


/*-------------------tool tips--------------------------------*/

#demotip {
	display:none;
	background:transparent url(../images/small_white_arrow_down.png) no-repeat;
	font-size:14px;
	width:160px;
	margin-top:100px;
	padding:25px;
	color:#000;	
}

#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

/*------------------------lava lamp menu css-------------------------------------*/
/*
#nav{
	position:absolute;
	top:150px;
	left:375px;
	padding-left:20px;
	width:1000px;
}
*/

#nav{
	margin-top:100px;
	padding-left:50px;
	width:1000px;
}

ul#menu {
    list-style:none;
    overflow:auto; /* makes sure the container fits the floated list-items below */
	padding:15px 0;
	font-size:18px;
	font-weight:bold;
	color:#000;
	font-family:"Times New Roman", Times, serif;
}
ul#menu li{
    /* removed the positioning and z-index on the li, we no longer need them */
    margin:3px 10px;
    padding:5px 10px 4px;
    float:left; /* floats list items to the left, creating a horizontal menu */
}
ul#menu li span {
    position: relative; /* must have position set to anything other than static to use z-index */
    z-index: 5; /* 5 layers above all normal elements */
}
ul#menu li.backLava {
    position:absolute; /* this is automatically added by lavaLamp, if not set, but let's set it for good practice */
    z-index:3; /* 3 levels higher than all normal elements */
    border:1px solid #000;
	background:#f2f2d9;
}

ul#menu a{
	color:#000;
}

ul#menu a:hover{
	color:#000;
}

