@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	background: #6CB236 url('images/bg1.jpg') repeat-x;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	width: 946px;
	margin: 0 auto -103px auto;
	background: white;
}

div#main-top
{
	background: url('images/main-top.jpg') no-repeat top left;
	height: 190px;
}

div#main-top .inner
{
	width: 557px;
	padding: 102px 40px 0 0;
	float: right;
}

div.push
{
	clear:both;
	height: 103px;
}

div#footer
{
	width: 946px;
	margin: 0 auto;
	height: 85px;
	border-top: 18px solid #2D1702;
	background: #6CB236;
}

div#footer .inner
{
	padding: 22px 37px 0 37px;
	font-size: 10px;
	color: white;
	line-height: 1.8em;
}

div#footer .inner *
{
	font-size: 10px;
	color: white;
	line-height: 1.8em;
}

div#footer .inner input, div#footer .inner option
{
	color: black !important;
}

.bordered
{
	border-bottom: 8px solid #7BC144;
}

.searchbtn
{
	border: none;
	background: #2D1702;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 10px;
	padding: 2px;
	margin: 0;
}

.searchbox
{
	border: 1px solid #7BC144;
	margin: 0;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 10px;
	color: #2D1702;
}

div#search
{
	clear:both;
	text-align: right;
	padding-top: 10px;
	overflow: auto;
}

h1,h2,h3,h4,h5,h6
{
	letter-spacing: -1px;
}

/* ---------- navigation ---------- */
div#main-top a:visited.menu,
div#main-top a:link.menu,
div#main-top a.menu
{
	display: block;
	float: right;
	padding-left: 15px;
	text-decoration: none;
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #7BC144;
}

div#nav-holder
{
	background: #2D1702;
	margin: 0 19px;
	height: 36px;
	border-bottom: 1px solid white;
}

ul#navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#navigation li
{
	display: block;
	float: left;
}

ul#navigation li:hover,
ul#navigation li.hover
{
	background: url('images/navhover.gif') no-repeat top left;
}

ul#navigation a:visited.top, ul#navigation a:link.top, ul#navigation a.top,
ul#navigation a:visited.last, ul#navigation a:link.last, ul#navigation a.last
{
	color: white;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	display: block;
	_float: left;
	padding: 10px 45px 0px 45px;
	height: 26px;
}

ul#navigation a:visited.top, ul#navigation a:link.top, ul#navigation a.top
{
	background: url('images/navbg-1.gif') no-repeat top right;
}

ul#navigation a:visited.last, ul#navigation a:link.last, ul#navigation a.last
{
	background: none;
}

ul#navigation li:hover a.last,
ul#navigation li.hover a.last
{
	background: url('images/navhover-cap-2.gif') no-repeat top right !important; 
}

ul#navigation li:hover a.top,
ul#navigation li.hover a.top
{
	background: url('images/navhover-cap.gif') no-repeat top right !important; 
}

ul#navigation ul.flyout li
{
	display: inline;
	float: none;
	background: none;
}

ul.flyout
{
	_clear:both;
	display: none;
	position: absolute;
	margin: 0;
	padding: 12px 0 24px 0;
	list-style: none;
	width: 192px;
	border: 1px solid #DEDEDE;
	background: white;
}

ul.flyout li ul.flyout
{
	padding-top: 0;
	margin: 0 0 0 192px;
}

ul.flyout a:visited.flyout,
ul.flyout a:link.flyout,
ul.flyout a.flyout
{
	display: block;
	padding: 12px 18px;
	/*margin: 0 18px;*/
	background: white url('images/flyout-border.gif') no-repeat center bottom;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #553A00;
	_height: 1%;
}

ul.flyout a:hover.flyout
{
	background-color: #E0E0E0;
}















