@charset "utf-8";
/* Created by: Brian Burk
   brian.burk@brianburk.com */

body,html{
	background-color:#000; 
	font-family:Verdana, Times New Roman, Sans-Serif; 
	font-size:12px; 
}

#container{ 
	margin:auto; 
	margin-top:5px; 	
	min-height:500px;
	padding-bottom:20px;  
	width:752px; 
}

#header{
	
}

#content{
	background-color:#000; 
	background-image:url(../images/barrel_content.jpg); 
	background-repeat:repeat-y;
	margin:0px 0px 0px 0px;  
	padding:1px 50px 10px 60px; 
}

#contentbottom{
	background-image:url(../images/barrel_footer.jpg); 
	background-repeat:no-repeat; 
	border:none; 
	height:19px; 
	margin:-2px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
	position:relative; 
	width:752px; 
}

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	height:100px; 
	margin:0px 0px 20px 0px; 
	padding:0px 30px 20px 38px;
	font-size:12px; 
	width:680px; 
}

#footer a{
	color:#FFFFFF; 
}

#footer a:hover{
	color:#31578f; 
}

#footer #info{
	color:white; 
	float:left; 
}

#footer #signature{
	color:white; 
	float:right; 
}

#footer .title{
	font-size:13px; 
	font-weight:bold; 
	text-transform:uppercase; 
	margin:0px; 
	padding:0px; 
}

a{
	color:#31578f; 
}

a:hover{
	color:#31578f; 
}

#register{
	position:relative; 	  
	height:157px; 
	width:652px;
}

#register #regImg{
	height:157px; 
	position:absolute; 
	width:652px;  
 	z-index:1; 
}

#register #sponsors{
	height:96px;
	position:absolute;
	left: 450px;
	top: 40px;
	width:184px;
	z-index:2;
	color:#31578f;
}

#register #sponsors span{
	float:left; 
	font-size:12px;
	clear:right; 
	margin:0px 0px 3px 0px; 
	padding:0px 0px 0px 0px; 
	width:160px; 
}

.contentbox{
	margin:15px 20px 30px 3px; 
}

.contentbox .header{

}

.contentbox .content{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px; 
	margin:0px 0px 0px 0px; 
	padding:0px 3px 2px 10px; 
}

.title{
	font-size:14px; 
	font-weight:bold;
	margin:15px 10px 0px 0px; 
	text-transform:uppercase; 
}

.contentbox .listItem{
	font-size:12px; 
	margin:0px 10px 0px 0px; 
	text-transform:capitalize; 
}

table#calendar td{
	padding:0px 20px 0px 0px; 
}

h1
{
	font-size:16px; 
	padding:0px; 
	margin:2px
}

/* If you're finding the input elements get pushed down, increase the width */

label {
 /* float: left;*/
  width: 25%;
  vertical-align: top;
}

input,textarea,select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
	color: #000;
  background: #CCCCFF;
  border: 1px solid #888;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #CCCCFF;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;
  font: 400 0.9em verdana, serif;
  cursor: pointer;
  color: #fff;
  background:#CCCCFF;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}

label
{
	margin-top:10px; 
	padding-top:5px; 
}
