/* http://colorschemedesigner.com/#2I51TplsXw0w0 */

html {
	height: 100%;
}

body {
	font-family: Tahoma, Arial, sans;
	height: 100%;
	padding-top: 1%;
	margin: 0%;
}

body.inline {
	padding: 2%;
}

div {
	clear: both;
}

h1 {
	text-align: center;
	color: #2C800D;
	border: 1px dotted #0A614D;
	background: #e6ff9c;
	width: 60%;
	margin: auto;
}

h1 span.small {
	font-size: 0.8em;
	display: block;
}

h1 a {
	text-decoration: none;
	font-size: 1em;
	color: #2D7061;
}

h2 {
	font-variant: small-caps;
	color: #6E8E0F;
}

h3 {
	color: #8BA443;
}

.right {
	float: right;
}

.left {
	float: left;
}

img {
	margin: 1%;
	border: 1px solid black;
}

a img {
	border: none;
}

ul {
	list-style: circle;
}

#content {
	margin-left: 26%;
	margin-right: 1%;
	min-height: 100%;
	clear: right;
}

#sidebar {
	margin: 1%;
	padding: 2%;
	width: 19%;
/*	top: 1%;
	left: 0%;
	position: absolute;
	*/
	float: left;
	background-color: #e6ff9c;
	text-align: center;
	border: 1px dotted #0a614d;
	padding-bottom: 0%;
}

#sidebar ul {
	text-align: left;
	list-style: none;
	margin: auto;
	padding-left: 0px;
	width: 100%;
}

#sidebar ul li {
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar ul.nav a, #sidebar ul.nav a:link {
	text-decoration: none;
	line-height: 1.2em;
	background-color: #C9ED60;
	border-left: 1.6em solid #6E8E0F;
	border-right: 0.8em solid #C9ED60;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	display: block;
	padding: 2%;
	font-weight: bold;
	color: #6E8E0F;
}

#sidebar ul.nav a:visited {
	color: #8BA443;
}

#sidebar ul.nav a:hover {
	background: #6E8E0F;
	color: #D3ED86;
	border-right-color: #6E8E0F;
}

#sidebar ul.nav a:active {
	background: #AFDB2E;
	border-right-color: #AFDB2E;
}

#sidebar img {
	padding: 3%;
	border: 0px;
}

#footer {
	font-size: small;
	border-top: 1px solid #2C800D;
	background-color: #9AE280;
	color: #2C800D;
	width: 90%;
	margin: 0%;
	padding-left: 5%;
	padding-right: 5%;
}

#footer h3, #footer p {
	display: inline;
}

a.enquire {
	display: block;
	border: 1px outset #6E8E0F;
	background: #D3ED86;
	color: #6E8E0F;
	padding: 0.1em;
}

/* Table Stuff */
table {
	width: 90%;
	margin: auto;
}

table, td, th {
	border: 1px solid black;
	border-spacing: 0px;
	border-collapse: collapse;
}

th {
	background-color: #339900;
	color: white;
}

td, th {
	padding: 0.5%;
	margin: 0px;
}

label {
	float: left;
	clear: left;
	line-height: 1.2em;
	margin-top: 0.2em;
}

label:after {
	content: ":";
}

input, textarea, button {
	border: 1px solid black;
	float: right;
	clear: right;
	line-height: 1.2em;
	margin-top: 0.2em;
}

button {
	background-color: #C9ED60;
}

ul.radio-list {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	clear: both;
}
