﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #BBBBBB;
}
#container {
	width: 100%;
	margin: 0;
	position: relative;
}
#masthead {
	background-position: right;
	text-align: right;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-y;
}
#navigation {
	left: -10px;
	top: -10px;
	position: relative;
	z-index: 100;
}
#page_content {
	position: relative;
	border-top: solid 2px #AAAAAA;
	border-top-width: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
}
#column_l {
	position: absolute;
	float: left;
	clear: right;
	top: 20px;
	left: 160px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	right: 550px;
	padding-top: 40px;
	padding-bottom: 7em;
}
#column_r {
	float: right;
	padding: 2px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 40px;
}
#footer {
	background-color: #888888;
	padding-bottom: 5px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
}
/* Styles for Masthead */
#masthead img {
	border-style: none;
	float: left;
	margin: 10px;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
.navdiv {
	text-decoration: none;
	padding: 5px;
	border-left: solid 3px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	background-color: #444444;
	width: 140px;
	float: left;
	clear: none;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #AAAAAA;
}
.navdiv:hover {
	background-color: #777777;
}
.navdiv a {
	color: #FFFFFF;
	text-decoration: none;
}
.navdiv a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.navdiv span {
	display: none;
}
.navdiv:hover span {
	display: block;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #444444;
}
h2 {
	font-size: 1.75em;
	color: #444444;
	font-weight: normal;
}
h3 {
	font-size: 1.5em;
	color: #444444;
	font-weight: normal;
	font-style: italic;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.contact_input {
	padding: 2px;
	width: 600px;
	border: 2px solid #AAAAAA;
}
form {
	font-size: 80%;
	color: #444444;
	font-weight: bold;
}