/* CSS Document */
body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #2f85cc;
	background-image: url(/design/esso_bg.gif);
	background-attachment: fixed;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#essosplash{
	position: relative;
	margin: 0px auto 0px auto;
	width: 900px;
	height: auto;
}
#globalContent{
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 10px 10px 10px;
	background-color: #FFFFFF;
	width: 900px;
	height: 100%;
	text-align: left;
}
#copyright{
	position: relative;
	margin: 5px auto 0px auto;
	padding: 0px;
	width: 920px;
	height: auto;
	text-align: right;
	font-size: 10px;
}
#essomenu{
	width: 850px;
	height: 60px;
	position: absolute;
	top: 135px;
	left: -12px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
	overflow: hidden;
}
#essohead{
	position: relative;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	background-color: #73aedd;
	background-image: url(/design/header.jpg);
	background-repeat: no-repeat;
	color: #000000;
	width: 900px;
	height: 170px;
	z-index: 1;
}

#essobody{
	position: relative;
	margin: 10px 10px 0px 0px;
	padding: 20px;
	background-color: #ece8d8;
	color: #000000;
	width: 620px;
	height: 100%;
	z-index: 3;
}
#essobody2{
	position: relative;
	margin: 10px 10px 0px 0px;
	padding: 20px;
	background-color: #ece8d8;
	color: #000000;
	width: 860px;
	height: 100%;
	z-index: 3;
}
#essofoot{
	position: absolute;
	bottom: 0px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #d7edff;
	color: #000000;
	width: 640px;
	height: auto;
	z-index: 4;
	clear: both;
	border-top: 10px solid #ffffff;
}
#essopics{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 230px;
	height: 100%;
	z-index: 2;
	/*clear: both;*/
}
A{
	color: #4d9ad6;
	font-weight: bold;
}
#essofoot A{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
h1{
	color: #bfa060;
	font-size: 22px;
}
h2{
	color: #bfa060 !important;
	font-size: 14px;
}
#newsBox{
	background-color: #FFFFFF;
	border: 1px solid #77abd1;
	width: 578px;
	height: auto; 
	margin: 40px 0px 0px 0px;
	padding: 20px 20px 5px 20px;
	position: relative;
	display: none;
}
#newsTitle{
	position: absolute;
	top: -15px;
	left: 10px;
	width: auto;
	height: 31px;
}
#newsTitleText{
	color: #8fb400;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	height: 29px;
	width: auto;
	background-color: #FFFFFF;
	border-top: 1px solid #4e9ad6;
	border-bottom: 1px solid #4e9ad6;
	float: left;
}
.floatersleft{
	float: left;
}
.floatersright{
	float: right;
}
.hidden{
	clear: both;
	visibility: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.essogallery{
	/*float: left;*/
}
.gallery_hidden{
	display: none;
}
.essogallery img{
	border: 0px;
}