﻿@import url("layout.css");
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	background: #581f1f url('../images/bodybkg2d_exp.png') repeat;
}
#container {
	width: 100%;
	margin-top: 20px;
}
#masthead {
	width:874px;
	margin-right: auto;
	margin-left: auto;
}
/* Masthead Styles */

#mastheadnav {
	margin-right: auto;
	margin-left: auto;
	width:870px;
	padding-left:-2px;
	height:36px;
	background-color:#000;
}
#mastheadnav ul {
/*	list-style:none; 
	margin-top:5px;*/
	padding-top: 10px; 
}
#mastheadnav li {
	display:inline;
	list-style-type: none; 
/*	for horizontal, rem out ul list-style:none and rem out a display: block */
}
#mastheadnav a {
	text-decoration: none;
	font-weight:normal;
	color: #FFF;
/*	display: block; */
	padding-top:10px;
	padding: 5px;
	padding-left:8px;
	padding-right:8px;
	border-right: 1px solid #666666;
/*	background-color: #C0C0C0; */
}
#mastheadnav a.last {
	border-right: 0px solid #666666;
/*	background-color: #C0C0C0; */
}
#mastheadnav a:hover {
	color: #B00000;
}
#mastheadnav a.active {
	text-decoration: none;
	color: #FFF;
/*	font-weight:bold; */
}
#mastheadnav a.active:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	font-weight:bold; 
}

#page_content {
	position: relative;
	width: 900px;
	height: 520px;
 	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
	padding-bottom: 20px;
	background:#333333 url('../images/redbkg1b.jpg');
/*	height:783px; this is the height of the background */
} 
#content_full {
	position: relative;
	azimuth:center;
	clear:none;
	height:490px; /*40 or 50px less than content height above */
	width: 820px;
	margin-top:5px;
	margin-bottom: 10px;
	margin-left:30px;
	padding:10px;
	text-align: left;
	color:#FFF;
	background-color: #333333;
	background-image:url('../images/graybkg1b.jpg');
	
}#content {
	position: relative;
	float: left;
	clear:none;
	width: 490px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:10px;
	margin-right:15px;
	margin-top:5px;
	margin-bottom: 9px;
	text-align: left;
	color:#CCCCCC;
	background-color:#333333;
	
/*	background-image: url('../images/content_bkg1b.png'); 
	background-repeat:no-repeat;*/
	
}
#sidebar {
	float: right;
	clear:none;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:5px;
	margin-bottom: 9px;
	text-align: left;
}
#sidebarbottom {
	float: right;
	clear:right;
	width: 380px;
	min-height: 170px;
	overflow:hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
	margin-top:9px;
	margin-bottom: 9px;
	color:#CCCCCC;
	text-align: center;
	background-color:#333333;
	border-top: 1px #C0C0C0 solid;
}
#sidebarbottom p {
	padding-left:10px;
	padding-right:10px;
	color:#CCCCCC;
}
#sidebarbottom h4
{
	color: #E19000;
	margin-left: 5px;
	font-size:14px;
	font-weight:bold;
}
#sidebarbottom h5
{
	color: #E19000;
	margin-left: 5px;
	font-size:12px;
	font-weight:bold;
}

#footer {
	clear: both;
	width: inherit;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Footer Styles */
#footer p {
	font-size: 11px;
	color: #5B5B5B;
	margin-top:8px;
}
#footer a {
	color:  #5B5B5B;
	font-weight:bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
/* Navigation Styles */
#navigation {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #a0522d;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #edb;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #a0522d;
}
/* Content Styles */
#content h1
{
	color: #E19000;
	margin-left: 5px;
	font-size:20px;
	font-weight:bold;
}
#content h2
{
	color: #E19000;
	margin-left: 5px;
	font-size:18px;
	font-weight:bold;
}
#content h3
{
	color: #E19000;
	margin-left: 5px;
	font-size:16px;
	font-weight:bold;
}
#content h4
{
	color: #E19000;
	margin-left: 5px;
	font-size:14px;
	font-weight:bold;
}
#content h5
{
	color: #E19000;
	margin-left: 5px;
	font-size:12px;
	font-weight:bold;
}
#content p {
	padding: 5px 5px 8px 8px;
}
#content img {
	padding: 1px;
/*	border: 1px solid #a0522d; */
}
/* Sidebar Styles */
#sidebar p {
	color: #CCCCCC;
	padding: 5px 5px 8px 8px;
}
#sidebar h1
{
	color: #E19000;
	margin-left: 5px;
	font-size:20px;
	font-weight:bold;
}
#sidebar h2
{
	color: #E19000;
	margin-left: 5px;
	font-size:18px;
	font-weight:bold;
}
#sidebar h3
{
	color: #E19000;
	margin-left: 5px;
	font-size:16px;
	font-weight:bold;
}
#sidebar h4
{
	color: #E19000;
	margin-left: 5px;
	font-size:14px;
	font-weight:bold;
}
#sidebar h5
{
	color: #E19000;
	margin-left: 5px;
	font-size:12px;
	font-weight:bold;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Link Styles */
a {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#credit {
	width: 100%;
	vertical-align:middle;
	text-align: center;	
	padding-top: 0px;
}

#credit p {
	font-size: 9px;
	color: #5B5B5B;
}
#credit a {
	color: #5B5B5B;
	text-decoration:none;
}
#credit a:hover {
	text-decoration:underline;
	color:#CCCCCC;
}
.hiddenpic {
	display: none;
}
img {
	border:0;
}
hr {
	color:#CCCCCC;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:10px;
	margin-right:5px;
}