﻿/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #d60000;}
a:hover {color: #000000;}

img {
border: 0;
}

body {
	background: #c6bb9c repeat-x left bottom;
	color: #000000;
	font: normal 70% trebuchet ms,arial,verdana, sans-serif;
	vertical-align: middle;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em trebuchet ms,arial,verdana, sans-serif;
	margin-bottom: 4px;
}





h1,h2,h3 {padding-top: 0px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 0px 0px;
	width: 1000px;
}

/* header */
.top {
	padding: 0px 0px 0;
}

/* title */
.header {
	background-color: #fff;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	height: 225px;
	margin: 0 auto;
	padding: 0px 0px 0px;
	text-align: left;
	width: 1000px;
}

/* navigation */
.navigation {	
	background: #fff;
	border: 1px solid #ffffff;
	height: 25px;
}
.navigation a {
		display: block;
		width: 199px;
		position: relative;
		left:0px;
		top: 0px;
		z-index: 50;
		float: left;
		border: 1px solid #ffffff;
		height: 25px;
		background: #e34507; 
		background-position: center left;
		background-repeat: no-repeat;
		font-family: neo sans,calibri,trebuchet ms,arial,verdana;
		text-align: center;
		font-size: 14px;
		text-decoration: none;
		padding-right: 10px;
		padding-top: 3px;
		font-weight: bold;
		color: #ffffff;}
.navigation a:hover {
background: #e34507; 
color: #ffffff;
}

.header {
	background: url repeat-x;
	color: #000;
	font: trebuchet ms,arial,verdana, sans-serif;
	line-height: 14px;
	text-align: left;
	padding-left: 0px;
}
/* main */
.main {
	border-top: 4px solid #FFF;
	background: url repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 253px;
	padding-right: 5px;
}
.sidenav h2 {
	color: #1C455E;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 5px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #D8EBD8;
}
.sidenav li {border-bottom: 1px solid #D8EBD8;}
.sidenav li a {
	font-size: 1.1em;
	color: #1C455E;
	display: block;
	padding: 5px 0 5px 3%;
	text-decoration: none;
	width: 430px;
}
.sidenav li a:hover {
	background-color: #EBF0F3;
	color: #2E7198;	
}

/* content */
.content {
	float: left;
	margin: 5px 0;
	padding: 0 5px;
	width: 390px;
}
.content .descr {
	color: #1C455E;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.content .imgright {
padding: 5px;
border: 1px solid #ADD1E7;
margin-left: 4px;
float: right;
}

.content p
{
color: #9A9A9A;
}

.content2 {
	float: left;
	margin: 5px 0;
	padding: 0 5px;
	width: 880px;
}

/* footer */
.footer {
	background: url repeat-x;
	color: #000;
	font: trebuchet ms,arial,verdana, sans-serif;
	line-height: 14px;
	text-align: left;
	padding-left: 10px;
}
.footer a,.footer a:hover {color: #FFF;}

.footer2 {
	background: url repeat-x;
	color: #000;
	font: trebuchet ms,arial,verdana, sans-serif;
	line-height: 2px;
	text-align: left;
	padding-left: 10px;
}
.footer a,.footer a:hover {color: #d60000;}
