@charset "UTF-8";
body {
	font-family: "Trebuchet MS","Geneva CY", "Tahoma", "Ariel", sans-serif;
	background: #4C6079;
	background-image: url(../images_encore_2010/enCore_19_08_2007_tlo_laokona.gif);
	background-repeat:no-repeat;
	background-position: 90% 790px; 
	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: #FFFFFF;
}
a {
	text-decoration: underline;	
	color: #99CC00;
	border: 0px;
}

a:link {
	text-decoration: underline;	
	color: #99CC00;
	border: 0px;
}
a:visited {
	text-decoration: underline;	
	color: #99CC00;
	border: 0px;
}
a:hover {
	text-decoration: underline;	
	color: #99CC00;
	border: 0px;
}
a:active {
	text-decoration: underline;	
	color: #99CC00;
	border: 0px;
}

.oneColFixCtrHdr #container {
	width: 1150px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #99CC00; 
	padding: 0;  /* 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. */
	height: 188px;
}
.oneColFixCtrHdr #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: 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position:relative;
	left: 0;
	top: 0;
	width: 330px;
	height: 108px;
}
h2 {
	font-size:large;
	color: #99CC00;
	}
h3 {
	font-size: medium;
	color: #99CC00;
	}
#english {
	font-size: small;
	width: 40px;
	height: 80px;
	position: relative;
	left: 1110px;
	top: -151px;
	text-align: center;
	background-color:#990033;
	border-bottom: 108px solid #99CC00;
}
ul.english a:link {
	text-decoration: none;
	width: 40px;
	display: block;
	text-align: center;
	padding: 5px 0;	
	color: #FFFFFF;
	border: none;
}
ul.english a:visited {

	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
	border: none;
	width: 40px;
}

ul.english a:hover {

	color: #99CC00;
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
	border: none;
	width: 40px;
}
	
	 
#menu1 {
	font-size: small;
	width: 700px;
	position: relative;
	left: 370px;
	top: -95px;
	text-align: left;
}
ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	float: left;
}

ul a:link {
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;	
	color: #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
ul a:visited {
	display: block;
	width: 100px;
	text-decoration: none;
	text-align: center;
	color: #4C6079;
	border-top: 1px solid #4C6079;
}	

ul a:hover {

	color: #fff;
	border-top: 7px solid #FFFFFF;
	width: 100px;
	text-align: center;
}

#menu2 {
	font-size: 15px;
	width: 700px;
	heigh: 40px;
	position: relative;
	margin: 0;
	top: -206px;
	left: 0px;
	background-color: #990000;
}

ul.menu2 a:link {
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	padding: 5px 0;	
	color: #4C6079;
	border-top: 1px solid #4C6079;
}
ul.menu2 a:visited {
	display: block;
	width: 100px;
	text-decoration: none;
	text-align: center;
	color: #000;
	border-top: 1px solid #4C6079;
}

ul.menu2 a:hover {

	color: #990000;
	border-top: 4px solid #4C6079;
	text-align: center;
}

#menu3 {
	font-size: 15px;
	width: 1150px;
	heigh: 40px;
	position: absolute;
	padding: 5px 0;
	margin: 0;	
	left: 0px;
	top: 30px;
	background-color: #4C6079;
}

ul.menu3 a:link {
	text-decoration: none;
	display: block;
	padding: 5px 0;
	margin: 0;
	width: 100px;
	height: 40px;
	text-align: center;
	color: #fff;
	border-top: 1px solid #99CC00;
	border-right:1px solid #99CC00;
}
ul.menu3 a:visited {
	display: block;
	padding: 5px 0;
	margin: 0px;
	width: 100px;
	text-decoration: none;
	text-align: center;
	color: #CCCCCC;
	border-top: 1px solid #99CC00;
	border-right:1px solid #99CC00;
}

ul.menu3 a:hover {

	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right:1px solid #fff;
	text-align: center;
}
	
.text {
	font-size: medium;
	height: 100%;
	width: 100%;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 90px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #main_text {
	width: 570px;
	height: 370px;
	position: relative;
	left: 10px;
	top: 5px;
	text-align: left;
}
.oneColFixCtrHdr #main_images {
	width: 450px;
	height: 370px;
	position: absolute;
	left: 630px;
	top: 0px;
	text-align: center;
}
.oneColFixCtrHdr #menu_images {
	width: 1120px;
	height: 150px;
	position: absolute;
	margin: 15px
	left: -630px;
	top: 430px;
	text-align: center;
}
.oneColFixCtrHdr #secondary_text {
	width: 1100px;
	position: relative;
	padding: 15px 15px 70px 15px;
	left: 0px;
	top: 200px;
	text-align: left;
}
.oneColFixCtrHdr #icons {
	position: absolute;
	width: 400px;
	height: 70px;
	padding: 0px;
	left: 580px;
	top: 90px;
	text-align: right;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#99CC00;
	position: fixed;
	bottom: 0px;
	width: 1150px;
	height: 40px
}
.oneColFixCtrHdr #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 */
	color: #4C6079;
}
.oneColFixCtrHdr #footer_ws {
	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 */
	position: relative;
	left: 1050px;
	top: -40px;
	color: #4C6079;
	text-align: right;
	width:70px;
}

.oneColFixCtrHdr #footer a {
	text-decoration: none;	
	color: #4C6079;	
}

.oneColFixCtrHdr #footer a:link {
	text-decoration: none;
	color: #4C6079;
}
.oneColFixCtrHdr #footer a:visited {
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:active {
	text-decoration: none;
}

