body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	background: url(/images/website/bg_body.jpg) top left repeat-x #82b64a;
}

a img {
	border: 0;
}

.clearer {
	clear: both;
}

a:link,
a:visited {
	color: #636363;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #424242;
	text-decoration: underline;
}

h1 {
	color: #466a24;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #466a24;
	text-decoration: none;
}

h2 {
	color: #636363;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	color: #636363;
	text-decoration: none;
}

h3 {
	color: #466a24;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active {
	color: #466a24;
	text-decoration: none;
}

#outercontainer {
	width: 850px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: url(/images/website/bg_container.jpg) top left repeat-y;
}

#container {
	width: 800px;
	float: left;
	padding: 0px 25px 0px 25px;
	margin: 0px 0px 0px 0px;
	background: url(/images/website/bg_container_top.jpg) top left no-repeat;
}

#header {
	float: left;
	width: 800px;
	height: 115px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
}

#header #header_left {
	width: 395px; /* 400 */
	height: 115px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	background: #fff;
}

#header #header_right {
	width: 390px; /* 400 */
	height: 105px; /* 115 */
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	background: #fff;
	text-align: right;
}

#header #header_right h3 {
	color: #636363;
	font-size: 13px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

#navigation {
	width: 800px;
	height: 30px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	background: url(/images/website/bg_navigation.jpg) top left repeat-x;
}

#navigation h2 {
	color: #87bf4b !important;
	font-size: 12px;
	font-weight: normal;
	float: left;
	display: block;
	width: 273px; /* 293 */
	height: 24px; /* 31 */
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 20px;
}

#navigation h2 a:link,
#navigation h2 a:visited,
#navigation h2 a:hover,
#navigation h2 a:active {
	text-decoration: none;
	color: #87bf4b !important;
}

#navigation ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/images/website/navigation_li_bg.jpg) top right no-repeat;
}

#navigation ul li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	background: url(/images/website/navigation_li_bg.jpg) top left no-repeat;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	text-decoration: none;
	color: #636363;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	display: block;
	margin: 0px 1px 0px 3px;
	padding: 0px 14px 0px 12px;
}

#navigation ul li a:hover,
#navigation ul li a:active {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	display: block;
	margin: 0px 1px 0px 3px;
	padding: 0px 14px 0px 12px;
	background: url(/images/website/navigation_li_selected_bg.jpg) top left repeat-x;
}

#navigation ul li.selected a:link,
#navigation ul li.selected a:visited,
#navigation ul li.selected a:hover,
#navigation ul li.selected a:active {
	background: url(/images/website/navigation_li_selected_bg.jpg) top left repeat-x;
	font-weight: bold;
	color: #fff;
}

#topcontent {
	width: 800px;
	height: 160px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#topcontent #topcontent_left {
	width: 293px;
	height: 160px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/images/website/topcontent_left_bg.jpg) top left repeat-x;
}

#topcontent #topcontent_left h1 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 22px 30px 15px 30px;
}

#topcontent #topcontent_left h1 a:link,
#topcontent #topcontent_left h1 a:visited,
#topcontent #topcontent_left h1 a:hover,
#topcontent #topcontent_left h1 a:active {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#topcontent #topcontent_left h2 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
}

#topcontent #topcontent_left h2 a:link,
#topcontent #topcontent_left h2 a:visited,
#topcontent #topcontent_left h2 a:hover,
#topcontent #topcontent_left h2 a:active {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#topcontent #topcontent_right,
#topcontent #topcontent_right #banner {
	width: 507px;
	height: 160px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#maincontent {
	width: 800px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
	background: url(/images/website/maincontent_bg.jpg) top left repeat-x #fff;
}

#maincontent #maincontent_middle {
	width: 520px; /* 560 */
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 30px 30px;
}

#maincontent #maincontent_middle p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
}

#maincontent #maincontent_middle ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 20px;
}

#maincontent #maincontent_middle ul li {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}

#maincontent #maincontent_right {
	width: 210px; /* 240 */
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 30px 0px;
}

#maincontent.fullwidth #maincontent_left {
	display: none;
}

#maincontent.fullwidth #maincontent_middle {
	width: 740px; /* 560 */
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 30px 30px;
}

#maincontent.fullwidth #maincontent_right {
	display: none;
}

#newsheadlines {
	width: 168px; /* 198 */
	height: 189px; /* 254 */
	float: left;
	
	display: inline;
	
	margin: 0px 0px 0px 10px;
	padding: 45px 15px 25px 15px;
	
	overflow: hidden;
	
	background: url(/images/website/newsheadlines_bg.jpg) top left no-repeat;
}

#newsheadlines #rotate {
	float: left;
	width: 160px;
	height: 190px;
	margin: 0px 0px 100px 0px;
	padding: 0px 0px 0px 0px;
}

#newsheadlines .newsheadline {
	float: left;
	width: 160px;
	height: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#newsheadlines .newsheadline h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#newsheadlines .newsheadline h2 a:link,
#newsheadlines .newsheadline h2 a:visited,
#newsheadlines .newsheadline h2 a:hover,
#newsheadlines .newsheadline h2 a:active {
	text-decoration: none;
	color: #636363;
}

#newsheadlines .newsheadline p {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#newsheadlines .newsheadline p a:link,
#newsheadlines .newsheadline p a:visited,
#newsheadlines .newsheadline p a:hover,
#newsheadlines .newsheadline p a:active {
	text-decoration: none;
	color: #636363;
}

#newsheadlines .newsheadline img.readmore {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 35px;
}

#footer {
	width: 800px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	background: url(/images/website/footer_bg.jpg) top left repeat-x #fff;
	color: #898989 !important;
}

#footer ul {
	list-style: none;
	float: left;
	margin: 0px 0px 0px 60px;
	padding: 5px 0px 0px 0px;
	width: 630px;
	height: 22px; /* 27 */
}

#footer ul li {
	float: left;
	height: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 0px 0px;
	color: #898989;
	font-size: 11px;
}

#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:hover,
#footer ul li a:active {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	color: #898989;
	text-decoration: none;
}

#footer ul li a:hover,
#footer ul li a:active {
	color: #424242;
}

#footer p.footer_left {
	width: 380px; /* 400 */
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 10px;
}

#footer p.footer_right {
	width: 380px; /* 400 */
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	text-align: right;
	font-size: 10px;
}

#footer p a:link,
#footer p a:visited,
#footer p a:hover,
#footer p a:active {
	text-decoration: none;
	color: #898989;
}

#footer p a:hover,
#footer p a:active {
	color: #424242;
}

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

#news_headlines {
	width: 500px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#news_headlines .news_headline {
	width: 500px; /* 500 */
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #ededed;
}

#news_headlines .news_headline h2,
#news_headlines .news_headline h2 a:link,
#news_headlines .news_headline h2 a:visited,
#news_headlines .news_headline h2 a:hover,
#news_headlines .news_headline h2 a:active {
	color: #476b25;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#news_headlines .news_headline p,
#news_headlines .news_headline p a:link,
#news_headlines .news_headline p a:visited,
#news_headlines .news_headline p a:hover,
#news_headlines .news_headline p a:active {
	color: #636363;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#news_headlines .news_headline p a:link.readmore,
#news_headlines .news_headline p a:visited.readmore,
#news_headlines .news_headline p a:hover.readmore,
#news_headlines .news_headline p a:active.readmore {
	color: #636363;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

#news_headlines .news_headline p a:hover.readmore,
#news_headlines .news_headline p a:active.readmore {
	color: #424242;
}

#news_headlines .news_paginate {
	float: right;
}

#news_article {
	width: 740px;
}

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

#servicesummaries .servicesummary {
	width: 325px; /* 355 */
	height: 130px; /* 130 */
	float: left;
	margin: 0px 20px 10px 0px;
	padding: 10px 10px 10px 10px;
	background: url(/images/website/servicesummary_bg.jpg) top left repeat-x #fff;
	display: inline; /* ie6 */
}

#servicesummaries .servicesummary h2 a:link,
#servicesummaries .servicesummary h2 a:visited,
#servicesummaries .servicesummary h2 a:hover,
#servicesummaries .servicesummary h2 a:active {
	color: #466a24;
	text-decoration: none;
}

#servicesummaries .servicesummary p a:link,
#servicesummaries .servicesummary p a:visited,
#servicesummaries .servicesummary p a:hover,
#servicesummaries .servicesummary p a:active {
	text-decoration: none;
	color: #636363;
}

#servicesummaries .servicesummary p a:link.readmore,
#servicesummaries .servicesummary p a:visited.readmore,
#servicesummaries .servicesummary p a:hover.readmore,
#servicesummaries .servicesummary p a:active.readmore {
	text-decoration: underline;
	color: #636363;
}

#servicesummaries .servicesummary p a:hover.readmore,
#servicesummaries .servicesummary p a:active.readmore {
	color: #424242;
}

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

#staffthumbs .staffthumbgroup {
	width: 710px;
	float: left;
	clear: both;
}

#staffthumbs .staffthumb {
	width: 230px; /* 125 */
	/* height: 140px; */
	float: left;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#staffthumbs .staffthumb img {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 5px 0px !important;
}

#staffthumbs .staffthumb h3 {
	font-size: 12px;
	font-weight: bold;
	color: #466a24;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

#staffthumbs .staffthumb h4 {
	font-size: 11px;
	font-weight: bold;
	color: #636363;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

#staffthumbs .staffthumb h3 a:link,
#staffthumbs .staffthumb h3 a:visited,
#staffthumbs .staffthumb h3 a:hover,
#staffthumbs .staffthumb h3 a:active {
	text-decoration: none;
	color: #466a24;
}

#staffthumbs .staffthumb h4 a:link,
#staffthumbs .staffthumb h4 a:visited,
#staffthumbs .staffthumb h4 a:hover,
#staffthumbs .staffthumb h4 a:active {
	text-decoration: none;
	color: #636363;
}

#staff_profile img.standardphoto {
	float: right;
	margin: 0px 0px 10px 20px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #d4d4d4;
}

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

.requiredfield {
	font-style: italic;
	padding-left: 10px;
	font-size: 10px;
	color: #990000;
}

.validation-advice {
	color: #990000;
	font-style: italic;
	font-size: 10px;
	background: url(/images/website/alert.gif) no-repeat left top;
	padding-left: 22px;
	height: 22px;
	padding-top: 3px;
}

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

#research_links {
	float: left;
	width: 520px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#research_links .research_link {
	float: left;
	width: 480px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}

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

#accreditations {
	float: left;
	
	width: 215px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	text-align: center;
}

#accreditations img {
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
}