﻿/**
 * Overall Structure
 */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;

	font-family: "Century Schoolbook", Times New Roman, serif;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 100.1%;

	background-color: #03630D;
	background-position: top left;
	background-repeat: repeat-x;
}

object {
	margin: 0 auto;
	display: block;
	text-align: center;

	background: red;
}

h1, h2, h3, h4, p, form {
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 47.5em;
	text-align: left;
}

/**
 * Header
 * Phrase / Quote
 * Main Menu
 */
#header {
	position: relative;
	padding: 0.5em;
	height: 5.5em;

	font-size: 0.85em;

	background-color: #FFFFFF;
	background-image: url(images/header-bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#header h1 {
	width: 4.8em;
	text-indent: -999em;

	background-image: url(images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#header h1 a {
	width: 100%; /* For stupiak IE 6 */
	height: 2.7em;
	display: block;
}

* html #header h1 a {
	height: 2.25em;
}

#main-menu {
	float: right;
	width: auto;
	margin: -18px 0 10px;
	font-family: Arial, Verdana, "sans-serif";
}

#main-menu ul {
	padding: 0;
	margin: 0;
	display: block;
}

#main-menu ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	position: relative;
}

#main-menu ul li span {
	padding: .4em .5em;

	display: block;
	background-image: url('images/menu-bg.gif');
	background-repeat: repeat-x;

	border-right: 1px solid #056900;
	border-bottom: 2px solid #009a03;
}

#main-menu ul li a:link,
#main-menu ul li a:visited {
	color: white;
	text-decoration: none;
}

#main-menu ul li:hover a,
#main-menu ul li.hover a,
#main-menu ul li a:hover span {
	color: white;
	background-image: none;
	background-color: #ff7800;
}

#main-menu ul li.selected span {
	color: white;
	font-weight: bold;
	background-image: none;
	background-color: #ff7800;
}

#main-menu ul li ul {
	position: absolute;
	left: 0px;
	display: none;
	text-align: left;
	width: 12em;
	color: inherit;
	background-color: #03630D;
}

#main-menu ul li:hover ul,
#main-menu ul li.hover ul {
	display: block;
}


#main-menu ul li ul li {
	float: none;
	display: inline;
}

#main-menu ul li ul li span {
	display: block;
	padding: .5em;
	font-size: 0.9em;
	border-bottom: 1px solid #fff;
}

#main-menu ul li.selected ul li span {
	font-weight: normal;
	background-color: transparent;
	background-image: url('images/menu-bg.gif');
}

#main-menu ul li:hover ul li:hover span,
#main-menu ul li.hover ul li.hover span,
#main-menu ul li.selected ul li:hover span {
	color: white;
	background-image: none;
	background-color: #ff7800;
}

#main-menu ul li.selected ul li.selected span {
	color: white;
	font-weight: bold;
	background-image: none;
	background-color: #ff7800;
}

#main-menu ul li:hover ul li a,
#main-menu ul li.hover ul li a,
#main-menu ul li ul li a {
	color: #fff;
	background-color: #ff7800;
}

*:first-child+html #main-menu ul li ul li a { width: 100%; }
* html  #main-menu ul li ul li a { width: 100%; }

#main-menu ul li ul li a:hover span {
	color: #000;
	background-color: #fff;
}

#phrases {
	position: absolute;
	top: 0.25em;
	right: 1em;
	width: 82%;
	text-align: right;

	font-size: 0.95em;
	line-height: 1.2em;
}

/**
 * Banner Homepage
 * Upcoming Preview
 */
#banner-homepage {
	height: 200px;

	background-color: #1F90E7;
	background-image: url('images/banner-homepage.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

/**
 * Content
 */
#content {
	float: right;
	width: 35.5em;
	margin-top: 1em;
	margin-right: 1em;

	font-size: 0.85em;

	border-bottom: 1px solid #CCC;
}

* html #content {
	margin-right: 0.5em;
}

#content h3 {
	margin-bottom: 0.25em;

	color: #FF6600;
}

#content h4,
#content h5 {
	margin-bottom: 0.5em;
}

#content p {
	margin-bottom: 0.75em;

	line-height: 1.6em;
	word-spacing: 0.05em;
}

#content a {
	color: #03630D;
	text-decoration: none;
}

#content a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#content hr {
	margin-bottom: 0.5em;
	height: 1%;

	border: 0 none;
	border-top: 1px solid #CCCCCC;
	background: none;

	clear: both;
}

#content blockquote {
	padding: 1em;

	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
}

#content ul,
#content ol {
	line-height: 1.6em;
}

ol.alphabet-capital {
	list-style: upper-alpha;
}

#content img.left {
	float: left;

	margin-right: 1em;
	margin-bottom: 1em;
}

#content img.right {
	float: right;

	margin-left: 1em;
	margin-bottom: 1em;
}

#content-panel {
	background-color: #FFFFE5;
	background-image: url(images/content-top-shadow.jpg);
	background-position: 0 12.5em;
	background-repeat: repeat-x;
}

#content-panel.banner-contentpage {
	padding-top: 9.85em;

	background-image: url(images/banner-contentpage.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

.content-area {
	padding-left: 125px;
}

span.content {
	float: left;
	margin-top: 10px;
	margin-left: -125px;

	text-align: center;
}

#content fieldset {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	border: 0;
}

#content fieldset legend {
	font-weight: bold;

	margin: 0;
	margin-bottom: 1em;

	padding: 0;
	padding-bottom: 0.4em;

	border: 0;
	border-bottom: 2px solid #000;
}

#content fieldset label {
	display: block;
	float: left;
	width: 6em;

	clear: left;
}

#content fieldset input.input-text,
#content fieldset select,
#content textarea {
	display: block;
	float: left;

	width: 18em;
	margin-bottom: 0.4em;
	padding: 0.2em;

	background-color: white;
	border: 1px solid #cccccc;
	clear: right;
}

#content fieldset textarea {
	width: 18.45em;
}

#content fieldset input.input-text:focus,
#content fieldset select:focus,
#content fieldset textarea:focus {
	background-color: #FFFFCC;
	border: 1px solid black;
}

#content .required {
	color: red;
}

#content p {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

#content #areas-of-interest input {
	float: left;
	clear: left;
}

#content #areas-of-interest label {
	float: left;
	clear: right;

	width: 30em;
}

address {
	font-style: normal;
}


/**
 * Sidebar
 */
#sidebar {
	float: left;
	width: 17em;
	margin-top: 1em;
	margin-left: 1em;

	font-size: 0.75em;

	font-family:  Arial, Helvetica, sans-serif;
}

* html #sidebar {
	margin-left: 0.5em;
}

.sidebar-panel {
	padding: 0.5em;
	margin-bottom: 1em;

	border: 1px solid #03630D;
}

.sidebar-panel h4 {
	margin: 0;
	padding: 0;

	color: #993300;
}

.sidebar-panel ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar-panel ul ul {
	margin-left: 2em;
}

.sidebar-panel p {
	padding: 0.5em 0;

	line-height: 1.6em;
}

.sidebar-panel hr {
	height: 1%;

	border: 0 none;
	border-top: 1px solid #CCCCCC;
	background: none;
}

.sidebar-panel form {
	padding: 0.5em 0 0.25em;
}

.sidebar-panel ul li {
	border-bottom: 1px solid #CCCCCC;

	line-height: 2em;
}

.sidebar-panel ul ul li {
	border-bottom: 0px none;

	line-height: 2em;

	list-style: circle;
}

.sidebar-panel a,
.sidebar-panel ul li a {
	color: #03630D;
	text-decoration: none;
}

.sidebar-panel a:hover,
.sidebar-panel ul li a:hover {
	color: #000000;
}
.sidebar-panel p.preview-title {
	color: #FF6600;

	font-weight: bold;
}

.sidebar-panel #upcoming-preview {
}

#upcoming-preview h2 {
	text-align: center;

	font-size: 1.2em;

	color: #FFFF00;
}

#upcoming-preview p {
	padding: 0.25em;

	font-weight: bold;

	color: #006600;
}

#upcoming-preview p.preview-title {
	text-align: center;
}

#upcoming-preview p.preview-register {
	margin-bottom: 0.5em;
	text-align: center;

	font-weight: normal;

	color: #000000;
}

#upcoming-preview p.preview-register a {
}

#upcoming-preview p.preview-register a:hover {
}

#upcoming-preview div.preview-button {
	padding: 0.5em;
	text-align: center;
}

#upcoming-preview div.preview-button a {
	text-decoration: none;
}

/**
 * Footer
 */

#footer-panel {
	clear: both;

	background-image: url(images/bottom-Lcorner.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#footer {
	margin: 0 auto;
	margin-left: 1em;

	font-size: 0.85em;

	background-image: url(images/bottom-Rcorner.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

ul#footer-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;

	font-size: 0.8em;
}

ul#footer-menu li {
	float: left;
	margin-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: inline;

	border-right: 1px solid #666666;
}

ul#footer-menu li.no-border {
	border-right: 0 none;
}

ul#footer-menu li a {
	color: #03630D;
	text-decoration: none;
}

ul#footer-menu li a:hover {
	color: #000000;
}

#copyright {
	margin-right: 1em;
	padding-left: 46.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;

	font-size: 0.8em;
}

* html #copyright {
	padding-left: 46.2em;

	border-top: 1px solid #FF6600;
}

#nlp-button {
	border: 0;
	padding: 0;
}

#nlp-button h4 {
	display: none;
}

#nlp-button a {
	display: block;
	text-indent: -99999em;
	width: 204px;
	height: 82px;

	background-color: none;
	background-image: url('images/NLP-test-button.gif');
	background-repeat: no-repeat;
}

#latest-event {
	float: right;

	font-size: 12px;
	font-family: Arial;

	width: 260px;
	height: 90px;

	margin-top: -110px;
	margin-right: 10px;

	padding: 10px;

	background-color: none;
	background-image: url('images/latest-event-bg.png');
	background-repeat: no-repeat;
}

#latest-event .header h3 {
	display: none;
}

#latest-event .content {
	width: auto;
	text-align: left;

	margin-top: 25px;
}

#latest-event .content a {
	display: block;

	color: #03630D;
	margin-top: 1em;
	text-decoration: none;
}

#latest-event .content a:hover {
	text-decoration: underline;
}

.calendar {
	float: left;
}

.calendar table {
	width: 100%;
	background-color: #03630D;
}

.calendar table th,
.calendar table td {
	background-color: #ffffe5;
	padding: 4px;
}

.calendar table th {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #993300;
	text-align: center;
}

.calendar table td.current-month {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #993300;
}


.calendar table td.prev-month,
.calendar table td.next-month,
.calendar table td.dates {
	padding: 0;
}

.calendar table td.prev-month a,
.calendar table td.next-month a {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px 8px;
	color: white;
	background-color: #03630D;
	text-decoration: none;
}

.calendar table td.prev-month a:hover,
.calendar table td.next-month a:hover {
	color: #03630D;
	background-color: white;
}

.calendar .calendar-dates th {
	color: black;
	background-color: #e5ffc8;
}

.calendar .calendar-dates td {
	text-align: center;
	padding: 0;
}

.calendar .calendar-dates td span {
	display: block;
	padding: 4px;
}

.calendar .calendar-dates td a span {
	display: block;
	color: white;
	background-color: #993300;
	text-decoration: none;
}


.clear {
	clear: both;
}

#content.nlp_test .question {
	margin-bottom: 1em;
}

#content.nlp_test .question input.text {
	color: #993300;
	text-align: center;
	border: 0;
	border-bottom: 1px solid black;
	background-color: transparent;
}

#content.nlp_test .question label:hover {
	cursor: pointer;
}