@charset "utf-8";

/* Universal resets */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, img { margin: 0; padding: 0; border: 0;}
ul {list-style: none;}
li {text-decoration: none;}
a {text-decoration: none;}

/* Universal Settings */

body {
	background:#c0c0c0;
	color:#000000;
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	}

a {color: #005696;}
a:hover {color: #37baec;}


p {
	font-size:1.2em;
	line-height:1.4em;
	padding-bottom:1em;
	}

/* Container */
#container {
	background:#FFFFFF;
	position: relative;
	width: 960px;
	margin: 0 auto;
	min-height: 695px;
	height: auto !important;
	height: 695px;
	background-image: url(../images/eec_bg.jpg);
	background-repeat: no-repeat;
	}

/* Header */
#header {
	position: relative;
	width: 100%;
	height: 230px;
	}

#menu {
	float: right;
	margin: 120px 0 0 0;
	font-size: 1.2em;
	}

#header_icons {
	float: right;
	clear: both;
	margin: 25px 13px 0 0;
	}

#logo {
	position: absolute;
	top: 50px;
	left: 30px;
	}

/* Left */
#left {
	position: relative;
	float: left;
	width: 255px;
	text-align: right;
	padding-top: 190px;
	}

#braces {
	 float: right;
	 margin-top: 55px; 
	 width: 189px;
	 background-image: url(../images/brace_bg.gif); 
	 background-repeat: repeat-y; 
	 }

/* Content */
#content {
	float: right;
	width: 550px;
	float: right;
	margin: 0 100px 0 0;
	}

/* Footer */
#footer {
	position:relative;
	width:100%;
	height: 120px;
	clear: both;
	background-image: url(../images/footer_bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	}

/* Classes */
.menu {
	text-align: center;
	}

ul.menu, ul.nav {
	list-style: none;
	}
	
ul li.menu {
  float: left;
  position: relative;
  padding: 0 7px 0 7px;
  border: 1px solid #FFFFFF;
  line-height: 2;
  background-color: #c0c0c0;
  }

ul li ul.menu {
  display: none;
  position: absolute; 
  background-color: #c0c0c0;
  line-height: 1em;
  }

ul li ul li.menu {
	line-height: 1.5;
	border: #FFFFFF 1px solid;
	text-align: left;
	width: 120px;
	clear: both;
	}

li.menu > ul {
	position: absolute;
	left: -1px;
	top: 2em;
	}

ul li:hover ul.menu, li.over ul.menu {
	display: block;
	}

h1 {
	font-size: 2.4em;
	color: #005696;
	padding-bottom: .6em;
	}
h2 {
	font-size: 1.8em;
	color: #005696;
	padding-bottom: .7em;
	}

ul.footer {
	padding: 84px 245px 0 0;
	font-size: 1.1em;
	float: right;
	}

li.footer {
	padding-right: 15px;
	display: inline;
	}

.content {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	line-height: 1.2em;
	}

ul.content {
	margin-left: 2em;
	list-style: disc;
	}

table {
	font-size: 1.2em;
	}

dl.table1
{
width: 450px;
margin: 2em 0;
}

.table1 dt
{
width: 400px;
float: left;
clear:left;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #000000;
}

.table1 dd
{
float: left;
width: 200px;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #000000;
}

dl.table2
{
width: 450px;
margin: 2em 0;
}

.table2 dt
{
width: 50px;
float: left;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #000000;
}

.table2 dd
{
float: left;
width: 350px;
margin: 0 0 0 0;
padding: .5em;
border-top: 1px solid #000000;
}