@charset "UTF-8";
/* CSS Document */

/*COLOR SCHEME
Green: #598f7c
Red: #c41200
Grey: #525052*/

#wrapper {
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 800px;
}

body {
	color: #525052;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	line-height: 20px;
}
.links {
	color: #c41200;
}
.links a, .links a:hover, .links a:visited {
	color: #c41200;
	text-decoration: underline;
}
.body_text_bold_green {
	color: #598f7c;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.body_text_bold_green li {
	color: #598f7c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0 25px;
	padding: 0;
}
.body_text_heads {
	color: #598f7c;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

#header {
	background: url(../images/header_main.jpg);
	height: 90px;
}

#nav {
	/*height: 20px;*/
}
#nav_main {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#nav_main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav_main ul li {
	display: block;
	float: left;
	/*height: 37px;
	line-height: 37px;*/
	list-style: none;
	text-align: center;
}
#nav_main ul li a {
	background: #598f7c;
	color: #fff;
	display: block;
	height: 20px;
	padding: 4px 0 4px 0;
	text-decoration: none;
}
#nav_main ul li a:hover, #nav_main ul li a.current {
	background: #c41200;
	color: #fff;
}

#content_main {
	clear: both;
	/*float: left;*/
	margin: 20px 45px 20px 45px;
	padding: 0;
	/*width: 715px;*/
}
#content_col_left {
	/*clear: both;*/
	float: left;
	margin: 0;
	padding: 0;
	width: 325px;
}
#content_col_right {
	/*clear: left;*/
	float: right;
	margin: 0;
	padding: 0;
	width: 325px;
}

#footnote {
	clear: both;
	font-size: 10px;
	line-height: 14px;
	padding-top: 20px;
}

#footer {
	background: #525052;
	clear: left;
	color: #fff;
	float: left;
	font-size: 10px;
	font-weight: bold;
	height: 33px;
	line-height: 14px;
	margin: 0;
	padding: 7px 0 2px 0;
	text-align: center;
	width: 800px;
}
#footer a, footer a:hover, footer a:visited {
	color: #fff;
}

/* container for banner_rotator */
#slideshow_rotator {
	float: left;
	height: 139px;
	margin: 0;
	padding: 0;
	width: 800px;
}

#slideshow {
    height: 139px;
    position: relative;
}

#slideshow a {
    left: 0;
	opacity: 0.0;
	position: absolute;
    top: 0;
    z-index: 8;
}

#slideshow a.active {
    opacity: 1.0;
    z-index: 10;
}

#slideshow a.last-active {
    z-index: 9;
}

/* removes borders from image links */
a:link img {border: 0}
a:hover img {border: 0}
a:visited img {border: 0}
.notes {
	font-size: 10px;
	font-style: italic;
}
