
body {
	text-align: center;
	background: #E5E5E5 url(/images/backgrounds/fade_bg.gif) repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 0;
	padding: 0;
}

body * {
	margin-top: 0;
	padding: 0;
	text-decoration: none;
	/* list-style-type: none; */
}

#nav {
	margin: 25px 20px 45px 0px;
	font-size: 12px;
	/* list-style-type: none; */
}

#nav a {
	font-size: 12px;
	line-height: 120%;
}

#nav ul {
	margin: 1em 0 0 0;
}

#nav ul li {
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 100%;
	color: #999;
	list-style-type: none;

}

#header {
	background: #668C3A;
}

#wrapper {
	background: white;
	margin: 0px auto;
	width: 760px;
	text-align: left;
}


#logo {
	
	height: 100px;
		
}


#logo a {
	float: left;
	margin: 30px 0 32px 25px;
	text-decoration:none;
	font-size: 20px;
	color: #ffffff;
		
}

#intro-control {
	background: #9DD959;
	font: 9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding: 0 15px 0 0;
	height: 20px;
}

#banner-control {
	background: #9DD959;
	font: 9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	padding: 0 15px 0 0;
	height: 20px;
	border-bottom: 1px solid #fff;
}

#intro-control a,#intro-control a:visited,
#banner-control a,#banner-control a:visited
 {
	text-decoration:none;
	line-height: 20px;
	font-size: 10px;
	color: #CADF8A;
	padding-right: 12px;
}

#intro.minimised { display: none; }

#banner {
	background: #9DD959; 
	padding: 0 5px 0 5px;
	height: 150px;	
}


#intro-control.minimised a.show,
#intro-control.maximised a.hide,
#banner-control.minimised a.show,
#banner-control.maximised a.hide { display: inline; }

#intro-control.maximised a.show,
#intro-control.minimised a.hide,
#banner-control.maximised a.show,
#banner-control.minimised a.hide { display: none; }

#banner.maximised img {
	display: block;
	height: 150px;
}

h2.homeLink {
  margin-top: 0;
  padding-left: 14px;
  font-size: 90%;
  color: #999999;
  background: url(/skinimages/boxes/date_icon_blue.gif) no-repeat 0 50%;
  }


#about-nav {
	margin-top: 0;
	float: right;
}

body.index #blog {
	float: left;
	background: #fff;
	width: 300px;
	padding: 25px 35px 25px 25px;
	font-size: 12px;
	margin: 1px 2px 0 2px;
}

body.archive #blog, body.single #blog {
	float: left;
	width: 465px;
	padding: 25px 60px 25px 25px;
	font-size: 12px;
	margin: 0;
}

body.page #page {
	float: left;
	width: 620px;
	padding: 25px;
	font-size: 12px;
	margin: 0;
}

#team {
	margin: 2px 2px 2px 4px;
	padding: 25px 5px 25px 20px;
	background: #EDEEE6;
	font-size: 12px;
	color: #999;
}

#navbar {
	width: 178px; /* was 185px */
	float: left;
}


body.index #sidebar {
	margin-left: 535px;
}

body.single #sidebar {
/*	margin-left: 550px; */
	width: 210px;
	float: left;
}

#footer {
	border-top: 3px double #DADADA;
	background: #fff;
	margin: 0px;
	padding: 20px 0 20px 30px;
	width: 730px;
	clear: both;
	line-height: 150%;
	color: #666;
	font-size: 10px;
}

/* News and Events */

  ul.news {
		margin: 1.7em 0 0 0;
		padding: 0;
		font-size:11px;
	}
	
	.news li {
		margin: 0 0 1.7em 0;
		padding: 0;
		list-style-type: none;
	}
	.news li a { 
		font-weight: normal; 
		color: #666666;
	}
	
	.news .date {
		background: #eee;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		float: left;
		text-align: center;
		margin: 0 5px 5px 0;
		line-height: 1.1em;
		padding: 2px;
		font-size: 11px;
		width: 2.5em;
		color: #666;
	}
	
	/* Search Stuff */
	
	#header form {
		margin: 10px 15px 0 0; /* need for IE Mac */
		/* text-align: right; - stuffs up alignment in Firefox and IE on windows */ /* need for IE Mac */
		white-space: nowrap; /* for Opera */
		z-index: 5; /* above the title */
	}
	#header form label { color: #ffffff; font-size: 75%;  }
	
	#header form #submit {
		background: #efefef;
		font-size: 75%;
		color: #999;
		padding: 1px 4px;
		border-right: 1px solid #283043;
		border-bottom: 1px solid #283043;
		border-top: 1px solid #9097A2;
		border-left: 1px solid #9097A2;
	}
	
	#header form #q {
		width: 100px;
		border:	1px solid #9097A2;
		background: #efefef;
		font-size: 75%;
		padding: 2px;
	}
	#header form #q:hover, #header form #q:focus {
		background: #fff;
	}