@charset "utf-8";
/* CSS Document */

/* TEMPLATE CSS
*********************************************/

html {height: 100%; width: 100%; margin-bottom: 1px; overflow-y: scroll;}

body {
    font: 100%/1.4;
    font-family: 'Open Sans', sans-serif;
	background: #e2e6e1;
	margin: 0;
	padding: 0;
	color: #2d2d2d; }
	
/* LAYOUT
*********************************************/

	a:link {color: #396487; font-weight: semi-bold; text-decoration: underline; }
	a:hover { color: #93a191; font-weight: semi-bold; text-decoration: underline; }
	a:active { color: #93a191; font-weight: semi-bold; text-decoration: underline; }
	a:visited {color: #396487; font-weight: semi-bold; text-decoration: underline; }
		
#header-home { 
	position: relative;
	width: 997px;
	height: 333px;
	margin: 0;
	padding: 0;
	background: #396487; }
	
#header { 
	position: relative;
	width: 997px;
	height: 160px;
	margin: 60px 0 0 0;
	padding: 0;
	background: #396487; }
	
#name-home { 
	position: absolute;
	bottom: 0;
	text-align: left;
	width: 976px;
	height: 40px;
	margin: 0;
	padding: 5px 0 5px 20px;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	background: #396487;
	opacity:0.8;
    filter:alpha(opacity=80);
	color: #fff; }
	
#name { 
	position: absolute;
	bottom: 0;
	text-align: left;
	width: 976px;
	height: 40px;
	margin: 0;
	padding: 5px 0 5px 20px;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	background: #396487;
	color: #fff; }
	
#sidebar { 
	text-align: center;
	width: 997px;
	height: 27px;
	margin: 0;
	background: none; }
	
#mainlevel {
  list-style-type: none;
  padding: 0;
  margin: -3px 0 0 0;
  background: #396487; }

#mainlevel li {
  display: inline-block;
  text-align:center;
  width:196px;
  list-style-type: none;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1em;
  font-weight: 300;
  padding: 0;
  margin: 0; }

#mainlevel li a {
  padding: 2px 0 2px 0;
  margin: 0;
  display: inline-block;
  width:196px;
  list-style-type: none;
  text-decoration: none;
  color: #fff;
  background: #adc5da; }

#mainlevel li a:hover {
  padding: 2px 0 2px 0;
  margin: 0;
  display: inline-block;
  width:196px;
  list-style-type: none;
  text-decoration: none;
  color: #fff;
  background: #93a191; }

#mainlevel li a.current {
  padding: 2px 0 2px 0;
  margin: 0;
  display: inline-block;
  width:196px;
  list-style-type: none;
  text-decoration: none;
  color: #fff;
  background: #93a191; }
  
#content {	
	overflow: hidden;
 	text-align: left;
	width: 877px;
	height: auto;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 60px;
	background: #fff; }
	
.headline {	
 	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
    font-weight: 700;
	color: #396487; }

.subline {	
 	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
    font-weight: 300;
	color: #396487; }

#footer {	
	width: 997px;
	padding: 25px 0 20px 0;
 	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.8em;
    font-weight: 300;
	background-image: url(../img/spacer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff; }

