﻿/* LEVEL THE PLAYING FIELD! */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, a
{
	margin: 0;
	padding: 0;
	border: 0;
}

/* PAGE */

body
{
	font-size: 0.75em;
	font-family: Verdana, Sans-Serif;
	background-color: #aaa9a9;
}

/* LAYOUT */

div#page
{
	position: absolute;
	left: 50%;
	width: 744px;
	margin-left: -372px;
	background-color: white;
	color: black;
}

/* HEADER */

div#page div#masthead
{
	float: right;
	height: 271px;
	width: 531px;
	background-image: url(media/masthead.gif);
	background-repeat: no-repeat;
}

div#page div#masthead h1
{
	display: none;
}

/* SIDEBAR */

div#page div#sidebar
{
	width: 213px;
	float: left;
}

*> div#page div#sidebar
{
	float: none;
}

/* SIDEBAR - NAVIGATION */

div#page div#sidebar div#navigation
{
	background-color: #666666;
	color: #aaa9a9;
	background-image: url(media/navfooter.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 1px 20px 20px 20px;
}

div#page div#sidebar div#navigation h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: #fd9453;
	background-color: #666666;
	line-height: 2em;
	margin-top: 20px;
}

div#page div#sidebar div#navigation p
{
	line-height: 1.4em;
	margin-bottom: 1em;
}

div#page div#sidebar div#navigation p a
{
	color: #f5f5f5;
	background-color: #666666;
	text-decoration: none;
	display: block;
	border-bottom: dashed 1px #aaa9a9;
}

div#page div#sidebar div#navigation p a:focus
{
	color: #666666;
	background-color: #f5f5f5;
	text-decoration: none;
}

div#page div#sidebar div#navigation p a:hover
{
	color: #666666;
	background-color: #f5f5f5;
	text-decoration: none;
}

div#page div#sidebar div#navigation p a:selected
{
	color: #666666;
	background-color: #f5f5f5;
	text-decoration: none;
}

/* SIDEBAR - ADS */

div#page div#sidebar div#ads
{
	text-align: center;
	color: #666666;
	background-color: white;
	font-size: 0.8em;
}

div#page div#sidebar div#ads a img
{
	margin-top: 40px;
	margin-bottom: 10px;
}

div#page div#sidebar div#ads a
{
	color: black;
	background-color: white;
}

/* CONTENT */

div#page div#content
{
	clear: right;
	float: right;
	width: 531px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 40px;
}

*>div#page div#content
{
	width: 451px;
}

div#page div#content h2
{
	font-size: 1.4em;
	font-weight: bold;
	color: #fd9453;
	background-color: white;
	line-height: 2em;
	margin-bottom: 0.4em;
	clear: both;
}

div#page div#content p
{
	color: black;
	background-color: white;
	line-height: 1.4em;
	margin-bottom: 1em;
	text-align: justify;
}

div#page div#content img
{
	border: solid 1px #666666;
}

div#page div#content img.right
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

div#page div#content img.left
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* LISTS */

div#page ul
{
	margin-left: 2em;
}

div#page li
{
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

div#page li.document
{
	list-style-type: none;
	background-image: url(media/document.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
}

div#page li.group
{
	list-style-type: none;
	background-image: url(media/group.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
}

div#page li.mp3
{
	list-style-type: none;
	background-image: url(media/mp3.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
}

div#page li.linkout
{
	list-style-type: none;
	background-image: url(media/linkout.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
}

/* ANCHORS */

div#page a
{
	color: #666666;
	background-color: white;
	text-decoration: underline;
}

div#page a:focus 
{
	color: white;
	background-color: #aaa9a9;
	text-decoration: none;
}

div#page a:hover
{
	color: white;
	background-color: #aaa9a9;
	text-decoration: none;
}

div#page a:selected
{
	color: white;
	background-color: #aaa9a9;
	text-decoration: none;
}

div#page a.mp3
{
	background-image: url(media/mp3.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
}

/* GENERAL */

div#page span.textonly
{
	display: none;
}

/* FOOTER */

div#page div#footer
{
	float: right;
	width: 491px;
	color: #666666;
	background-color: white;
	font-size: 0.8em;
	text-align: right;
	padding: 20px;
	margin-left: 20px;
	margin-right: 10px;
	border-top: dashed 1px #666666;
}

*> div#page div#footer
{
	width: 451px;
	margin-right: 20px;
}

/* FORM FIELDS */


/* FORM FIELDS */

div.contactform
{
	margin: 2em;
}

div.contactform label
{
	width: 6em;
	display: block;
	float: left;
	text-align: right;
	margin: 0.6em 0.6em 0 0.3em;
	white-space: nowrap;
}

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:  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;
}
