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

#reveal {
	background: url(../images/reveal_background.jpg) 0 0 repeat-x;
	color: #FFF;
	/*display: none;*/			/* Hidden initial state with previous jQuery reveal */
	height: 199px;				/* Controls reveal height */
	position: relative;
	text-align: center;
	width: 100%;
	}

.reveal_class {
	/*display: none;*/			/* Hidden initial state with previous jQuery reveal */
	margin: 0 auto;
	padding-top:35px;			/* Space above the navigation block */
	position: relative;
	text-align: left;
	width: 825px;				/* Changes when sizing or adding columns */
	}

#reveal a {
	color: #FFF;
	}

#reveal a:hover {
	color: #ffb434;
	}

#reveal ul {
	float: left;
	font-size: 10px;
	line-height: 14px;
	list-style: none;
	}

#reveal .left_col {
	float: left;
	margin-right: 10px;
	padding: 1px 0 0 2px;
	width: 500px;				/* Changes when sizing or adding columns */
	}

#reveal .left_col ul {
	height: 147px;
	width: 95px;				/* Column width */
	}

#reveal .right_col {
	float: left;
	margin-left: 10px;
	padding: 1px 0 0 2px;
	width: 300px;
	}

#reveal .right_col ul {
	height: 87px;
	width: 1375px;
	}

.navimg {
	margin-top:35px;
	}

li.menuhead {
	margin-top:5px;
	color: #ffb434;
	}