﻿body {
	background: #333 url(../images/backfill.jpg) repeat-x top left;
	color: #4D3E23;
	font-family: Lucida Sans Unicode, Lucida Sans, Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: center;
}
div {
	padding: 0;
	margin: 0;
}

#main {
	width: 800px;
	background-color: #EBBF6D;
	height: 768px;
	margin: 10px 0;
}

#nav {
	width: 800px;
	height: 48px;
	background: url(../images/navbar.jpg) no-repeat top left;
	font-family: Trebuchet MS;
	font-size: 11pt;
	font-weight: bold;
}

#nav ul {
	list-style: none;
	padding: 0 0 0 18px;
}
#nav li {
	float: left;
}
#nav a {
	text-decoration: none;
	color: #4D3E23;
	display: -moz-inline-box;
	display: inline-block;
	padding: 7px 10px 10px 5px;
}
#nav a:hover {
	background: url(../images/hotfill.jpg) repeat-x top left;
}

#contentarea {
	width: 800px;
	text-align: left;
	background: url(../images/contentfill.jpg) repeat-y top left;
}

#content {
	width: 455px;
	padding: 15px 10px 10px 30px;
}

p {
	line-height: 1.2em;
	padding: .6em 0 .6em 0;
}

#sidebar {
	width: 267px;
	float: right;
	margin-right: 13px;
}

div.callout {
	width: 267px;
}
div.callout .callouttop {
	width: 267px;
	height: 18px;
	background: url(../images/callout_top.jpg) no-repeat top left;
}
div.callout .calloutfill {
	background: url(../images/callout_fill.jpg) repeat-y top left;
	font-family: Arial;
	padding: 0 8px 0 8px;
}
.calloutfill p {
	margin: 0 10px;
	padding: 10px;
}
div.callout .calloutbottom {
	width: 267px;
	height: 18px;
	background: url(../images/callout_bottom.jpg) no-repeat bottom left;
}
div.callout h2 {
	font-size: 1.2em;
	text-align: center;
}
hr {
	width: 65%;
	border-bottom: dashed 1px #333;
	text-align: center;
	color: #FDF4DC;
	background-color: #FDF4DC;
}
.callout a.event {
	cursor: hand;
	color: #333;
	text-decoration: none;
	display: block;
	margin: 0 6px 0 6px;
	padding: 2px;
	height: 100%;
	font-size: 9pt;
}
.callout .eventtype {
	display: block;
	float: left;
	width: 45px;
	text-align: right;
	font-weight: bold;
	margin-right: 5px;
}
.callout .eventdesc {
	display: block;
	padding-left: 50px;
}
.callout a.event:hover {
	background-color: #f4ede4;
}

#footer {
	border-top: solid 1px #333;
	background-color: #EBBF6D;
	margin-bottom: 25px;
	padding: 15px;
	color: #333;
	font-size: 0.8em;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #666;
}

label {
	width: 85px;
	font-weight: bold;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

h1 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

fieldset {
	border: dotted 1px #333;
	width: 90%;
	padding: 5px;
}
legend {
	font-size: 1.1em;
	color: #333;
	background-color: #F4EDE4;
	padding: 0 5px;
}
fieldset ul {
	list-style: none;
}
fieldset ul li.btn {
	text-align: right;
	padding: 10px 65px 0 0;
}
.txt, .mtxt {
	font-family: "Courier New" , Monospace;
	font-size: 12pt;
	color: #000;
	background-color: #f4ede4;
	border: solid 1px #000;
	width: 250px;
	padding: 2px 1px;
}
.mtxt {
	height: 150px;
}

ul {
	list-style-type: square;
	padding-left: 40px;
}

.highlight {
	width: 400px;
	margin-left: 20px;
	padding: 10px;
	font-size: 1.1em;
	background-color: #ffe;
}
.highlight div {
	margin-bottom: .3em;
	text-indent: -16px;
	padding-left: 16px;
}
.highlight a {
	color: #4D3E23;
}


ol {
	list-style-type: decimal;
	margin-left: 22px;
}
ol li {
	margin: .5em 5px;
}
ol ol {
	list-style-type: lower-alpha;
}
pre {
	margin: 20px;
}

.navcontact {
	float: right;
	padding: 5px 20px 0 0;
	font-size: 0.8em;
	text-align: right;
}
.navcontact a {
	display: inline;
	padding: 0 !important;
}
.navcontact a:hover {
	text-decoration: underline !important;
	background: none !important;
}

p.quote {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia;
	padding: 15px;
}


img.pullout {
	float: left;
	margin-left: 6px;
}


.dl td {
	text-align: center;
	vertical-align: bottom;
	padding: 5px;
}