﻿/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
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: #F70;
}
a:hover {
	color: #C60;
}
body {
	background: #FFFFFF url(img/topleft2.gif) repeat-x;
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
code {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
p {
	font-size: 1.4em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
h3 {
	color: #06C;
	padding-top: 6px;
}
h2 {
	color: #06C;
	padding-top: 6px;
}
h1 {
	color: #06C;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}
/* structure */
.container {
	background: url(img/lordlever.gif) no-repeat;
}
.header {
	height: 92px;
}
/* title */
.title {
	float: left;
	padding: 28px 0 0 76px;
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}
/* main */
.main {
	background: #FFF url(img/bgmain.gif) no-repeat;
	clear: inherit;
	padding: 12px 12px 0 52px;
}
/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 94%;
}
.content .descr {
	margin-bottom: 2px;
	margin-top: 8px;
	font-size: 1.4em;
	margin: 16px 0 -2px 0;
	color: #C60;
}
.content .indent {
	margin: 0 0 0 0;
	margin-left: 34px;
}
.content .smallindent {
	margin: 0 0 0 0;
	font-size: 1.2em;
	margin-left: 18px;
}
.content .subhead {
	font-weight: bold;
}
.content li {
	list-style: url(img/li.gif);
	font-size: 1.4em;
	margin-left: 18px;
}
.content ol .num {
	list-style: decimal;
	font-size: 1.4em;
	list-style-type: decimal;
	padding-bottom: 1.2em;
}
.content ol .indnum {
	margin-left: 18px;
	list-style: lower-roman;
	font-size: 1.4em;
	list-style-type: lower-roman;
	padding-bottom: 1.2em;
}


/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}
/* footer */
.footer {
	background: #FFFFFF url(img/bgfooter.gif) repeat-x;
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}

/*
 * MENU CODE
 *
 */
/* common styling */
.menu {
	font-family: Trebuchet MS, sans-serif;
	position: relative;
	font-size: x-small;
	padding-bottom: 50px;
	z-index: 100;
	float: left;
	height: 92px;
	margin-left: 310px;
	padding: 22px 16px;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul li {
	float: left;
	position: relative;
}
.menu ul li a:visited {
	display: block;
	text-decoration: none;
	font: bold small Trebuchet MS, sans-serif;
	color: #000;
	height: 44px;
	color: #000;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
	background: #C1DEF0;
	padding: 0px 5px 0px 5px;
	line-height: 40px;
}
.menu ul li a {
	display: block;
	text-decoration: none;
	font: bold small Trebuchet MS, sans-serif;
	color: #000;
	height: 44px;
	color: #000;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;
	background: #C1DEF0;
	padding: 0px 5px 0px 5px;
	line-height: 40px;
}
.menu ul li a:visited {
}
* html .menu ul li a {
	margin-left: 0px;
width:149px;
w\idth:139px;
}
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.menu ul li a:hover {
	color: #fff;
	background: #0066CC;
}
.menu ul li:hover a {
	color: #fff;
	background: #0066CC;
}
.menu ul li a:hover ul {
	display: block;
	position: absolute;
	top: 3em;
	margin-top: 1px;
	left: 0;
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 3em;
	margin-top: 1px;
	left: 0;
}
* html .menu ul li a:hover ul {
	margin-top: 0;
}
.menu ul li a:hover ul li a ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	width: 0;
}
.menu ul li:hover ul li ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	width: 0;
}
.menu ul li a:hover ul li a {
	display: block;
	background: #0066CC;
	color: #FFFFFF;
	height: auto;
	line-height: 1.2em;
	padding: 5px 10px;
	width: 145px;
}
.menu ul li:hover ul li a {
	display: block;
	background: #0066CC;
	color: #FFFFFF;
	height: auto;
	line-height: 1.2em;
	padding: 5px 10px;
	width: 145px;
}
.menu ul li a:hover ul li a:hover {
	background: #C1DEF0;
	color: #000;
}
.menu ul li:hover ul li a:hover {
	background: #C1DEF0;
	color: #000;
}
