@charset "utf-8";

body {
	background:url(/images/pageBackground.jpg);
	background-repeat:repeat-x;
	margin:15px;
	font-family:Trebuchet MS;
}

#container {
	width:723px;
	position:relative;
}

#menu {
	position:relative;
	width:723px;
	height:57px;
	top: -157px;
	background:url(/images/siteMenu.png);
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-left:15px;
	z-index:2;
}

#menu .menulink {
	text-transform:uppercase;
}

#homeFeature {
	position:relative;
	left:25px;
	top:-180px;
	width:675px;
	height:253px;
	background:url(/images/home/homeFeatureBG.png);
	background-repeat:no-repeat;
}

#homeFeature img {
	outline:none;
	border:none;
	position:relative;
	left:358px;
	top:29px;
}

#pageLogo {
	position:relative;
	left:0px;
	top:0px;
	width:494px;
	height:120px;
	background:url(/images/siteLogo.png);
	background-repeat:no-repeat;
}

#contactInfo {
	position: relative;
	top: -1105px;
	left: 440px;
	font-size: 10px;
	width: 250px;
	margin: 0px;
	text-align: right;
}

#intro {
	position:relative;
	top:-170px;
	left:25px;
	width:675px;
}

#sections {
	position:relative;
	top:-160px;
	left:-7px;
	width:675px;
}

#siteSearch {
	position:relative;
	left:366px;
	top:-85px;
	width:333px;
	height:106px;
	background:url(/images/searchBG.png);
	background-repeat:no-repeat;
	padding-top:72px;
	padding-left:3px;
}

#siteSearch input {
	vertical-align:middle;
	font-size:10px;
}

.searchBox {
	width:195px;
	border:none;
	padding-left:5px;
	padding-right:5px;
}

#disclaimer {
	position:relative;
	top:-170px;
	text-align:center;
	font-size:10px;
	color:#979797;
}