/* -------------------------------------------- */
/*												*/
/*												*/
/*												*/
/* -------------------------------------------- */

/* -------------------------------------------- */
/*		Global Reset thanks to Eric Meyer		*/
/* -------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* -------------------------------------------- */
.hidden
{
	display: none;
}

strong
{
	font-weight: bold;
}

body
{
	background-color: #336000;
	
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: black;
}

#container-bg
{
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding-bottom: 30px;
	background-color: white;
}

#container
{
	width: 960px;
	margin: 0 auto 0 auto;

	text-align: left;
}

#topbar
{
	width: 100%;
	height: 20px;
	background-color: #336000;
}

#masthead
{
	float: left;
	width: 470px;
	margin-top: 20px;
}

#masthead h1
{
	width: 402px;
	height: 114px;
	background-image: url(masthead.png);
	background-repeat: no-repeat;
}

#masthead .mainmenu
{
	margin: 40px 0 0 0px;
}

#masthead .mainmenu li
{
	float: left;
	clear: right;
	margin-right: 20px;
}

#masthead .mainmenu li a
{
	height: 19px;
	padding: 10px;
	display: block;
	
	color: black;
	text-decoration: none;
	font-size: 12pt;
}

#masthead .mainmenu li a:hover
{
	background-color: #336000;
	
	color: white;
}

#masthead .mainmenu li a.lit
{
	text-decoration: underline;
}

#masthead-image
{
	float: left;
	clear: right;
	width: 470px;
	margin: 20px 0 0 20px;;
}

#submenu
{
	float: left;
	clear: left;
	margin-left: 40px;
}

#submenu li
{
	float: left;
	clear: right;
	margin-right: 10px;
}

#submenu li a
{
	text-decoration: none;
	font-size: 10pt;
	color: black;
}

#left-column
{
	float: left;
	clear: left;
	width: 470px;
	margin-top: 30px;
}

#right-column
{
	float: left;
	clear: right;
	width: 470px;
	margin-top: 30px;
	margin-left: 20px;
}

#footer
{
	float: left;
	clear: left;
	width: 100%;
	margin: 20px 0 0 0;
	background-color: #336000;	
}

#footer-container
{
	width: 960px;
	margin: 0 auto 0 auto;
	
	text-align: left;
}

#footer-menucontainer
{

}

#footer-menucontainer ul
{
	float: left;
	clear: right;
	width: 150px;
	
	font-size: 10pt;
	color: white;
}

#footer-menucontainer ul li
{
	margin-bottom: 5px;
}

#footer-menucontainer ul li a
{
	text-decoration: none;
	color: white;
}

#footer-menucontainer ul li a:hover
{
	text-decoration: underline;
}

#footer-menucontainer ul li.menuheader
{
	margin-bottom: 10px;
	
	text-decoration: underline;
}

#footer-container p.header
{
	float: left;
	clear: left;
	width: 960px;
	margin-top: 20px;
	
	text-align: center;
	font-size: 14pt;
	color: white;
}

#footer-container p.company-details
{
	float: left;
	clear: left;
	width: 960px;
	margin-top: 5px;
	margin-bottom: 20px;
	
	text-align: center;
	font-size: 9pt;
	color: white;
}
