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

@import url(reset.css);

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#a3bed3;
}

#wrap {
	width:1150px;
	margin:auto;
}

#search {
	background-image:url(images/bg-search.png);
	background-repeat:no-repeat;
	height:19px; /*39 */
	width:244px;
	float:right;
	margin:27px 85px 0 0;
	z-index:100;
	position:relative;
	padding:20px 0 0 0;
}

.screen-reader-text {
	display:none;
}

#s {
	border:none;
	height:18px;
	width:215px;
	background-color:transparent;
	color:#ffffff;
	padding:0 0 0 5px;
}

#searchsubmit {
	width:20px;
	border:none;
	background-color:transparent;
	color:transparent;
}

#top {
	background-image:url(images/rough-top.png);
	background-repeat:repeat;
	height:85px;
	margin-top:13px;
}

#header {
	clear:right;
	height:202px;
	background-image:url(images/bg-header.jpg);
	position:relative;
}

#heystac {
	background-image:url(images/fallinghay.png);
	background-repeat:no-repeat;
	position:absolute;
	float:left;
	width:282px;
	height:882px;
	top:60px;
	left:15px;
}

#logo {
	margin:20px 0 0 245px;
	width:365px;
	height:157px;
	float:left;
}

#contact {
	font-family:"Century Gothic", Verdana, Geneva, sans-serif;	
	font-size:1.2em;
	text-align:right;
	margin:15px 85px 0 0;
	float:right;
}

#contact strong {
	font-size:1.2em;
}

#contact a {
	color:#000000;
	text-decoration:none;
}

#nav {
	height:29px;
	width:685px;
	padding:0 215px 0 250px;
	position:relative;
}

#nav ul {
	float:left;
}

#nav li {
	font-family:"Century Gothic", Verdana, Geneva, sans-serif;	
	color:#ffffff;
	font-size:1.5em;
	float:left;
	padding:0 40px;
	height:16px;
	margin:8px 0 0 0;
	line-height:16px;
}

.border {
	border-right:1px solid #ffffff;
}

#nav li a {
	color:#ffffff;
	text-decoration:none;
}

#nav li a:hover {
	color:#D88E45;
}

#content {
	background-image:url(images/bg-content.jpg);
	background-repeat:no-repeat;
	height:648px;
	margin-top:2px;
}

#content-text-top {
	width:667px;
	height:20px;
	background-image:url(images/bg-content-white-top.png);
	background-repeat:no-repeat;
	margin:0 0 0 240px;
	float:left;
}

#content-text-bottom {
	width:667px;
	height:43px;
	background-image:url(images/bg-content-white-bottom.png);
	background-repeat:no-repeat;
	margin:0 0 0 240px;
	float:left;
}

#content-text {
	width:627px;
	min-height:500px;
	background-image:url(images/bg-content-white.png);
	background-repeat:repeat-y;
	margin:0 0 0 240px;
	float:left;
	font-family:"Century Gothic", Verdana, Geneva, sans-serif;
	color:#000000;
	font-size:1.2em;
	padding:0 20px 0 20px;
	font-weight:normal;
}

#content-text h1 {
	color:#b0250e;
	font-weight:bold;
	font-size:1.6em;
	margin-bottom:.8em;
}

#content-text h2 {
	color:#000000;
	font-weight:bold;
	font-size:1.1em;
}

#ps {
	background-image:url(images/bg-ps.png);
	background-repeat:no-repeat;
	width:203px;
	height:87px;
	float:right;
	margin:0 40px 0 0;
	color:#b0250e;
	font-family:"Century Gothic", Verdana, Geneva, sans-serif;
	font-size:1.3em;
	text-align:center;
	padding:3px 0 0 0;
}

#footer {
	background-image:url(images/bg-footer.jpg);
	background-repeat:repeat-x;
	background-color:#363940;
	clear:both;
	min-height:170px;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
}

#footer-content {
	width:1100px;
	margin:auto;
	position:relative;
}

#subnav {
	float:left;
	margin:35px 0 0 200px;
	background-image:url(images/footer-links.png);
	background-repeat:no-repeat;
	padding:40px 0 0 0;
	height:71px; /* 111 */
	width:180px;
}

#subnav a {
	display:block;
	padding:0 0 10px 0;
}

#subnav .left {
	float:left;
	clear:left;
}

#subnav .right {
	float:right;
}

#copyright {
	font-size:1.2em;
	font-family:Verdana, Geneva, sans-serif;
	color:#7a7a7a;
	float:right;
	text-align:right;
	margin:80px 20px 0 0;
}

#geofooter {
	clear:both;
	padding:0 200px;
	margin:30px 0 0 0;
	color:#7a7a7a;
	font-family:Verdana, Geneva, sans-serif;
}

#foot-logo {
	margin:50px 0 0 0;
	float:right;
}

#rough-bottom {
	background-image:url(images/rough-bottom.png);
	background-repeat:repeat;
	height:250px;
	position:relative;
	margin-top:-250px;
}