body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #23292C;
	background-color: #EAE8DA;
	margin: 0px;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header {
	height: 195px;
	width: 760px;
}

/*--------------------- Menu ---------------------*/

#nav-container {
	width: 760px;
	height: 27px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	position: relative;
}

#nav, #nav ul{
	height: 27px;
	background-image: url(images/nav.gif);
	margin: 0px;
	position: relative;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: inline;
	width: 760px;
}
#nav a {
	display: block;
	text-decoration: none;
	margin: 0px;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}

#nav li {
	float: left;
	padding: 0;
}
#nav li, #nav li a {
	display: block;
	height: 27px;
}

#link-home { left: 0px; width: 53px; }
#link-biodiversity-in-canterbury { left: 53px; width: 162px; }
#link-whats-going-on { left: 215px; width: 170px; }
#link-news-and-events { left: 385px; width: 102px; }
#link-funding { left: 487px; width: 60px; }
#link-publications { left: 547px; width: 87px; }
#link-links-and-resources { left: 634px; width: 126px; }

#link-home a:hover { background: url(images/nav.gif) 0 -27px no-repeat;}
#link-biodiversity-in-canterbury a:hover { background: url(images/nav.gif) -53px -27px no-repeat;}
#link-whats-going-on a:hover { background: url(images/nav.gif) -215px -27px no-repeat;}
#link-news-and-events a:hover { background: url(images/nav.gif) -385px -27px no-repeat;}
#link-funding a:hover { background: url(images/nav.gif) -487px -27px no-repeat;}
#link-publications a:hover { background: url(images/nav.gif) -547px -27px no-repeat;}
#link-links-and-resources a:hover { background: url(images/nav.gif) -634px -27px no-repeat;}

#link-home-selected, #link-home-selected a:hover { background: url(images/nav3.gif) 0 0 no-repeat; left: 0px; width: 53px; }
#link-biodiversity-in-canterbury-selected, #link-biodiversity-in-canterbury-selected a:hover { background: url(images/nav3.gif) -53px 0 no-repeat; left: 53px; width: 162px; }
#link-whats-going-on-selected, #link-whats-going-on-selected a:hover { background: url(images/nav3.gif) -215px 0 no-repeat; left: 215px; width: 170px; }
#link-news-and-events-selected, #link-news-and-events-selected a:hover { background: url(images/nav3.gif) -385px 0 no-repeat; left: 385px; width: 102px; }
#link-funding-selected, #link-funding-selected a:hover { background: url(images/nav3.gif) -487px 0 no-repeat; left: 487px; width: 60px; }
#link-publications-selected, #link-publications-selected a:hover { background: url(images/nav3.gif) -547px 0 no-repeat; left: 547px; width: 87px; }
#link-links-and-resources-selected, #link-links-and-resources-selected a:hover { background: url(images/nav3.gif) -634px 0 no-repeat; left: 634px; width: 126px; }

#nav a span {display: none;}

/*--------------------- Drop Downs ---------------------*/

#nav li ul {
	position: absolute;
	left: -999em;
	width: 221px;
	height: 0;
	font-weight: normal;
	margin: -1px 0 0 0;
	background-image: none;
	border-top-color: #016473;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-color: #016473;
	border-left-width: 1px;
	border-left-style: solid;
}

#nav li li {
	height: 24px;
}

#nav li ul a {
	width: 200px;
	height: 16px;
	margin: 0 0 0 -1px;
	padding: 5px 10px 2px 10px;
	font-size: 11px;
	background-image: none;
	background-color: #66A1A9;
	border-bottom-color: #016473;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #016473;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #016473;
	border-left-width: 1px;
	border-left-style: solid;
	line-height: 12px;
}
#nav li ul a.sub-nav-arrow {
	background-image: url(images/sub-nav-arrow.gif);
	background-position: 209px 10px;
	background-repeat: no-repeat;
}
#nav li ul a:hover {
	width: 200px;
	background-image: none;
	background-color: #1A7381;
}
#nav li ul a:hover.sub-nav-arrow {
	background-image: url(images/sub-nav-arrow.gif);
	background-position: 209px 10px;
	background-repeat: no-repeat;
}
#nav li ul ul {
	width: 180px;
	margin: -25px 0 0 221px !important;
	margin: -25px 0 0 220px; /* IE6 fix */
	border-left: none;
	border-top-color: #016473;
	border-top-width: 1px;
	border-top-style: solid;
}
#nav li li li a, #nav li li li a:hover {
	width: 159px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav-shadow {
	background-image: url(images/nav-shadow.jpg);
	height: 34px;
	width: 760px;
	background-repeat: no-repeat;
}

/*--------------------- Body ---------------------*/

#body {
	width: 740px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #016473;
	margin: 10px 0px 15px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #80B1B9;
	padding: 0px 0px 5px 0px;
}
h1.home-h1 {
	font-size: 20px;
	font-weight: bold;
	color: #016473;
	margin: 20px 0px 15px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #80B1B9;
	padding: 0px 0px 5px 0px;
}
.h1-small {
	font-size: 16px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #66A1A9;
	margin: 20px 0px 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #016473;
	margin: 10px 0px 0px;
}
p {
	margin: 8px 0px 12px 0px;
}
a {
	color: #016473;
	text-decoration: underline;
}
a:hover {
	color: #66A1A9;
	text-decoration: none;
}
#body ul {
	margin-bottom: 13px;
	margin-top: 13px;
	margin-left: 0px;
	padding-left: 15px;
}
#body ul li {
	margin: 0px 0px 1px;
	padding: 0px 18px;
	background: url(images/bullet.gif) no-repeat 2px 4px;
	list-style-type: none;
}
#side-bar {
	float: right;
	width: 229px;
	margin-left: 25px;
	margin-top: 2px;
	margin-bottom: 5px;
}
.cta {
	background-image: url(images/cta-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 229px;
	margin-bottom: 12px;
}
.cta p {
	padding: 0px 18px 12px 18px;
	margin: 0px;
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}
.cta p a {
	color: #ffffff;
}
.cta p a:hover {
	color: #016473;
}
#bread-crumbs {
	font-size: 10px;
	color: #66A1A9;
	margin: 8px 0 0 0;
}
#bread-crumbs a {
	color: #66A1A9;
}
#bread-crumbs a:hover {
	color: #016473;
}
#side-nav {
	width: 229px;
	margin-bottom: 16px;
}
#side-nav ul {
	width: 229px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px dotted #80B1B9;
	font-size: 11px;
}
#side-nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	background-image: none;
	list-style-type: none;
}
#side-nav a {
	display: block;
	padding: 5px 2px 4px 23px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #80B1B9;
	background-image: url(images/side-nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 9px;
	color: #016473;
	text-decoration: none;
}
#side-nav a:hover {
	background-color: #E0ECEE;
	color: #016473;
	background-image: url(images/side-nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 7px 9px;
}
#side-nav ul ul {
	border-top: none;
}
#side-nav ul ul a {
	display: block;
	padding: 5px 2px 4px 37px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #80B1B9;
	background-image: url(images/side-nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 24px 11px;
	color: #016473;
	text-decoration: none;
}
#side-nav ul ul a:hover {
	background-image: url(images/side-nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 24px 11px;
}
.red-text {
	color: #FF0000;
}
.text-small {
	font-size: 10px;
}
.text-small-grey {
	font-size: 10px;
	color: #666666;
}
.pic-vertical {
	margin-left: 32px;
}
.caption {
	font-size: 11px;
	color: #666666;
	font-style: italic;
	line-height: 14px;
	text-align: center;
}
table.blue-table td {
	background-color: #E0ECEE;
}
table td.blue-table-header {
	background-color: #66A1A9;
	color: #FFFFFF;
}
hr {
	border: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #80B1B9;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
.pic-right {
	float: right;
	margin-left: 10px;
}
form {
	line-height: 16px;
}
form input.text, form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}
.button {
	margin-top: 10px;
}

/*--------------------- Footer ---------------------*/

#footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 760px;
	position: relative;
}
#footer p, #footer a {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#copyright {
	position: absolute;
	left: 12px;
	top: 19px;
}
#footer-links {
	position: absolute;
	left: 568px;
	top: 19px;
}
#avatar-link {
	padding: 5px 0 10px 0;
}
#avatar-link a {
	font-size: 10px;
	color: #66A1A9;
	text-decoration: none;
}
#avatar-link a:hover {
	color: #016473;
}