/* CSS Document */
body{
	margin:0px;
	background:#DBE8C3;
	font-family:"Trebuchet MS", Arial, Helvetica;
}
.top{
	background:url(images/top.gif) repeat-x bottom left;
	vertical-align:bottom;
	text-align:center;
}
.right{
	background:url(images/right.gif) repeat-y bottom left;
	width:30px;
	vertical-align:top;
}
.left{
	background:url(images/left.gif) repeat-y bottom left;
	width:30px;
}
.bottom{
	background:url(images/bottom.gif) repeat-x top left;
}
.container-bg{
	background:#424242;
	vertical-align:top;
}
.header-bg{
	background:#ffffff url(images/header-bg.gif) repeat-x top left;
}
.header-img{
	background:url(images/header-bgimg.jpg) no-repeat top right;
}
.subheader-img{
	background:url(images/subheader-bgimg.jpg) no-repeat top right;
}
.number{
	color:#77901E;
	float:right;
	width:230px;
	margin-top:3px;
	font-size:24px;
}
.keyword{
	color:#8DB445;
	font-size:10px;
}
.greybar{
	background:url(images/greybar.gif) repeat-x top left;
}
.Navigation{
	background:url(images/menu-bg.gif) repeat-x top left;
	padding-bottom:3px;
	font-size:13px;
	font-weight:bold;
}
#menu-container
	{
	}
#menu{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
}
#menu a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:6px 8px 6px 8px;
	}
	
#menu a:link, #menu a:visited, #menu a:active	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
#menu ul ul a:link, #menu ul ul a:visited, #menu ul ul a:active	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
#menu a:hover	/* menu at mouse-over  */
	{
	color: white;
	text-decoration:none;
	background:url(images/menu-over.gif) repeat-x top left;
	}	
#menu ul ul a:hover	/* menu at mouse-over  */
	{
	color: white;
	text-decoration:none;
	background:url(images/menu-bg.gif) repeat-x top left;
	}	
#menu ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	border-right: solid 1px #cccccc;
	/*width:9em;	 width of all menu boxes */
	}

#menu li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menu ul ul
	{
	background:#999999;
	border: solid 1px #666666;
	position:absolute;
	top:auto;
	display:none;
	}

#menu ul li ul li a
	{
	text-align:left;
	border-bottom:solid 1px #666666;
	overflow: hidden;
	}

#menu ul ul ul
	{
	top:0;
	left:100%;
	}

div#menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{
display:block;


}


.content{
	padding:11px 15px 15px 15px;
	font-size:12px;
	color:#FFFFFF;
	clear:both;
	background:#424242;
}
h1{
	background:url(images/headingUnderline.gif) no-repeat top left;
	color:#8EB818;
	font-size:22px;
	font-weight:normal;
	margin-top:0px;
	padding-top:7px;
}
h2{
	color:#ffffff;
	font-weight:normal;
	font-size:18px;
	margin-top:0px;
	margin-bottom:5px;
}
h3{
	color:#8EB818;
	font-weight:normal;
	font-size:18px;
	margin-top:0px;
	margin-bottom:5px;
}
h4{
	font-size:16px;
	margin-top:0px;
	margin-bottom:3px;
}

a, a:visited{
	color:#8EB818;
}
a:hover, a:visited:hover{
	color:#FFFFFF;
}
p{
	margin-top:0px;
	margin-bottom:15px;
}
img{
	border:none;
}
td{
	font-size:12px;
}

.highlight{
		color:#8EB818;
		font-weight:bold;
}
.green-side{
	background:#8CB642;
	vertical-align:top;
	color:#000000;
}
.green-side a, .green-side a:visited{
	color:#000000;
}
.green-side a:hover, .green-side a:visited:hover{
	color:#555555;
}

.green-side h1{
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	background:url(images/green-headinghome.gif) no-repeat top left;
	margin-top: auto;
	padding-top:0px;
}
.green-top{
	background:#8CB642 url(images/green-top.gif) repeat-x top left;
	vertical-align:top;
}
.green-bottom{
	background:#8CB642 url(images/green-bottom.gif) repeat-x bottom left;
	vertical-align:bottom;
}
.green-pad{
	padding:15px 20px 20px 20px;
	font-size:13px;
}
.green-pad a, .green-pad a:visited{
	color:#000000;
}
.green-pad a:hover, .green-pad a:visited:hover{
	color:#555555;
}
.green-header{
	font-size:20px;
	background:url(images/green-headerbar.gif) no-repeat bottom left;
	padding-left:20px;
	padding-bottom:8px;
	color:#FFFFFF;
}
.grey-side{
	background:#CECBCE;
	color:#000000;
}
.grey-side h1{
	font-size:20px;
	padding-left:32px;
	padding-top:1px;
	font-weight:normal;
	background:url(images/grey-headinghome.gif) no-repeat top left;
	margin-bottom:15px;
	color:#000000;
}
.grey-side ul{
	list-style-image: url(images/grey-bullet.gif);
	font-size:11px;
	margin-top:5px;
	margin-bottom:5px;
}
.grey-side .highlight{
	font-size:13px;
	color:#739218;
	font-weight:bold;
}
.grey-side a, .grey-side a:visited{
	color:#739218;
}
.grey-side a:hover, .grey-side a:visited:hover{
	color:#555555;
}

.grey-top{
	background:#CECBCE url(images/grey-top.gif) repeat-x top left;
}
.grey-bottom{
	background:#CECBCE url(images/grey-bottom.gif) repeat-x top left;
}

.ContactForm{
	margin:15px;
	text-align:left;
	border:solid 1px #8EB818;
	background:#666666;
}
.ContactTitle{
	color:#8EB818;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
	padding-bottom:10px;
	padding-top:10px;
}
.ContactEntrylabel{
	padding-left:15px;
	padding-right:5px;
}
.ContactEntryinput{
	padding-right:15px;
}
.ContactButton{
	padding-bottom:15px;
}
.faq p{
		padding-top:10px;
}
.faq .highlight{
	font-size:14px;
}
.list-pad li{
	margin-bottom:15px;
}
.formindent{
	margin-left:25px;
	margin-bottom:10px;
}
.formtable td{
	padding-left:4px;
	padding-right:4px;
	text-align:center;
}
.formtable th{
	text-align:left;
	font-weight:bold;
	padding-right:8px;

}
.copyright{
	padding:10px;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	clear:both;
}
.copyright a, .copyright a:visited{
	color:#FFFFFF;
}
.copyright a:hover, .copyright a:visited:hover{
	color:#dddddd;
}
