/* SETUP */
html, body {
	height: 100%;
}

body {
	background-image: url(../images/homeBg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #13355a;
	text-align: center;
	min-width: 900px;
}

.contentClear {
	height: 0px;
	clear: both;
}



/* MAIN CONTENT */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	width: 900px;
	margin: 0 auto -30px;
}

.push {
	height: 30px;
	/* remember from here on out to use
	padding for top instead of margin
	otherwise footer has problems */
}



/* SEARCH BAR */
#searchBarHolder {
	width: 880px;
	height: 94px;
	padding-top: 153px;
}

#searchBar {
	width: 638px;
	height: 33px;
	float: left;
}

.searchField {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #133c57;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 30px;
	padding-right: 5px;
	margin-top: 31px;
	margin-left: 178px;
	width: 423px;
	border: 1px solid #FFFFFF;
	background-image: url(../images/searchBarBg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#searchBtn {
	width: 65px;
	height: 33px;
	margin-top: 31px;
	float: left;
}



/* HOME INTRO */
#homeIntroHolder {
	width: 800px;
	height: 360px;
	margin-left: 50px;
	margin-top: 21px;
	background-image: url(../images/homeIntroBg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#introText {
	width: 800px;
	height: 191px;
	text-indent: -9999px;
}

#buttonsHolder {
	width: 800px;
	height: 43px;
}

#btnHomepage {
	position: absolute;
	width: 217px;
	height: 43px;
	margin-top: 0px;
	margin-left: 152px;
	text-indent: -9999px;
	z-index: 2;
}

a.btnHomepage {
	display: block;
	width: 217px;
	height: 43px;
	outline: none;
	background-image: url(../images/btnHomepage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.btnHomepage:hover {
	background-position: 0px -43px;
	z-index: 2;
}

#btnBookmark {
	position: absolute;
	width: 217px;
	height: 43px;
	margin-top: 0px;
	margin-left: 399px;
	text-indent: -9999px;
	z-index: 2;
}

a.btnBookmark {
	display: block;
	width: 217px;
	height: 43px;
	outline: none;
	background-image: url(../images/btnBookmark.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.btnBookmark:hover {
	background-position: 0px -43px;
	z-index: 2;
}
	


/* FOOTER */
.footer {
	height: 30px;
	text-align: center;
	margin: 0 auto;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #53779e;
	background-color: #0d253f;
}

ul#footerLinks {
	white-space: nowrap;
}

#footerLinks li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

#footerLinks a:link, #footerLinks a:visited {
	color: #53779e;
}

#footerLinks a:hover, #footerLinks a:active {
	color: #FFFFFF;
}

.footerNav {
	padding-top: 6px;
}












