﻿body {
	margin: 0px 0px;
	background: black url(../img/bg.png) top repeat-x;
}

#wrapper {
	position: relative;
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	width: 100%;
	height: 140px;
	background: #323232;
	border-bottom: 2px solid #b2b2b2;
}

#menutop {
	position: absolute;
	left: 275px;
	top: 55px;
	width: auto;
	height: auto;
}

#menutop ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: auto;
}

#menutop li {
	display: inline;
}

#menutop a {
	background: #ff7f00;
	display: block;
	position: relative;
	float: left;
	height: 20px;
	padding: 11px 10px 9px 10px;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: white;
	font-size: 14px;
	vertical-align: middle;
	border-left: 1px solid #FFA445;
	border-right: 1px solid #d26900;
	text-decoration: none;
}

#menutop a:hover{
	color: #6A3E07;
}


#menutop a.firstlink {
	background: #ff7f00 url(../img/firstlink.png) left no-repeat;
	border-left: none;
}

#menutop a.lastlink {
	background: #ff7f00 url(../img/lastlink.png) right no-repeat;
	border-right: none;
}

#menutop a.currentlink {
	color: #6A3E07;
}

#logo {
	position: absolute;
	left: 60px;
	top: 30px;
}

#logo img{
	border: none;
}

#infobar {
	position: relative;
	width: 100%;
	height: 40px;
	display: block;
	background: #D7F6FF;
	border-bottom: 1px solid #74DDFF;
}

#search {
	position: relative;
	float:left;
	width: 250px;
	height: 40px;
}

#headline {
	position: relative;
	float:left;
	width: 700px;
	height: 40px;
}

#headline h2 {
	color: #000000;
	font-family: 'Trebuchet MS' , sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	margin: 8px 10px 8px 25px;
	font-size: 20px;
}

#content {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: #f7f7f7;
}

#left {
	position: relative;
	float: left;
	width: 250px;
	padding-bottom: 10px;
	min-height: 300px;
	background: transparent;
}

#menuleft {
	position: relative;
	float: left;
	width: 100%;
}

#menuleft ul {
	margin: 5px 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
	width: 250px;
}

#menuleft li {
}

#menuleft a {
	display: block;
	position: relative;
	padding: 10px 0px;
	width: 230px;
	font-size: 12px;
	color: #505c6b;
	text-decoration: none;
	text-align: right;
	font-family: 'Trebuchet MS', sans-serif;
	border-bottom: 1px dotted #78899C;
}

#menuleft a:hover {
	text-decoration: none;
	color: #ff7f00;
}

#menuleft a.firstlink {}

#menuleft a.currentlink {
	color: #ff7f00;
	font-weight: bold;
}

#menuleft a.lastlink {
	border-bottom: none;
}


#right {
	position: relative;
	float: left;
	width: 700px;
	min-height: 300px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: transparent;
}

#right p,table,ul,ol {
	margin: 10px 40px 10px 25px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #323232;
}

#right h1,h2,h3,h4,h5,h6 {
	margin: 30px 40px 10px 25px;
	font-family: 'Trebuchet MS', sans-serif;
	letter-spacing: 0.1em;
	color: #18ADD2;
}

#right a {
	color: #ff7f00;
}

#right a:hover {
	text-decoration: none;
	/* color: #78899C; */
	color: #505c6b;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	background: #5F6C7B;
	border-top: 2px solid #b2b2b2;
}

#credits {
	position: absolute;
	right: 20px;
	top: 50px;
	text-align: right;
}

#credits p {
	font-size: 12px;
	color: #A0AFC1;
	font-family: Verdana, sans-serif;
}


#credits img {
	vertical-align: middle;
	margin-left: 5px;
	border: none;
}

#footerlinks {
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: right;
}

#footerlinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footerlinks li {
	display: inline;
}

#footerlinks a {
	display: block;
	position: relative;
	float: left;
	padding: 0px 5px;
	font-size: 12px;
	color: #63E0FF;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	border-left: 1px solid #78899C;
	border-right: 1px solid #4B5661;
}

#footerlinks a:hover {
	text-decoration: none;
	color: #D7F5FF;
}

#footerlinks a.firstlink {
	border-left: none;
	padding-left: 0px;
}

#footerlinks a.lastlink {
	border-right: none;
	padding-right: 0px;
}

#poitbdiv {
	margin: 0px 40px 0px 25px;
	height: 600px;
	overflow: auto;
}

#poitbdiv table {
	border-collapse: collapse;
	width: 615px;
	margin: 0px;
}

#poitbdiv td,th {
	border-bottom: 1px dotted silver;
	text-align: left;
}

table {
	border-collapse: collapse;
	width: 600px;
}

td, th {
	padding: 10px 20px;
}

.zebra {
	background-color: #D7F6FF;
}


.firstheading {
	padding-top: 0px;
	margin-top: 7px;
}

/*listingi*/
pre, pre.html {
	width: 625px;
	border: 1px dotted #999999;
	background-color: #fcfcfc;
	padding: 10px;
	margin: 0px 40px 0px 25px;
	font-size: 11px;
	overflow: auto;
}

ul ul {margin: 5px 0px;}

