html {min-height: 100%;}
* {
	margin: 0;
	padding: 0;
}

a {
	color: #990000;
}
.content a {
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #006633;
}

body {
	color: #6A5C41;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #EDEEF3;
}
p,code,ul {padding-bottom: 1.2em;}
li {list-style: none;}
h1 {
	margin-bottom: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.content h1 {
	color: #333333;
}

blockquote {
	background: url(img2/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
h1,h2,h3 {
	padding-top: 6px;
	text-transform: none;
	margin-bottom: 8px;
}
/* misc */
.clearer {clear: both;}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}
/* header */
.top {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 250px;
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.header h1{
	color: #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.header .left{
	background: #A4A4A0;
	color: #FFF;
	height: 150px;	
}

.header .left {
	background: #B3C2C7 url(img2/header2.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	width: 780px;
	height:250px;
}

/* navigation */
.navigation {
	height: 41px;
	margin:0 auto;
	background-color: #D9E1E5;
	background-image: url(img2/nav2.gif);
}

.navigation a {
	border-right: 1px solid #ffffff;
	color: #333333;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
	background-color: #D9E1E5;
	background-image: url(img2/nav2.gif);
}
.navigation a:hover {
	background-position: left bottom;
	color: #009933;
}
/* main */
.main {
	border-top: 4px solid #FFF;
}
/* sub navigation */
.sidenav {
	float: left;
	width: 210px;
	background-color: #F3EDE4;
	margin-top: 25px;
}

.sidenav h2 {
	color: #009900;
	font-size: 1.2em;
	line-height: 30px;
	margin: 0;
	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%;
	font-weight: bold;
}

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

.sidenav .image {
	width:210px;
}
.image {
	width:100%;
}

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

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

.content li {
	list-style-image: url(img2/tree.png);
	line-height: 2em;
	margin-left: 15px;
}

.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-top: 5px;
	margin-right: 0px;
	color: #333333;
	line-height: 1.5em;
	text-align: justify;
}

.content .service {
	margin-left: 15px
} 

/* footer */

.footer {
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 40px;
	text-align: center;
	background-image: url(img2/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.footer p{
	padding-top:20px;
	color: #990000;
}

.footer a,.footer a:hover {
	color: #666666;
}
.content h2 {
	color: #009900;
	font-size: 1.253em;
	margin-bottom: 15px;
	margin-top: 5px;
	text-transform: uppercase;
}
.content ul {
	line-height: 2.5em;
	font-size: 1.2em;
}
