/*#############################################################
Name: Indigo
Date: 2006-07-27
Description: A lightweight, simple and pleasant design.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #666666;
	font-size: 1.0em;
	font-style:normal;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
body {
	float:center;
	background: #0053A2 url('img/bg.gif') repeat-x;
	color: #FFF;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:60%
}
input {
	color: #555;
	font: normal 1.1em "Arial",sans-serif;
}

h1 {
	font-size: 1.3em;
	margin-bottom: 4px;
}

h1, h2, h3 {
	color: #06C;
	padding-top: 4px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	width: 1024px;
	margin: 0px auto;
	background: url('img/topleft3.png') no-repeat;
	float: center;
}
.header {
	height: 92px;
	width: 100%;
}
/* title */
.title {
	float: left;
	height: 90px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 38px;
}
.title h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 55px;
	font-variant: small-caps;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 35px;
	padding-bottom: 0px;
	color: #FFFFFF;	
}
/* navigation */
.navigation {
	
	float: left;
	height: 92px;
	margin-left: 30px;

}
.navigation a {
	color: #FFF;
	float: left;
	font: normal 18px "Arial";
	margin-top: 55px;
	padding: 7px 11px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFA74F;
	text-decoration: none;
}

/* main */
.main {
    width: 972px;
	background: #FFF url('img/bgmain3.gif') no-repeat;
	clear: both;
	padding-left:52px; padding-right:1px; padding-top:7px; padding-bottom: 7px;
}

/* main left */
.sidenav {
	float: right;
	width: 202px;
	padding-top: 0px;
	padding-right: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}

/* content */
.content {
	width: 720px;
	float: left;
	margin-right: 0%;
	
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px; list-style-image:url('img/li.gif')
}
.content2 {
	float: left;
	margin-right: 0%;
	width: 950px;
}
.content2 .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content2 li {
	margin-left: 18px; list-style-image:url('img/li.gif')
}
/* content-flash */
.content-flash {
	float: center;
	margin-right: 0%;
	width: 90%;
}

/* footer */
.footer {
	background: #0094D6 url('img/bgfooter.gif') repeat-x;
	color: #FFF;
	font-family: Arial;
	font-size: 14px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
	
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
