/*
Colours:

D Blue	#5A94B9 (Text)
L Blue	#0079BD (Links, Headings)
Orange	#F07100 (Special)

*/

body {
	margin: 0;
	background: #FFF;
	font-size: 14px;
	color: #3e7192;
	font-family: "Trebuchet MS", verdana, sans-serif;
}

div#fullwrapper {
	margin: 0; 
	padding: 0;
	width: 100%;
}

h1 {
	display: none;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 30px;
	color: #3e7192;
	font-family: verdana, sans-serif;
	text-align: center;
}

div#floatbox h2 {
	font-family: arial, sans-serif;
	text-align: left;
	margin-bottom: 10px;
	font-size: 16px;
}

h3 {
	padding: 0;
	margin: 25px 0 10px 0;
	font-size: 20px;
	color: #3e7192;
}

h4 {
	margin: 20px 0 10px 0;
	font-style: italic;
	font-weight: bold;
}

p {
	margin: 10px 0 10px 0;
}

p.code {
	width: 80%;
	margin: 0 auto 0 auto;
	color: #F07100;
	font-size: 12px;
	text-align: left;
	background: #FFF883;
	padding: 2px;
}


a:link, a:visited, a:active {
	color: #5A94B9;
}

a:hover {
	color: #F07100;
}

a.orangetext:link, a.orangetext:visited, a.orangetext:active {
	color: #F07100;
	text-decoration: none;
}

a.orangetext:hover {
	text-decoration: underline;
}

div#header {
	float: left;
	position: absolute;
	top: 35px;
	left: 50px;
	height: 228px;
	width: 400px;
	background: url("logo.gif");
	z-index: 99;
}

div#menudiv {
	height: 200px;
	margin: 0 auto 60px auto;
}

ul#menu {
	position: absolute;
	top: 200px;
	list-style-type: none;
	margin: 0 0 0 25px;
	border-bottom: 3px solid #3e7192;
	/* IE */
	width: 970px;
	padding: 0 10px 0 0;
}

html>body ul#menu {
	/* NON-IE */
	width: 940px;
	padding: 0 30px 0 0;
}

ul#menu li {
	float: left;
	padding-right: 22px;
}

ul#menu li.first {
	padding-left: 470px;
}

div#content {
	position: absolute;
	top: 270px;
	text-align: justify;
	line-height: 1.5;
	/* IE */
	width: 975px;
	padding: 20px 0 20px 300px;
}

html>body div#content {
	/* NON-IE */
	width: 655px;
	margin: 0 0 0 300px;
	padding: 20px;
}

div#footer {
	margin-top: 50px;
	padding-top: 20px;
	text-align: right;
	font-size: 12px;
	color: #F07100;
}

.nav_link:link, .nav_link:visited, .nav_link:active {
	font-family: "Trebuchet MS", sans-serif;
	color: #3e7192;
	text-decoration: none;
	font-weight: bolder;
}

.nav_link:hover {
	color: #F07100;
}

div#floatbox {
	position: absolute;
	top: 400px;
	left: 0;
	margin: 0 20px 0 20px;
	padding: 20px;
	border-top: 1px solid #3e7192;
	border-left: 1px solid #3e7192;
	border-right: 3px solid #3e7192;
	border-bottom: 3px solid #3e7192;
	/* IE */
	width: 260px;
}

html>body div#floatbox {
	/* NON-IE */
	width: 220px;
}

span.anchorspan {
	float: right;
	font-weight: bold;
}

span.anchorspan a:link, span.anchorspan a:active, span.anchorspan a:visited {
	text-decoration: none;
}

.floatleft {
    float: left;
}

.padleft {
    padding-left: 2em;
}

.alignright {
    text-align: right;
}

.padright {
    padding-right: 2em;
}

.floatright {
    float: right;
}

.clearboth {
    clear: both;
	padding-top: 30px;
}

.center, .centered {
    text-align: center;
}

/* Contact Form */

input, textarea {
	float: right;
}

input {
	width: 300px;
}

textarea {
	width: 350px;
}

.checkbox {
	width: auto;
	float: none;
	display: inline;
}

p#submit {
	text-align: center;
	clear: both;
}

p#submit input {
	width: auto;
}

/* End Contact Form */

img.blueborder {
	border: 1px solid #3e7192;
}

img.border {
	border: 1px solid #F07100;
}

div.box {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	padding: 20px;
	margin-top: 30px;
}

input.special {
	float: none;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	color: #5A94B9;
	font-family: "Trebuchet MS", verdana, sans-serif;
}

.error_text {
	font-weight: bold;
	font-family: arial, sans-serif;
	color: red;
}

div.site {
	margin: 30px 0 0 230px;
	height: 120px;
}

html>body div.site {
	height: auto;
	min-height: 120px;
}

img.site {
	width: 200px;
	margin: 30px 0 0 0;
	clear: left;
	border: 1px solid black;
	border-right: 2px groove black;
	border-bottom: 2px groove black;
}

.orangetext {
	color: #F07100;
}

span.big {
	font-size: 16px;
}

span.small {
	font-size: 10px;
	font-family: sans-serif;
}

a.sitelink:link, a.sitelink:visited, a.sitelink:active {
	color: #F07100;
	text-decoration: underline;
}

a.sitelink:hover {
	color: #3e7192;
}

table.bordered {
	border-collapse: collapse;
}

table.bordered td, table.bordered th {
	border: 1px solid #000;
}

.halfwidth {
	width: 50%;
}

.fullwidth {
	width: 100%;
}

table.display td, table.display th {
	padding: 0.1em 0.5em;
}

abbr {
	border-bottom: 1px dotted #5A94B9;
	cursor: help;
}