/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #FFF;
}
a:hover {
	color: #999;
}
.clearer {clear:both;}
body {
	margin: 0 auto;
	width:1000px;
	color: #c6c6c6;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #666;
}
img {
	border:none;
}
img a {
	border:none;
}
.wrapper {
	margin: 0 auto;
	width:1000px;	
	background: url("../images/bg-repeat.png") top center repeat-y;
}





/***********Home Page*************/

.badge a {
	width:250px;
	height:250px;
	margin-top:-250px;
	background: url(../images/25yrSmall.png) top center no-repeat;
	float:right;
	z-index:9999;
	position:relative;
}
.badge span {
	display:none;
}
.newHome {
	margin:0 auto;
	padding-left:11px;
}
#topHeader {
	width:889px;
	height:350px;
	z-index:-1;
}

.maincontent {
	margin:0 auto;
	width:790px;
}
#sponsor-bar {
	margin-top:8px;
	margin-bottom:8px;
}
.stage-2 {
	padding-bottom:10px;
	width:780px;
	height:165px;
}
.stage-2 span {
	display:none;
}
#stage2left {
	margin-right:10px;
	width:385px;
	height:165px;
	display:block;
	background: url("../images/stage2left.png") top center no-repeat;
	float:left;
}
#stage2right {
	width:385px;
	height:165px;
	display:block;
	background: url("../images/stage2right.png") top center no-repeat;
	float:left;
}
.stage-3 {
	width:780px;
	height:135px;
}
#stage3g1 {
	margin-right:10px;
	width:180px;
	height:135px;
	float:left;
}
#stage3g2 {
	margin-right:10px;
	width:195px;
	height:135px;
	float:left;
}
#stage3g3 {
	margin-right:10px;
	width:195px;
	height:135px;
	float:left;
}
#stage3g4 {
	width:180px;
	height:135px;
	float:left;
}
.stage-3 span {
	display:none;
}


.stage-3s {
	width:600px;
	height:135px;
	float: left;
	margin-bottom: 20px;
}
#stage3g1s {
	margin-right:10px;
	width:180px;
	height:135px;
	display:block;
	float:left;
}
#stage3g2s {
	margin-right:10px;
	width:195px;
	height:135px;
	display:block;
	float:left;
	background-repeat: no-repeat;
	background-position: center top;
}
#stage3g3s {
	margin-right:10px;
	width:195px;
	height:135px;
	display:block;
	float:left;
	background-repeat: no-repeat;
	background-position: center top;
}
#stage3g4s {
	width:180px;
	height:135px;
	display:block;
	float:left;
	background-repeat: no-repeat;
	background-position: center top;
}
.stage-3s span {
	display:none;
}




/***********Child Page*************/
.child-section {
	margin-top:8px;
	
}



.childThumb {
	width:170px;
	min-height:500px;
	background: #211f1f;
	float:right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	color: #c6c6c6;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}
.childThumb ul {
	padding-bottom:10px;
}
.childThumb li {
	padding-top: 10px;
	list-style:none;
}
.childThumb a {
	color:#c6c6c6;
	text-decoration:none;
}
.childThumb a:hover {
	color:#c6c6c6;
	text-decoration:underline;
}

.childThumb h1 {
	text-align:center;
	color:#cacaca;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.childThumb h2 {
	text-align:center;
	color:#cacaca;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.pageHeader {
	margin-bottom:10px;
	width:600px;
	min-height:30px;
	color: #c6c6c6;
	background: #211f1f;
	float:right;
}
.pageHeader h1 {
	margin: 5px 5px;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


h2 {
	margin: 0px;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}



.thecontent ul li {
	margin-left: 35px;	
}


.thecontent {
	color: #c6c6c6;
	padding-right: 10px;
	width: 580px;
	float: left;
}

.thecontentadmin {
	color: #c6c6c6;
	padding-right: 10px;
	width: 750px;
	float: left;
}
.thecontent p {
	padding: 10px 0 0 10px;
} 

/* footer */
.footNav {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}
.footNav ul li {
	display:inline;
	margin: 0 10px;
}
.footNav a {
	text-decoration:none;
}

.footBy {
	padding-bottom:20px;
	height: 175px;
	margin-right: 100px;
}
.footAddress {
	margin-left:10px;
	float:none;
}
.footSplash {
	float:right;
}
.footSplash span {
	display:none;
}
.footSplash a{
	display:block;
	width:96px;
	height:none;
	padding:20px 0;
	background: url(../images/splashfooter.png) top center no-repeat;
	float:left;
}
.footSplash a:hover {
	background-position: 0 -40px;
	color: #049;
}
.footInfo {
	float:right;
}

.footer {
	padding-top:20px;
	background: url("../images/bg-bottom.png") top center no-repeat;
	/*background: url(../images/bgfooter.jpg) repeat-x;*/
	color: #fff;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
	width: 1000px;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.footer a {color: #fff;}
.footer a:hover {color: #fafcb0;}
.footer span a {text-decoration: none;}
.footer span a:hover {
	color: #fff;
	text-decoration: none;
	cursor: text;
}
