@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../fonts/droidsans-bold-webfont.eot');
    src: url('../fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-bold-webfont.woff') format('woff'),
         url('../fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}




body {
	background-color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
    width: 100%;
	font-size: 75%;
	color: #666;
	line-height:140%;
}

form {
	margin: 0px;
}


label {
	float:left;
	width:105px;
	text-align:left;
}

.inputName {
	border: 1px solid #DBD786;
	background-color:#E9E6B5;
	width:234px;
	float:left;
	margin-left:5px;
	color:#A6A6A6;
}

textarea {
	overflow:auto;
	color:#A6A6A6;
	font-family: Verdana, Arial, Helvetica;
	font-size:100%;
}



input {
	font-family: Arial, Verdana, Helvetica;
	border: 1px solid #C0C0C0;
	font-size: 100%;
	width:250px;
}

select {
	font-family: Arial, Verdana, Helvetica;
	border: 1px solid #C0C0C0;
	font-size: 100%;
	width:152px;
}

input.submit, .submitBtn {
	border: 3px solid #539728;
	background-color:#FF6600;
	color:#fff;
	font-weight:bold;
	width:69px;
	padding:1px;
	margin-left:104px;
	cursor:pointer;
}

textarea {
	margin-top:3px;
	font-family: Arial, Verdana, Helvetica;
	border: 1px solid #C0C0C0;
	font-size: 100%;
	width:250px;
}

.red {
	color:Red;
}




h1 {
	font-family:'DroidSansRegular', sans-serif;
	font-weight: normal;
	margin-top: 21px;
	margin-bottom: 2px;
	margin-left:40px;
	padding: 0px;
	font-size: 220%;
	line-height: 140%;
	color:#656565;
}

h2 {
	font-family:'DroidSansRegular', sans-serif;
	font-weight: normal;
	margin:3px 0 8px 0;
	padding: 0px;
	font-size: 160%;
	color:#2AA524;
}
.home h2 {margin:3px 0 10px 0;}

p {
	margin:0 0 15px 0;
}

blockquote {
	margin:0;
	font-family:'DroidSansRegular', sans-serif;
	font-weight: normal;
	font-size: 150%;
	line-height:1.3em;
}

.clear {
	clear: both;
}

img {
	border: 0px;
}

a:link, a:visited, a:active {
   	text-decoration: none;
    font-weight: bold;
	color: #FF6600;
	font-size: 100%;
}

a:hover {
	color: #ccc;
    font-weight: bold;
	text-decoration: none;
	font-size: 100%;
}

hr {
	color: #ccc;
	height: 1px;
	background-color: #ccc;
	border: 0px solid #ccc;
}

#wrapper { 
	width: 939px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header {
	width: 939px;
/*	height: 140px;*/
	float:left;
}

#logo {
	float:left;
	width:324px;
}

#headerRight {
	float:right;
	width:615px;
	height:79px;
	text-align:right;
}

#topMenu {
	float:right;
	width:615px;
	margin-top:34px;
/*	padding-top:113px;*/
	background:url(../images/topmenu-bg.gif) no-repeat bottom right;
	height:27px;
}

#topMenu a:link,#topMenu a:active,#topMenu a:visited {
	color:#fff;
}

#topMenu a:hover {
	color:#C2EAAA;
}

#topMenuInner {
	margin-left:24px;
}

#topMenu ul {
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

#topMenu li {
	display: inline;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width:101px;
	line-height:23px;
}

#nav li { /* all list items */
	float: left;
	width:101px; /* width needed or else Opera goes nuts */
	text-align:center;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #519526;
	width: 200px;
	padding-top:6px;
	/*margin-left:-50px;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: 200px;
	border-bottom:1px solid #5AA62A;
	text-align:left;
}

#nav li ul a {
	padding:0px 4px 6px 20px;
	width:200px;
}

#nav li#m4 ul {
	width: 240px;
}

#nav li#m4 ul li {
	width: 240px;
}

#nav li#m4	ul a {
	width:240px;
}

#nav li#m6 ul {
	width: 110px;
}

#nav li#m6 ul li {
	width: 110px;
}

#nav li#m6	ul a {
	width:110px;
}

#nav li ul a:link,#nav li ul a:active,#nav li ul a:visited {
	color:#96C7EA;
}

#nav li ul a:hover {
	color:#fff;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#mainImage {
	width:939px;
	float:left;
	background:url(../images/mainimage.jpg) no-repeat;
	width:939px;
	height:196px;
}

#content {
	min-height:350px;
	float:left;
}

#contentTop {
/*	min-height:30px;*/
	float:left;
	margin-top:172px;
	text-align:right;
	width:930px;
	font-size:11px;
	color:#fff;	
}

#contentTop a:link,#contentTop a:active, #contentTop a:visited {
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}

#contentTop a:hover {
	color:#A4DEF6;
}

#contentLeft {
	float:left;
	width:622px;
}

#contentRight {
	float:right;
	width:317px;
}

.contentText {
	margin:20px 24px 0px 40px;
}

.contentTextLeft {
	float:left;
	width:160px;
}

.contentTextRight {
	float:left;
}

ul {
	margin-left:18px;
	padding:0px;
}

#footer {
	background:url(../images/footer-bg.jpg) no-repeat;
	float:left;
	width:939px;
	height:28px;
	color:#fff;
}

#footerInner {
	margin-top:6px;
}

#footerLeft {
	float:left;
	padding-left:42px;
}

#footerRight {
	float:right;
	width:439px;
	text-align:right;
	padding-right:30px;
}

#footer a:link, #footer a:active, #footer a:visited{
	color:#fff;
	font-weight:normal;
}

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

.collection {
	width:604px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

.collectionLeft {
	float:left;
	width:200px;
	text-align:right;
}

.collectionRight {
	float:right;
	text-align:left;
	margin-left:24px;
	width:374px;
	
}

#howHelp {
	width:317px;
}

#howHelpMid {
	background:url(../images/how-help-bg.jpg) repeat-y;
	width:317px;
}

#howHelpMidPadding {
	padding:10px 10px 0px 55px;
}

#howHelpMidPadding a:link, #howHelpMidPadding a:active, #howHelpMidPadding a:visited {
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:130%;
	background: url(../images/arrow-grey.gif) no-repeat right;
	padding-right:32px;
}

#howHelpMidPadding a:hover {
	color:#ccc;
}

#latestNews {
	width:317px;
	margin-top:22px;
}

#latestNewsMid {
	background:url(../images/latest-news-bg.jpg) repeat-y;
	width:317px;
}

#latestNewsMidPadding {
	padding:10px 10px 0px 50px;
}

#latestNewsMidPadding a:link, #latestNewsMidPadding a:active, #latestNewsMidPadding a:visited {
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:130%;
	background: url(../images/arrow-grey.gif) no-repeat right;
	padding-right:32px;
}

#latestNewsMidPadding a:hover {
	color:#ccc;
}

#contactDetails {
    font-weight: bold;
	color: #FF6600;
	width:317px;
	text-align:center;
	margin: 25px 0px 15px 0px;
}

.newsArticle {
	float:left;
	width:225px;
	margin-bottom:8px;
}

.newsThumb {
	width:90px;
	float:left;
}

.newsText {
	float:right;
	width:135px;
	color: #FF6600;
}

#latestNews .newsText a:link,#latestNews .newsText a:active,#latestNews .newsText a:visited {
	color: #5B9E40;
	font-weight:bold;
	background:none;
	font-size:100%;
}

#latestNews .newsText a:hover {
	color: #ccc;
}

#gallery {
	margin:30px 0px 10px 0px;
}

.galleryThumb {
	float:left;
	width:184px;
	min-height:181px;
	_height:181px;
	text-align:center;
}

.moreGalleryImages {
display:none;
}

div#topMenu ul li:hover ul, div#topMenu ul li:active ul {display: block;} 

/*  hide element visually, but have it available for screenreaders - http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
.visuallyhidden { position: absolute; overflow: hidden; width: 1px; height: 1px; border:0; padding: 0; margin: -1px; clip: rect(0 0 0 0); }

