/*--- HTML Tag Overrides ---*/
html, body {
	background-color: #590117;
	color: #64472F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
}
h1 {
	color: #590117;
	font-size: 20px;
	margin-bottom: 5px;
}
h2 {
	border-bottom: 1px solid #a99889;
	font-size: 16px;
	margin-bottom: 5px;
}
h3 {
	color: #590117;
	font-size: 14px;
	margin-bottom: 0px;
}
h4 {
	color: #64472F;
	font-size: 10px;
	margin-bottom: 0px;
}
td {
	vertical-align: top;
}
em {
	font-style: italic;
}
p {
	margin-bottom: 1em;
}
blockquote {
	margin-top: 1em;
	margin-left: 2em;
}
ol {
	list-style: decimal;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-top: 1em;
}
ul {
	list-style: disc;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-top: 1em;
}
ul li ul {
	margin-bottom: 0px;
	margin-top: 0px;
}
strong, b {
	font-weight: bold;
}
.clear {
	clear:both;
}
/*---------------------------*/

/*--- Default Link Styles ---*/
a {
	color: #590117;
}
a:hover {
	color: #AA2446;
	text-decoration: underline;
}
/*---------------------------*/

/*--- CSS type for form field errors ---*/
.error_field {
	border: 1px solid #FF0000;
}
/*--------------------------------------*/

/* Container Definitions */
#main_container {
	margin: auto;
	width: 1000px;
}
#top_container > div {
	background-image: url(/images/top_image.jpg);
	color: #cfba8d;
	font-size: 10px;
	height: 103px;
	padding-left: 10px;
	padding-right: 10px;
}
#top_container a {
	color: #cfba8d;
	text-decoration: none;
}
#top_container a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#menu_container {
	font-size: 12px;
	padding-left: 90px;
}
#menu_container .menu_item {
	color: #CFBA8D;
	float: left;
}
#menu_container .menu_item a {
	color: #CFBA8D;
	text-decoration: none;
}
#menu_container .menu_item a:hover {
	color: #F5E8CD;
	text-decoration: none;
}
#menu_container .menu_seperator {
	background-image: url(/images/menu_seperator.png);
	float: left;
	height: 18px;
	width: 45px;
}
#menu_container .menu {
	background-color: #decfb6;
	display: none;
	padding: 10px;
	padding-bottom: 5px;
	white-space: nowrap;
}
#menu_container .menu td {
	white-space: nowrap;
}
#menu_container .menu ul {
	margin: 0px;
}
#menu_container .menu li {
	list-style: none;
	margin-left: 1em;
}
#menu_container .menu a {
	text-decoration: none;
}
#menu_container .menu a:hover {
	text-decoration: underline;
}
#menu_container .menu .header {
	font-weight: bold;
}
#menu_container .menu div {
	margin-bottom: 5px;
}
#breadcrumbs {
	border-bottom: 1px solid #a99889;
	color: #a99889;
	margin-bottom: 20px;
}
#breadcrumbs a {
	color: #a99889;
	font-size: 10px;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #590117;
	text-decoration: none;
}
#page_tools {
	color: #a99889;
	font-size: 10px;
	position: absolute;
	text-align: right;
	top: 210px;
	width: 524px;
}
#page_tools a:hover {
	text-decoration: underline;
}
#slideshow {
	float:right;
	width: 228px;
}
#slideshow_links a {
	text-decoration:none;
}
#slideshow_image {
	margin: 3px 0px 10px 0px;
}
#content_container {
}
#content_left {
	background-image: url(/images/top_curve_left.jpg);
	background-repeat: no-repeat;
	color: #DCD4AD;
	padding-top: 75px;
	text-align: right;
	width: 209px;
}
#content_left > div {
	padding-right: 24px;
}
#content_left > div > div {
	margin-top: 5px;
}
#content_left a {
	color: #DCD4AD;
	text-decoration: none;
}
#content_left a.environmental_programs {
	color: #8bbd42;
	font-weight: bold;
	text-decoration: none;
}
#content_left a.environmental_programs:hover {
	color: #8bbd42;
	font-weight: bold;
	text-decoration: underline;
}
#content_left a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content_left .header {
	color: #DCD4AD;
	font-weight: bold;
	text-decoration: underline;
}
#content_left a.header:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#content_center {
	background-color: #DECFB6;
	background-image: url(/images/top_curve_center.jpg);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
}
#content_right {
	background-image: url(/images/top_curve_right.jpg);
	background-repeat: no-repeat;
	padding-top: 75px;
	width: 208px;
}
#content_right > div {
	padding-left: 24px;
}
#footer_container {
	background-image: url(/images/footer_background.jpg);
	background-repeat: no-repeat;
	color: #b78d7c;
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 72px;
}
#footer_container a {
	color: #b78d7c;
	text-decoration: none;
}
#footer_container a:hover {
	color: #b78d7c;
	text-decoration: underline;
}
#top_links {
	border-bottom: 2px dotted #FF9900;
	border-top: 2px dotted #FF9900;
	font-weight: bold;
	margin-bottom: 1em;
}
#top_links > ul {
	list-style: none;
	margin-left: 1em;
}
#top_links > ul > li {
	background-image: url(/images/list_item_red.png);
	background-repeat: no-repeat;
	line-height: 17px;
	padding-left: 20px;
	vertical-align: top;
}
#weather {
	background-image: url(/images/weather.png);
	background-repeat: no-repeat;
	color: #d9ca97;
	cursor: pointer;
	font-size: 24px;
	height: 91px;
	margin-top: 20px;
	text-align: right;
}
#seperator {
	border-bottom: 2px dotted #FF9900;
	margin-bottom: 1em;
}
table.table_padding_3 td {
	padding: 3px;
}
/*--------------------*/

/* Home Page Styles */
#main_container_home {
	margin: auto;
	width: 1000px;
}
#main_container_home #content_left {
	background-image:url(/images/top_curve_left_home.jpg);
}
#main_container_home #content_center {
	background-image: url(/images/home_flash_background.jpg);
	padding: 0px;
}
#main_container_home #content_right {
	background-image:url(/images/top_curve_right_home.jpg);
}
#main_container_home #footer_container {
	background-image: url(/images/footer_background_home.jpg);
	padding-top: 10px;
}
/* ---------------- */

/* sIFR Styles */
.sIFR-hasFlash .menu_item {
	visibility: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
}
/* ---------------- */

/* Button Sprites */
#back_button {
	background-image: url(/images/sprites/back.png);
	background-position: 0px 0px;
	float: left;
	margin-right: 10px;
	width: 41px;
}
#back_button:hover {
	background-position: 0px -100%;
}
#back_to_top_button {
	background-image: url(/images/sprites/back_to_top.png);
	background-position: 0px 0px;
	float: left;
	margin-right: 10px;
	width: 76px;
}
#back_to_top_button:hover {
	background-position: 0px -100%;
}
/* -------------- */

/* Text Style Definitions */
.arial_10 {
	font-size: 10px;
}
/*------------------- */

/* EXT Overrides */
.x-window-proxy {
	background: #eee0d0;
	border: 1px solid #bca78c;
}
.x-window-body, .x-panel-body {
	background-color: #decfb6;
}
.x-window-tl .x-window-header {
	color: #590117;
}
.x-window-tc {
	background-image: url(/images/sprites/window/top-bottom.png);
}
.x-window-tl {
	background-image: url(/images/sprites/window/left-corners.png);
}
.x-window-tr {
	background-image: url(/images/sprites/window/right-corners.png);
}
.x-window-bc {
	background-image: url(/images/sprites/window/top-bottom.png);
}
.x-window-bl {
	background-image: url(/images/sprites/window/left-corners.png);
}
.x-window-br {
	background-image: url(/images/sprites/window/right-corners.png);
}
.x-window-mc {
	border-color: #bca78c;
}
.x-window-ml {
	background-image: url(/images/sprites/window/left-right.png);
}
.x-window-mr {
	background-image: url(/images/sprites/window/left-right.png);
}
.x-window-bbar .x-toolbar, .x-window-tbar .x-toolbar {
	border-color: #bca78c;
}
.x-window-plain .x-window-mc {
	background-color: #eee0d0 !important;
	border-color: #bca78c;
}
.x-window-plain .x-window-body {
	border-color: #bca78c;
}
.x-toolbar {
	background-image: url(/images/sprites/toolbar/bg.png);
}
.x-toolbar .x-btn-over .x-btn-left, .x-toolbar .x-btn-over .x-btn-right, .x-toolbar .x-btn-over .x-btn-center, .x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left, .x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right, .x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center {
	background-image: url(/images/sprites/toolbar/tb-btn-sprite.png);
}
.x-panel-ghost {
	background-color: #eee0d0;
}
.x-panel-ghost .x-window-tl {
	border-color: #bca78c;
}
.x-panel-ghost ul {
	border-color: #bca78c;
}
.x-panel h1, .x-panel #top_links {
	display: none;
}
.x-tool {
	background-image: url(/images/sprites/panel/tool-sprites.png);
}
/* ------------- */

/* Print Media Definitions */
@media print {
#top_container, #page_tools, #top_links, #content_left, #content_right, #footer_container {
	display: none;
}
#content_center {
	padding: 0px;
}
}
/*--------------------*/
