/* Global styles */
* {
	font-family: Garamond, Georgia, Palatino Linotype, Hoefler Text, serif;
}

#subnav {
	background-image: url(/images/image.php?id=2);
	background-repeat: repeat-y;
	background-color: #bac996;
	padding: 20px 0 20px 10px;
	width: 180px;
}

#subnav a {
	xcolor: #bac996;
	color: #fff;
	font-size: 12pt;
	text-decoration: none;
	white-space: nowrap;
	margin-right: 10px;
}

#subnav .label {
	color: #fff;
	font-size: 11pt;
	font-weight: normal;
}

#subnav input {
	font-size: 11pt;
}

#subnav ._submit {
	margin-left: 2em;
}

#lock {
	vertical-align: middle;
}

#loginForm {
	margin-top: 1em;
}

#fader {
	position: relative;
	width: 300px;
}

#fader div {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 300px;
	height: 370px;
	opacity: 0.01;
	font-size: 12pt;
}

#stuff-below-images {
	padding-top: 220px;
}

#mission-statement {
	padding-top: 260px;
}

.home-image {
	background-color: transparent
	filter: alpha(opacity=0);
	font-size: 12pt;;
}

/* Home page-only */
body#home {
	background-image: url(/images/image.php);
	background-repeat: repeat-x;
	background-color: #bac996;
}

#home #logo {
	position: absolute;
	top: 25px;
	width: 100%;
	text-align: center;
}

#home #nav {
	padding-top: 152px;
	position: relative;
}

#home #company-name {
	font-size: 60pt;
	text-align: center;
	color: #fff;
	position: relative;
	top: 190px;
	opacity: 0.15;
	filter: alpha(opacity=15);
	width: 100%;
}

#home #images {
	text-align: center;
}

#home #images img {
	margin: 0 5px 0 5px;
	border: 0;
	opacity: 0.50;
	filter: alpha(opacity=50);
}

#home #images img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#home #home-address {
	font-size: 10pt;
	padding-top: 150px;
	text-align: center;
	color: #ffffff;
	font-variant: small-caps;
}

#home #home-address a {
	color: #ffffff;
	text-decoration: none;
}

/* HTML entities */
body {
	font-size: 13pt;
}

input, textarea, radio, checkbox, select {
	font-size: 13pt;
	background-color: #bac996;
}

fieldset {
	border: 0;
}

table {
	border-collapse: collapse;
}

table#main {
	border: 0;
}

td {
	vertical-align: top;
}

img {
	border: 0;
}

/* Generic styles */
.label {
	vertical-align: top;
	font-weight: bold;
}

.value {
	vertical-align: top;
}

.center {
	text-align: center;
}

.center table {
	margin-left: auto;
	margin-right: auto;
}

.center table td {
	text-align: left;
}

.editable {
	font-style: italic;
}

/* Page look-and-feel */
#header {
	background-color: #bac996;
	background-image: url(/images/header_logo.jpg);
	background-repeat: no-repeat;
	border-bottom: 6px solid #fff;
	color: #fff;
	height: 78px;
}

#tiny-logo {
	position: absolute;
	top: 5px;
	left: 10px;
}

#tiny-logo img {
	height: 70px;
	width: 70px;
}

#nav {
	padding-top: 56px;
	font-size: 16pt;
	text-align: center;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 0;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 2%;
}

#nav li.selected {
	font-size: 18pt;
}

#nav li a {
	text-decoration: none;
	color: #fff;
}

#instructions {
	margin-left: 15%;
	margin-right: 15%;
}

/* Body */
#myForm {
	background-color: #bac996;
}

#body {
	background-color: #bac996;
	color: #4f2a00;
	line-height: 27px;
	padding: 20px 50px 20px 20px;
}

#body a {
	color: #4f2a00;
	xfont-weight: bold;
}

#body h1 {
	font-size: 20pt;
	font-weight: normal;
	padding-bottom: 12px;
}

/* Columns */
#full {
	margin-bottom: 20px;
	text-align: justify;
}

#two-column td {
	margin-bottom: 20px;
	text-align: justify;
}

#left {
	padding-right: 20px;
	border-right: 3px solid #82826b;
}

#right {
	padding-left: 20px;
}

#left-half {
	width: 48%;
	margin-bottom: 50px;
	border-right: 3px solid #82826b;
	float: left;
	padding-right: 20px;
}

#right-half {
	width: 48%;
	margin-bottom: 50px;
	float: right;
}

/* Footer */
#footer {
	background-color: #4f2b00;
	color: #bac996;
	font-variant: small-caps;
	font-size: 10pt;
	padding-top: 25px;
	text-align: center;
	border-top: 6px solid #fff;
}

#footer a {
	color: #bac996;
}

/* Search stuff */
#search-form {
	color: #4f2a00;
	position: absolute;
	top: 15px;
	right: 5px;
	font-size: 10pt;
	z-index: 1;
}

#search-form input {
	color: #4f2a00;
	font-size: 10pt;
}

#search-message {
	text-align: center;
	font-size: 18pt;
}

.search-result-excerpt {
	font-size: 11pt;
	line-height: 14pt;
	padding: 0 0 5px 10px;
}

.search-result-url {
	padding: 0 0 5px 10px;
}

/* Calendars */
#calendar iframe {
	background-color: #fff;
	padding: 10px;
	text-align: center;
}

#agenda iframe {
	background-color: #fff;
	padding: 10px;
	text-align: center;
}

/* Admin menu */
#admin-menu {
	background-color: #888;
	color: #000;
	border-bottom: 1px solid;
	font-family: Verdana;
	padding: 2px;
	font-size: 8pt;
	z-index: 2;
	position: absolute;
	width: 100%;
	filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;
}

#admin-menu a {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	font-family: Verdana;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	font-size: 8pt;
}

#admin-menu select {
	border: 1px solid;
	color: #000;
	background-color: #fff;
	font-family: Verdana;
	font-size: 8pt;
}

#admin-menu select option {
	color: #000;
	background-color: #fff;
	font-family: Verdana;
	font-size: 8pt;
}

/* Screen only */
@media screen {

	.noprint { }

	html {
		background-color: #4f2b00;
	}

	body {
		background-color: #bac996;
		border-top: 10px solid #4f2b00;
	}

	.print {
		display: none;
	}

	#print-title {
		position: absolute;
		top: 15px;
		padding-left: 30%;
		font-size: 22pt;
		color: #4f2a00;
		font-weight: bold;
		z-index: 1;
		font-variant: small-caps;
		white-space: nowrap;
	}

	* {
		margin: 0;
	}
}

/* Print only */
@media print {

	.noprint , #search-form, #header, #subnav {
		display: none;
	}

	#print-title {
		position: absolute;
		top: 5px;
		right: 5px;
		font-size: 16pt;
		font-variant: small-caps;
	}

	*, #footer, #body {
		background-color: #fff;
		color: #000;
	}

	#footer {
		border-top: 1px solid #000;
	}
}

