﻿@import url('layout.css');
body {
	background: #181716 url('../images/background_hickory.jpg') repeat-x left top;
	font-family:Candara, Myriad Roman, Frutiger, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		color: #E7CF95;
}

#container {
	width: 100%;
	margin-top: 37px;
	border-bottom: 2px solid #363636;
	background-color: #2C2B2A;
}

#masthead {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navigation {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}

#page_content {
	position: relative;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#content {
	position: relative;
	float: left;
	width: 345px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:5px;
	background-color: #645B58;
}

#sidebar {
    float: right;
	width: 380px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
	background-color: #262524;
}

#footer {
	clear: both;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead img {
	float: left;
}
#masthead p {
	color: #91825F;
	font-size: small;
	text-align: right;
	margin: 10px 10px 0 10px;
	padding-top: 15px;
	margin-bottom: 20px;
}
#masthead h3 {
	font-weight: normal;
	color: E7CF95;
	display: inline;
	margin-top: 3.5%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	list-style: none;
	line-height: .7em;
	padding: 0;
	border-width: .5px 0;
	margin: 0;
	height: 44px;
	visibility: visible;
}
#navigation ul li {
float: left;
position: relative;
}
#navigation ul li a {
text-align: left;
display:block;
text-decoration:none;
color:#000000;
}
#navigation ul li ul {
display: none
}

#navigation ul li:hover ul {
display: block;
position: absolute;
}
#navigation ul li:hover ul li a {
display:block;
background:#EF9A2B;
color:#000000;
width: 100px;
text-align: left;
border-right: none;
}

#navigation ul li:hover ul li a:hover {
background:#E7CF95;
color:#000000;
}
#navigation li {
	float: left;
	padding: 0;
	width: 109px;
}
#navigation a {
	display: block;
	width: 87px;
	color: #000000;
	text-decoration: none;
	padding: 0.25em .5em;
	border: 0.25em solid #514F4E;
	background-color: #EF9A2B;
}
#navigation a:hover {
	text-decoration: none;
	color: #202020;
	background-color: #E7CF95;
}
/* Content Styles */
h6 {
	color: #E7CF95;
}
h5 {
	color: #E7CF95;
}
h4 {
	color: #E7CF95;
	font-size: small;
}
h3 {
	color: #E7CF95;
	font-size: large;
}
h2 {
	color: #E7CF95;
	font-size: large;
}
#content h1 {
	color: #E7CF95;
}
#content img {
	padding: 5px;
	border: 1px solid #514F4E;
}
/* Sidebar Styles */
#sidebar p {
	color: #898576;
	font-size: 1.0em;
	font-family:Calibri, Myriad Roman, Arial, Helvetica, sans-serif;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #98C84C;
}
#footer a {
	color: #E7CF95;
	text-decoration: underline;
}
#footer a:hover {
	color: #EF9A2B;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #C19B4A;
	text-decoration: none;
}
a:hover {
	color: #EF9A2B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
	color: #E7CF95;
}
.style_italic {
	font-style: italic;
	color: #E7CF95;
}