﻿@import url("layout.css");
body {
	background-attachment: scroll;
	background-repeat: inherit;
	background: #660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-position: top left;
}
#container {
	background-color: #FFF8DC;
	background: #FFF8DC;
	width: 100%;
	margin-top: 57px;
	margin-bottom: 57px;
	border-bottom: 2px solid #363636;
}
#innercontainer
{
	background-color: #FFF8DC;
	background: #FFF8DC;
	width: 100%;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border: 5px  solid #a56549;
}
#masthead {
	background-image:url('../images/header2.jpg');
	background-repeat:no-repeat;
	width: 965px; /*670px*/
	height:58px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top:0px;
	padding-bottom:0px;
}
#logoheader {
	width: 955px; /*670px*/
		height: 145px; 
	/*background-image:url('../images/subheader.png');
	background-repeat:no-repeat;*/
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align:center;
	color:#F19E25;
	font-family:Garamond;
}
#logoleft{
float:left;
width:318px;
		height: 145px; 
		margin-top:20px;
}
#logocenter{
float:center;
width:318px;
		height: 145px; 
}
#logoright{
float:right;
width:318px;
		height: 145px; 
}
#mainservices {
	width: 945px; /*670px*/

	float:center;
	/*background-image:url('../images/subheader.png');
	background-repeat:no-repeat;*/
	background-color: #fff0d1;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mainservicebutton{
	padding-right:20px;
	padding-left:20px;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	float:left;
	margin-top:20px;
}
#page_content {
	/*position: relative;*/
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	/*position: relative;*/
	float: left;
	width: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: repeat;
}
#sidebar {
	float: right;
	width: 330px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #226611;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
text-align:center;
	font-weight: normal;
	color: #f19e25;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #445555;
	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: #F19E25;
	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 */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
1 {
	color: #455;
}
#content img {
	border-bottom-color: #FFFFFF;
	border-color: #FFFFFF;
	padding: 0px;
	border: 2px #445555 solid;
	float: none;
}
/* Sidebar Styles */
#sidebar p {
	color: #000000;
}
{
	color: #000000;
}
#sidebar img {
	border: 2px #2F4F4F solid;
	float: right;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-color: #2F4F4F;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
/*
a {
	border: #000000;
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
*/
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}