﻿@import url("layout.css");
body {
	background-position: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-attachment: scroll;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-image: url('../images/body_bg.gif');
}
#container {
	border-style: solid solid none solid;
	border-width: 2px;
	border-color: #EBEBEB;
	background-color: #fff;
}
/* Masthead */
#masthead {
	text-align: right;
}
#contact-info{
	position: relative;
	top: -19px;
	padding: 0px 2px 0px 2px;
	margin: 0;
	text-align: right;
	font-size: small;
	color: #003366;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
/* Navigation */
#navigation {
	background-position: center;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	overflow: hidden;
	background-image: url('../images/chromebg.gif');
	background-repeat: repeat-x;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-style: none solid none none;
	border-width: 1px;
	border-color: #C0C0C0;
	font-weight: bold;
	text-decoration: none;
	color: #993300;
	display: block;
	padding: 5px;
	font-size: small;
}
#navigation a:hover {
	border-style: none solid none none;
	border-width: 1px;
	border-color: #D6D6D6;
	font-weight: bold;
	text-decoration: underline;
	color: #4E567E;
}
/* Content */
#content {
	margin: 0px;
	width: 730px;
	padding: 15px 35px 15px 35px;
}
/* column left */
#column_left {
	width: 500px;
	padding: 0px 10px 20px 10px;
	float: left;
}
/* column right */
#column_right {
	margin: 10px 1px 10px 1px;
	border: 10px solid #AC7339;
	width: 150px;
	padding: 2px;
	float: right;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #4E4E4E;
}
#column_right a{
	color: #FFFFFF;
	font-family: "Comic Sans MS";
	padding-left: 5px;
}
#column_right2 {
	margin: 10px 1px 10px 1px;
	width: 170px;
	padding: 2px;
	float: right;
	overflow: hidden;
	color: #004D71;
}
/* Footer */
#footer {
	margin: 5px;
	padding: 5px;
	clear: both;
	text-align: center;
	font-size: x-small;
}
/* Site typography */
h1 {
	font-size: x-large;
	color: #993300;
}
h2 {
	font-size: x-large;
	color: #993300;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: large;
	color: #993300;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* pictures */
.picture{
	padding: 10px;
	margin: 5px 25px;
	border: 1px solid #cccccc;
}
.pictureleft {
	padding: 10px;
	margin: 5px 25px 10px 0px;
	border: 1px solid #cccccc;
	float: left;
}
.pictureright {
	padding: 10px;
	margin: 5px 0px 10px 25px;
	border: 1px solid #cccccc;
	float: right;
}

.picturetop {
	background-position: center;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
/* blackboard */
/*places*/
.places {
	position: relative;
	width: 700px;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #EFEFEF;
}
* html .places {
	width: 640px;
	width: 620px;
}
.places img {
	float: left;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}
/*Blackboard*/
#blackboard {
	padding: 1px 10px 10px 10px;
	margin: 10px 1px 10px 1px;
	border: 10px solid #AC7339;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: right;
	background-color: #4E4E4E;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
	width: 150px;
/*	behavior: url(pie/PIE.htc); */
}
#blackboard a{
	color: #FFFFFF;
	font-family: "Comic Sans MS";
}
#blackboard a:hover{
	color: #fa3;
	text-decoration: underline;
}
.pdf {
	background: url('../images/pdf_icon.gif') no-repeat right;
	padding: 0 25px 0 0;
	white-space: nowrap;
}

