html
{
	background: #ffffff url('../img/website/background.jpg') no-repeat top center fixed;
}

html, body
{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 13px;
}

img
{
	border: none;
}

ul, li
{
	list-style: none;
}

#main
{	
	margin: auto;
	width: 960px;
}

#header
{
	float: left;
	clear: left;
	width: 960px;
	height: 50px;
	margin: auto;
	background-color: #FFFFFF;
}

#truineerlogo
{
	float: left;
	margin-left: 10px;
	width: 220px;
	height: 50px;
	margin-top: -1px;
}

#menu
{
	float: left;
	height: 30px;
	width: 480px;
	margin-top: 10px;
	margin-left: 10px;
}

#menu a
{
	float: left;
	line-height: 28px;
	width: 68px;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	border-bottom: 2px solid #999999;
}

#menu .selected
{
	color: #FFFFFF;
	background-color: #999999;
}

#menu a:hover
{
	color: #FFFFFF;
	background-color: #999999;
}

#menu a:first-child
{
	margin-left: 0px;
}

#footer
{
	float: left;
	clear: left;
	width: 960px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

#search
{
	position: absolute;
	width: 216px;
	height: 26px;
	margin-left: 730px;
	margin-top: 10px;
	border: 2px solid #999999;
}

#search form
{
	margin: 0;
	padding: 0;
}

#searchinput
{
	position: absolute;
	border: none;
	background-color: #FFFFFF;
	width: 155px;
	height: 22px;
	margin-left: 5px;
}

#searchbutton
{
	position: absolute;
	margin-left: 163px;
	background-color: #999999;
	border: 2px solid #999999;
	width: 55px;
	height: 28px;
	color: #FFFFFF;
	font-size: 14px;
}

#contentlayout
{
	float: left;
	clear: left;
	width: 960px;
}

#footer a
{
	text-decoration: none;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

#privacy
{
	margin-left: 140px;
}

#hoekanda
{
	margin-left: 160px;
}
#epiecs
{
	margin-left: 120px;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	margin-left: 80px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #003d4c;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}

form div.date {
	float: left;
	width: 400px;
}

form div.required {
	color: #333;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

#formsubmit
{
    color:#FFFFFF;
    text-decoration:none;
    background-color:#7e8e94;
	border: none;
	font-weight: 500;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #000000;
	font-size: 140%;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 25px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

#flashMessage
{
	padding: 0;
	margin: 0;
	margin-top: 10px;
	float: left;
	clear: left;
	width: 100%;
	height: 35px;
	background-color: #FFFFFF;
	color: #999999;
	line-height: 35px;
}

#belstat
{
	width: 15px;
	height: 15px;
	margin-left: 70px;
	line-height: 10px;
}
