﻿@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	background-image:url(../images/home_gradient.jpg);
	background-repeat:repeat-x;
	}

h1 {
	font-size: 1.6em;
	color: #192B6C;
	width: 500px;
	line-height: 1.5em;
	padding-top: 50px;
	padding-left: 18%;
	}

h2 {
	font-size: 1em;
	margin-bottom: 0;
	}

a {
	color: #192B6C;
	}
a:hover,
#navMain a:hover
	{
	color:#E87D01;
	}

img {border: 0;}

#pagewrap {
	background: #fff;
	width: 760px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #726963;
	border: 2px solid #B6B8BA;
	margin: 40px 0 0 100px;
	}

#header {
	height: 118px;
	text-align: center;
	}


#navMain {
	background-image: url(../images/oebb/nav_gradient.jpg);
	background-repeat: repeat-x;
	height: 25px;
	margin: 4px 0 0 0;
	padding-top: 3px;
	}

#navMain li {
	display: inline;
	list-style-type: none; 
	font-size: small;
	color: #000;
	padding-left: 55px;
	}

#navMain a {
	color: #000;
	text-decoration: none;
	}

.no-pipe,
#navMain a.no-pipe,
#navMain li.no-pipe,
#footer a.no-pipe {
	border-left: none;
	}
#navSection {
	position: absolute;
	top: 232px;
	left: 180px;
	width: 200px;
	}

#navSection ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 2em;
	}
#navSection ul ul{
	margin-left: 2em;
	}

.active {
	font-weight: bold;
	}

#contentMain {
	margin: 45px 50px 200px 275px;
	line-height: 150%;
	}

#contentMain p,
#contentMain ul {
	margin-top: 0;
	}

#contentHead {
	margin-bottom: 1em;
	}

#footer {
	clear: both;
	margin-top: 50px;
	margin-left: 68px;
	padding-bottom: 10px;
	font-size: .6em;
	line-height: 150%;
	}

#footer ul {
	margin-left: -44px;
	}

#footer li {
	display: inline;
	list-style-type: none; 
	}

#footer a {
	border-left: 1px solid #726963;
	padding-left: .5em;
	}

p.colLeft {
	float: left;
	clear: left;
	width: 225px;
	}

a.glossary {
	text-decoration: none; 
	border-bottom: 1px dotted;
	color: #333;
	}
a.glossary span{ display: none; }
a.glossary:hover{position: relative;} /* IE6 Only */
a.glossary:hover span{
	position: absolute;
	display: block;
	background-color: #F4F4F4;
	border: 1px solid #BCBCBC;
	width: 200px;
	padding: 3px;
	font-weight: normal;
	color:#343A4C;
	text-align: left;
}