/*
COLOURS
Dark green = #406e55
Lime green = #99cc33

Light beige = #f2ede1
Dark beight = #ded6c3
*/


body {
	background-color: #f2ede1;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
  cursor: pointer!important;
}
a:focus {outline: none}

.magic
{
display:none;
}
/**********************
CENTRE PAGE IN WINDOW
***********************/

#centre {
	width: 100%;
	text-align: center;
}

#shadow {
	width:970px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/shadow.jpg);
	background-repeat: repeat-y;
}

#container {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	background-color: #FFFFFF;
	border-top:2px solid #99cc33;
}

/**********************
TOP BAR
***********************/

#topbar {
	height:103px;
	background-color:#406e55;
	border-bottom:2px solid #fff;
}

#topbarRow1 {
	height: 34px;
}

#topbarRow2 {
}

#logo {
	float: left;
	padding:0px 0px 0px 18px;
}

/**********************
SLIDER
***********************/
#pageHeader {
	border-bottom:2px solid #fff;
}

#slider {
    width: 960px; /* important to be same as image width */
    height: 210px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border-bottom:2px solid #fff;
	margin:0;
	padding:0;
}

#sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	padding:0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	margin: 0;
	padding:0;
}
.sliderImage span {
    position: absolute;
	font: 11px/18px Arial, Helvetica, sans-serif;
    padding: 0;
    width: 0;
    background-color: #406e55;
    color: #fff;
    display: none;
	text-transform:uppercase;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 15px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 300px !important;
	height: 100px;
}
.right {
	right: 0;
	bottom: 0;
	width: 0px !important;
	height: 0px;
}
ul { list-style-type: none;}


/**********************
NAVIGATION
***********************/

#navbar {
width:100%;
height:30px;
background-color:#99cc33;
}

#navigation
{	margin: 0px 0px 0px 10px;
	padding: 3px 0px 0px 10px}

	#navigation li
	{	float: left;
		list-style: none;
		font:bold 11px Arial, Helvetica, sans-serif}

	#navigation li a
	{	display: block;
		padding: 4px 5px;
		text-decoration: none;
		color: #fff;}

	#navigation li a:hover
	{	color: #336600;
		}
		
		#navigation li ul
		{	width:200px;
			margin: 6px 0px 0px 0px;
			padding: 0;
			position: absolute;
			visibility: hidden;
			background: #99cc33}
		
			#navigation li ul li
			{	float: none;
				display: inline;
				font:normal 11px/12px Arial, Helvetica, sans-serif;}
			
			#navigation li ul li a
			{	width: auto;
				background: #99cc33;
				color: #fff;
				border-bottom:1px solid #fff}
			
			#navigation li ul li a:hover
			{	color: #336600;
				background: #90c22d}
			
			#navigation li#selected  
			{	background: #85b526}


#telNo{
padding:3px 17px 5px 5px;
font:bold 14px Arial, Helvetica, sans-serif;
color: #fff;
float:right;
}



/**********************
TEXT RESIZING
***********************/
#textresizing {
	font-size: 12px;
	color: #fff;
	text-align: right;
	margin: 10px 18px 0px 0px;
	float: right;
}
#textresizing ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#textresizing li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#textresizing a			{color: #99cc33; text-decoration: none;}
#textresizing a:hover	{color: #99cc33;text-decoration: underline;}

.accessibilitySm {
	font-size: 11px;}

.accessibilityMd {
	font-size: 13px;}

.accessibilityLg {
	font-size: 16px;}




/**********************
BREADCRUMBS
***********************/
#breadcrumbs {
	margin: 10px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #666;
	float:left;
}

#breadcrumbs a:link {
	color: #99cc33;
	text-decoration: none;
}

#breadcrumbs a:visited {
	color: #99cc33;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #406e55;
	text-decoration: underline;
}

#breadcrumbs strong {
	color: #333;
	font-weight: bold;
}

#pageFunctions{
	margin: 7px 18px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:right;
}

#pageFunctions ul{
	margin: 0;
	padding: 0;
	list-style:none;
}

#pageFunctions li{
	margin: 0px 0px 0px 3px;
	list-style:none;
	display:inline;
}

/**********************
MAIN
***********************/

#main {
	padding:12px 18px;
}


/**********************
TEASERS
***********************/

#teasers {
	width:630px;
	border-top: 1px solid #ded6c3;
	margin: 12px 0px;
	display:block;
}

.teaser {
	float: left;
	margin: 5px 15px 0px 0px;
	padding:0px;
}

.teaserNoMargin{
	float: left;
	margin: 5px 0px 0px 0px;
	padding:0px;
}

.teaserContent {
	width:195px;
	height:33px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	background-image: url(../images/homepage/teaser_bt_bg.gif);
	background-repeat: no-repeat;
}

#teasers .teaser .teaserContent a,
#teasers .teaserNoMargin .teaserContent a{
	width:160px;
	display:block;
	color:#fff;
	font-size:12px;
	line-height:13px;
	margin:0px 35px 2px 0px;
	padding:4px 0px 2px 0px;
	text-decoration:none;
}

#teasers .teaser .teaserContent a:hover,
#teasers .teaserNoMargin .teaserContent a:hover{
	color:#99cc33;
	text-decoration:none;
}

/**********************
CONTENT
***********************/

#content {
	width: 630px;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding:0px;
	float: left;
}
#content h1 {
	font-size: 20px;
	color: #406e55;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	line-height: 24px;
	margin: 10px 0px 20px 0px;
	border-bottom: 1px solid #ded6c3;
	text-transform:uppercase;
}
#content h2 {
	font-size: 17px;
	color: #99cc33;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content h3 {
	font-size: 16px;
	color: #99cc33;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content h4 {
	font-size: 15px;
	color: #99cc33;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content h5 {
	font-size: 15px;
	color: #99cc33;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content h6 {
	font-size: 15px;
	color: #99cc33;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content p {
	margin: 0px 0px 10px 0px;
}
#content a:link {
	color: #406e55;
	text-decoration: underline;
}
#content a:visited {
	text-decoration: underline;
	color: #406e55;
}
#content a:hover {
	color: #99cc33;
	text-decoration: underline;
}
#content ul {
	font-size: 15px;
	line-height: 18px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 20px;
}
#content ol {
	font-size: 15px;
	line-height: 18px;
	color: #333333;
}
#content ul li {
	list-style-image: url(../images/generic/arrow.gif);
	margin:0px 0px 8px 0px;
}
#content ol li {
}
#content strong {
	color: #333;
}
#content em {
	font-size: 14px;
	line-height: 14px;
	color: #333;
}
#content blockquote {
	background-color: #f3f1ea;
	padding: 5px;
	border: 1px solid #ded6c3;
	margin: 0px 0px 15px 0px;
}

#content blockquote p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	color: #333333;
}

#content blockquote h3 {
	font-size: 16px;
	color: #99cc33;
	margin: 0px 0px 8px 0px;
}

.userform {
	padding: 12px;
	border: 1px solid #ded6c3;
	background-color: #f3f1ea;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.userform em {
	font-style: normal;
	color: #999999;
	font-size: 13px;
}
.userform strong {
	font-size: 16px;
}
.userform td {
	font-size: 15px;
	color: #333;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.datatable {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.datatable th {
	background-color: #99cc33;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/backgrounds/table-heading.jpg);
	background-repeat: repeat-x;
}
.datatable tr {
	background-color: #F5F5F5;
}
.datatable td {
	font-size: 15px;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #DBDBDB;
	border-top-color: #DBDBDB;
}
.formField {
	font-size: 15px;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 2px;
	background-color: #FFFFFF;
	width: 210px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DBDBDB;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #8EC641;
}
.formDropDown {
	font-size: 15px;
	line-height: 16px;
	color: #333333;
	border: 1px solid #DBDBDB;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px;
	width: 160px;
}

.leftAlign {
	float: left;
	margin-right: 15px;
}

.rightAlign {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

hr {
	height:1px;
	border-top: 1px solid #ded6c3;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	clear:both;
}


/**********************
FUNCTIONALITY
***********************/

#functionality {
	font-size: 14px;
	margin-left: 170px;
	margin-bottom: 20px;
}
#functionality ul {
	margin: 0px;
	padding: 0px;
}
#functionality li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#functionality a:link {
	color: #99cc33;
	text-decoration: none;
}
#functionality a:visited {
	color: #99cc33;
	text-decoration: none;
}
#functionality a:hover {
	color: #648F2C;
	text-decoration: underline;
}
.printpage {
	margin-right: 15px;
	background-image: url(../images/icons/printpage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: 16px;
}
.sendpage {
	margin-right: 15px;
	background-image: url(../images/icons/sendpage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: 16px;
}
.bookmarkpage {
	background-image: url(../images/icons/bookmarkpage.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: 14px;
}


/**********************
SUBNAV
***********************/

#subnav {
	width: 272px;
	float: right;
	margin-bottom:10px;
}

#subnav h2 {
	font-size: 22px;
	color: #406e55;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	line-height: 24px;
	margin: 10px 0px 1px 0px;
	border-bottom: 1px solid #ded6c3;
	text-transform:uppercase;
}

#subnav h3 {
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	padding:7px 5px 5px 5px;
	margin: 10px 0px 0px 0px;
	text-transform:uppercase;
	background: #406e55 url(../images/generic/subnav_topbg.gif) repeat-x top left;
}

#subnavMenu {
	font-size:15px;
	background: #f3f1ea url(../images/generic/subnav_base.gif) repeat-x bottom left;
	margin:0px;
}

#subnavMenu ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 25px;
}

#subnavMenu li {
	color: #406e55;
	list-style:url(../images/generic/arrow.gif);
	line-height: 20px;
}
#subnavMenu li a, #subnavMenu li a:visited  {
	font-weight: normal;
	color: #406e55;
	text-decoration: none;
	margin:0px;
	padding:2px;
	display: block;
}

#subnavMenu li a:hover {
	color: #406e55;
	text-decoration: underline;
}

#subnavMenu li a.sel {
background-color:#ded6c3;
color:#333;
}

#addressBlock
{
font: normal 11px Arial, Helvetica, sans-serif;
padding:10px 0px;
margin:2px 0px 0px 0px;
background-color:#ded6c3;
}

#addressBlock p
{
color:#333;
margin:0px 10px;
}

#addressBlock strong
{
color:#6a5b38;
}


#contactBlock
{
font: normal 13px Arial, Helvetica, sans-serif;
padding:10px 0px;
margin:2px 0px 0px 0px;
background-color:#406e55;
color:#fff;
}

#contactBlock p
{
margin:0px 10px;
}

#contactBlock strong
{
font: normal 20px/24px Arial, Helvetica, sans-serif;
}

#contactBlock a, #contactBlock a:visited
{
color:#99cc33;
text-decoration:none;
}

#contactBlock a:hover
{
text-decoration:underline;
}


/**********************
FOOTER
***********************/


#footer {
width:970px;
background-color:#f2ede1;
margin:0px auto;
}

#footerLogos{
height:75px;
background-color:#FFF;
border-top:5px solid #f2ede1;
}

#footerLogosLeft{
float:left;
}

#footerLogosLeft img{
margin:15px 0px 0px 18px;
}

#footerLogosRight{
float:right;
}

#footerLogosRight ul{
margin:0;
padding:0;
list-style:none;
}

#footerLogosRight li{
margin:15px 15px 0px 0px;
padding:0;
float:left;
}


/**********************
COPYRIGHT
***********************/

#copyright {
	font-size: 12px;
	line-height: 15px;
	color: #333;
	float: left;
	text-align: left;
	padding-left: 13px;
	margin-top: 0px;
}
#copyright ul {
	margin: 5px 0px;
	list-style-type: none;
}
#copyright li {
	display: inline;
}
#copyright a {
	color: #333;
	text-decoration: none;
}
#copyright a:visited {
	text-decoration: none;
}
#copyright a:hover {
	color: #83BA3A;
	text-decoration: underline;
}
#copyright p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

/**********************
TERMS
***********************/

#terms {
	font-size: 13px;
	line-height: 15px;
	color: #333;
	float: right;
	text-align: right;
	padding-right: 12px;
	margin-top: 0px;
}
#terms ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#terms li {
	display: inline;
}
#terms a {
	color: #333;
	text-decoration: none;
}
#terms a:visited {
	text-decoration: none;
}
#terms a:hover {
	color: #83BA3A;
	text-decoration: underline;
}
#terms p {
	padding: 0px;
	margin: 5px 0px 15px;
}


