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

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

html #outer{height:100%;}

body { 
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg.jpg) top center repeat-x;	
	background-attachment: scroll;
	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;
}

#container, #pagebody {
	border: none;
}

#pagebody, #pageBody {
	padding-top: 10px;
}

#siteToolbar {
	margin: 0 auto;
	padding: 0;
	background-color: #0f1b31;
}

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

#jumpmenu label {
	color: #ccc;
}

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

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

#twitterIcon {
	width: 92px;
	height: 18px;
	background: transparent url(../images/small_twitter.jpg) 0 0 no-repeat;
}

#header {
	width: 950px;
	height: 107px; 
	background: transparent url(../images/roundedCorner_top.jpg) left bottom no-repeat;
}

#header ul {
	display: inline;
}

#header li {
	margin-top: 68px;
	float: left;
	display: inline;
}

#header a {
	display: block;
}

#nav {
	margin: -28px 15px 0;
	padding: 0 15px;
	width: 920px;
	height: 33px;
	position: absolute;
	z-index: 5;
	background: transparent url(../images/nav_bg.gif) 0 0 no-repeat;
	display: inline;
}

#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 {
	height: 15px;
	background: #fff url(../images/footer_bg.jpg) 0 bottom repeat-x;
	color: #000;
}

#footer a {
	color: #981c1e;
}

#footertext {
	margin: 0;
	padding: 5px;
	width: 940px;
	background-color: #666;
	color: #fff;
}

#footertext p {
color: #fff;
}

