/* 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
}

#cssdd
{
	position: absolute;
	top: 140px;
	left: 0px;
	height: 30px;
	z-index: 5;
	background-color: #d3d3d3;
	width: 920px;
	vertical-align: middle;
	line-height: 2.3;
	background-image: url(../img/common/bg-menu.jpg);
	background-repeat: repeat-x;
}

	#cssdd li.headlink
	{
		display: block;
		float: left;
		font-size: 12px;
	}

/* General */

	#cssdd,
	#cssdd ul
	{
		list-style: none
	}

		#cssdd,
		#cssdd *
		{
			padding: 0;
			margin: 0;
		}

/* Head links */

			#cssdd li.headlink
			{
				min-width: 150px;
				float: left;
				text-align: center;
				margin-left: 2px;
			}

				#cssdd li.headlink a
				{
					display: block;
				}

				#cssdd li.headlink a:hover
				{
					background-color: #777777;
					color: white;
				}

/* Child lists and links */

				#cssdd li.headlink ul
				{
					display: none;
					text-align: left;
					line-height: 1;
				}

			#cssdd li.headlink:hover ul
			{
				display: block;
				background-color: #d3d3d3;
			}

			#cssdd li.headlink ul li a
			{
				font-size: 10px;
				padding: 7px 0px;
				font-weight: normal;
			}

			#cssdd li.headlink ul li a:hover
			{
				background-color: #333
			}

/* Pretty styling */

			#cssdd a
			{
				color: #8b8b8b;
				text-decoration: none;
			}

#top_menu_wrapper
{
	position: absolute;
	right: 20px;
	z-index: 4;
}

	#top_menu_wrapper *
	{
		padding: 0;
	}

	#top_menu_wrapper div
	{
		float: left
	}

#top_menu_left
{
	width: 9px;
	height: 34px;
	background-image: url(../img/common/bg-menu-left.png);
	background-repeat: no-repeat;
}

#top_menu_content
{
	height: 34px;
	background-image: url(../img/common/bg-menu-center.png);
	background-repeat: repeat-x;
}

	#top_menu_content ul
	{
		margin-left: 0;
		margin-top: 6px;
	}

	#top_menu_content li
	{
		display: block;
		float: left;
		padding: 3px 10px;
		border-right: 1px #999999 solid;
	}

	#top_menu_content li.last
	{
		border-right: none
	}

	#top_menu_content li a
	{
		text-decoration: none;
		color: #999999;
	}

#top_menu_right
{
	width: 9px;
	height: 34px;
	background-image: url(../img/common/bg-menu-right.png);
	background-repeat: no-repeat;
}
