@charset "utf-8";

body {
	color: #000;
	background: url(../img/bg.png) repeat-x #fff;
	padding: 0;
	margin: 0;
	text-align: left;
}

form { display: inline; }

img { border-width: 0; }

body, p, table, td, textarea, input {
	font-family: arial, helvetica,sans-serif;
}

a {
	text-decoration: none;
	color: #ec7f00;
}

a:hover {
	text-decoration: underline;
}

select.input, input.input, textarea.input {
	border:  1px solid #000;
	color: #666;
	font-size: 13px;
	padding: 4px;
	margin: 0;
	width: 101px;
	margin-right: 3px;
	border: 1px solid #8fa82d;
	background: #fff;
}

input.submit {
	cursor: pointer;
}

div#page-wrapper {
	position:   relative;
	margin:     28px 0 0 20px;
	width:      967px;
	background: url(../img/content-bg.png) no-repeat;
	min-height: 716px;
}

div#picture-frame {
	position: absolute;
	top: 25px;
	left: 712px;
	width: 228px;
	height: 215px;
}

div#left-column {
	line-height: 1.2;
	clear: both;
	float: left;
	width: 160px;
	margin: 108px 0 0 22px;
}

div#right-column {
	line-height: 1.2;
	float: left;
	width: 160px;
	margin: 168px 0 0 31px;
}


div#content {
	float: left;
	margin: 108px 0 0 33px;
	width: 550px;
	background: transparent;
	line-height: 1.5;
}

div#content div#upper-right-placeholder {
	float: right;
	width: 90px;
	height: 66px;
}

div#footer {
	margin-top: 20px;
	padding: 25px 0;
	border-top: 1px solid #b1c800;
}

/* Meta navigation */
div#meta-nav {
	padding: 86px 0 0 448px;
}

div#meta-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

div#meta-nav li {
	float: left;
	padding: 0 7px;
	border-right: 1px solid #616161;
}

div#meta-nav a {
	float: left;
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	line-height: 1;
	color: #616161;
}

div#meta-nav a:hover, div#meta-nav a.current {
	text-decoration: underline;
}

div#meta-nav li.last {
	border-right-width: 0px;
}


/* Main navigation */
ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 160px;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #a7bc08;
	font-size: 13px;
}

ul#nav li {
	margin: 0;
	padding: 0;
	background: #fff;
	border-bottom: 1px solid #a7bc08;
}

ul#nav a {
	text-transform:lowercase;
	width: 114px;
	display: block;
	text-decoration: none;
	padding: 14px 0 14px 46px;
	background: url(../img/nav-off.png) no-repeat center left;
	color: #888;
}

ul#nav li a:hover, ul#nav li a.current, ul#nav li a.active {
	background: url(../img/nav-on.png) no-repeat center left;
	color: #ec7f00;
}

ul#nav li a.current, ul#nav li a.active {
	background: url(../img/nav-on.png) no-repeat center left;
	font-weight: bold;
	color: #ec7f00;
}


ul#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 160px;
}

ul#nav li li {
	margin: 0;
	padding: 0;
	background: #fff;
	border-bottom: 0px solid #a7bc08;
}

ul#nav li li a {
	text-transform:lowercase;
	width: 114px;
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 32px;
	background: url(../img/nav-subitem-off.png) no-repeat center left;
	color: #888;
}

ul#nav li li a:hover, ul#nav li li a.current, ul#nav li li a.active {
	background: url(../img/nav-subitem-on.png) no-repeat center left;
	color: #ec7f00;
}

ul#nav li li a.current, ul#nav li li a.active {
	background: url(../img/nav-subitem-on.png) no-repeat center left;
	font-weight: bold;
	color: #ec7f00;
}

ul#nav li li.last {
	margin-bottom: 7px;
}

div.clear {
	clear:both;
}

div.box {
	margin: 10px 0;
	border-top: 1px solid #a7bc08;
	border-left: 1px solid #a7bc08;
	border-right: 1px solid #a7bc08;
	background: #fff;
}

h1 {
	color: #006b33;
	font-size: 24px;
	padding: 22px 0 12px;
	margin: 0;
	font-weight: bold;
}

h2 {
	color: #006b33;
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 2px 0 1px;
	margin: 0;
	color: #006b33;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 1px;
	margin: 0;
	color: #006b33;
}

h2.colored-icon {
	padding: 14px 0 14px 36px !important;
	background: url(../img/colored-icon.png) no-repeat center left;

}

.border-bottom {
	border-bottom: 1px solid #a7bc08;
}

div#content p {
	margin: 1px 0;
	padding: 2px 0 2px;
	font-size: 14px;
}

div#content ul {
	padding-top: 0;
	margin-top:  0;
}

div#content li {
	font-size: 14px;
}

div#left-column p, div#right-column p {
	margin: 1px 0;
	padding: 2px 0 4px;
	font-size: 11px;
}

div#page-wrapper form#searchform input.input {
	color: #000;
	font-size: 11px !important;
	padding: 3px 4px 2px !important;
	margin: 0;
	width: 101px;
	margin-right: 3px;
	background: #fff;
	border: 1px solid #8fa82d;
}

img#search-submit {
	float: right;
	margin: 1px 0 0;
	cursor: pointer;
}

div.news-latest-item {
	padding: 7px 7px 3px;
}

.padding-top {
  padding-top: 20px !important;
}

p.more-link, p.more-link a {
	color: #f18e00;
	font-weight: bold;
}
p.more-link { text-align: right; }

div#pre-ie7-min-height-fix { display: none; }

.padding-bottom {
  padding-bottom: 20px !important;
}

img.float-left {
  margin: 0 10px 0 0 !important;
  float: left !important;
}

p.warn {
  border: 1px solid #b1c800;
  padding: 2px 5px 2px 33px !important;
  background: url(../img/warning.png) no-repeat 5px center #f7f9e3;
}

div.text-with-img img {
  margin-top: 3px;
}
div.news-latest-item h3 {
  font-size: 11px;
}
div.news-single-img {
  float:  left;
  width:  200px;
  margin: 0 10px 0 0;
  font-size: 11px;
  padding: 9px 0 0;
}

div#content div.csc-textpic-intext-left img {
  padding: 9px 0 0 !important;
}

div#content p.news-single-imgcaption {
	font-size: 11px !important;
	padding: 1px 0 5px !important;
	margin: 1px 0 !important;
}

div.img-column {
	float: left;
}

div.img-column div.csc-textpic-imagewrap {
	width:  200px;
	margin: 0 10px 0 0;
	font-size: 11px;
	padding: 9px 0 0;
}

div#content div.img-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#content div.img-column li {
	margin: 0;
	padding: 0;
}

input.input-scaled, textarea.input-scaled {
	width: 400px;
}

div.tx-indexedsearch-whatis { display: none; }
div.tx-indexedsearch-browsebox { padding: 8px 0 15px; }
div.tx-indexedsearch-res { padding: 2px 0 15px; }

p.small { font-size: 11px !important; }
div#footer p.small { color: #666; padding: 2px 0 10px; }
div#footer p a { color: #666; text-decoration: underline; }

span.short-label, label.short-label { display: block; float: left; width: 4.5em;}

div.tx-datamintsfeuser-pi1 { padding: 10px 0;}
div.tx-datamintsfeuser-pi1 form fieldset div.form_item label {
    width: 165px !important;
	font-size: 14px;
	padding: 3px 0;
}
#datamints_feuser_390_email, #datamints_feuser_390_password, #datamints_feuser_390_password_rep { border: 1px solid #666; width: 180px;}
.tx-datamintsfeuser-pi1 fieldset.form_fieldset_1 { border-width: 0 !important; padding: 0 !important;}
ul.browsebox {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.browsebox li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}

div.pager, div#content p.pagebrowser {
	font-size: 13px;
	padding: 10px 0 0;
}

div.tx-datamintsfeuser-pi1 label, div.tx-datamintsfeuser-pi1 span.label {
	width: 12em;
}

p.date {
	color: #f18e00;
	font-style: italic;
}

div.tx-wecmap-pi3 table td { font-size: 11px !important; }
div.marker span.label { display: block; float: left; width: 4em;}

table.facilities {
	
}
table.facilities th a {
	color: #006b33 !important;
}
table.facilities th, table.facilities td {
	font-size: 12px !important;
	border-bottom: 1px solid #bbb;
	vertical-align: top;
	padding: 2px 3px;
}
table.facilities th.cell-0, table.facilities td.cell-0 {
	padding-left: 0;
}

table.facilities th.last, table.facilities td.last {
	padding-right: 0;
}

table.facilities th, table.facilities td, table.facilities td h3 {
	font-size: 12px !important;
}

table.facilities td a {
	color: #000 !important;
}
.searchbox p .searchbox li { font-size: 12px; }
.searchbox form input, .searchbox form { font-size: 13px !important; }

.searchbox fieldset {
	border-width: 0;
	padding: 20px 0 20px;
	margin: 0;
}

.searchbox legend {
	padding: 0;
	display: block;
	float: left;
	font-size: 13px;
	padding: 3px 5px 0 0;
}

.facility-single span.label {
	display: block;
	float: left;
	width: 190px;
	font-weight: 800;
}

.facility-single h2 {
	padding: 10px 0 4px;
}
.facility-single .single-image img { margin-right: 15px; }

.backbutton { padding: 25px 0 0 !important; }

