﻿/* level the playing field! */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, a, span
{
	margin: 0;
	padding: 0;
	border: 0;
}

/* page */
html
{
	overflow-y: scroll;
}

body
{
	font-size: 0.8em;
	font-family:  'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: black;
	background-color: #4d5559;
}

/* layout */

div#page
{
	width: 700px;
	background-color: white;
	color: black;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -350px;
	background-image: url(../media/pagebg.gif);
}

div#page div.content
{
	min-height: 500px;
}

/* general text rules */

h2
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #CA440F;
	background-color: inherit;
}

h3
{
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
}

p
{
	font-size: 1em;
	text-align: justify;
	margin-bottom: 1em;
}

sup
{
	font-size: 0.7em;
}

a
{
	color: #2C4886;
	background-color: inherit;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

acronym
{
	border-bottom: dotted 1px;
	cursor: help; 
}

table
{
	border-collapse: collapse;
}

td, th
{
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	border: solid 1px black;
	padding: 0.2em;
}

th
{
	font-style: italic;
	vertical-align: bottom;
}

ul li
{
	margin-left: 2em;
	margin-bottom: 0.4em;
}

ol li
{
	margin-left: 2em;
	margin-bottom: 1em;
	margin-top: 0.4em;
}

/* header */

div#page div#header
{
	height: 215px;
	background-repeat: no-repeat;
}

div#page div#header h1, div#page div#header p
{
	display: none;
}

/* menu */

div#page div#menu
{
	float: right;
	width: 210px;
	margin-left: 30px;
	border-left: solid 1px #A6AAAC;
	border-bottom: solid 1px #A6AAAC;
	background-color: White;
	color: inherit;
}

div#page div#menu div.menugroup
{
	margin-bottom: 30px;
}

div#page div#menu div.menugroup h2
{
	color: #363B3E;
	background-color: #A6AAAC;
	padding-left: 0.6em;
	line-height: 30px;
	margin-bottom: 15px;
}

div#page div#menu div.menugroup a.menuitem
{
	background-image: url(../media/point.gif);
	background-position: 0.8em 0.14em;
	background-repeat: no-repeat;
	padding-left: 1.8em;
	margin-bottom: 0.2em;
	color: #CA440F;
	background-color: inherit;
	text-decoration: none;
	display: block;
}

div#page div#menu div.menugroup a.menuitem:hover
{
	text-decoration: underline;
}

div#page div#menu div.menugroup span.textonly
{
	display: none;
}

/* content boxes */

div#page div.box
{
	margin-left: 30px;
	padding: 1em 30px 1em 30px;
	border-bottom: dashed 1px #A6AAAC;
}

div#page div.last
{
	border-bottom: none;
}

/* footer */

div#page div#footer
{
	font-size: 0.8em;
	background-image: url(../media/footerbg.jpg);
	height: 2em;
	line-height: 2em;
	color: #EFA485;
	background-color: inherit;
	clear: both;
}

div#page div#footer div#validate
{
	float: left;
	margin-left: 30px;
	padding-left: 30px;
}

div#page div#footer div#validate a
{
	color: #EFA485;
	background-color: inherit;
	text-decoration: none;
}

div#page div#footer div#validate a:hover
{
	color: White;
	background-color: inherit;
	text-decoration: underline;
}

div#page div#footer div#copyright
{
	text-align: right;
	margin-right: 30px;
}

div#page div#footer div#spacer
{
	height: 30px;
	background-color: #4d5559;
	color: inherit;
}

/* FORM FIELDS */

div.contactform
{
	margin: 2em;
}

div.contactform label
{
	width: 6em;
	display: block;
	float: left;
	text-align: right;
	margin: 0.3em 0.6em 0 0.3em;
}

div.contactform input.btn
{
	font-family:  'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	margin: 0.2em 0 3em 7.1em;
	padding: 0.2em;
	width: 5em;
}

div.contactform .text
{
	font-family:  'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	padding: 0.2em;
	margin: 0.2em 0.2em 0.6em 0.2em;
	width: 24em;
	height: auto;
}

div.contactform textarea.text
{
	height: 10em;
}

span.mandatory
{
	color: red;
}

span.key
{
	text-decoration: underline;
}

input.wmk, textarea.wmk
{
	color: #4d5559;
}

ul.error
{
	color: red;
	font-weight: bold;
	border: solid 2px red;
	margin-left: 91px;
	width: 312px;
	margin-bottom: 3px;
	list-style-type: none;
	padding-top: 4px;
}

ul.error li
{
	margin-left: 0.6em;
}

div.haiku
{
	border: solid 1px #4d5559;
	margin: 40px 180px 40px 180px;
	padding: 20px 10px 10px 10px;
}

div.haiku p
{
	text-align: center;
	font-style: italic;
}