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

/* homepage */
#background {
	width: 100%;
	height: 100%;
	background: url(../images/homepageBackground.gif) no-repeat center center;
}
#contentHolder {
	margin: 0px auto;
	padding-top: 100px;
	width: 635px;
}
#logo {
	float: left;
	margin-top: 68px;
}

/* menu styles, see shared.css for common menu styles that this extends */
ul.homeNav {
	display: block;
	width: 100%;
	float: right;
	width: 370px;
}
.homeNav li a {
	display: block;
	float: left;
	margin: 5px 18px;
	padding: 8px 0px 8px 0px;
	width: 80px;
	text-transform:uppercase;
	background: url(../images/menuSeparator.gif) left no-repeat;
	text-decoration: none;
	color: #000000;
}
.homeNav li a:hover {
	color: #ffffff;
	font-weight: bold;
	background: url(../images/menuRollover.gif) no-repeat top center;
}

