﻿/*
  GENERAL  -------------------------------------------------------------------
*/

*
{
	font-family: Verdana, Sans-Serif;	
}

html, body, ul, ol, li, p, form, fieldset 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
}

input, textarea, select, button
{	
	font-family: Verdana, Sans-Serif;
	font-size: 1em;
}

/* Accessibility Menu */

.skip
{
	position: absolute;
	top: -4em;
	display: none
}

* html .skip /*Seen by IE*/
{
	display: block;
	top: -4em;
	left: 0;
	z-index: 0;
} 

html:not([dummy]) .skip /*Seen by Moz and FF*/
{
	display: block;
	top: -4em;
	left: 0;
	z-index: 0;
} 

.skip a
{
	padding: 0 0.5em;
	left: 0;
	width: 14.2em;
	z-index: 0;
	color: #b30000;
}

.skip a:focus, .skip a:active
{
	display: inline;
	z-index: 2;
	border: solid black 1px;
	color: #99ff00;
	text-decoration: none;
	position: absolute;
	top: 7.5em;
	left: 130px;
	color: #fff !important;
	background: #333 !important;
	border-style:none;
}

.skip a#main
{
	position: absolute;
	top: -9em;
	width: 14.2em;
}

.skip a#main:focus, .skip a#main:active
{
	position: absolute;
	top: 15em;
	left: 0em;
	z-index: 2;
}

.skip a:hover
{
	cursor: default;
}

code, pre
{
	color: black;
}
pre
{
	line-height: 140%;
	padding-left: 3em;
}

.tiny
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	height: 1px
}

/* End Accessibility Menu */

#homebanner
{
	background-image: url(images/hm_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 187px;
}

#bottom_content p, #bottom_content img
{
	margin-bottom: 10px;
}

body
{
	font-size: 100%;
	background-color: #7E7E7E;
	color: #000000;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

p 
{
	font-size: 100%;
}

a:link, a:visited, a:active
{
	color: #7BA400;
	text-decoration: none;
}

a:hover
{
	color: #99CC00;
	text-decoration: underline;
}

#wrapper
{
	width: 780px;
	margin: auto;
	text-align: left;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

/*
  MAIN MENU AND TOP BANNER -------------------------------------------------------------------
*/

#banner
{
	height: 82px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#logo 
{
	font-size: 150%;
	color: #FFFFFF;
	text-align: left;
	line-height: 70px;
	margin-left: 40px;
	margin-right: 0px;
	float: inherit;
	width: 500px;
	padding-top: 8px;
}

#nav-main
{
	width: 780px;
	height: 51px;
	margin: 0px auto;
	text-align: right;
	padding: 0;
	font-size: 100%;
	color: #FFFFFF;
	position: relative;
	background-image: url(images/nav.jpg);
}

#nav-main ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 730px;
	overflow: hidden;
	position: absolute;
	bottom: 13px;
	left: 32px;
}

#nav-main li, #nav-meta li 
{
display: inline;
}

#nav-main a
{
	display: block;
	padding: 7px 10px 1px 10px;
	margin-left: 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	color: #FFFFFF;
}

#nav-main a:hover 
{
	color: #99FF00;
}

#nav-main a.current 
{
	color: #99FF00;
}

/*
  SUBMENU -------------------------------------------------------------------
*/

#left 
{
	width: 178px;
	float: left;
	margin-left: 12px;
	display: inline;
	margin-top: 0px;
	background-image: url(images/smenu_frame.jpg);
	height: 198px;
	background-repeat: no-repeat;
}
	
#nav ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 10px;
	margin-top: 0px;
	font-size: 100%;
	margin-left: 20px;
}

#nav a 
{
	display: block;
	width: 165px;
	height: 19px;
	line-height: 17px;
	border-bottom: 1px solid #E1E1E1;
}

#nav a:link, #nav a:visited 
{
	color: #333333;
	text-decoration: none;
}

#nav a:hover 
{
	color: #99FF00;
	text-decoration: none;
}

#nav li a#current 
{
	color: #86B300;
	text-decoration: none;
	font-weight: bold;
}

/*
  CONTENT AREA -------------------------------------------------------------------
*/

#container
{
	margin: auto;
	width: 780px;
	margin:auto;
	background-image: url(images/content.jpg);
	margin-bottom: 20px;
}

#bannershadow
{
	background-image: url(images/banner_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	margin: auto auto auto;
}

#content
{
	margin: 0px 0px 15px 15px;
	width: inherit;
}

#content p
{
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 18px;
	font-size: 100%;
}
#content .summary
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 110%;
	line-height: 18px;
}
#content h1
{
	font-size: 110%;
	color: #99CC00;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content h2
{
	font-size: 105%;
	color: #99CC00;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content h3
{
	font-size: 100%;
	color: #99CC00;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 0px;
}

.leftimage
{
	float: left;
	margin: 0 10px 20px 0;
	border: 1px solid #000000;
}

.rightimage
{
	float: right;
	margin: 0 0 20px 15px;
	border: 1px solid #000000;
	width: 150px;
}

.clearit
{
	
}

/*
  FOOTER -------------------------------------------------------------------
*/

#footer
{
	clear: both;
	text-align: center;
	background-image: url(images/footer.jpg);
	height: 72px;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	background-repeat: no-repeat;
}

#footer p 
{
	font-size: 80%;
	padding-top: 7px;
}

/*
  HOME PAGE COLUMNS -------------------------------------------------------------------
*/

#col1 
{
	width: 195px;
	float: left;
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 150px;
}

#col2 
{
	width: 204px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbdbdb;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 150px;
}

#col3 
{
	width: 204px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbdbdb;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 150px;
}

#col1 h1, #col2 h1, #col3 h1
{
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 0px;
	color: #86B300;
}

#banner2 
{
	height: 82px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
}