﻿@import url("layout.css");
body {
	background-attachment: scroll;
	background: #b9cfa1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #363636;
	background-color: #fbfbfb;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #363636;
	border-bottom-color: #363636;
}
#masthead {
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: right;
}
#navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 440px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contentListPage {
	position: relative;
	float: left;
	width: 800px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar {
	float: right;
	width: 340px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}

/* Masthead Styles */
#masthead h1 {
	padding: 0px;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	display: inline;
	font-size: x-large;
	visibility: hidden;
}
#masthead h3 {
	font-weight: normal;
	color: #000000;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: underline;
	color: #D7273C;
	display: block;
	margin: 0 1px;
	padding: 5px;
}
#navigation a:hover {
	text-decoration: underline;
	color: #261;
}
/* Content Styles */
#content h2,h3,h4,h5,h6 {
	color: #261;
}
#contentListPage h2,h3,h4,h5,h6 {
	color: #261;
}

#content h1 {
	color: #d7273c;
	text-align: center;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #000000;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #000000;
}
#footer a {
	color: #261;
	text-decoration: underline;
}
#footer a:hover {
	color: #d7273c;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#listTable {
	margin: -15px 10px 10px 10px;
	empty-cells: hide;
	width: 800px;
	float: left;
}
#listTable th {
	font-size: medium;
	text-decoration: underline;
	text-align: left;
}
#listTableCol_1 {
	width: 130px;
	text-align: left;
}
#listTableCol_2 {
	text-align: left;
	width: 190px;	
}

#listTableCol_2 a:hover {
	text-align: left;
	width: 190px;
	color: #d7273c;	
}

#listTableCol_3 {
	width: 100px;
	text-align: left;
}

/* Style the content and shadow. Position them relative to their place in the flow of the document */
.shadowcontent, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}

/* Give your shadow a color (grey is standard). */
.shadow {
 background-color: #64702b;
}

/*  Style the content text and background. If your background color is the same as the page, be sure to set a border so that the drop shadow shows up better. */
.shadowcontent {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 0.5em;
}

/* fixed width for shadow box */
.shadowcontainer {
	width: 670px;
}

