﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #363636;
	background-color: #fff;
}
#masthead {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navigation {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 310px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
}
#sidebar {
	position: relative;
	float: left;
	width: 310px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#adspace {
	position: relative;
	float: left;
	width: 210px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	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: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	font: small serif;
	color: #000000;
	font-size: small;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar img {
	float: right;
	border: 1px solid #708090;
}
/* Footer Styles */
#footer img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Adspace Styles */
#adspace p {
	font: small serif;
	color: #555;
	font-size: small;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
#adspace img {
	float: right;
	border: 1px solid #708090;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	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;
}
/* Popups */
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 75;
}
.thumbnail span{			/* CSS for enlarged image*/
position: absolute;
left: -100px;				/* function unknown */
visibility: hidden;
/* width: 500px;				* width of popup*/
border: 1px solid #999999;
background-color: #b9cfa1;
/*background-color: #F3F7FF;*/ /*lightyellow;*/
}
.thumbnail span img{		/*CSS for enlarged image*/
}
.thumbnail:hover span{		/*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -460px; /*position where enlarged image should offset horizontally */
}
.thumbwide{
position: relative;
z-index: 0;
}
.thumbwide:hover{
background-color: transparent;
z-index: 75;
}
.thumbwide span{			/* CSS for enlarged image*/
position: absolute;
left: -100px;				/* function unknown */
visibility: hidden;
/* width: 300px;				* width of popup*/
border: 1px solid #999999;
background-color: #b9cfa1;
/*background-color: #F3F7FF;*/ /*lightyellow;*/
}
.thumbwide span img{		/*CSS for enlarged image*/
}
.thumbwide:hover span{		/*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -560px; /*position where enlarged image should offset horizontally */
}
.popup{
border: 1px solid #00FF00;
background-color: #0000FF;
text-align: center;
}
.popupHeader{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #003366;
padding-top: 7px;
padding-left: 15px;
height: 30px;
width: 252px;
text-align: left;
background-color: #999999
}
.popupText{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.5em;
color: #000000;
padding: 15px;
font-weight: normal;
background-color: #FFFFFF;
text-align: left;
}
.popupText_link {
color: #db8503;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
cursor: hand;
}
.popupFooter{
color: #000000;
background-color: #F0F0F0;
height: 10px;
text-align: center;
margin-left: 15px;
}
