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

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

html #outer{height:100%;}

body { 
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg.jpg) top center repeat-x;	
	background-attachment:fixed;
	margin-top: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	padding: 5px 0px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 11px;
	line-height: 20px;
}

a {
	text-decoration: none;
	color: #27569E;
	font-weight: 600;
}

a:hover {
	text-decoration: underline;
	font-weight: 600;
	color: #060543;
}

h1, h2, h3 {
	color: #333;
}

#siteToolbar {
	padding: 0;
	background-color: #fff;
}

#jumpmenu {
	margin: 5px 0 0 5px;
}

#jumpmenu label, #jumpmenu select {
	margin-bottom: 3px;
}

#facebookIcon {
	margin: 5px 3px 0;
	width: 92px;
	height: 18px;
	background: transparent url(../images/small_facebook.jpg) 0 0 no-repeat;
}

#container, #pagebody {
	border: none;
}

#siteToolbar {
	margin: 0 auto;
	padding: 0 0 5px;
}

#header {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 68px; 
	background: transparent url(../images/header_front.jpg) 0 0 no-repeat;
	text-indent: -99999px;
}

#fiveStar {
	margin: 3px 19px 0 0;
	width: 87px;
	height: 45px;
	float: right;
	display: inline;
}

#nav {
	margin: 0 auto;
	width: 924px;
	background: transparent url(../images/nav_bg.jpg) 0 0 no-repeat;
}

#bodycontent {
	position: inherit;
	height: auto; width: 100%;
	background-color: #FFFFFF;
	background-image:url(../images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/*No Search Results Paragraph*/
#noresults_header {
	padding-bottom: 50px;
	background: transparent url(../images/noResults_paragraph.jpg) left 85% no-repeat;
}

#noresults_paragraph {
	display: none;
}

#footer {
	margin: 0 auto;
	padding: 16px 0 0;
	width: 925px;
	height: 21px;
	background: #fff url(../images/footer_bg.jpg) 0 0 no-repeat;
	color: #fff;
	line-height: 17px;
}

#footer a {
	color: #fff;
}

#footertext {
	margin: 5px auto;
	padding: 5px;
	width: 910px;
	background-color: #999;
	color: #fff;
}

#footertext p {
color: #fff;
}