﻿@import url("layout.css");
body {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: x-small;
				background-image: url('../images/streetpaving2.png');
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
#masthead {
				text-align: right;
				background-color: #336699;
				background-image: url('../images/banner.png');
				background-position: left top;
				background-repeat: no-repeat;
				height: 110px;
}
#navigation {
				border-top: 1px solid #808080;
				border-bottom: 1px solid #808080;
				background-color: #6E6F53;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 900px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
				width: 350px;
				padding: 0 5px 0 5px;
				background-color: #fff;
}
#column_r {
				background-position: left bottom;
				width: 217px;
				padding: 10px 10px;
				background-color: #8CB9F2;
				background-repeat: no-repeat;
}
html>body #column_r {
				width: 250px;
				padding: 5px 5px 5px 25px;
				background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
				color: #808000;
				margin-right: 0.5em;
				margin-bottom: 0;
}
#masthead h3 {
				color: #808000;
				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 {
				font-weight: normal;
				text-decoration: none;
				color: #FFFFFF;
				display: block;
				padding: 5px;
				border: 1px #336699 solid;
				background-color: #66673D;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px #8CB9F2 solid;
	background-color: #8CB9F2;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
				font-size: medium;
				color: #800;
}
h2 {
				font-size: large;
				color: #602040;
}
h3 {
				font-size: small;
				color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
				border-top: medium #880000 groove;
				font-size: xx-small;
				color: #300;
}
h7 {
				border-top-style: groove;
				border-color: #800000;
				border-width: medium;
}


/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
				color: #66673D;
				text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
html > body #column Contact1 {
				width: 250px;
				padding: 0 5px 0 5px;
				background-color: #fff;
}
html > body #column_Contact1 {
				width: 250px;
				padding: 0 20px 0 5px;
				background-color: #fff;
}
html > body #column_IM {
				width: 250px;
				padding: 5px 5px 5px 25px;
				background-color: #fff;
				float: right;
}
