 @charset "utf-8";
/* CSS Document */

body {
 background-image: url(images/background.jpg);
 background-repeat: repeat-x;
 background-color: #d0d8f1;
 margin: 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #484747;
}

#wrap {
 width: 980px;
 margin: 0px auto;
 background-image: url(images/wrap.jpg);
 background-repeat: repeat-y;
}

#container {
 width: 980px;
 background-image: url(images/elim-body.gif);
 background-repeat: no-repeat;
}

#header {
 width: 980px;
 height: 121px;
}

#menu {
 width: 245px;
 padding-left: 16px;
 padding-top: 30px;
 float: left;
}

.icon-text {
 padding-top: 30px;
 padding-left: 10px;
}

#menu-footer {
	width: 256px;
	height: 97px;
	font-size: 14px;
	background-image: url(images/menu-footer.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.padding { padding:20px; }

#content {
 width: 600px;
 float: right;
 padding-right: 65px;
 padding-top: 40px;
 text-align: justify;
}

#pics {
 width: 492px;
 float: left;
 vertical-align: bottom;
 padding-top: 11px;
 padding-left: 1px;
}

#footer {
 width: 980px;
 height: 150px;
 background-image: url(images/elim-footer.gif);
 background-repeat: no-repeat;
}

#footer-text {
 text-align: right;
 font-size: 10px;
 padding-right: 65px;
 padding-top: 40px;
}

h1 {
 font: normal 30px Arial, Helvetica, sans-serif;
 color: #ed1c24;
 text-align: left;
}

h2 {
 font: normal 18px Arial, Helvetica, sans-serif;
 color: #004382;
 text-align: left;
}

h3 {
 font: normal 18px Arial, Helvetica, sans-serif;
 text-align: left;
 color: #ed1c24;
 margin-bottom: 0px;
}


a {
 color: #004382;
 text-decoration: none;
}

a:hover {
 color: #ec0a12;
 text-decoration: underline;
}

.foot {
 color: #484747;
 text-decoration: none;
}

.foot:hover {
 color: #ec0a12;
 text-decoration: underline;
}


/* CSS Menu */
.menu_list {
 width: 252px;
 font-size: 13px;
}

.menu_head {
 padding: 7px 15px;
 cursor: pointer;
 position: relative;
 margin:0px;
 font-weight:normal;
 border-bottom: 1px solid #ffffff;
 color: #00509c;
 text-decoration: none;
 font-weight: bold;
}

.menu_head:hover {
 padding: 7px 15px;
 cursor: pointer;
 position: relative;
 margin:0px;
 font-weight:normal;
 border-bottom: 1px solid #ffffff;
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
}

.menu_head a {
 color: #00509c;
 text-decoration: none;
}

.menu_head a:hover {
 color: #ffffff;
 text-decoration: none;
}

.menu_body {
 display:none;
}

.menu_body a {
 display:block;
 color:#ffffff;
 background-color:#4b4849;
 padding:5px;
 padding-left: 30px;
 border-bottom: 1px solid #939393;
 font-weight:normal;
 text-decoration:none;
}

.menu_body a:hover {
 color: #888888;
 text-decoration:none;
}

