body {
padding: 0;
margin: 0;
font-family: Verdana, Arial, sans-serif;
font-size: .8em;
color: #7f7f7f;
}

img {
border: 0;
}

a {
color: #004d7c;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

li {
margin: 0;
padding: 0;
list-style-type: none;
}

h2 {
color: #6db43f;
font-size: 1.1em;
}

.news-title {
color: #6db43f;
font-size: 1.1em;
margin-bottom: 0;
font-weight: bold;
}

.preload {
display: none;
}

.clear {
clear: both;
height: 0;
margin: 0;
}

#page {
width: 912px;
margin: 1.5em auto 0;
}

.container {
width: 900px;
border-right: 1px solid #6db43f;
border-left: 1px solid #6db43f;
}

#header {
position: relative;
height: 121px;
background: url('/img/h-shadow.jpg') right no-repeat;
z-index: 10;
}

#header .container {
border-top: 1px solid #6db43f;
}

#menu {
position: absolute;
right: 12px;
bottom: 0;
}

#menu ul {
padding: 0;
margin-bottom: 1em;
}

#menu li {
float: left;
margin: 0;
position: relative;
z-index: 15;
}

#menu a {
color: #adadad;
float: left;
font-weight: bold;
display: block;
padding: .5em 1.5em;
}

#menu li.last {
border-right: 0;
}

#menu li:hover a {
color: #fff;
background: #0065a5
}

#menu .divider {
display: block;
float: left;
width: 2px;
background: url(/img/menu-divider.jpg) 0% 50% no-repeat;
padding: .5em 0;
}

#menu ul ul {
position: absolute;
background: #fff;
border: 1px solid #0065a5;
z-index: 20;
padding: 1em;
right: 0;
top: 100%;
width: 15em;
display: none;
}

#menu li:hover ul {
display: block;
}

#menu li li {
float: none;
display: list-item;
padding: 0 0 1em 1em;
background: url(/img/dropdown-bullet.jpg) 0em .25em no-repeat;
position: static;
border-right: 0;
}

#menu a:hover {
text-decoration: none;
}

#menu li:hover li a {
color: #adadad;
background: none;
padding: 0;
border: 0;
margin: 0;
float: none;
}

#menu li:hover li:hover {
background: #fff url(/img/dropdown-bullet-over.jpg) 0em .25em no-repeat;
}

#menu li:hover li:hover a {
color: #55a837;
}

#menu li li a:hover {
background: none;
}

#search-form {
position: absolute;
top: 10px;
right: 22px;
}

#search-form input {
border: 2px solid #ececec;
background: #ececec;
padding-left: 1em;
}

#middle {
background: url(/img/shadow-repeater.jpg) right repeat-y;
}

#middle .container {
border-bottom: 1px solid #6db43f;
}

#footer {
background: url('/img/f-shadow.jpg') top no-repeat;
padding-top: 20px;
text-align: center;
}

#footer li {
display: inline;
padding: 0 1em;
color: #8b8a8a;
font-size: .95em;
border-right: 1px solid #8b8a8a;
}

#footer li.last {
border-right: 0;	
}

#footer-nav a {
color: #adadad;
}

#footer-nav li {
border-right: none;
background: url(/img/gray-dot-border.gif) repeat-y right;
}

#footer-nav li.last {
border-right: none;
background: none;
}
