html {
color: #333;
background-color: #fff;
padding: 0;
margin: 0;
}
body {
color: #1B1B1B;
background-color: #fff;
padding-top: 0%;
padding-right: 0%;
padding-bottom: 0%;
padding-left: 0%;
margin: 0;
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
}

/* Content */

#content{
	position: absolute;
	top: 151px;
	left: 231px;
	width: 600px;
	padding-right: 80px;
	z-index: 1;
}

h1 {
	color: #0076C0;
	font: bold 14px/14px verdana;
	border-bottom: 1px solid #0076C0;
}
h2 {
	color: #0E4122;
	background: transparent;
	font: bold 15px "Trebuchet MS", Verdana, Arial, sans-serif;
}
h3 {
	font: bold 14px Verdana, Arial, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}
h4 {
	font: bold 1.0em Verdana, Arial, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}
p {
  font: 14px/18px Verdana, Arial, sans-serif;
}
td {
/* ie5 seems to forget the font size, so it is forced here. */
	font: 14px Verdana, Arial, sans-serif;
}
th {
/* ie5 seems to forget the font size, so it is forced here. */
	font: bold 14px Verdana, Arial, sans-serif;
	color: #000;
	background: #eee;
}
li {
	margin-left: 0px;
	margin-right: 0px;
}
ul, ol {
}
a, a:link {
	color: #060;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	color: #060;
	background: transparent;
	text-decoration: none;
}
a:hover {
	color: #060;
	background: transparent;
	text-decoration: underline;
}
a:active {
	color: #fff;
	background: white;
	text-decoration: none;
}
p.faqanswer {
	margin-top: 0px;
	margin-left: 20px;
	color: #0076C0;
	background: white;
	text-decoration: none;
}
p.faqquestion {
	margin-top: 0px;
	margin-left: 0px;
	font-weight:normal;
	background: white;
	text-decoration: none;
}
p.footer {
	font: 9px Verdana, Arial, sans-serif;
	text-align:center;
	margin-top: 0px;
	margin-left: 0px;
	font-weight:normal;
	background: white;
	text-decoration: none;
}
#footer a, a:link, a:visited, a:active, a:hover {
	color: #0076C0;
}
hr {
	color: #0076C0;
	size: 1em;
	height: 1px;
}

#logo {
position: absolute;
top: 0px;
left: 0px;
} 
#toprow {
position: absolute;
top: 0px;
left: 146px;
background: url(/images/template/EL_bluespacer.jpg);
width: 100%;
height: 131px;
z-index: 20;
} 
#enabling {
position: absolute;
top: 131px;
left: 0px;
} 
.quoteblue {
font: 20px/20px georgia;
color: #0076BE;
}
.quoteblack {
font: 20px/20px georgia;
color: #1B1B1B;
}

/* Menu */

/* Use mainnav to control the appearance of the menubar */

td.mainnav {
	color: white;
/*padding-left: 10px;*/
width: auto;
align: center;
}
a.mainnav, a.mainnav:link {
	font: bold 10.5px/14px Verdana, Arial, sans-serif;
  text-transform: uppercase;
	color: white;
	text-decoration: none;
}
a.mainnav:visited {
	color: white;
	background: transparent;
	text-decoration: none;
}
a.mainnav:hover {
	color: white;
	background: transparent;
	text-decoration: none;
}
a.mainnav:active {
	color: #fff;
	text-decoration: none;
	text-decoration: none;
}
td.subnav {
	color: white;
	background: transparent;
	border-bottom: 1px #0076C0 solid;
	text-decoration: none;
}

/* Control dropdown menus here */
div.menu
{
	position: absolute;
	z-index: 20;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	font-family: Verdana, Arial, sans-serif, Times New Roman;
	font-size: 11px;
	background: #eee;
	filter: alpha(opacity=90);
  -moz-opacity: 90%;

}

a.nav {
	font: bold 10.5px/14px Verdana, Arial, sans-serif;
  text-transform: uppercase;
	color: gray;
	text-decoration: none;
}
a.nav:visited {
	color: gray;
	background: transparent;
	text-decoration: none;
}
a.nav:hover {
	color: #0076C0;
	background: transparent;
	text-decoration: none;
}
a.nav:active {
	color: red;
	background: #EEEEEE;
	text-decoration: none;
}

#triggerM1 {
	position: absolute;
	visibility: hidden; 
	z-index: 2;
	top: 0px;
	left: 0px;
	border-style: none;
}

#triggerM2
{
	position: absolute;
	visibility: hidden; 
	z-index: 2;
	top: 180px;
	left: 0px;
	border-style: none;
}

#aboutMenu
{
	position: absolute;
	top: 131px;
	left: 0px;
		z-index: 30;
}
#servicesMenu
{
	position: absolute;
	top: 131px;
	left: 91px;
}
#teamMenu
{
	position: absolute;
	top: 131px;
	left: 176px;
}
#eventsMenu
{
	position: absolute;
	top: 131px;
	left: 269px;
}
#employMenu
{
	position: absolute;
	top: 131px;
	left: 330px;
}
#faqMenu
{
	position: absolute;
	top: 131px;
	left: 443px;
}
#contactMenu
{
	position: absolute;
	top: 131px;
	left: 492px;
}
#menubar {
	background: #5A5A5A;
	padding-top: 4px;
	height: 24px;
	z-index: 1;
	}