/*
 * CSS-Reset v1.0 | 20080212
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 1px dotted grey;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * HTML
 */
html {
	font-size:100.01%;
}

/*
 * Body
 */
body {
	background:#a1a3a2;
	color:#555;
	font-size:1em;
	text-align:center;
}

/*
 * General styles and classes
 */
a {
	color:#555;
}

a:hover {
	color:#b8c223;
}

label:hover, .submit input:hover {
	cursor:pointer;
}

th, td {
	border:1px solid #b8c223;
	padding:0.5em 0.25em;
}

sup {
	vertical-align:top;
	font-size:0.75em;
	line-height:1em;
}

.floatLeft {
	float:left;
	margin:0 1.25em 1.25em 0;
}

.floatRight {
	float:right;
	margin:0 0 1.25em 1.25em;
}

/*
 * Main Wrapper
 */
#mainWrapper {
	font-size:0.75em;	/* 12px */
	line-height:1.25em;	/* 15px */
	margin:0 auto;
	text-align:left;
	width:82.5em;
	
}

#mainWrapperInner {
	background:#eaecc5;
	float:left;
	width:100%;
}

/*
 * Header
 */
#header, #headerInner {
	height:10.416em;
}

#header {
	background:url(../img/header.jpg) 24em 0 no-repeat;
}

#headerInner {
	background:url(../img/ctr1.gif) right top no-repeat;
}

/*
 * Logo
 */
#logo {
	padding:1.666em 0 0 0.833em;	
}

/*
 * Languages
 */
#languages {
	background:#b8c223 url(../img/ctl1.gif) left top no-repeat;
	color:#fff;
	height:2.083em;
	margin-left:16.5em;	
	line-height:2.083em;
	text-align:right;
}

#languagesInner {
	background:url(../img/ctr2.gif) right top no-repeat;
	float:right;
	height:2.083em;
	padding-right:16.666em;
}

#languages span, #languages ul, #languages li, #languages a, #languages img {
	display:block;
	float:left;
}

#languages ul {
	margin-left:0.5em;
}

#languages a {
	margin-top:0.416em;
	margin-left:0.5em;
}

/*
 * Main
 */
#main {
	clear:both;
	float:left;
	margin-bottom:2.5em;
	width:100%;
}

/*
 * Layout Columns
 */
#main .column {
	float:left;
}

/*
 * Menus
 */
#main .column.menu li {
	display:inline;
}

#main .column.menu a {
	display:block;
	margin-bottom:1.25em;
	text-decoration:none;
}

#main .column.menu li.current a, #main .column.menu li.current li.current a, #main .column.menu li.current li a:hover {
	color:#b8c223;
}

#main .column.menu li ul {
	margin-bottom:1.25em;
}

#main .column.menu li li a {
	margin-bottom:0;
}

#main .column.menu li.current li a {
	color:#555;
}

/*
 * Main Menu
 */
#mainMenu {
	margin:6.5em 2.333em 0 1.25em;
	text-align:right;
	width:12.916em;
	padding-bottom:4.5em;
}

/*
 * Content
 */
#content {
	background:#fff url(../img/ctl2.gif) left top no-repeat;
	margin:0 1.666em 0 0;
	width:49.333em;
}

#contentInner {
	background:url(../img/cbr.gif) right bottom no-repeat;
	float:left;
	min-height:38.5em;
	width:100%;
}

#contentInnerInner {
	float:left;
	/*
	margin:3.5em 0 0 2.75em;
	padding:0 2.083em 2.5em 0;
	*/
	padding:3.5em 2.083em 2.5em 2.75em;
}

/*
 * Pagetitle
 */
#content h2#pageTitle {
	color:#b8c223;
	font-size:1.666em;	/* 20px */
	font-weight:normal;
	line-height:1.25em;	/* 25px */
	margin-bottom:0.55em;
	text-transform:uppercase;
}

/*
 * Headings
 */
#content h3 {
	color:#919a1b;
	font-size:1.25em;	/* 15px */
	line-height:1.333em;	/* 20px */
	margin-bottom:0.666em;
}

#content h4 {
	color:#919a1b;
	font-weight:normal;
	margin-bottom:1.25em;
	text-transform:uppercase;
}

#content h5 {
	color:#b8c223;
	font-weight:normal;
	margin-bottom:1.25em;
}

/*
 * Content Block Level Elements
 */
#content p, #content ul, #content ol, #content table, #content iframe {
	margin-bottom:1.25em;
}

/*
 * Lists
 */
#content ul {
	margin-left:1.25em;
	list-style:square;
}

#content ol {
	margin-left:2.5em;
	list-style:decimal;
}

#content li span {
	font-weight:bold;
	margin-right:0.75em;
}

/*
 * Galleries
 */
.gallery, .gallery div {
	float:left;
	width:100;
}

.gallery {
	margin-bottom:2.5em;
}

.gallery div {
	clear:left;
}

.gallery a {
	border:2px solid #eaecc5;
	display:block;
	float:left;
	margin:0 0.5em 0.5em 0;
}

.gallery a:hover {
	border-color:#b8c223;
}

#galleryHomepage {
	float:left;
	margin:0 1.25em 1.25em 0;
	width:25em;
}

/*
 * Forms
 */
form div {
	clear:both;
	float:left;
	margin-bottom:1.25em;
	width:100%;
}

form div.submit {
	float:none;
	width:auto;
	padding-left:11.25em;
}

form div.errors {
	float:none;
	color:orangered;
}

label, input, textarea, select {
	display:block;
	float:left;
}

label {
	margin-right:1.25em;
	width:10em;
}

input, textarea, select {
	background:#fff;
	color:#555;
	border:1px solid #555;
	width:30em;
}

input.hidden {
	border:0;
	width:auto;
	display:none;
}

form div.submit input {
	clear:both;
	float:none;
	width:auto;
	padding:0 0.25em;
}

/*
 * Tests
 */
.test select {
	display:inline;
	float:none;
	width:auto;	
}

.test li {
	margin-bottom:1.25em;
}

/*
 * Side Menu
 */
#sideMenu {
	margin:6.5em 0 0 0;
	width:13.75em;
}

#sideMenu h3 {
	color:#919a1b;
	font-weight:normal;
	margin-bottom:1.25em;
	text-transform:uppercase;
}

#main #sideMenu a {
	margin-bottom:0;
}

#main #sideMenu ul {
	margin-bottom:1.25em;
}

/*
 * Sidemenu Block Level Elements
 */
#sideMenu p {
	margin-bottom:1.25em;
}

/*
 * Map Link
 */
#maplink {
	background:url(../img/map.jpg) 0 0 no-repeat;
	clear:both;
	display:block;
	height:59px;
	margin:0 0 -5em 2em;
	position:relative;
	top:-7.5em;
	text-align:right;
	text-decoration:none;
	width:150px;
}

#maplink:hover {
	color:#555;
}

#maplink span {
	font-weight:bold;
	line-height:1.75em;
	padding-right:0.333em;
	text-transform:uppercase;
}