﻿@import url("layout.css");
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	background-image: url('../images/background_tile-1.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #CCCCCC;
}
#container {
	border-right: 3px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	background-color: #FFFFFF;
}
#masthead {
	text-align: right;
	background-color: #000000;
	background-image: url("../images/masthead_image-v2.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	background-image: url('../images/site/darkglass.png');
	background-color: #000000;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 750px;
	padding: 10px 15px 10px 15px;
	background-color: #FFFFFF;
}
html>body #column_l {
	width: 750px;
	padding: 15px 15px;
	background-color: #FFFFFF;
}
#column_l iframe {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#column_l img {
	border: none;
}
#column_r {
	width: 200px;
	padding: 10px 10px;
	background-color: #FFFFFF;
	float: right;
}
html>body #column_r {
	background-color: #000000;
	background: #C0C0C0;
	text-align: center;
	width: 200px;
	padding: 5px 5px;
	color: #FFFFFF;
}
html>body #table_column_r {
	width: 200px;
	height: 170px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url("../images/site/villagesignCutout.gif");
	backgrond-position: center; 
}

#column_r h1 {
	color: #FFFFFF;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#column_r h3 {
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
}
#content {
	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background: #E6E6E6;
	background-image: url("../images/footer.gif");
	background-position: bottom;
	background-repeat: no-repeat;

}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
}
#masthead h3 {
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	background-color: #C0C0C0;
	background: url('../images/site/darkglass.png');
	font-weight: bold;
	text-decoration: none;
	color: #FF9933;
	display: block;
	padding: 3px;
	border-right: 2px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-left: 0px solid #E6E6E6;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #00CC00;
	display: block;
	padding: 3px;
	border-right: 2px solid #E6E6E6;
	border-top: 1px solid #FFFFFF;
	border-left: 0px solid #E6E6E6;
	background-color: #C0C0C0;
	background: url('../images/site/mediumgray.png');
}
/* Right Column */
#column_r img {
	border: 0px #808080 solid;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #FF9933;
}
h2 {
	font-size: large;
	color: #FF9933;
}
h3 {
	font-size: large;
	color: #FF9933;
}
h4 {
	font-size: medium;
	color: #FF9933;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: small;
	color: #484848;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}