@charset "UTF-8";

body {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	background: #7d8491 url(images/header_bg.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtrHdr #container #mainContent p {
	line-height: 1.5em;
}
.oneColFixCtrHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/content_bg.jpg) repeat-y center;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #F9D489 url(images/header_bg.jpg) repeat-x top;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 69px;
}
.oneColFixCtrHdr #header h1 {
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #6c4011;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px;
}
.vertline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F6D285;
}
.quotes {
	font-size: 24px;
	color: #950105;
	vertical-align: bottom;
}
.bulletList li {
	margin-bottom: 7px;
	list-style-image: url(images/bullet.gif);
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #950105;
	font-style: oblique;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #950105;
	margin: 0px;
}
#photobar {
	text-align: center;
}
.oneColFixCtrHdr #footer {
	background:#7D8491 url(images/footer_gradient.jpg) repeat-x top;
	height: 110px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #abadb3;
	padding: 10px 20px 20px;
}
.oneColFixCtrHdr #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #container #header #homebutton a {
	color: #6C4011;
	text-decoration: none;
}
.oneColFixCtrHdr #container #header #homebutton a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #container #header #homebutton {
	float: right;
	clear: both;
	margin-top: 25px;
	margin-right: 20px;
}
.oneColFixCtrHdr #contentbottom {
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 17px;
}
.oneColFixCtrHdr #topnav {
	height: 15px;
	background-color: #7f020b;
	background-image: url(images/top_nav_bg.jpg);
	padding: 20px;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 35px;
}#navlist a {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#navlist a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F8D58B;
}
.oneColFixCtrHdr #container #mainContent .photoRight {
	float: right;
	width: 250px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#navlist {
	text-align: center;
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-size: 16px;
	color: #CE9955;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
#navlist2
{
	padding-left: 0;
	margin-left: 0;
	width: 200px;
}

#navlist2 li
{
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6D285;
}

#navlist2 li a {
	text-decoration: none;
	font-size: 12px;
	color: #950105;
}

.oneColFixCtrHdr #container #mainContent #leftnav #navlist2 #active a {
	font-size: 16px;
	color: #950105;
	text-decoration: none;
	font-weight: bold;
	}
.oneColFixCtrHdr #container #mainContent h4 {
	font-size: 14px;
	font-weight: bold;
	color: #950105;
	margin: 0px;
}
.imageBox {
	border: 1px solid #EABE62;
}
.mapRight {
	float: right;
	height: 325px;
	width: 300px;
	margin-bottom: 20px;
	margin-left: 20px;
}

