/* ------------------------------------------------------ */
/* Copyright 2007 (Non-)verbaal, http://www.nonverbaal.nl */
/* -------------------------------------------------------*/

@import url("reset.css");

body {
	background: #FFFFFF;
	color: #000000;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

a {
	color: #AFBB00;
	font-weight: bold;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;	
}

div.loading {
	background: url(../images/loading.gif) no-repeat center center;
	width: 296px;
	height: 16px;
	text-indent: -1000px;
}

/* Basic structure -------------------------------------- */
/* ------------------------------------------------------ */

div#container {
	position: relative;
	margin: 0 auto;
	width: 960px;	
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */		
}

div#header {
	position: relative;
	height: 104px;
	background: url(../images/header.jpg) no-repeat;
}

div#main {
	position: relative;
	width: 100%;
}

div#content {
	position: relative;
	margin: 0 303px 0 241px;
	font-size: 1.1em;
	padding: 20px;
	z-index: 3;
	background: #EBF1F3;
}

div#left {
	position: absolute;
	width: 234px;
	top: 0;
	z-index: 2;
	font-size: 1.0em;
}

div#right {
	position: absolute;
	width: 296px;
	right: 0;
	top: 0;
	z-index: 1;
	font-size: 1.1em;
}

/* Header ----------------------------------------------- */
/* ------------------------------------------------------ */

div#header a {
	position: absolute;
	width: 395px;
	height: 104px;
	right: 0;
	top: 0;
}

div#header a span {
	display: none;
}

/* Left ------------------------------------------------- */
/* ------------------------------------------------------ */

div#left {
	width: 234px;
	font-size: 1.0em;
}

div#left ul {
	list-style: none;
	margin-bottom: 22px;
}

div#left ul ul {
	margin-bottom: 5px;
}

div#left ul li {
	position: relative;
	z-index: 1;
	color: #FFFFFF;
}

div#left ul.low li {
	background: url(../images/menu-low.gif) no-repeat 25px 0px;
}

div#left ul.high li {
	background: url(../images/menu-high.gif) no-repeat 25px 0px;
}

div#left ul li.selected {
	background: url(../images/menu-selected.gif) no-repeat 0px 0px;
}

div#left ul li a {
	position: absolute;	
	z-index: 2000;
	left: 0;
	top: 0;
	display: block;	
	width: 234px;
	height: 26px;	
}

div#left ul.low li a {
	background: url(../images/arrow-low.gif) no-repeat 50px center;
}

div#left ul.high li a {
	background: url(../images/arrow-high.gif) no-repeat 50px center;
}

div#left ul li.selected a {
	background: url(../images/arrow-selected.gif) no-repeat 50px center;
}

div#left ul div {
	padding-left: 70px;
	padding-top: 6px;
	margin-bottom: 5px;	
	height: 20px;
}

div#left ul.sub li {
	position: relative;
	z-index: 1;
	background: url(../images/menu-sub.gif) no-repeat 25px 0px;
	color: #FFFFFF;
}

div#left ul.sub li.selected {
	background: url(../images/menu-sub.gif) no-repeat 0px 0px;
}

div#left ul.sub li a {
	background: url(../images/arrow-sub.gif) no-repeat 50px center;
}

div#left ul em {
	letter-spacing: 0em;
	color: #FFFFFF;
}

div#left ul strong {
	letter-spacing: 0em;
	color: #31393E;
	text-transform: uppercase;
}

div#left div.low {
	text-align: right;
}

div#left div.low a {
	color: #4E6174;
}

/* Right ------------------------------------------------ */
/* ------------------------------------------------------ */

div#right div {
	margin-bottom: 10px;
}

div#right h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.9em;
	margin-bottom: 10px;
}

div#right h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	letter-spacing: -0.2em;
}

div#right div.image {
	margin: 0;
}

div#right div.case {
	background-color: #31393E;
	color: #FFFFFF;
	padding: 15px;
}

div#right div.case div {
	line-height: 1.5em
}

div#right a.more {
	background: url(../images/a-more.gif) no-repeat left center;
	padding-left: 18px;
	text-transform: lowercase;
}

div#right a.morepractice {
	background: url(../images/a-morepractice.gif);
	display: block;
	height: 53px;
	width: 296px;
}

div#right a.morepractice span {
	display: none;
}

div#right div strong {
	font-weight: bold;
}

div#right ul.pages {
	margin-bottom: 10px;
}

div#right ul.pages li {
	display: inline;
}

div#right ul#result li {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

div#right ul#result li strong {
	font-weight: bold;
}

/* Content ---------------------------------------------- */
/* ------------------------------------------------------ */

div#content h1 {
	text-transform: uppercase;
	color: #4E6174;
	font-weight: bold;
	font-size: 2.3em;
	margin-bottom: 10px;
	letter-spacing: -0.2em;
}

div#content h2 {
	color: #4E6174;
	font-weight: bold;
	font-size: 1.7em;
	margin-bottom: 10px;
	letter-spacing: -0.2em;
}

div#content div {
	line-height: 1.5em;
	margin-bottom: 1.1em;
}

div#content div p {
	margin-bottom: 1.1em;
}

div#content div ul {
	list-style: disc;
	margin: 1.1em 2.2em;
}

div#content div ol {
	list-style: decimal;
	margin: 1.1em 2.2em;
}

div#content div strong {
	font-weight: bold;
}

/* Score ------------------------------------------------ */
/* ------------------------------------------------------ */

div#content form ul.score ul {
	margin: 0.5em 0;
}

div#content form ul.score ul li {
	margin: 0.5em 0;
}

div#content form ul.score label {
	margin-left: 5px;
}

div#content form ul.score a {
	display: block;
	height: 20px;
	background: #C6CD2C;
	color: #424242;
	padding: 6px 0 0 15px;
	margin-bottom: 0.5em;
}

div#content form ul.score ul a {
	display: block;
	height: 20px;
	background: #E4E998;
	color: #424242;
	padding: 6px 0 0 15px;		
}

div#content form ul.score ul ul a {
	display: block;
	height: 20px;
	background: none;
	color: #FFFFFF;	
	padding: 6px 0 0 15px;			
}

div#content form ul.none {
	/*display: none;*/
}

div#content form button {
	margin-top: 0.5em;
}

div#content table td {
	vertical-align: top;
}

/* Search ----------------------------------------------- */
/* ------------------------------------------------------ */

body#search div#content {
	margin: 0 363px 0 241px;
	background: #424242;
	color: #FFFFFF;
}

body#search div#content h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.3em;
	letter-spacing: -0.2em;	
}

body#search div#right {
	width: 316px;
	background: #EBF1F3;	
	padding: 20px;	
}

body#search div#right h2 {
	text-transform: uppercase;
	color: #4E6174;
	font-size: 2.3em;
	letter-spacing: -0.2em;	
}

body#search div#right a {
	color: #4E6174;
}
