﻿/***********************
 * $PageFrame          *
 ***********************/
html
{
	background: #222 url("/images/background/dots.png") repeat scroll top left;
}
body
{
	background: white url("/images/navigation/highlighted.png") no-repeat scroll -9999px -9999px;
	color: black;
	width: 1000px;
	margin: 0 auto;
	font-size: small;
	font-family: "Trebuchet MS", sans-serif;
}
/***********************
 * $Links              *
 ***********************/
a:link, a:active, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: none;
}
/***********************
 * $Headings           *
 ***********************/
h1
{
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 175%;
}
h2
{
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 130%;
}
h3
{
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 115%;
}
h4
{
	margin: 0 0 1em 0;
	font-weight: bold;
	font-size: 105%;
}
/***********************
 * $Tables             *
 ***********************/
td, th
{
	vertical-align: top;
	text-align: left;
	padding: 0 1ex 1ex 0;
}
/***********************
 * $BodyText           *
 ***********************/
p
{
	padding: 0;
	margin: 0 0 10px 0;
}
/***********************
 * $Header             *
 ***********************/
div#header
{
	background-color: #444; /*#2B3C99;*/
	color: white;
	margin: 0;
	padding: 10px 0 5px 10px;
	width: 990px;
	height: 55px;
}
div#header a
{
	color: white;
	border: none;
	text-decoration: none;
	font: x-large Arial, Helvetica, sans-serif;
	float: left;
}
div#language
{
	font: small "Trebuchet MS", sans-serif;
	text-align: right;
	padding: 36px 5px 0 0;
}
/***********************
 * $HorizontalNav      *
 ***********************/
div#horizontal ul
{
	list-style: none;
	padding: 0 0 0 175px;
	margin: 0 0 -1px 0;
	line-height: 30px;
	background: white url("/images/navigation/background.png") no-repeat scroll top left;
	width: 825px;
}
div#horizontal ul li
{
	display: -moz-inline-box; /* Fx2 */
	display: inline-block;    /* Fx3/WebKit/Opera */
	*display: inline;         /* IE6/IE7 */
	font-size: 120%;
	padding: 0 7px;
	margin: 0 0 0 -5px;
	*zoom: 1;
}
div#horizontal ul li:hover
{
	background: white url("/images/navigation/highlighted.png") repeat-x scroll top left;
}
div#horizontal ul li a
{
	color: white;
	text-decoration: none;
}
/***********************
 * $VerticalNav        *
 ***********************/
div#vertical
{
	width: 171px;
	float: left;
}
div#vertical ul
{
	list-style-type: none;
	padding: 0;
	margin: 5px 0 0 10px;
}
div#vertical ul li
{
	padding: 0 0 0 20px;
	margin: 0 0 3px 0;
}
div#vertical ul li.parent
{
	background: white url("/images/bullets/parent.png") no-repeat scroll top left;
	font-weight: bold;
}
div#vertical ul li.current
{
	background: white url("/images/bullets/current.png") no-repeat scroll top left;
	font-weight: bold;
}
/***********************
 * $Content            *
 ***********************/
div#content
{
	margin: 5px 0 0 176px;
	padding: 0 7px 0 0;
}
div#legal
{
	font-size: 90%;
	padding: 1ex 7px 2ex 176px;
	clear: both;
}