@CHARSET "ISO-8859-1";
/* Last modified 7/29/07 */

/*====================
Global Styles
======================*/
* {
	margin: 0;
	padding: 0;
}
body, html {
	color: #b0a46e;
	background-color: #000;
}
body {
	width: 980px;
	font: 1em Arial, Helvetica, sans-serif;
	padding: 9px 11px 30px 11px;
}
/*====================
Header Styles
======================*/
#Header {
	background-image: url('/asset/image/layout/logo-background.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 9px;
}
#PageTitle {
	margin-left: 600px;
}
/*====================
Menu Styles
======================*/
#Menu {
	background-color: #3b0e00;
}
#Menu ul {
	list-style-type: none;
	height: 21px;
	width: 314px;
	background-color: #872000;
	padding-left: 16px;
}
#Menu li {
	display: block;
	float: left;
	margin-right: 16px;
}
/*====================
General Styles
======================*/
q {
	font-style: italic;
}
blockquote {
	padding-left: 20px;
	padding-right: 50px;
	border-left: 5px solid gray;
	margin-bottom: 10px;
	text-align: justify;
}
/*====================
Common Site-wide Styles
======================*/
#leftCol {
	margin-top: 41px;
	float: left;
}
#rightCol {
	margin-top: 41px;
	margin-left: 535px;
}
.paragraphFormat {
	text-indent: 2em;
}
.topNav {
	font-weight: normal;
	background-color: #E6E6E6;
}
.formOptional {
	font-size: 10px;
	font-weight: bold;
	color: darkorange;
}
p {
	line-height: 1.1em;
	padding-bottom: 0.5em;
}
.framedImage {
	border: 1px solid #6f694c;
	padding: 4px 5px 4px 5px;
}
a {
	color: #b0a46e;
	text-decoration: none;
}
a img {
	border: 0;
}
.activeRecord {
	color: #02B721;
	font-weight: bolder;
}
.inactiveRecord {
	color: #FF1212;
	font-weight: bolder;
}
table {
	width: 800px;
	padding: 5px;
	border-collapse: collapse;
	border: 2px solid;
}
table td, table th {
	text-align: left;
	margin: 0;
	border: 0;
	padding: 3px;
	--border: dashed 1px;
	border-top: dotted 1px;
	botder-bottom: dotted 1px;
}
table th {
	font-size: 16px;
}
table tr {
	cursor: pointer;
}
table tr.evenRow {
}
table tr.oddRow {
	background-color: #e6e6e6;
}
.clearLeft {
	clear: left;
}
/*====================
Form Styles
======================*/
form {
	width: 600px;
}
fieldset {
	margin: 0 0 20px 0;
	border: 0px;
	overflow: auto;
	border-top: 1px solid #AAB88F;
}
fieldset legend {
	padding: 2px 5px;
	color: #768D4C;
	font-weight: bold;
	font-size: 12px;
}
.formItem {
	font-weight: bolder;
	padding: 5px;
	/*background-color:#ededed;*/
	line-height: 2em;
}
.formItem label {
	color: #333;
	float:left;
	padding-right: 5px;
	width: 120px;
	vertical-align: top;
	text-align: right;
}
.formItem label em {
	font-weight: bold;
	color: #f00;
}
.formItem input, .formItem textarea, .formItem select {
	font-size: inherit; 
	margin: 2px;
	padding: 2px;
	border: 1px solid #B5B6B8;
	width: 250px;
}
.formItem textarea {
	height: 100px;
}
.formItem .checkbox {
	border: 0;
	width: auto;
}
.formButton {
	width: 350px;
	text-align: right;
}
.formButton input {
	border: 1px solid #B5B6B8;
}
.formItem p.hint {
	margin: 0 0 10px 130px;
	padding: 0; 
	color: #777;
	font-style: italic;
}
/*====================
Page Specific Styles
======================*/
#introQuote {
	margin-bottom: 30px;
}
#personalQuote {
	margin-bottom: 20px;
}
.initial {
	color: #7a210d;
	font-family: Century Schoolbook, Courier, serif;
	font-size: 4em;
	line-height: .9em;
}
.type {
	margin-top: 15px;
	font-size: 1.2em;
}
.events {
	padding-left: 10px;
	padding-bottom: 1.0em;
}
.date {
	margin-top: 10px;
	font-style: italic;
	text-decoration: underline;
}
.title {
	font-weight: bold;
	color: #872000;
}
.gallery {
	float: left;
	margin: 20px 20px;
	width: 205px;
	height: 250px;
	text-align: center;
}
.gallery .name {
	font-weight: bold;
	font-size: 22px;
}
.gallery .description {
	font-style: italic;
	font-size: 16px;
}
.gallery .description a {
	font-style: italic;
	font-size: 16px;
	color: #A0935D;
}

