@CHARSET "UTF-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

#pageWrapper, #footer {
    width: 1000px;
    margin: 0 auto 0 auto;
}

#header {
    width: 1000px;
    height: 285px;
}

#subHeader {
    width: 1000px;
    height: 153px;
}

#homeContent p {
	font-style: italic;
}

#centerPane {
    width: 1000px;
}

#footer {
	width: 1000px;
	height: 123px;
	display: block;
}

#footerBorder {
	width: 775px;
	border: 1px solid #353535;
	margin-left: 110px;
	margin-top: 15px;
}

#footerLeft {
	float: left;
}

#topNavSearch {
	float: right;
	height: 18px;
}

#homepageLink {
	width: 200px;
	height: 105px;
	display: block;
	float: left;
	margin-top: 164px;
	margin-left: 390px;
	z-index: 5;
}

#googleSearch {
	float: right;
}

#employeeAdmin, #bmiAdmin {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#employeeAdmin {
	color: #FFFFFF;
	margin-left: 10px;
}

#footerRight {
	float: right;
}

#bmiAdmin {
	color: #FFFFFF;
	margin-right: 10px;
}

#bmiAdmin a {
	color: #FDBB30;
}

.spacer {
    clear: both;
    height: 5px;
    width: 5px;
}

.clear {
    clear: both;
}