/* RESET CSS STYLES */

div, td, h1 {
margin: 0px;
padding: 0px;
}

table {
border-collapse:collapse;
border-spacing:0;
}

img { 
border:0;
}

/* STYLES */

body {
line-height: 16px;
font-family: verdana;
font-size: 12px;
color: #e1e2bc;
padding: 0px;
margin: 0px;
}

#container {
width: 1000px;
margin: 0px auto;
}

h1 {
font-size: 25px;
font-family: Verdana;
color: #e9e09a;
font-weight: normal;
padding-bottom:10px;
}

h2 {
font-size: 16px;
font-family: Verdana;
color: #e9e09a;
font-weight: normal;
padding: 0px;
margin: 0px;
font-style: italic;
padding-bottom:10px;
}

#menu {
background: #B5AB63;
font-weight: bold;
float: left;
width: 100%;
}

#menu ul {
padding: 0px;
margin: 0px;
float: left;
list-style-type: none;
padding-left:3px;
}

#menu li {
display: block;
float: left;	
}

#menu li a {
display: block;
float: left;
color: #E3E5BB;
text-decoration: none;
padding: 8px 7px 10px 8px;
background: url(/images/bkgd-menu.jpg) no-repeat scroll right bottom;
font-family: Arial;
}

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

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

#header {
clear: both;
height: 374px;
background-color: #e5e3bd;
}


#wf-header {
clear: both;
height: 196px;
background-color: #e5e3bd;
}

#content {
padding: 40px;
font-size: 100%;
background: url(/Images/content-background.jpg) no-repeat scroll #507212;
}

.content-images {
padding-left: 20px;
float: right;
}

#content a {
font-weight: bold;
color: #e9e09a;
text-decoration:none;
}

#content a:hover {
text-decoration:underline;
}

#footer {
background: #B5AB63;
padding: 10px 0px 10px 0px;
height: 70px;
}

#footer-menu {
background: #B5AB63;
width: 100%;
margin-bottom: 7px;
float:left;
}

#footer-text {
clear: both;
text-align: center;
line-height: 145%;
color: #756E31;
}

#footer-text a {
color: #756E31;
text-decoration: none;
font-weight: bold;
}

#footer-text a:hover {
color: #756E31;
text-decoration: underline;
}

#footer-menu ul {
padding-left: 105px;
margin: 0px;
float: left;
list-style-type: none;
}

#footer-menu li {
display: block;
float: left;
}

#footer-menu li a {
display: block;
float: left;
color: #E3E5BB;
text-decoration: none; 
padding: 0px 15px 0px 15px;
border-right: 2px solid #E3E5BB;
font-weight:bold;
}

#footer-menu li#last a {
border-right: none;
}

#footer-menu li a:hover {
color: #507212;
text-decoration: none;
}
