﻿@import url(layout.css);
body {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 15px auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #990000;
	width: 800px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
	font-size: 11px;
	padding: 5px;
	color: white;
}
#column_l {
	width: 780px;
	margin: 0;
	padding: 10px 10px;
	background-color: #fff;
}
#column_r {
	width: 292px;
	height: 342px;
	margin: 0;
	padding: 4px;
	background-color: #a9a9a9;
	background-image: url('../images/wm-masthead.jpg');
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
#topphoto {
	width: 500px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.caption {
	font-size: .75em;
	font-style: italic;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: #545454;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#masthead p {
	font-size: 13px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	/* display: block; 
	padding: 4px;
	border: 1px solid #c9c9c9;
	white-space: nowrap; */
}
#navigation a:hover {
	/* color: #000; */
	text-decoration: underline;
	/* border: 1px solid #a9a9a9;
	background-color: #a9a9a9; */
}
/* Styles for Footer */
#footer p {
	font-size: .75em;
	line-height: 16px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* app stuff */
.instructions
{
	color: #666666;
	font-size: .9em;
}

.fieldtitle {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	font-size: small;
}

.field {

	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-size: small;
}

.fieldtitlelowered {

	font-weight: bold;
	text-align: right;
	vertical-align: top;
	font-size: small;
	padding-top: 7px;
}

.displayfieldtitle
{
	color: #666666;
	font-weight: bold;
	font-size: 0.75em;
	margin-top: 15px;
	margin-bottom: 0;
}

.displayfield
{
	margin-top: 0;
	margin-bottom: 15px;
}

.edition
{
	margin-bottom: 15px;
}

.errortext {
	border: 2px solid red;
	background-color: #CCCCCC;
	padding: 3px;
	margin: 3px 0px 3px 0px;
	font-weight: bold;
	color: black;
}