/* CSS Document */

/* TAGs =================================== */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	font-style : normal;
	font-weight : normal;
}

p {
	line-height: 120%;
}

h1 {
	font-size: 125%;
	font-weight: bold;
	color: #558227;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #558227;
}

hr {
	border-top: 1px solid #558227;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

th {
	text-align: left;
	font-weight: bold;
	color: #558227;
	font-size: 110%;
	border-bottom: 1px solid #558227;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}

li.nav {
	display: block;
	border-bottom: 1px dashed #558227;
	padding: 0px;
	list-style-type: none;
}

form {
	padding: 0px;
	margin: 0px;
}

form.searchForm {
	padding: 0px 0px 0px 8px;
	margin: 0px;
}

input {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #7F9DB9;
}

input.radioButton {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	border: 1px solid #FFFFFF;
	display: inline;
}

textarea, select {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

label {
	padding: 0px 0px 3px 0px;
	display: block;
}

label.radioButton {
	float: left;
	padding: 0px 15px 0px 0px;
	display: inline;
}

label.searchLabel {
	font-weight: bold;
	color: #558227;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 0px 10px 20px 10px;
}

legend {
	color: #558227;
}

/* LINKs =================================== */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #558227;
}

a:active {
	text-decoration: none;
	color: #558227;
}

/*-------*/

a.terms:link {
	text-decoration: none;
	color: #558227;
	font-weight: normal;
}

a.terms:visited {
	text-decoration: none;;
	color: #558227;
	font-weight: normal;
}

a.terms:hover {
	text-decoration: underline;
	color: #558227;
	font-weight: normal;
}

a.terms:active {
	text-decoration: underline;
	color: #558227;
	font-weight: normal;
}

/*-------*/

a.coast:link {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}

a.coast:visited {
	text-decoration: none;;
	color: #999999;
	font-weight: normal;
}

a.coast:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
}

a.coast:active {
	text-decoration: underline;
	color: #999999;
	font-weight: normal;
}

/*-------*/

a.accessibility:link {
	text-decoration: underline;
	color: #558227;
	font-weight: normal;
	line-height: 125%;
}

a.accessibility:visited {
	text-decoration: underline;
	color: #558227;
	font-weight: normal;
	line-height: 125%;
}

a.accessibility:hover {
	text-decoration: none;
	color: #558227;
	font-weight: normal;
	line-height: 125%;
}

a.accessibility:active {
	text-decoration: none;
	color: #558227;
	font-weight: normal;
	line-height: 125%;
}

/*-------*/

a.hidden:link {
	text-decoration: underline;
	color: #D3E7BF;
	font-weight: normal;
	line-height: 125%;
	cursor: default;
}

a.hidden:visited {
	text-decoration: underline;
	color: #D3E7BF;
	font-weight: normal;
	line-height: 125%;
	cursor: default;
}

a.hidden:hover {
	text-decoration: underline;
	color: #D3E7BF;
	font-weight: normal;
	line-height: 125%;
	cursor: default;
}

a.hidden:active {
	text-decoration: underline;
	color: #D3E7BF;
	font-weight: normal;
	line-height: 125%;
	cursor: default;
}

/*-------*/

a.nav:link {
	text-decoration: none;
	color: #558227;
	font-weight: bold;
	background-color: #FFFFFF;
	display: block;
	padding: 3px 0px 3px 25px;
	width: 134px;
	background-image: url(../images/page/nav_bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

a.nav:visited {
	text-decoration: none;
	color: #558227;
	font-weight: bold;
	background-color: #FFFFFF;
	display: block;
	padding: 3px 0px 3px 25px;
	width: 134px;
	background-image: url(../images/page/nav_bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

a.nav:hover {
	text-decoration: none;
	color: #558227;
	font-weight: bold;
	background-color: red;
	display: block;
	padding: 3px 0px 3px 25px;
	width: 134px;
	background-image: url(../images/page/nav_bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

a.nav:active {
	text-decoration: none;
	color: #558227;
	font-weight: bold;
	background-color: #FFFFFF;
	display: block;
	padding: 3px 0px 3px 25px;
	width: 134px;
	background-image: url(../images/page/nav_bullet.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/*-------*/

a.contact:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

a.contact:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

a.contact:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

a.contact:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/*-------*/

a.breadcrumbs:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

a.breadcrumbs:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

a.breadcrumbs:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

a.breadcrumbs:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/*-------*/

#sitemap a {
	line-height: 150%;
	text-decoration: none;
}

/*-------*/

a.moduleLink:link {
	text-decoration: none;
}

a.moduleLink:visited {
	text-decoration: none;
}

a.moduleLink:hover {
	text-decoration: underline;
	color: #558227;
}

a.moduleLink:active {
	text-decoration: underline;
	color: #558227;
}

/* DIVs =================================== */

#col2 p {
	padding-left: 10px;
}

#col2 h2 {
	padding-left: 10px;
}

/* Classes =================================== */

.copyright {
	color: #558227;
	font-size: 100%;
	padding: 0px 0px 10px 0px;
}

.smallprint {
	font-size: 85%;
}

.awards {
	margin-top: 10px;
}

.contact {
	padding: 0px 2px 0px 10px;
}

.searchBox {
	width: 110px;
	height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	color: #00225D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	text-align: left;
	border: 1px solid #666666;
}

.searchButton {
	margin: 0px 0px 1px 0px;
	padding: 0px;
	font-size: 11px;
	vertical-align: bottom;
}

.moduleTable {
	width: 100%;
}

.moduleHeader {
	line-height: 175%;
}

.moduleItem {
	line-height: 200%;
	border-bottom: 1px dashed #999999;
}

#error_message {
	margin: 0px 0px 15px 0px;
}

.error {
	color: #FF3300;
}

li.error {
	padding: 2px 0px;
}

li.vacancies {
	padding: 4px 0px;
}

/* Accessibility ----- */

.accopts {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}

.accopts li {
	margin: 1px 0px;
	padding: 0px;
	list-style: none;
}

.fontopts {
	margin: 0px 0px 0px 10px;
	padding: 7px 0px 0px 0px;
	list-style: none;
}

.fontopts li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.fontopts li a {
	display: block;
	float: left;
	color: #E5F5E5;
	margin-right: 4px;
	padding: 5px;
	width: 15px;
	text-align: center;
	text-decoration: none;
	background-color: #558227;
	font-weight: bold;
}

.fontopts a:visited {
	color: #E5F5E5;
	text-decoration: none;
}

.fontopts a:hover {
	color: #E5F5E5;
	text-decoration: underline;
}