@charset "UTF-8";
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/design/bkgd.gif);
	background-repeat: repeat-x;
	background-position: center 95px;
}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: auto;
	width: 960px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color: #FFFFFF;
}
#head {
	float: left;
	height: 95px;
	width: 930px;
}
#head1 {
	float: left;
	width: 615px;
	padding: 30px 0px 0px 0px;
}
#head2 {
	float: left;
	width: 315px;
}
#head2a {
	float: left;
	height: 30px;
	width: 310px;
	padding: 0px 0px 0px 5px;
}
#head-row2 {
	float: left;
	width: 930px;
	height: 40px;
	clear: both;
}
#head2c {
	float: left;
	width: 310px;
	height: 20px;
	clear: both;
	padding: 0px 0px 0px 5px;
}

#options {
	list-style-type: none;
	float: left;
	width: 300px;
	border-left: 1px solid #A3A86B;
}
#options li {
	float: left;
	font-size: 0.69em;
	border-right: 1px solid #A3A86B;
}
#options a {
	padding: 5px;
	display: block;
	color: #A3A86B;
	text-decoration: none;
}
#options a:hover {
	background-color: #B5B989;
	color: #FFFFFF;
}
#searchhead {
	float: left;
	width: 300px;
	background-image: url(../images/design/search-bkgd.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 5px;
	height: 40px;
}
#S_Box {
	margin: 0px 5px 0px 0px;
	height: 18px;
	width: 178px;
	border: 1px solid #FFF;
	float: left;
	font-size: 0.69em;
}
#searchhead .quickSearchButton {
	height: 20px;
	width: 14px;
}
#logo {
	float: left;
	margin-bottom: 13px;
	display: block;
	width: 310px;
	border: none;
}
#nav2 {
	list-style-type: none;
	float: left;
	width: 300px;
	border-left: 1px solid #175E54;
	padding: 0px;
	height: 20px;
	line-height: 1em;
}
#nav2 li {
	float: left;
	font-size: 0.75em;
	border-right: 1px solid #175E54;
	line-height: 1em;
}
#nav2 a {
	padding: 4px 30px 4px 5px;
	display: block;
	color: #175E54;
	text-decoration: none;
}
#nav2 a:hover {
	background-color: #7FA7A7;
	color: #FFFFFF;
}

#main {
	float: left;
	height: 450px;
	width: 960px;
	background-color: #175E54;
}
#main .homepic {
	float: left;
	width: 309px;
	height: 450px;
	border-right: 1px solid #FFF;
}
#images {
	float: left;
	height: 450px;
	width: 620px;
	position: relative;
}

#slideshow {
	position: relative;
	width: 620px;
	float: left;
	overflow: hidden;
}
#controls {
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0;
	display: none;
	background-color: #1A635A;
	margin: 0;
	padding: 0px;
	font-size: 0.75em;
	color: #FFFFFF;
}
#controls img {
	border: none;
	padding: 10px;
}
#controls span {
	margin: 0px;
	padding: 0px;
}
#controls a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
}
#controls a:hover {
	text-decoration: underline;
}


.slideshow {
	width: 620px !important;
	height: 450px !important;
	float: left;
	overflow: hidden;
	position: relative;
}
.slideshow img {
	position: absolute;
	height: 450px;
	width: 620px;
}

#text {
	float: left;
	height: 450px;
	width: 340px;
	background-image: url(../images/design/text-bkgd.gif);
	overflow: auto;
	background-attachment: scroll;
	scrollbar-base-color: #175E54;
	scrollbar-track-color: #175E54;
	scrollbar-border: none;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #175E54;
}
#text hr {
	margin: 0px 10px 8px 10px;
	border: none;
	border-top: 1px dotted #A3A86B;
	clear: left;
}

#text h1,
#text h2,
#text h3,
#text h4,
#text h5,
#text h6,
#text p {
	padding: 0px 20px 0px 10px;
}

#text h1 {
	color: #A3A86B;
	font-size: 1.5em;
	line-height: 1em;
	letter-spacing: -1px;
	margin: 20px 0px 10px 0px;
	font-weight: normal;
	text-transform: none;
}
#text h2 {
	font-size: 1em;
	line-height: 1em;
	color: #A3A86B;
	margin: 0px 0px 5px;
}
#text h2 a,
#text h3 a {
	color: #A3A86B;
	text-decoration: none;
}
#text h2 a:hover,
#text h3 a:hover {
	text-decoration: underline;
}
#text h3 {
	color: #A3A86B;
	font-size: 0.75em;
	margin: 0px 0px 5px;
	clear: left;
}
#text h4 {
	color: #FFF;
	font-size: 0.75em;
	margin: 0;
}

#text p {
	font-size: 0.75em;
	line-height: 1.25em;
	color: #FFFFFF;
	margin: 0px 0px 8px;
}
#text ul {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 30px;
}
#text li {
	font-size: 0.75em;
	color: #FFFFFF;
	line-height: 1.25em;
}
#text h4 a,
#text p a,
#text li a {
	color: #FFFFFF;
	text-decoration: underline;
}
#text a:hover {
	text-decoration: underline;
	color: #A3A86B;
}
#text  .newsdate {
	color: #A3A86B;
}
#text form {
	clear: left;
	float: left;
	width: 310px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}

#text .formsub {
	color: #A3A86B;
	font-size: 0.75em;
	margin: 0px 0px 5px;
	float: left;
	width: 310px;
	font-weight: bold;
}

#text .formrow {
	float: left;
	width: 310px;
	margin: 0px 0px 5px 0px;
}
#text .formlabel {
	float: left;
	width: 100px;
	font-size: 0.75em;
	color: #FFFFFF;
	padding: 3px 0px 0px;
}
#text .formfield {
	float: left;
	width: 210px;
}
#text .formcheckbox {
	float: left;
	width: 210px;
}
#text .formfield input {
	width: 208px;
	border: 1px solid #003333;
	height: 18px;
	float: left;
}
#text .formfield textarea {
	float: left;
	height: 120px;
	width: 208px;
	border: 1px solid #003333;
}
#footer {
	float: left;
	width: 930px;
	padding: 10px 0px;
}
#footer p {
	font-size: 0.75em;
	color: #175E54;
}
#footer a {
	color: #175E54;
	text-decoration: none;
}
#footer a:hover {
	color: #A3A86B;
}
#credit {
	clear: both;
}
#credit p {
	font-size: 0.69em;
	color: #AEC7C3;
}
#credit a {
	text-decoration: none;
	color: #AEC7C3;
}
#credit a:hover {
	color: #175E54;
	text-decoration: none;
}
.pdf {
	background-image: url(../images/design/pdf.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 20px;
	background-position: top left;
	display: block;
}

