@charset "utf-8";
/* DCT Site CSS */
* {
	padding:0;
	margin:0;
}
body {
	background:url("../images/sitebackground.jpg");
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#000000;
}
#wrapper {
	width:960px;
	margin:auto;
	position:relative;
}
#header {
	width:960px;
	height:130px;
}
#staticinfo {
	width:960px;
	height:445px;
	background:url("../images/StaticInfoBackground.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#000000;
}
#navigation {
	width:920px;
	height:30px;
	clear:both;
	margin-left: 40px;
}
#sliderarea {
	width:670px;
	height:400px;
	float:left;
	padding-top:15px;
	padding-left:10px;
	position:relative;
}
#rightlinkarea {
	width:280px;
	height:400px;
	padding-top:15px;
	float:left;
}
#eventinfo {
	height:70px;
	width:260px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
}
#sponsorarea {
	width:330px;
	float:left;
	margin-left:10px;
}
#sponsorheading {
	width:320px;
	height:23px;
	background:url("../images/contentheader.gif");
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	padding-top:3px;
}
#majorsponsors {
	width:320px;
	height:215px;
}
#supportingsponsors {
	width:320px;
	height:115px;
}
#registerbtn, #photobtn, #eventguidebtn {
	padding-bottom:10px;
}
#contentarea {
	width:620px;
	float:left;
}
#mainheading {
	width:610px;
	height:23px;
	background:url("../images/maincontentheader.gif");
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	padding-top:3px;
}
#maintext {
	width:590px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
#maintext a, #maintext a:visited {
	color:#f8981d;
	text-decoration:none;
}
#maintext a:hover {
	text-decoration:underline;
}
.emailsubmit {
	width:132px;
	height:31px;
	background:url("../images/emailsubmit.gif")
	background-position:top left;
}
#sitefooter {
	padding-top:40px;
	width:960px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	clear:both;
}
.bluetext {
	color:#004a90;
}
h1 {
	font-size:28px;
}
/* Easy Slider */

	#slider{
		border:5px solid #FFFFFF;
		}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:640px;
		height:380px;
		overflow:hidden; 
		}	
	#nextBtn{ 
		display:block;
		width:24px;
		height:29px;
		position:absolute;
		left:-14px;
		top:30px;
		}
	#prevBtn{
		display:block;
		width:24px;
		height:28px;
		position:absolute;
		left:-14px;
		top:59px;
		}													
	#prevBtn a{  
		display:block;
		width:24px;
		height:28px;
		background:url("../images/sliderprevious.jpg");	
		}	
	#nextBtn a{
		display:block;
		width:24px;
		height:29px;
		background:url("../images/slidernext.jpg");	
		}												

/* // Easy Slider */
#RegisteredRibon {
		width:162px;
		height:161px;
		position:absolute;
		top:176px;
		left:499px;
		z-index:1;
}