/* INITIAL */

/* Neutralize styling:
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0px 0px 1em 0px;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 3em;
	margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
label {
	display: block;
	float: left;
	width: 160px;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border: 0px none;
}

/** begin custom **/

#mainBody {
	background: url(bodybg.gif) repeat-x top;
}
#containerContainer {
	background: url(top.jpg) no-repeat top center;
}
#container, #footerLinks {
	width: 974px;
	margin: 0 auto;
}

#logo {
	height: 236px;
}
#logo img {
	margin-top: 28px;
}
#nav {
	height: 40px;
}
#nav a {
	display: block;
	float: left;
	background: url(taboff.gif) repeat-x;
	text-decoration: none;
	color: #fff;
	width: 120px;
	line-height: 40px;
	height: 40px;
	margin-right: 2px;
	text-align: center;
}
#nav a:hover, #nav .tabOn {
	background: #9fd40f url(tabon.gif) repeat-x top;
}

#breadcrumbs {
	background-color: #9fd40f;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 8pt;
	text-align: right;
	padding-right: 18px;
	overflow: hidden;
	margin-bottom: 20px;
}
.crumb {
	font-weight: bold;
}



#lhs {
	width: 205px;
	margin-right: 15px;
	float: left;
}

.lhsTitle {
	background: #9fd40f url(tabon.gif) repeat-x top;
	line-height: 40px;
	height: 40px;
	text-indent: 12px;
	color: #fff;
	width: 201px;
	margin-bottom: 10px;
}
.lhsContent {
	margin-bottom: 10px;
}

#lhsLinks p {
	margin: 0 0 7px 0 !important;
	line-height: 100%;
}

#lhsContact {
	padding: 8px 20px;
	line-height: 150%;
}

#content {
	width: 754px;
	float: left;
}

.contentBox {
	border: 17px solid #efefef;
	padding: 12px;
}

p {
	line-height: 150%;
}

h1, h2 {
	color: #00b2c1;
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: normal;
}
h1 {
	font-size: 40px;
	margin: 0 0 20px 0;
}
h2 {
	font-size: 26px;
	margin: 0 0 8px 0;
}

.homeImage {
	float: left;
	margin-right: 30px;
}

.clearer {
	clear: both;
}

#homeIntroBox {
	margin-bottom: 20px;
}

#footer {
	clear: both;
	height: 136px;
	background: url(footer.jpg) no-repeat center bottom;
}
#footerLinks {
	text-align: right;
	padding-top: 8px;
}
#footerLinks a {
	font-size: 8pt;
	color: #000;
}
.footerLinkDivider {
	padding: 0 4px;
}
a {color:#9fd40f}
a:hover {color:#00B2C1}
.emphasise {font-weight:bold;color:#00B2C1}