/** MAIN PAGE LAYOUT **/
body {
	background-image: url(images/background.gif);
	background-color: white;
	text-align: center;
	width: 950px;
	margin: auto;
	padding-bottom: 20px;
	position: relative;
}
#frame {
	background-color: #102061;
	background-image: url(images/blue_gradient.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	padding: 0px;
	width: 950px;
	float: left;
	text-algin: left;
}
#header,
#navigation,
#footer {
	background-color: white;
	clear: both;
	float: left;
}
#header {
	background-image: url(images/white_border_top.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 20px;
	width: 910px;
}
#logo {
	clear: left;
	float: left;
	margin: 30px;
	border: 0px;
}
#slogan {
	float: right;
	clear: right;
	margin: 20px;
}
#contact {
	float: right;
	clear: right;
	margin: 10px;
	margin-right: 20px;
	border: 0px;
}
#navigation {
	background-image: url(images/menu_background.gif);
	background-repeat: no-repeat;
	background-position: 208px;
	width: 910px;
	margin-left: 20px;
	margin-right: 20px;
}
#menu,
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu {
	margin-left: 250px;
}
#menu .root {
}
#menu a {
	color: #233f90;
	text-decoration: none;
	font-size: 11px;
	display: block;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 10px;
	width: 70px;
	height: 24px;
	float: left;
	clear: none;
	text-align: center;
}
#menu .root ul li a {
	font-weight:500;
}
#menu a:hover,
#menu .root a.selected {
	color: white;
	background-image: url(images/button_light_blue.gif);
}
#menu li {
	position: relative;
	float: left;
	clear: none;
	margin-left: 0px;
	background-image: none;
	z-index: 100;
	padding: 0px;
}
#menu .root ul {
	display: none;
	position: absolute;
	border-top: 1px solid white;
	top: 24px;
	left: 2px;
	background-color: #3284ca;
	background-image: url(images/drop_menu_background.gif);
	background-position: bottom;
	width: 160px;
	padding-top: 4px;
	padding-bottom: 2px;
}
#menu .root ul li {
	width: 100%;
}
#menu .root ul li a {
	color: white;
	text-align: left;
	width: 136px;
}
#menu .root ul li a:hover ul {
	display: none;
}
#menu .root ul li a:hover {
	text-decoration: underline;
	background: none;
}
#menu li:hover ul,
#menu .selected ul {
	display: block;
}
#menu .active {
	color: white;
	background-image: url(images/button_blue.gif);
}
#body {
	background-color: white;
	background-image: url(images/body_background.gif);
	background-repeat: repeat-y;
	margin-left: 20px;
	margin-right: 20px;
	width: 910px;
	text-align: left;
	float: left;
}
#sidebar {
	background-image: url(images/green_border_top.gif);
	background-repeat: no-repeat;
	background-color: #bed52f;
	clear: left;
	float: left;
	margin-left: 10px;
	width: 200px;
}
#sidebar h2 {
	margin-left: 6px;
	display: block;
	font-size: 13px;
	font-weight: normal;
}
#sidebar .searchOption {
	height: 20px;
	margin-bottom: 3px;
	margin-left: 6px;
}
#sidebar .searchOption h3 {
	clear: left;
	float: left;
	color: white;
	margin: 0px;
	width: 86px;
	height: 100%;
	padding-left: 4px;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	background-color: #a4c31a;
}
#sidebar .searchOption SELECT {
	font-size: 11px;
	width: 100px;
	height: 100%;
	cursor: pointer;
}
#sidebar .searchButton {
	float: left;
}
#sidebar .searchButton INPUT.button {
	float: right;
	clear: both;
	background-color: #a4c31a;
	border: 0px;
	color: white;
	margin-right: 5px;
	margin-top: 6px;
	margin-bottom: 0px;
	cursor: pointer;
}
#browse {
	background-color: white;
	margin-left: 6px;
	padding-top: 10px;
	width: 188px;
	font-size: 11px;
}
#browse ul {
	margin-left: 10px;
	margin-right: 10px;
}
#content {
	float: left;
	width: 420px;
	margin-left: 60px;
}
#backgroundImage {
	background-repeat: no-repeat;
	background-position: 40px left;
	clear: right;
	float: left;
	width: 200px;
	height: 800px;
	position: relative;
	margin-top :20px;
	left: 10px;
	margin-left: 0px;
}
#breadcrumbTrail {
	margin-top: 10px;
	margin-bottom: 10px;
}
#breadcrumbTrail,
#breadcrumbTrail a {
	font-size: 9px;
	text-decoration: none;
	color: #a7a7a7;
}
#breadcrumbTrail a:hover {
	text-decoration: underline;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 142px;
	width: 950px;
}
#footerButtons {
	float: right;
	margin-top: 45px;
	margin-bottom: 12px;
	margin-right: 30px;
}
#copyright {
	font-size: 8px;
	color: #587abc;
	float: left;
	clear: left;
	margin-left: 30px;
	margin-top: 120px;
}
#footerLinks {
	clear: right;
	position: relative;
	left: 180px;
}
#footerLinks,
#footerLinks a {
	font-size: 9px;
	text-decoration: none;
	color: #a7a7a7;
}
#footerLinks a:hover {
	text-decoration: underline;
}

.error ul {
	margin-top: 10px;
	margin-bottom: 4px;
}

.mapLinks {
	margin-bottom: 10px;
}
.mapLinks a {
	margin-right: 10px;
	text-decoration: none;
}
.mapLinks a:hover {
	text-decoration: underline;
}

.mapLinks a.selected {
	color: #bed52f;
}

.printOnly {
	display: none;
}

/** JOB LISTINGS **/
.JobListings_JobSearchPage_pageNumbers_print {
	display: none;
}
.JobListings_JobSearchPage_pageNumbers {
	margin-bottom: 10px;
}
.JobListings_JobSearchPage_pageNumbers a {
	text-decoration: none;
	font-weight: bold;
}
.JobListings_JobSearchPage_pageNumbers a.selected {
	color: #bed52f;
	text-decoration: underline;
}
.JobListings_JobSearchPage_pageNumbers a:hover {
	color: #bed52f;
	text-decoration: underline;
}
.JobListings_JobSearchPage_result a {
	text-decoration: underline;
}
.JobListings_JobSearchPage_result {
	cursor: pointer;
	padding: 4px;
}
.JobListings_JobSearchPage_result:hover {
	background-color: #eaecef;
}

/** CONTACT FORMS **/
.ContactForms_ContactForm_fieldName {
	padding-top: 4px;
	vertical-align: top;
	padding-right: 10px;
}
.ContactForms_ContactForm_field {
	padding-bottom: 4px;
}
.ContactForms_ContactForm_field INPUT,
.ContactForms_ContactForm_field SELECT,
.ContactForms_ContactForm_field TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.ContactForms_ContactForm_description {
	margin-bottom: 2px;
	width: 200px;
}
.ContactForms_ContactForm_submit {
	margin-top: 10px;
}

INPUT.button {
	background-color: #a4c31a;
	border: 0px;
	color: white;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.App_SiteMapPage_pageSummary {
	display: none;
}

/** MOZILLA STUFF **/
html {
	overflow: -moz-scrollbars-vertical !important;
}
