/*#############################################################
Name: Fluid Solution
Date: 2006-09-06
Description: Totally liquid three-column layout, clean and simple.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	background: white url(img/bg.gif) repeat-x;
	color: gray;
	font: normal 75% "Lucida Sans Unicode",Verdana,sans-serif;
	padding-top: 40px;
}
p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1,h2,h3,h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #ed4511;
}
h1 {
	font: bold 1.8em Arial,sans-serif;
    color: #ed4511;
    border-bottom: 1px solid #0175fa;
    padding-bottom: 10px;
}
.indent  {
	margin-left: 3em;
    margin-right: 4em;
}

/* misc */
.clearer {
	clear: both;
}
img.photo1 {
    float: left;
    margin-left: -20px;
    margin-bottom: 15px;
}
img.photo2 {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

/* header */
.header {
	background: url(img/header.jpg) no-repeat;
	border-bottom: 1px solid #0175fa;
	height: 160px;
	margin-bottom: 12px;
}
.header2 {
	background: url(img/header3.jpg) no-repeat;
	border-top: 1px solid #0175fa;
	border-bottom: 1px solid #0175fa;
	height: 160px;
	margin-bottom: 12px;
}
.header h2 {
	border-top: 1px solid #0175fa;
	color: black;
    font-style: italic;
	text-align: center;
}
.header h2 span {
	background: white;
	border-bottom: 1px solid #0175fa;
	padding: 0 6px;
}

/* left side (main content) */
.left {
	margin: 0 24% 20px 3%;
}
.content .descr {
	color: #0175fa;
	font-size: 1.2em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content h1 {
	font-size: 4.4em;
	margin-bottom: 0px;
}
.content h3 {
	font-size: 2.4em;
	margin-bottom: 0px;
}
.content a,.footer a {
	color: #ed4511;
	text-decoration: none;
}
.content a:hover,.footer a:hover {
	color: black;
	border-bottom: 1px solid #0175fa;
}

/* nav & subnavigation */
.nav,.right {
	margin-bottom: 20px;
	position: absolute;
	top: 40px;
}	

/* navigation */

/* subnav */
.right {
	background: black;
	right: 3%;
	width: 20%;
}
.subnav {
	padding: 12px 12px 0;
}
.subnav h1 {
	color: #ed4511;
	font-size: 1.4em;
	height: 20px;
	margin-left: 8px;
    padding-bottom: 0px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid black;
}
.subnav li a {	
	color: white;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #0175fa;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	background: url(img/round.jpg);
	height: 16px;
	width: 14px;
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* footer */
.footer {
	color: gray;
	border-top: 1px solid #0175fa;
	font: normal 1em Verdana,sans-serif;
	margin: 0 24% 0 3%;
	padding: 8px 6px;
}