﻿body 
{
	margin: 0px;
	background: url("../Images/ER_ web background2_small.gif") #00644a; /*url("../Images/body_bg.gif");*/
	font-family: "Tahoma";
	font-size: 0.8em;
}

a, a:link, a:visited, a:hover
{
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

img
{
	border: none white 0px;
}

h1
{
	font-size: 1.7em;
	font-weight: normal;
}

td.Button
{
	font-weight: bold;
	border: solid 1px white;
	cursor: hand;
	cursor: pointer;
}

.DialogTitle
{
	font-weight: bold;
	text-decoration: underline;
}

.printlink
{
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
}

#leftbodybg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 586px;
	background: url("../Images/body_left_bg.gif");

	/*filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;*/
}

#logo
{
	position: relative;
	margin-left: 13px;
}

#bodyleft
{
	position: relative;
	margin-top: 30px;
	margin-left: 20px;	
	
}

#navigation
{
	margin-top: 50px;
	margin-left: 25px;
	width: 150px;
	height: 100%;
	background: #578b5b;
		

	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
	
	z-index: 1000;
}

#bodycontent
{
	width: 550px;
	color: white;
	position: relative;
	margin-top: 45px;
	z-index: 5;		
}

#circleimages
{
	position: relative;
	margin-left: 45px;
	margin-top: 20px;
}

#footer
{
	float: left;
	position: relative;
	width: 205px;
	height: 85px;
	background: url("../Images/footer.gif");
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;		
}

#footercontent
{
	float: left;
	color: White;
	text-align: center;
	font-family: "Tahoma";
	font-size: 11px;
}

#footercontent a, #footercontent a:link, #footercontent a:visited, #footercontent a:hover
{
	color: White;
	text-decoration: underline;
	font-weight: normal;
}

#navigationcontent
{
	position: relative;
	color: White;
	margin-left: 3px;
	top: -25px;
}


/* MENU */

/**************** menu coding *****************/

.tier1menu
{
	background: url("../Images/ul.gif");
}

#menu
{
	z-index: 100;	
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {

margin: 0;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 5px;
color: White;

}

#menu h2 {
color: white;
text-transform: uppercase;

}

#menu a{
color: white;
text-decoration: none;
font-weight: bold;
font-size: 12px;
text-transform: lowercase;
}

#menu a:hover {
color: white;
text-decoration: underline;
}

#menu li {
position: relative;
padding-top: 3px;
padding-bottom: 3px;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100px;
	width: 160px;
	background: #679468;
	
}

#menu a.submenu, #menu a.submenu:link, #menu a.submenu:visited
{
	color: #ace0f3;
	
	background: url("../Images/ulblue.gif");
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul,
div#menu ul ul ul ul,
div#menu ul ul ul li:hover ul ul ul
{
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul,
div#menu ul ul ul li:hover ul ul,
div#menu ul ul ul ul li:hover ul ul
{
	display: block;
}

