/*#############################################################
Name: Bitter Sweet
Date: 2006-10-02
Description: Lime flavoured template with two columns.
Author: Viktor Persson
URL: http://templates.arcsin.se

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

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #007cc3;}
a:hover {
	color: #007cc3;
	text-decoration: none;
}
body {
	background: #cceeff url(/img/bg.jpg) center repeat-y;
	color: #333;
	font: normal 80% "Segoe UI",tahoma,arial,sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Segoe UI",sans-serif;
}
p,cite,code {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em; font-size: 12pt;}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

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

/* structure */
.container {
	background: white;
	margin: 0 auto;
	width: 861px;
}

/* header */
.header {
	background: white url('/img/header.jpg') no-repeat center;
	height: 210px;
	margin: 0 auto;
	vertical-align: center;
	width: 861px;
}
.header h1 {
	display: none;
}

/* item */
.item {clear: both;}
.item .content {
	float: left;
	width: 610px;
}
.item h1 {
	background: #fff;
	color: #007cc3;
	padding: 20px 10px 10px 16px;
	font-size: 24px;
}
.item .body {
	padding: 12px 18px;
	background-color: white;
}

.body li {
	line-height: 1.2em;
	margin: 0.5em auto;
}

/* main */
.main {
	float: left;
	background: white;
}

img.central {
	border: 5px solid #007cc3;
	margin: 5px 0px;
}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	margin-top: 0px;
	padding-top: 0px;
	width: 250px;
	background: #cceeff;
	color: #333;
}
.navigation h1 {
	background: #cceeff;
	color: #007cc3;
	border-top: 15px solid white;
	font-size: 1.3em;
	line-height: 40px;
	font-weight: normal;
	padding: 5px 5px 7px 12px;
}
.navigation p, table.nav {
	padding-left: 12px;
	font-size: 1.1em;
}
.navigation a {
	color: #333;
}
.navigation a:hover {
	text-decoration: none;
}

/* topmenu */
.topmenu {
	background-color: #007cc3;
	text-transform: uppercase;
}
.topmenu ul {
	margin: 0;
	padding: 0;
}
.topmenu li {
	border-bottom: 1px solid #adcde8;
	list-style: none;
	display: inline;
	float: left;
	width: 172px;
	text-align: center;
}
.topmenu li a {
	background: #007cc3;	
	color: #fff;
	display: block;
	padding: 8px 4px 8px 4px;
	text-decoration: none;
	font-weight: bold;
}
.topmenu li a:hover, .topmenu li a#active {
	background: #d4ebff;
	color: #007cc3;
}

/* footer */
.footer {
	background: #007cc3;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 861px;
	border-top: 15px solid white;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
