html, body {
	height:100%;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image:url(images/template/bg.jpg);
	background-position: center;
	font-size: 12px;
	color:#555555;
}
.hiddenFields {
	display:none;
	padding:0;
	margin:0;
}
* {
	margin: 0;
	padding: 0;
}

a {
	color: #004d4a;
	text-decoration:none;
}
a img {border:0px;}
a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:10px;
	clear:both;
}

/* General Alignment & Sizes */
.ZeroSize {
	font-size:1px;
}
.SiteWidth {
	width:970px;
}

.QuarterWidth {
	width: 25%;
}

.HalfWidth {
	width: 49%;
}

.CenterMargin {
	margin: 0 auto;
}

.ClearBoth {
	clear: both;
}

.RightText {
	text-align: right;
}
.NoBullet {
	list-style: none;
}

/* Menu System */ 
#Header {
	height:139px;
}

#Menu {
	background-image:url(images/template/greengradient.jpg);
	height:62px;
	text-transform: uppercase;
}

#Menu ul {
	padding:0;
	margin:0; 
	display:inline;
	height:100%;
}

#Menu li {
	list-style: none;
	float: left;
	height: 100%;
	background-image: url(images/template/menubar.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#Menu li a {
	text-decoration: none;
	vertical-align: middle;
	display:block;
	float:left; /* IE */
	height: 62px;
	line-height: 62px;
	padding-left:10px;
	padding-right: 10px;
	color: #fff;
}
#Menu li a:hover {
	background-image: url(images/template/menuselected.jpg);
	background-repeat: repeat-x;
}

/* Content area */
#Content {
	
}

#Content .ContentImage {
	padding:5px;
	border:1px solid #c2b590;
	background-color:#fff;
	margin:5px;
}

#Content .Panel {
	float:left;
}

#Content .Panel .ContentBlock {
	padding: 5px;
overflow:hidden;
}

#DonateBox {
	background-color: #e8ae42;
	padding:5px;
	border-bottom:1px solid #fff;
	text-align: center;
}

#Box1 {
	float:left;
	width: 25%;
	height: 244px;
	display:block;
	margin:1px;
	margin-top:0px;
}

#Box2 {
	float:left;
	width: 228px;
	height: 244px;
	display:block;
	background-color: #6a8634;
	margin:1px;
	padding-left:10px;
	margin-top:0px;
	margin-right:2px;
	color:#fff;
}

#Box3 {
	float:left;
	width: 23%;
	height: 244px;
	display:block;
	background-color: #c7782a;
	margin:1px;
	margin-top:0px;
}

#Box4 {
	float:left; 
	width:25%;
	height: 244px;
	display:block;
	margin:1px;
	margin-top:0px;
}
#Box2 ul a {
	color:#fff;
	text-decoration:none;
}
#Box2 ul {
	color:#fff;
	padding: 0;
	margin: 0;
	margin-left:15px;
}
#Box2 .ReadMore a {
	padding-right: 10px;
	color: #fff;
	text-decoration:none;
}

/* Footer area */
#Footer {
	height:48px;
	background-color:#155955;
	color: #fff; 
}
#Footer p {
	
}
#Footer a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
#Footer a:hover {
	text-decoration: underline;
}
#Footer .Copyright {
	float:right;
	padding: 17px;
	font-size: 9px;
}

#FooterMenu {
	padding: 18px;
	font-size: 9px;
}
#FooterMenu li {
	list-style:none;
	display:inline;
}

#NewsletterSignup {
	padding-left:10px;
	color: #aa641f;
}

#NewsletterSignup .Name {
	padding-bottom:5px;
}

#NewsletterSignup .Email {
	padding-bottom:5px;
}

#NewsletterSignup .Submit, #NewsletterSignup .Submit  {
	text-align: right;
	padding-right:5px;
	font-weight: bold;
}

#NewsletterSignup input {
	border:1px solid #aa641f;
	padding: 3px;
}

#GiftCatalogue {
	color: #fff;
	padding:10px;
}

#GiftImage {
	background-color: #cf8c4a;
	clear: right;
	margin: 10px;
/*	width: 223px; */
	height:100px;
	background-image:url(images/template/catalogue.jpg);
	border:1px solid #ececec;
}

.ContentBlock ul, .ContentBlock ol {
	margin-left:20px;
}

ul.NewsItems li {
	border-top:1px solid #a6b685;
	padding: 0;
	margin: 0;
	padding-top:10px;
	padding-bottom:10px;	
	margin-right: 10px;
	margin-left:-15px;
	padding-left:5px;
	list-style: none;
}

ul.LeftNav {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	margin-top:10px;
}

ul.LeftNav li { 
	border-bottom: 1px solid #004d4a;
	text-transform: uppercase;
	color:#004d4a;
}

ul.LeftNav a {
	text-decoration: none;
	vertical-align: middle;
	display:block; 
	height: 32px;
	line-height: 32px;
	padding-left:10px;
	padding-right:10px; 
	color:#004d4a;
}

ul.LeftNav a:hover {
	background-color: #d9dbc6;
}

.GalleryThumbnail {
	width:65px;
	height:65px;
	float:left;
	border:1px solid #88b299;
	background-color: #dadcc9;
	margin-right:10px;
	margin-bottom:10px;
}
.GalleryThumbnail img {
	border:0;
	margin-top:3px;
	margin-left:3px;	
}
.GalleryThumbnailLarge {
	width:132px;
	height:97px;
	float:left;
	text-align:center;
	padding:10px;
}
.GalleryThumbnailLarge img {
	background-color:#fff;
	border:1px solid #88b299;
	padding:5px;
}
 
.Splitter {
	vertical-align:bottom;
	text-align: right;
	padding: 0;
	width:960px;
	height:auto;
	height: 55px;
	overflow: hidden;
}
#SearchResults .Results {
	margin-bottom:10px;
}
#SearchResults .Paginate {
	text-align:center;
	border-top:1px solid #A6B685;
	padding-top:15px;
}
#SearchResults .resultRowOne {
	padding:5px;
	border-top:1px solid #A6B685;
}

#SearchResults .resultRowTwo {
	padding:5px;
	border-top:1px solid #A6B685;
}	

#SearchBox {
	float: right; 
	margin-top:19px;
	padding-right: 10px;
	color: #fff;
	text-align: center;
}

#SearchBox a {
	color:#fff;
	text-decoration: none;
}

#SearchBox input {
	border:1px solid #205d59;
	margin: 0;
	padding: 0;
	padding:3px;
	width:64px;
}

/* Typography */
h1 {
	font-size:20px;
	color: #004d4a;
	font-weight: 100;
	margin-bottom:15px;
	margin-top:10px;
	clear:both;
}
h2 {
	font-size:16px;
	color: #004d4a;
	font-weight: 100;
	margin-bottom:2px;
	margin-top:10px;
	clear:both;
}
h3 {
	font-size:14px;
	color: #004d4a;
	font-weight: 100;
	margin-bottom:2px;
	margin-top:10px;
	clear:both;
}
h1.LatestNews {
	color: #fff;
	padding-bottom:0px; 
	margin-bottom: 10px;
	margin-right: 10px;
}
h1.Newsletter {
	color: #aa641f;
	padding-bottom:10px;
	border-bottom:1px solid #ba7a41;
	margin-right: 10px;
	margin-left:10px;
}

h1.GiftCatalogue {
	color: #ffffff;
	padding-bottom:10px;
	border-bottom:1px solid #ddae7f;
	margin-right: 10px;
	margin-left:10px;	
}

h1.Gallery {
	border-bottom:1px solid #8fab8c;
	padding-bottom:5px;
	margin-right:5px;
}

p.paginate {
	clear:both;
	width:100%;
	padding-top:10px;
	padding-bottom:7px;
	margin:0;
	text-align:center;
}
.project {background-color:#000000; }
.project .even td { background-color:#cbc2ae; }
.project .odd td { background-color:#88b299; }
.project .header td { background-color:#1d6561; color:#fff;}
.project td { vertical-align:top;padding:5px; margin:0; color:#000;}
.expando-div {
  display:block;
  margin-bottom:30px;
  text-decoration:none;
  padding:5px;
}