/*#############################################################*/
	/* standard elements */
html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #963;
}

a:hover {
	color: #C60;
}

body {
	background: #CCD8E0 url(../images/bg.jpg) repeat-x left bottom;
	color: #000;
	font: normal 62.5% Verdana;
}

p,code,ul {
	padding-bottom: 1.2em;
}

li {
	list-style: none;
}

h1 {
	font: normal 1.4em Verdana;
	margin-bottom: 4px;
}

h2 {
	font: bold 1.1em Verdana;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #880000;
	color: #666;
	display: block;
	font: normal 1em Verdana;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../images/quote.gif) no-repeat;
	display: block;
	padding-left: 25px;
}

h1,h2,h3 {
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	background: #FFF url(../images/top_bkg.gif);
	padding: 5px 10px 0;
}

/* title */
.header {
	background: #FFF url(../images/header.jpg) no-repeat;
	height: 128px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.header .left,.header .right {
	background: #FFF;
	height: 128px;
}

.header .right,.header1 .right {
	width: 210px;
}

.header .right,.header1 .right form {
	padding: 1px;
}

form input {
	background-color: #F7F7F7;
	border: 1px solid #666666;
	margin: 3px 0 3px 0;
	color: #808080;
}

form .buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 3px;
	border-top-color: #f7f7f7;
	border-left-color: #f7f7f7;
	background: #DDDDDD;
	background-repeat: repeat-x;
}

.header .right,.header1 .right {
	padding: 3px;
}

/* navigation */
.navigation {
	background: #880000 url(../images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}

.navigation a {
	background: #880000 url(../images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #fff;
	display: block;
	float: left;
	font: 1.1em Verdana;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}

.navigation #nav-lit {
	background: #880000 url(../images/nav-lit.gif);
	border-right: 1px solid #AFBEC7;
	color: #fff;
	display: block;
	float: left;
	font: 1.1em Verdana;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}

.extrainfo p {
	font-size: 1em;
	border: 1px solid #808080;
	padding: 5px;
	background: #c7c7c7;
}

.navigation a:hover {
	background-position: left bottom;
	color: #FF9900;
}

/* sub navigation */
.sidenav {
	padding-top: 0.75em;
	float: right;
	width: 150px;
}

.sidenav h3 {
	color: #5A5A43;
	font-size: 1em;
	padding-left: 12px;
}

.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav li {
	border-bottom: 1px solid #EAEADA;
}

.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;
}

.navigation a:hover {
	background-position: left bottom;
	color: #234;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: #f7f7f7;
}

.search {
	position: absolute;
	right: 5px;
	top: 5px;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 210px;
	background: #f7f7f7
}

.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav li {
	border-bottom: 1px solid #EAEADA;
}

.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;
}

.contactinfo {
	background: #888;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}

.content,.sidenav {
	line-height: 125%;
}

.content .descr {
	color: #000;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}

.content p {
	font-family: Verdana;
	line-height: 1.3em;
}

/* footer */
.footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: 1em Tahoma;
	line-height: 39px;
	text-align: center;
}

.footer a,.footer a:hover {
	color: #FFF;
	padding-left: 4px;
	padding-right: 4px;
}