@charset "UTF-8";
/* CSS Document */


html,body{
	background-color:#d16938;
	background-image:url(../images/bg-tile.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	margin: 0px;
	padding: 0px;
	}
	
a{
	color:#d16938;
	text-decoration:underline;
	}
	
a:hover{
	color:#666;
}
	
h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:24px;
	line-height:28px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:bold;
	}
	
h2, h2 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	
	color:#333;
	font-size:18px;
	line-height:21px;
	font-weight:normal;
	text-decoration:none;
	}
		
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
	
h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d16938;
	font-size:18px;
	line-height:21px;
	border-bottom:#d16938 dotted 1px;
	font-weight:normal;
	}
	
	
	
	
#header h1{
	font-size:36px;
	line-height:117px;
	padding:0px;
	margin:0px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	border-top:15px solid #F47920;
	border-bottom:15px solid #FCBB74;
	background-color:#FFF;
}
	
p{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	}
	
#container{
	width:850px;
	margin-right:auto;
	margin-left:auto;
	background:#FFF;
	margin-top: 0px;
	padding: 0px;
	-moz-box-shadow: 0 0 5px 3px 9d4318;
	-webkit-box-shadow: 0 0 5px 3px#9d4318;
	box-shadow: 0 0 5px 3px #9d4318;
	}
	
#header{
	width:850px;
	height:220px;
	background:#FFF;
	}
	
#col-left{
	float:left;
	width:535px;
	background-color:#FFF;
	}
	
#col-right{
	float:right;
	width:300px;
	background-color:#FFF;
	}
	
#col-right-top{
	float:right;
	width:300px;
	}
	
	
#col-right-contact{
	float:right;
	width:300px;
	border-top:#999999 dotted 1px;
	}
	
.col-right-sponsor{
	float:right;
	width:300px;
	border-top:#999999 dotted 1px;
	}
	
#footer{
	width:850px;
	height:25px;
	color:#FFFFFF;
	background-color: #000000;
	clear: both;
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	}
	
.inner-box-20{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}
	

#nav { height: 36px; position:relative;} 

#nav ul {
	
	list-style: none;
	line-height:36px;
	height:36px;
	background:#000;
	font-weight: bold;
	padding: 0;
	margin:0;
}

#nav a {
	display: block;
	color:#FFF;
	text-decoration: none;
	padding: 0 23px;
}

#nav a:hover{
	color:#d16938;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li.selected a{
	color:#F47920;
}

/* ******** NEW CODE: Added April 12,2011 ****** */

.event{
	width:auto;
	height:auto;
	clear:both;
	border-bottom:#CCC dotted 1px;
	padding-bottom:15px;
	padding-top:15px;
}

.event img{
	padding:5px;
	border:#CCC solid 1px;
}
