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

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
body {
	background: black url(images/bg.gif) top left repeat-x fixed;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	}
	
img, div { behavior: url(iepngfix.htc) }

#ctn {
	width: 650px;
	margin: 12px auto;
	text-align: left;
	}

#bodyCtn {
	width: 650px;
	background: url(images/blackBg.gif) top left repeat-y;
	position: relative;
	}

#left {
	width: 190px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	}

#right {
	width: 460px;
	margin: 0;
	padding: 0 0 40px 0;
	float: left;
	position: relative;
	text-align: center;
	}
	
#colBreak {
	clear: both;
	width: 650px;
	text-align: center;
	}
	
#footer {
	clear: both;
	height: 238px;
	background: url(images/footerBg.png) top left no-repeat;
	}
	
#detTbl {
	width: 400px;
	border: solid 1px rgb(60,60,60);
	background: rgb(20,20,20);
	margin: 0;
	}

#detTbl .cat {
	font-size: 15px;
	font-weight: bold;
	color: rgb(236,24,70);
	margin: 0;
	text-transform: uppercase;
	text-align: right;
	}
	
#detTbl .info{
	font-size: 14px;
	color: white;
	margin: 0;
	text-align: left;
	}
	
#footLogos {
	position: relative;
	width: 630px;
	height: 50px;
	}











/*-----------------------------------------------------
				Navigation
-------------------------------------------------------*/


#nav {
	margin: 0 0 0 -8px;
	padding: 0;
	}

	#nav li {
		width: 178px;
		height: 40px;
		margin: 3px 0;
		list-style: none;
		}
		
	.det, .supp, .reg, .spon, .his, .gal {
		width: 178px;
		height: 40px;
		margin: 0;
		padding: 0;
		}
		
	#nav a:link, #nav a:visited, #nav a:hover {
		width: 178px;
		height: 40px;
		text-decoration: none;
		display: block;
		}
	
	.det a:link, .det a:visited {
		background: url(images/eventNavBtn.gif) top left no-repeat;
		}
		
	.det a:hover {
		background: url(images/eventNavBtn.gif) bottom left no-repeat;
		}
		
	.supp a:link, .supp a:visited {
		background: url(images/suppNavBtn.gif) top left no-repeat;
		}
		
	.supp a:hover {
		background: url(images/suppNavBtn.gif) bottom left no-repeat;
		}
		
	.spon a:link, .spon a:visited {
		background: url(images/sponNavBtn.gif) top left no-repeat;
		}
		
	.spon a:hover {
		background: url(images/sponNavBtn.gif) bottom left no-repeat;
		}
		
	.reg a:link, .reg a:visited {
		background: url(images/regNavBtn.gif) top left no-repeat;
		}
		
	.reg a:hover {
		background: url(images/regNavBtn.gif) bottom left no-repeat;
		}
		
	.his a:link, .his a:visited {
		background: url(images/hisNavBtn.gif) top left no-repeat;
		}
		
	.his a:hover {
		background: url(images/hisNavBtn.gif) bottom left no-repeat;
		}
		
	.gal a:link, .gal a:visited {
		background: url(images/galNavBtn.gif) top left no-repeat;
		}
		
	.gal a:hover {
		background: url(images/galNavBtn.gif) bottom left no-repeat;
		}
	
	
	
/*-----------------------------------------------------
				End Navigation
-------------------------------------------------------*/

	
	
	
	
	
	
	
	

.hide {
	visibility: hidden;
	}
	
.copy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color:#999;
	text-align: left;
	width: 90%;
	}
	
	.copy a:link, .copy a:visited {
		color: white;
		font-weight: bold;
		text-decoration:underline;
		}
		
	.copy a:hover {
		text-decoration: none;
		color: #999;
		font-weight: bold;
		}
	
.subhead {
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	}
	
#regInc {
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	}
	
#regInc li {
	margin-top: 1em;
	list-style:square;
	}
	
#regTour {
	color: #999;
	text-align: left;
	font-size: 14px;
	}
	
#regTour li {
	margin-top: 1em;
	}
	
	#regTour li a:link, #regTour li a:visited {
		font-size: 14px;
		color: white;
		font-weight: bold;
		text-decoration:underline;
		}
		
	#regTour li a:hover {
		font-size: 14px;
		text-decoration: none;
		color: #999;
		font-weight: bold;
		}
	
.regBlock {
	width: 400px;
	background: rgb(30,30,30);
	padding: 10px;
	margin: 20px 0;
	}
	
	
.register {
	text-align: center;
	width: 133px;
	height: 27px;
	margin: 40px auto 20px auto;
	}
	
	.register a:link, .register a:visited {
		display: block;
		width: 133px;
		height: 27px;
		background: url(images/regBtn.gif) top left no-repeat;
		text-decoration: none;
		}
	
	.register a:hover {
		display: block;
		width: 133px;
		height: 27px;
		background: url(images/regBtn.gif) bottom left no-repeat;
		text-decoration: none;
		}
		
.donate {
	text-align: center;
	width: 133px;
	height: 27px;
	margin: 10px auto 10px auto;
	}
	
	.donate a:link, .donate a:visited {
		display: block;
		width: 133px;
		height: 27px;
		background: url(images/donBtn.gif) top left no-repeat;
		text-decoration: none;
		}
	
	.donate a:hover {
		display: block;
		width: 133px;
		height: 27px;
		background: url(images/donBtn.gif) bottom left no-repeat;
		text-decoration: none;
		}

	
.sponBlock {
	width: 140px;
	margin: 10px 4px;
	float: left;
	}
	
.logoBlock {
	width: 140px;
	height: 110px;
	background: rgb(30,30,30);
	vertical-align: middle;
	text-align: center;
	position: relative;
	}
	
	.logoBlock a img {position: absolute; vertical-align: middle; }

.emBlock {
	width: 140px;
	height: 36px;
	background: rgb(30,30,30);
	margin-top: 2px;
	padding: 8px 0 0 0;
	vertical-align: middle;
	text-align: center;
	vertical-align: middle;
	}

.sponInfo {
	clear: both;
	width: 420px;
	height: 100%;
	margin: 20px 0;
	padding: 1px;
	}
	
.sponSub {
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	vertical-align: middle;
	}
	

