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

body {
	margin:0;
	padding:0;
	font-family: 'PT Serif', serif;
	background-color: #4c4d4c;
}
#header {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 5;
	width: 100%;
	height: 12px;
	background-color: #000;
}
.splatter {
	margin-right: 47px;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #CCC;
	height: 1333px;
	background-image: url(../art/back.jpg);
	background-repeat:no-re1peat;
	margin-top: 12px;
}
.news {
	float: left;
	width: 500px;
	height: auto;
	font-size: 1em;
	margin-left: 260px;
	margin-right: auto;
	clear: right;
	padding-top: 80px;
	padding-bottom: 430px;
	color:#FFF;
}

.news a {
	color: #ED9F46;
	text-decoration: none;
}
#meritbadgetable {
	height: auto;
	width: 800px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 100px;
	margin-left: 100px;
	padding-top: 35px;
	font-size: .9em;
	padding-bottom: 35px;
}

#chatter {
	float: left;
	width: 500px;
	height: auto;
	font-size: 1.25em;
	margin-left: 260px;
	margin-right: auto;
	clear: right;
}

/* Button */
.button {
   border-top: 1px solid #fa2d2d;
   background: #d66565;
   background: -webkit-gradient(linear, left top, left bottom, from(#8f1d1d), to(#d66565));
   background: -webkit-linear-gradient(top, #8f1d1d, #d66565);
   background: -moz-linear-gradient(top, #8f1d1d, #d66565);
   background: -ms-linear-gradient(top, #8f1d1d, #d66565);
   background: -o-linear-gradient(top, #8f1d1d, #d66565);
   padding: 13.5px 27px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
	border-top-color: #ff6f00;
	background: #ff6f00;
   }
.button:active {
   border-top-color: #ff6f00;
	background: #ff6f00;
}
#details {
	height: auto;
	width: 800px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 35px;
	margin-right: 100px;
	margin-left: 100px;
	padding-top: 35px;
	font-size: .9em;
	padding-bottom: 35px;
}

.detailsPane {
	float: left;
	width: 245px;
	margin-right: 10px;
	margin-left: 10px;
}
.detailHeader {
	color:#FFF
	font-family: 'PT Serif', serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.detailHeader img {
	margin-right: 10px;
}
.detailSubHead {
	font-weight: bold;
	color: #FFF;
}
.detailsPane a {
	color: #ED9F46;
	text-decoration: none;
}
#registration {
	height: 50px;
	width: 800px;
	margin-right: 100px;
	margin-left: 100px;
	float: left;
	margin-top: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
	padding-top: 20px;
	color: #FFE37A;
}


#button {
	height: 50px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
}

#slideshow {
	position:relative;
	height: 320px;
	width: 800px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 34px;
}
#slideshow div {
	position:absolute;
	z-index: 0;
	left: 0px;
}
#slideshow div.previous{
	z-index: 1;	
}
#slideshow div.current{
	z-index: 2;	
}
.update {
	font-weight: bold;
	color: #FC0;
}
.stripe1{
 	
}
.stripe2{
	background-color:#666;
}
.highlight{
	background-color:#444;
	font-weight:bold;
}
th {
	background-color: #555;
	color:#CCC
}
.eagle {
	color:#FFF1DC
}