body {
	text-align: left;
}
strong {
	font-weight: bold;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* grids */
#doc {
	font-size: 93%;
	width: 1000px;
}
#three-col {
	padding-bottom: 10px;
}
#col1 {
	margin-left: 0;
	width: 204px;
}
#two-col #col1 {
	margin-left: 0;
	width: 686px;
}
#col2 {
	margin-left: 0;
	width: 482px;
}
#col3, #home-col3 {
	margin-left: 0;
	width: 314px;
	padding-bottom: 16px;
}
#col3 {
	background-color: #fbfbfb;
}
#home-col3 {
	background-color: white;
}
#three-col-home {
	padding-bottom: 10px;
}
#home-col1 {
	margin-left: 0;
	width: 322px;
}
#home-col2 {
	margin-left: 0;
	width: 364px;
}

/* header */
#header-nav {
	width: 100%;
	color: white;
	background-color: rgb(173,121,63);
}
#main-menu {
	float: left;
	margin-left: 6px;
}
#main-menu a {
	text-decoration: none;
}
#what-to-do {
	float: right;
	padding-right: 10px;
}
#what-to-do label {
	line-height: 2.5em;
	color: white;
}

#header-main img {
	float: left;
}
#header-tools {
	color: #999;
	margin: 16px 10px 0 0;
	float: right;
	text-align: right;
	line-height: 2em;
}
#header-tools form {
	display: inline;
}

/* home feature */
#home-feature {
	width: 100%;
}
#home-feature a, #home-feature a:visited {
	color: black;
}
#feature-image {
	float: left;
}
#feature-fact {
	float: right;
}
#feature-fact .content {
	padding: 0px 30px;
}

/* notes body */
.notes-body ul {
	list-style-type: disc;
	list-style-position: inside;
}
.notes-body a font {
	color: #CC6600;
}
.notes-body a font u {
	text-decoration: none;
}
.notes-body a:hover font u {
	text-decoration: underline;
}
.notes-body table {
	margin: 5px 0;
	width: 100%;
}
.notes-body th {
	background-color: rgb(173,121,63);
	color: white;
}
.notes-body th,
.notes-body td {
	padding: 2px;
}
.notes-body .col-1 {
	width: 50%;
}
.notes-body .col-2 {
	width: 50%;
}

/* footer */
#ft {
	border-top: 1px solid #dedede;
	padding-top: 10px;
}
#ft a, #ft a:visited {
	color: black;
}
#footer-tools li {
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #000;
}
#footer-tools li.first {
	margin-left: 15px;
	border-left: none;
}
#footer-info {
	float: right;
	color: #999;
	margin-right: 15px;
	text-align: right;
}

/* form */
label {
	padding-right: 10px;
	font-weight: bold;
	line-height: 2em;
}
input {
	padding-right: 10px;
	border: 1px inset #DDD;
}
input.button {
	margin-left: 4px;
	background-color: white;
	padding-right: 0;
	font-weight: bold;
	color: #999;
	border: 1px solid #DDD;
}

/* headings */
h1 {
	font-size: 150%;
	color: #996633;
	font-weight: bold;
	margin-bottom: 28px;
}
h2 {
	font-size: 122%;
	color: #996633;
	font-weight: bold;
	margin-bottom: 0.8em;
}
h3 {
	color: #cc6600;
	font-weight: bold;
}

/* content */
.content {
	padding: 15px 20px;
}
p {
	padding-bottom: 1em;
}
#content-tools {
	padding-bottom: 28px;
}
#content-tools, #content-tools a, #content-tools a:visited {
	color: #999;
}
#content-tools li {
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid #999;
}
#content-tools li.first {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
#content-tools #breadcrumbs {
	float: left;
}
#content-tools #actions {
	float: right;
}
#section-image {
	font-size: 0;
	line-height: 0;
}
span.light {
	color: #999;
	font-weight: normal;
}

/* links */
a, a:visited {
	text-decoration: none;	
	color: black;
}
a:hover {
	text-decoration: underline;
}
.normal-links li {
	margin-bottom: 1em;
}
a, a:visited {
	color: #cc6600;
}
.normal-links p {
	padding-bottom: 0;
}
a.bullet {
	padding-left: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.bullet, a.bullet:visited {
	color: black;
}
a.pdf {
	padding-left: 25px;
	display: block;
	margin-top: 3px;
	
}
.normal-links.separated li {
	border-bottom: 1px solid #dedede;
	padding-bottom: 1em;
}
.nav-links a {
	padding: 6px 0 6px 29px;
	display: block;
}
.nav-links a, .nav-links a:hover {
	color: black;
}
.nav-links li.selected a, .nav-links a:hover, 
.nav-links li.selected ul li.selected a, .nav-links li.selected ul a:hover {
	background-color: #b7b7b7;
	color: white;
	text-decoration: none;
}
.nav-links li.selected ul a {
	background-color: transparent;
	color: black;
}
.nav-links ul a {
	padding-left: 40px;
	font-size: 93%;
}

/* features */
#col3 .content, #home-col3 .content {
	padding: 15px 20px 14px 20px;
}
.feature {
	margin: 15px 30px 0 30px;
}
.feature a, .feature a:visited {
	color: black;
}
.feature .content h1 {
	margin-bottom: 8px;
	font-size: 167%;
}
.feature .content h2 {
	margin-bottom: 8px;
}
.feature .content p {
	padding-bottom: 10px;
}

/* features - colour schemes */
.feature.green, .green {
	background-color: #cdcc00;
}
.feature.green h1 {
	color: #656600;
}
.feature.green h2 {
	color: #cc6601;
}

.feature.orange, .orange {
	background-color: #cc6601;
}
.feature.orange h1 {
	color: white;
}
.feature.orange h2 {
	color: #ffcc33;
}

.feature.blue, .blue {
	background-color: #66cbff;
}
.feature.blue h1 {
	color: white;
}
.feature.blue h2 {
	color: #cc6601;
}

.feature.brown, .brown {
	background-color: #9a6634;
}
.feature.brown h1 {
	color: white;
}
.feature.brown h2 {
	color: #ffcc33;
}

.feature.yellow, .yellow {
	background-color: #ffcc33;
}
.feature.yellow h1 {
	color: #9a6634;
}
.feature.yellow h2 {
	color: #cc6601;
}

/* features - layouts */
.feature.center h1, .feature.center h2 {
	text-align: center;
}
.feature.center h2 {
	letter-spacing: 0.1em;
}
.feature .gallery-img {
	margin-left: 0px;
	margin-bottom: 10px;
}
.feature .feature-img {
	margin-top: -15px;
	margin-left: -20px;
	margin-bottom: 10px;
}

/* forms */
table.form {
	width: 650px;
}
table.form tr {
	border: 1px solid #fff;
}
table.form td.label {
	border-bottom: 1px solid #fff;
	color: #333;
	font-weight: bold;
}
table.form td.field {
	background-color:#ccc;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
table.form td {
	background-color: #eee;
	vertical-align: top;
	padding: 5px;
}
/*
table.form input {
	width: 380px;
}

table.form textarea, table.form select {
	width: 390px;
}
*/
table.form input.checkbox {
	width: 20px;
	padding-right: 10px;
	border: none;
}
table.form input.other {
	margin-left: 10px;
	width: 150px;
}
table.form input.button {
	width: auto;
}
table.form span.mandatory {
	margin-left: 60px;
}
table.form span.light {
	color: #333;
	font-weight: normal;
}

table.form select.title {
	width: 50px;
}

/* sitemap */
#sitemap .sitearea {
	width: 200px;
	float: left;
	padding-right: 10px;
	margin-bottom: 20px;
}

/* main links */
.main-links-box {
	margin: 15px;	
	padding: 10px 15px 5px 15px;	
	background-color: rgb(245, 245, 245);
}
.main-links-box .normal-links li {
	margin-bottom: 0.5em;
}
