﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", sans-serif;
	background-image: url("../images/bg_tile.gif");
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
}
#navigation {
	background-color:blue;
	color:white;
	font-weight:bold;
	text-align:center;
}
html>body #navigation {
	overflow: hidden;
}
#col{
	width:1000px;
	padding:10px 50px 10px 50px;
	background-color: #9c9e94;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	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: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color:yellow;
	background-color:gray;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color:blue;
}
h2 {
	font-size: x-large;
	color:blue;
}
h3 {
	font-size: large;
	color:blue;
}
h4 {
	font-size: medium;
	color:blue;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color:blue;
}
h6 {
	font-size: xx-small;
	color:blue;
}
/* Footer */
#footer p {
	font-size: x-small;
	color:blue;
}
/* Links */
a {
	color:blue;
	text-decoration: underline;
}
a:hover {
	color:gray;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.font_w {
	color:blue;
	font-size:11px;
	font-weight:bold;
}
.submit,
.reset {
	font:11px Tahoma;
	text-align:center;
	color:white;
	width:79px;
	border-width:1px;
	background-color:blue;
	float:left;
	cursor:pointer;
	background:url(images/contact_button.gif) no-repeat left top;
	vertical-align: top;
	height:18px;
	padding:0;
}
.w {
	width:375px;
	height:14px;
	border-bottom:1px solid #D4D0C8;
	border-left:2px inset #999999;
	border-right:1px solid #D4D0C8;
	border-top:2px inset #999999;
	margin-bottom:6px;
	margin-top:1px;
}
.w3 {
	width:450px;
	height:140px;
	border-bottom:1px solid #D4D0C8;
	border-left:2px inset #999999;
	border-right:1px solid #D4D0C8;
	border-top:2px inset #999999;
	margin-bottom:6px;
	margin-top:1px;
}
