﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
#container {
	border: 1px #333333;
	background-color: #fff;
}
#masthead {
	text-align: right;
	background-color: #fff;
	background-image: url('../../images/masthead.jpg');
	background-repeat: no-repeat;
}
#masthead-inside {
	text-align: right;
	background-color: #fff;
	background-image: url('../../images/masthead-inside.jpg');
	background-repeat: no-repeat;
	height: 118px;
}

#themenu {width: 800px;	position:absolute; z-index:8; top:-20px; right:13px; }

#navigation {
	border: 1px #333333 solid;
	overflow: hidden;
	background-color: #339999;
}
#column_l {
	width: 750px;
	padding: 15px;
	background-color: #fff;
}

#location {
	width: 302px;
	float: left;
	font-size: small;
	text-align: center;
	display: block;
	border: 2px #339999 solid;
	margin-right: 5px;
}
#staff {
	width: 430px;
	float: right;
	font-size: small;
	display: block;
	text-align: left;
	margin-left: 0px;
}
#about {
	width: 500px;
	float: right;
}


/* Footer */
#footer {
	text-align: left;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #008080;
}
#footer p{
	color: #333333;
	font-weight: bold;
	font-size: small;
}

#footer a{
	color: #333333;
	font-weight: bold;
	font-size: small;
}
#footer a:hover{
	color: #006666;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
}
#footer img {
    padding-right: 15px;
}

/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #339999;
	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: #ffffff;
	display: block;
	padding: 8px;
	border-right: 1px #333333 solid;
	background-color: #339999;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border-right: 1px #000000 solid;
	background-color: #336699;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: large;
	color: #339999;
	padding-top: 10px;
}
h3 {
	font-size: large;
	color: #336699;
	line-height: 25px;
}
h4 {
	font-size: medium;
	color: #006666;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
td {
	font-size: small;
	color: #000;
}

blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}

/* Links */
a {
	color: #006666;
	text-decoration: underline;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_staff {
	text-align: center;
}
.style_italic {
	font-style: italic;
}

