/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td, ul {
	font-size: 95%;
	font-family: "Verdana", Verdana, "Arial", Arial, sans-serif;
	color: #000000;
}

h1, h4, h5, h6 {
	font-size: 140%;
	font-family: "Georgia", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
	line-height: 1.7;
}

h2 {
	font-size: 140%;
	font-family: "Georgia", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #01562C;
}

h3 {
	font-size: 180%;
	font-family: "Georgia", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #01562C;
}

div, span, img, form, h1, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
	background-color: #ffffff;
}

div#container {
	width: 940px;
	margin: 20px auto;
}

img.logo {
	margin-bottom: 20px;
}

div#contact_top {
	width: 400px;
	float: right;
}

div#contact_top p {
	color: #666666;
	font-size: 100%;
	text-align: right;
	margin-top: 2px;
}

div#nav {
	background-color: #01562C;
	width: 940px;
	border-bottom: 1px solid #ffffff;
}

div.clear {
	clear: both;
}

div#content_white {
	clear: both;
	background-color: #ffffff;
	padding: 20px 0;
    border-top: 8px solid #01562C;
	border-bottom: 8px solid #01562C;
	margin-top: 1px;
}

div#footer p {
	color: #666666;
	font-size: 85%;
	margin-top: 3px;
	margin-bottom: 20px;
}

div#contact_details_1 {
	width: 236px;
	float: left;
}

div#contact_details_2 {
	width: 300px;
	float: left;
}

div#contact_details_3 {
	width: 300px;
	float: right;
	text-align: right;
}

a:link,
a:visited {
	color: #01562C;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #669966;
}

/*
----------------------------------------
	CONTACT FORM
----------------------------------------
*/

input.big_input {
	width: 513px;
}

span.required {
	float: right;
	color: #670A0A;
	font-weight: bold;
}

textarea.comments {
	width: 663px;
}

input.submit_button {
	width: 663px;
}

div.highlight {
	background-color: #670A0A;
	padding: 3px 10px;
	text-align: center;
	color: #ffffff;
	width: 651px;
}
