﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #F6FDF1;
}
#container {
	width: 100%;
	margin-top: 0px;
	border-top: 2px solid #364629;
	border-bottom: 2px solid #364629;
	background-color: #fff;
}
#masthead {
	width: 1000px;
	height:100px;
	margin-right: auto;
	margin-left: auto;
	background-image:url('../images/bg_hdr.gif')
}
#navigation {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color:#bcd9a3;
	text-decoration: none;
	color: #a0522d;
	font-size: 11px;
	font-family : Tahoma;
}
#categories {
	width: 1000px;
	height:25px;
	margin-right: auto;
	margin-left: auto;
}
#page_content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	float: left;
	width: 840px;
	min-height:350px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
    position:relative;
	float: right;
	width: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content_below {
	position: relative;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;	
	clear:both;
}
#footer {
    position: relative;
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #daa520;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #a0522d;
	font-size: 11px;
	font-family : Tahoma;
}
#navigation a:hover {
	text-decoration: none;
	color: #364629;
}
#categories ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#categories li {
	float: left;
}

/* Content Styles */
h6 {
	color: #a0522d;
}
h5 {
	color: #a0522d;
}
h4 {
	color: #a0522d;
}
h3 {
	color: #a0522d;
}
h2 {
	color: #a0522d;
}
#content h1 {
	color: #a0522d;
}
table.cobtbl {
	border-color: #A0522D;
	background-color: #A0522D;
}
.cobhl {
	background-color: #C68A68;
}
.cobll {
	background-color: #FFFFFF;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.tabbed_images {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}
.tabbed_images li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
.tabbed_images li a {
	border:1px solid #ccc;
	display:block;
	float:left;
	margin:0 10px 0 0;
}
.tabbed_images li a.active,
.tabbed_images li a:hover {
	border:1px solid #333;
}
.tabbed_images li a img {
	border:none;
	padding:2px;
	margin:0;
}
#image_0,
#image_1,
#image_2,
#image_3,
#image_4,
#image_5 {
	margin-top:0px;
	padding:2px;
	border:1px solid #ccc;
}
