@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #36A600;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/bg_mcont.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #0B3C02;
	padding: 0 0.5em 0 1em;
	height: 9em;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFF00;
	font-family:Tahoma, "Trebuchet MS";
	font-size: 50px;
	font-weight: normal;
}

.twoColFixLtHdr #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0 10px 7px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
}
.twoColFixLtHdr #languages {
	padding: 0;
	color: #FFFFFF;
	float: right;
} 

.twoColFixLtHdr #banner {
	background: #FFFFFF;
	padding: 1px 2px 1px 1px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #banner h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}

.twoColFixLtHdr #controlbar {
	background: #147003;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #controlbar  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0.1em;
	margin-top: 1px;
	background-color: #339900;
}
.twoColFixLtHdr #mainContent {
	margin: 1em 0 1em 13em; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 1.2em 2em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent #leftCol {
	float:left;
	width:28em;
	padding-bottom: 2em;
}

.twoColFixLtHdr #mainContent #rightCol {
float:right;
width:11em;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#147003;
	line-height: 0.5em;
	font-size: 70%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #header #logo {
	float: left;
}
.twoColFixLtHdr #container #header #title {
	float: none;
	padding-left: 7em;
}
/* LANGUAGE NAV */

ul#lannavlist
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-right: 0px;
	padding-right: 0px;
	position: relative;
}

#lannavlist li
{
	display: inline;
	list-style-type: none;
	font-size:11px;
	line-height:25px;
	margin-right: 0px;
	margin-left: 0px;

}

#lannavlist a {
	padding: 6px 7px;
	margin-right: 1px;
}

#lannavlist a:link, #lannavlist a:visited
{
	color: #fff;
	background-color: #147003;
	text-decoration: none;
}


.twoColFixLtHdr #container #header #languages #lannavcontainer #lannavlist #active #current {
	color: #FFFF00;
	font-weight: bold;
}


#myGallery
{
	width: 896px !important;
	height: 200px !important;
} 


#navcontainer
{
	width: 12em;
	padding: 0 0 0em;
	margin-bottom: 0.5em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #339900;
	color: #333;
}

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
	border-bottom: 1em solid #0B3C02;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0B3C02;
}

#navcontainer li
{
	border-bottom: 1px solid #339900;
	margin: 0;
}

#navcontainer li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #0B3C02;
	background-color: #147003;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

#navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	border-left: 10px solid #0B3C02;
	border-right: 10px solid #0B3C02;
	background-color: #0B3C02;
	color: #fff;
}
.twoColFixLtHdr #container #sidebar1 #navcontainer #navlist #active #current {
	font-weight: bold;
	color: #FFFF00;
}
.twoColFixLtHdr #container #sidebar1 #navcontainer #navlist #parks {
	padding-left: 0.5em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #0B3C02;
	border-bottom-color: #0B3C02;
}

.twoColFixLtHdr #container #sidebar1 #navcontainer #navlist .hide {
	display: none;
	
}
.twoColFixLtHdr #container #mainContent #leftCol h1 {
	color: #147003;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent #leftCol h2 {
	color: #147003;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #20C503;
	font-weight: normal;
	font-size: 120%;
	text-transform: uppercase;
}
.twoColFixLtHdr #container #mainContent #leftCol .homepics {
	padding-right: 0.4em;
	float: left;
}
.twoColFixLtHdr #container #mainContent #leftCol p {
	font-size: 80%;
}
.twoColFixLtHdr #container #mainContent #rightCol p {
	font-size: 80%;
}
.twoColFixLtHdr #container #mainContent .featurelink {
	float: right;
}
.twoColFixLtHdr #container #sidebar1 #staffEmail {
	font-size: 80%;
	padding-left: 1em;
	background-color: #0B3C02;
	line-height: 2em;
}
.twoColFixLtHdr #container #mainContent .newstory {
	margin-bottom: 2em;
	clear: left;
}
.twoColFixLtHdr #container #sidebar1 #staffEmail a {
	background-image: url(images/icon_mail.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
.twoColFixLtHdr #container #mainContent #rightCol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	background-color: #0B3C02;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.5em;
	padding-left: 0.3em;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: 80%;
}
.twoColFixLtHdr #container #mainContent  h1 {
	color: #147003;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent  h2 {
	color: #147003;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #20C503;
	font-weight: normal;
	font-size: 120%;
	text-transform: uppercase; 
}
.twoColFixLtHdr #container #mainContent .homepics {
	padding-right: 0.4em;
	float: left;
}
	
.twoColFixLtHdr #container #mainContent ul {
	font-size: 80%;
}
.twoColFixLtHdr #container #mainContent table {
	font-size: 80%;
}

 text scroller css #mainContent .new_item {
	line-height: 1.5em;
}
.twoColFixLtHdr #container #mainContent #rightCol .feature .new_item {
	line-height: 1.5em;
	background-image: url(images/blinkArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.vacancies {
	background-color: #FFFFCC;
	padding: 5px;
}
