﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-position: left top;
	background-repeat: repeat-x;
}
#container {
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	margin: 7px 0px 0px 0px;
	background-color: #F0F0F0;
	background-image: url('../images/logog.jpg');
	background-repeat: no-repeat;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
}
#navigation {
}
#page_content {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	background-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#sidebar {
	float: right;
	width: 330px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 670px;
	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;
	margin: 0px;
	left: 0px;
}
#navigation li {
	float: left;
	left: 0px;
	margin: 0px;
	position: inherit;
}
#navigation a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px 8px 5px 8px;
	background-color: #f0f0f0;
	margin-top: 59px;
	margin-right: 0px;
	margin-bottom: 0;
}
#navigation a:hover {
	text-decoration: none;
	color: #375F8F;
	background-color: #d8d8d8;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
}
#content img {
	padding: 5px;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #000000;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
#slider3 { width: 800px; height: 350px;	overflow: hidden; padding: 0 0 0 0; }
#slider3 .viewport {   width: 800px; height: 350px; float: left; position: relative; overflow: hidden; }
#slider3 .overview {   width: 800px; height: 350px; float: left; position: relative; margin: 0px; padding: 0px;	list-style: none; }
#slider3 .overview li{ width: 800px; height: 350px; float: left; position: relative; margin: 0 0 0 0; }
#slider3 .pager { overflow: hidden;	list-style: none; clear: both; margin: 0 0 0 650px;	top: -36px;	position: relative;}
#slider3 .pager li { float: left; }
#slider3 .pager a { background-color: #fff; text-decoration: none; text-align: center; padding: 5px; color: #555555; font-size: 14px; font-weight: bold; display: block; }
#slider3 .pager .active { color: #fff; background-color:  #555555; }
/* Link Styles */
a {
	color: #455;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
