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

body {
	background-image: url(../images/resultsBg.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 */
}



/* LOGO */
#logoHolder {
	width: 275px;
	height: 118px;
	margin-left: 50px;
	float: left;
}



/* SEARCH BAR */
#searchBarHolder {
	width: 575px;
	height: 94px;
	padding-top: 8px;
	margin-left: 0px;
	float: right;
}

#searchBar {
	width: 423px;
	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: 0px;
	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;
}



/* RESULTS CONTENT */
#resultsContentHolder {
	width: 720px;
	margin-left: 50px;
	margin-top: 0px;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url(../images/resultsContentBg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}

#resultsBtm {
	width: 800px;
	height: 117px;
	margin-left: 50px;
	background-image: url(../images/resultsBtm.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



/* ABOUT and CONTACT PAGES */
.pageTitle {
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #278bb1;
}

.pageText {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color: #13355a;
}

.pageText p {
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 0;
}

.pageText a {
	text-decoration: none;
}

.pageText a:link, .pageText a:visited {
	color: #0989db;
}

.pageText a:hover, .pageText a:active {
	color: #91bb03;
}



/* 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;
}













