body {
	margin:0;
	background:#0c7e5c url(../images/bg-body.gif) repeat-x;
	font:14px Georgia, serif;
	color:#202020;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#0025de;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Georgia, serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper {
	margin:0 auto;
	padding:0 0 57px;
	width:860px;
}
#header {padding:31px 34px 5px;}
.logo {
	display:block;
	width:792px;
	height:94px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a {
	display:block;
	height:100%;
}
.container {
	border:2px solid #1f1b10;
	background:#fff;
}
#nav {
	margin:0;
	padding:1px 0 4px;
	list-style:none;
	text-align:justify;
	background:#1f1b10;
	font-size:14px;
	font-weight:bold;
}
#nav li, #nav:after {
	display:inline-block;
	vertical-align:top;
}
#nav:after {
	width:100%;
	height:0;
	font-size:0;
	line-height:0;
	content:'\00a0';
}
#nav li {
	position:relative;
	text-align:center;
}
#nav a {
	display:block;
	color: #fff;
	padding:0 9px;
	text-decoration: none;
}
#nav a:hover {text-decoration:underline;}
#main {
	overflow:hidden;
	height:1%;
	border:solid #f8f8f8;
	border-width:0 1px 1px;
	padding:14px 18px 13px 18px;
}
#content .entry {line-height:13px;}
#content h1 {
	margin:0 0 12px;
	font-size:17px;
	line-height:normal;
}
#content h2 {
	margin:0 0 12px;
	font-size:17px;
	line-height:normal;
}
#content ul li {
	line-height: 18px;
}
#content p {
	margin:0 0 13px;
	line-height: 18px;
}
.staff-photo {
	float: left;
	padding: 10px;
	margin: 0 15px 15px 0;
	background-color: #d6d6d6;
}
.anchor {
	text-decoration:none;
	color:#202020;
}
a:hover .anchor {text-decoration:none;}
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	opacity:0; /* Set initial state to transparent */
	-webkit-transition:0.25s linear opacity; /* Make the dropdown fade-in in Webkit */
}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display:block;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:-40px; /* Bring back on-screen when needed */
	opacity:1; /* Fade to opaque */
}
#nav li:hover a{ /* Set styles for top level when dropdown is hovered */
	background:#1f1b10; /* Solid colour fall-back */
	text-decoration:underline;
}
#nav li:hover ul a{ /* Override some top level styles when dropdown is hovered */
	text-decoration:none;
	padding: 2px 10px 2px 10px;
	-webkit-transition:-webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover{ /* Set styles for dropdown when items are hovered */
	text-decoration:underline;
}
#nav li:hover ul li {
	width: 100%;
	margin: -1px 0 0 0;
	text-align:left;
}