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

body{
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #273b42;	
}

#container{
	width:967px;
	margin: 20px auto;
}

#container #main{
	position: relative;
	height: 532px;
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
}

#formArea{
	position: absolute;
	left: 47px;
	top: 128px;
}

#submission{
	position: absolute;
	left: 129px;
	top: 438px;
}

#return{
	position: absolute;
	left: 47px;
	top: 438px;
}

td{
	padding: 6px 0px;	
}

.text{
	width: 255px;
	height: 19px;
	border: 1px solid #FFF;
}

.textSmall{
	width: 100px;
	height: 19px;
	border: 1px solid #FFF;
}

.submit
{
background: url(images/btn_submit.gif);
background-repeat: no-repeat;
height: 31px;
width: 88px;
border: none;
padding-top:31px;
cursor: pointer;
}

.formLabel{
	text-align: right;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 10px;
	
}

#container #main2{
	position: relative;
	height: 494px;
	background-image: url(images/form_bg.jpg);
	background-repeat: no-repeat;
}

#what,#when,#where,#how,#register{
	width: 582px;
	clear: both;
	position: absolute;	
	left: 47px;	
}

#what{
	top: 142px;
}

#when{
	top: 228px;
}

#where{
	top: 283px;
}

#how{
	top: 352px;	
}
#register{
	top: 455px;
	color: #5c5a3e;
}

.label{
	width: 52px;
	text-align: right;
	float: left;
	text-transform: uppercase;
	padding-right: 10px;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
}

.details{
	width: 520px;
	float: left;
	font-size: 14px;
	line-height: 20px;
}

.details a{
	color: #273b42;
	font-weight: bold;
	text-decoration: none;
}

h1{
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	
}

#footer{
	width: 882px;
	margin: 20px auto;	
}
