﻿body, html {
	padding: 0; margin: 0;
}
body {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: Black;
	background-color: #dfe9eb;
	line-height: 1.3;
}
img { border: none; }

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0052a0;
	margin-top: 0;
}

#siteContainer {
	position: relative;
	width: 959px; height: 722px;
	margin: auto;
	z-index: 9999;
}
#stripeLeft {
	position: absolute;
	top: 109px; left: 0px;
	width: 50%; height: 18px;
	background-color: #abb7da;
}
#stripeRight {
	position: absolute;
	top: 127px; right: 0px;
	width: 50%; height: 18px;
	background-color: #6a83be;
}
#logo {
	position: absolute;
	top: 22px; right: 18px;
}
#tools, #footer {
	position: absolute;
	left: 18px; top: 14px;
	font-size: 9px;
}
#tools a, #footer a {
	color: #0052a0;
	text-decoration: none;
}
#navigation {
	margin: 0; padding: 0;
	width: 941px; height: 17px;
	padding: 128px 0px 0px 18px;
	background: white url('images/bg_navigation.gif') no-repeat 0px 91px;
	list-style-type: none;
}
#navigation li {
	float: left;
	margin: 0px 6px; padding: 0;
}
#navigation li a {
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#navigation li.active a {
	color: Black;
}

#contentContainer {
	height: 561px;
	background-color: White;
}

#footer {
	top: auto; left: auto;
	right: 0px; bottom: 0px;
}

#sidebar {
	position: relative;
	float: left;
	width: 155px; height: 100%;
}
#content {
	float: left;
	width: 430px; height: 490px;
	padding: 49px 22px 22px 27px;
	overflow: auto;
}
#sideImage {
	float: left;
}

#navigation_2nd {
	margin: 0; padding: 0;
	width: 155px;
	margin-top: 49px;
	list-style-type: none;
}
#navigation_2nd li {
	margin: 2px 0px; padding: 0;
}
#navigation_2nd li a {
	display: block;
	width: 137px;
	padding: 2px 0px 3px 18px;
	color: White;
	background-color: #6a83be;
	text-decoration: none;
}
#navigation_2nd li.active a {
	color: black;
	background-color: #abb7da;
}

#address {
	position: absolute;
	left: 18px; bottom: 18px;
	font-size: 9px;
	line-height: 1.6;
}

/*
------------------
HOME (index page)
------------------
*/
#address_home {
	position: absolute;
	bottom: 0px; left: 0px;
	font-size: 9px;
}
#homeImage {
	float: left;
	width: 633px;
}
#homeNavigation {
	float: left;
	width: 326px;
}

/*
-----------------
CONTACT
-----------------
*/
label {
	display: block;
	float: left;
	width: 100px;
}
textarea {
	width: 98%;
}

/*
----------------
SITEMAP
----------------
*/
#sitemap ul {
	list-style-type: none;
}
#sitemap li {
	padding: 0.25em;
	border-bottom: 1px dotted #cccccc;
}
.sitemap_level_1 {
	margin-top: 1em;
}
.sitemap_level_2 {
	margin-left: 2em;
}