/* CSS Document */

/* ----------- MAIN LAYOUT ----------- */
html {font-size: 101%}

body {font-size: 0.625em; margin: 0; background: #FFF url(../img/drop_shadow.gif) repeat-y center top;}

h1, h2, h3, p, pre, blockquote, label, ul, ol, dl, fieldset, address {margin: 1em 0 0.5em 0;}
li, dd {margin-left:5%; margin-bottom: 0.2em;}
fieldset {padding: .5em;}

a {outline: 0; color: #FFF;} /* FF removes dotted line around links */
a:link {text-decoration: underline;}
a:hover {text-decoration: none; color: #FF0000;}
a:visited {text-decoration: underline;}
a:visited:hover {text-decoration: none;}

img {border: 0;}

h1, h2, h3 {color: #FF0000; font-weight: normal;}
h1 {font-size: 1.8em; border-bottom: 1px solid #FFF; padding-bottom:.5em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}

th {text-align: left;}
td {text-align: left;}

.defaultview {display: none;}

#container {
	font: 1.2em Arial, Helvetica, Verdana;
	margin: 0 auto;
	width: 780px;
	position: relative;
	color: #FFF;
	overflow: hidden;
	line-height: 1.5em;
	text-align: justify;
	background: #000 /*url(../img/bg_img.jpg) no-repeat*/;
}

#header {
	height: 550px;
	position: relative;
	overflow: hidden;
}

#header ul,
#header ul * {
	margin: 0;
	padding: 0;
}

#header ul {
	position: absolute;
	top: 0;
	right: 0;
	list-style-type: none;
	margin: .5em 1em;
	z-index: 10;
}

#header ul li {
	float: left;
}

#header ul li a {text-decoration: none;}
#header ul li a:hover {text-decoration: underline;}

#header h1,
#header h2 {
	text-indent: -9999px;
	border: 0;
	margin: 0;
}

#flashheader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#header #toc {
	position: absolute;
	top:103px;
	right: 96px;
	z-index: 10;
}

#toc a {
	display: block;
	text-indent: -9999px;
	width: 50px;
	height: 60px;
	/*border: 1px solid #FFF;*/
	z-index: 10;
}

#content {
	padding-top: 1em;
	position: relative;
}

ul#menu,
ul#menu * {
	padding: 0;
	margin: 0;
}

ul#menu {
	background: #000;
	position: absolute;
	left: 0;
	width: 200px;
	list-style-type: none;
	overflow: hidden;
	text-align: left;
}

ul#menu li {border-bottom: 1px solid #FFF; margin-right: 10px;}
ul#menu li.top {}
ul#menu li.end {border: 0;}

ul#menu li a {
	display: block;
	height: 100%;
	text-decoration: none;
	padding: .4em 1em;
	font-size: 1.1em;
}

#maincontent {
	background: #000;
	margin-left: 220px;
	min-height: 300px;
	margin-right: 2em;
}

#footer {}
#footer .logo {
	float: right;
	margin: 1.5em 2em;
}

.border {
	border: 1px solid #888;
}