﻿@import url("layout.css");
.backgound {
	position: absolute;
	z-index: 1;
	left: 40%;
}
.foregound {
	position: relative;
	z-index: 5;
}
body {
	font-family: Georgia, Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
}
#masthead {
	width: 100%;
	overflow: hidden;
	background-color: #c5d5e5;
	height: 100%;
	float: left;
}
#page_content {
	position: relative;
	width: 100%;
	float: left;
}
#sidebar {
	position: relative;
	width: 120px;
	background-color: #cdf;
	float: left;
}
#content {
	padding: 10px;
	background-color: #FFFFFF;
	margin-left: 120px;
}
#footer {
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
	z-index: 3;
	text-align: center;
	clear: both;
}
#masthead img {
	margin: 5px 10px 5px 10px;
	float: right;
}
#masthead p {
	font-size: medium;
	margin: 5px 0 0 0;
}
h6 {
	font-family: Georgia, Arial, sans-serif;
	font-weight: bolder;
}
h5 {
	font-family: Georgia, Arial, sans-serif;
	font-weight: bolder;
}
h4 {
	font-family: Georgia, Arial, sans-serif;
	font-weight: bolder;
}
h3 {
	font-family: Georgia, Arial, sans-serif;
	font-weight: bolder;
}
h2 {
	font-family: Georgia, Arial, sans-serif;
	font-weight: bolder;
}
h1 {
	font-family: Georgia, Arial, sans-serif;
	font-weight: bolder;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #FFFFFF;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	border-bottom-color: #FFFFFF;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #f5f5f5;
	background-color: #99CCFF;
}
/* Styles for Footer */
#footer p {
	font-size: smaller;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.vendor {
	border-width: thin;
	border-color: #C0C0C0;
	position: relative;
	border-top-style: groove;
	height: auto;
	width: 100%;
	float: left;
}
.vendor_img {
	width: 160px;
	height: 60px;
	float: left;
}
.vendor_txt {
	margin: 2px 2px 2px 10px;
	font-family: Georgia, Arial, sans-serif;
	position: relative;
	padding-left: 5px;
}
#masthead_function {
	position: relative;
	width: auto;
	height: auto;
	z-index: 1;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;
	top: 5px;
	left: 2px;
}
#masthead_phones {
	position: relative;
	width: auto;
	height: auto;
	z-index: 1;
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
	top: 0px;
	left: 0px;
	text-align: right;
}
