body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 15px 0 10px 15px;
}

img {
  border: none;
}

.header_image {
	position: relative;
}

#footer{
  width: 750px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  background-color: inherit;
  color: #999999;
  clear: both;
}

#footer ul{
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
  cursor: default;
}

#footer ul li{
  padding: 0;
  display: inline;
}

#footer ul li a{
  background-color: inherit;
  color: #999999;
  text-decoration: none;
  margin-right: 4px;
}

#footer ul li a:hover{
  background-color: inherit;
  color: #666666;
}

.ftext_h1 {
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}

.ftext_h2 {
	font-size: 18px;
	color: #990000;
}

.ftext_h5 {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}

.content_td {
	font-size: 14px;
}

.content_td_2 {
	font-size: 14px;
}

.ftext_h3 {
	color: 009900;
	font-weight: bold;
	display: inline;
}

.ftext_h4 {
	font-size: 18px;
	color: #990000;
	text-decoration: underline;
}

.service_box {
	font-size: 14px;
	background-color: ebebeb;
	margin: 15px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
}
.content_td a {
	color: #006699;
}
.supporting_img {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.bullet_greenchecks {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}
.bullet_greenchecks li {
	background: url(../images/bullet_greencheck.jpg) left top no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
}
.bullet_bluechecks {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}
.bullet_bluechecks li {
	background: url(../images/bullet_bluecheck.jpg) left top no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
}
.bullet_orangechecks {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}
.bullet_orangechecks li {
	background: url(../images/bullet_orangecheck.jpg) left top no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
}
.bullet_greenarrow {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}
.bullet_greenarrow li {
	background: url(../images/bullet_greenarrow.jpg) left top no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
}
.bullet_bluearrow {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}
.bullet_bluearrow li {
	background: url(../images/bullet_bluearrow.jpg) left top no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
}
.bullet_orangearrow {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}
.bullet_orangearrow li {
	background: url(../images/bullet_orangearrow.jpg) left top no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
}
.bullet_greenquad {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}
.bullet_greenquad li {
	background: url(../images/bullet_greenquad.jpg) left top no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
}
.bullet_bluequad {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}
.bullet_bluequad li {
	background: url(../images/bullet_bluequad.jpg) left top no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
}
.bullet_greendisc {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}
.bullet_greendisc li {
	background: url(../images/bullet_greendisc.jpg) left top no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
}
.bullet_bluedisc {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}
.bullet_bluedisc li {
	background: url(../images/bullet_bluedisc.jpg) left top no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
}
.bullet_orangedisc {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
}
.bullet_orangedisc li {
	background: url(../images/bullet_orangedisc.jpg) left top no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
}

/* New menu system on the left-hand side */

#button {
	width: 180px;
	border-right: 0px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 12px;
	background-color: #77c092;
	color: #333;
	}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #77c092;
		margin: 0;
		}

#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #006f30;
		border-right: 10px solid #64af81;
		background-color: #4a9869;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #006f30;
		border-right: 10px solid #64af81;
		background-color: #4a9869;
		color: #fff;
		}
