/*#############################################################
Name: Shades of grey
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
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: #111 url(img/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
blockquote {font: bold 1em sans-serif;}
code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}
img {border: none;}
.doc{padding-left: 15px;background-image: url(img/li.gif);background-repeat: no-repeat;}
.docs{padding-left:15px;background-image: url(img/li.gif);background-repeat:no-repeat;}
.sdoc{padding-left: 15px;background-image: url(img/li.gif);background-repeat: no-repeat;}
.sdocs{padding-left: 15px;background-image: url(img/li.gif);background-repeat: no-repeat;}
ul.menulevel1,ul.menulevel2,ul.menulevel3,ul.sitemaplevel1,ul.sitemaplevel2,ul.sitemaplevel3,ul.submenu,ul.search{padding-left: 0;margin-left: 0;list-style: none;}
ul {margin-left: 2em;}
H1,H2,H3{font-size:1.6em;font-weight:normal;margin-bottom:6px;}
H4{font-size:1.6em;font-weight:normal;margin-bottom:6px;}
/* CMSimple CSS */
.menulevel1{font-size:8pt;color:grey;}
.menulevel1 a{font-weight:normal;color:#bbbb;}
.menulevel1 a:link,.menulevel1 a:visited{color:#bbb;}
.menulevel1 a:active,.menulevel1 a:hover{color:orange;}
.menulevel2{font-size:8pt;color:grey;}
.menulevel2 a{font-weight:normal;color:#bbb;}
.menulevel2 a:link,.menulevel2 a:visited{color:#bbb;}
.menulevel2 a:active,.menulevel2 a:hover{color:orange;}
.menulevel3{font-size:8pt;color:grey;}
.menulevel3 a{font-weight:normal;color:#bbb;}
.menulevel3 a:link,.menulevel3 a:visited{color:#bbb;}
.menulevel3 a:active,.menulevel3 a:hover{color:orange;}
.sitemaplevel1,.sitemaplevel2,.sitemaplevel3{font-size:9pt;}
.sitemaplevel1 a,.sitemaplevel2 a,.sitemaplevel3 a{font-weight:normal;color:#bbb;}
.sitemaplevel1 a:link,.sitemaplevel2 a:link,.sitemaplevel3 a:link,.sitemaplevel1 a:visited,.sitemaplevel2 a:visited,.sitemaplevel3 a:visited{color:black;}
.sitemaplevel1 a:active,.sitemaplevel2 a:active,.sitemaplevel3 a:active,.sitemaplevel1 a:hover,.sitemaplevel2 a:hover,.sitemaplevel3 a:hover{color:orange;}
.submenu{font-size:9pt;}
.submenu a{font-weight:normal;color:black;}
.submenu a:link,.submenu a:visited{color:black;}
.submenu a:active,.submenu a:hover{color:orange;}
.search a{font-weight:normal;color:black;}
.search a:link,.search a:visited{color:black;}
.search a:active,.search a:hover{color:orange;}
.locator{font-size:8pt;color:white;}
.locator a{font-weight:normal;text-decoration:underline}
.locator a:link,.locator a:visited,.locator a:active,.locator a:hover{color:orange;}
.menu{font-weight:bold;font-size:8pt;color:white;}
.menu a{text-decoration:underline;color:white;}
.menu a:link,.menu a:visited,.menu a:active,.menu a:hover{color:orange;}
.login{font-weight:bold;font-size:8pt;color:#292829;}
.login a,.login a:link,.login a:visited,.login a:active,.login a:hover{color:#292829;}
.navigator{font-weight:bold;font-size:10pt;color:white;}
.navigator a:link,.navigator a:visited{color:grey;}
.navigator a:active,.navigator a:hover{color:orange;}
.edit{font-size:8pt;color:black;background-color:buttonface;}
.edit a:link,.edit a:visited,.edit a:active,.edit a:hover{font-weight:normal;color:black;}
input,select{font-size:8pt;}
textarea{font-family:Verdana,Geneva,Arial,Helvetica;font-size:8pt;background-color:white;width:98%;}
.searchbox .text,.searchbox .submit{border:2px solid #c0c0c0;background-color:white;}
/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}
/* header */
.header {
	background: #000B07 url(img/agenessheader.jpg) no-repeat;
	background-position: center;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}
/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}
.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 70%;}
.main .right {width: 30%;}
.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}
/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: orange;}
.content .descr {margin-bottom: 5px;}
/* navigation */
.nav {background: #191919 url(img/nav.gif);}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}
/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav a:hover {color: #orange;}
/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: orange;
	background: #222;
}
.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}
/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
.retrieve{background-image:none;background-color:#303030;color:white;}