﻿@charset "utf-8";

/****************************
	Tags / General
 ****************************/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;	
}

html {
	overflow-y: scroll;
}

body {
	color: #3d4149;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	color: #b8bbbe;
	text-decoration: none;
}

a:hover, a:active {
	color: #ee592b;
}

td {
	vertical-align: top;
	padding-bottom: 5px;
}

img {
	display: block;
}

#page {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* This class is used by invisible <hr /> tags, that are placed at the end of an floating area */
.clearfloat {
	clear: both;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide, .hide * {
	display: none;
}


/****************************
	Header
 ****************************/
 
#header {
	height: 175px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: 44px 60px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #e6e9ed;
}

#header-print {
	display: none;
}



/****************************
	Navigation
 ****************************/
 
#nav {
	padding-top: 12px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	word-spacing: 10px;
	line-height: 30px;
}

.nav-button {
	color: #b8bbbe;	
	font-family: Georgia, serif;
	font-size: 17pt;
	font-style: italic;
	padding-left: 7px;
	padding-right: 4px;			/* Due the font style is italic you need an asymmetric padding to display the underline aesthetically */
	padding-bottom: 2px;
	letter-spacing: -1px;
	word-spacing: 0px;
}

.nav-button:hover {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #ee592b;
	color: #5d6b79;
}

.nav-button-active {
	font-family: Georgia, serif;
	font-size: 17pt;
	font-style: italic;
	padding-left: 7px;
	padding-right: 4px;			/* Due the font style is italic you need an asymmetric padding to display the underline aesthetically */
	letter-spacing: -1px;
	word-spacing: 0px;
	color: #5d6b79;
}

.nav-button-active:hover {
	color: #5d6b79;
}



/****************************
	Content
 ****************************/

#content h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	font-size: 12pt;
	color: #5d6b79;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e9ed;
	border-bottom-width: 1px;
}

#content h3 {
	color: #5D6B79;
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content a {
	color: #5d6b79;
	font-weight: bold;
}

#content a:hover {
	border-bottom-style: dashed;
	border-bottom-color: #ee592b;
	border-bottom-width: 1px;
}

#content p {
	margin-bottom: 20px;
}

.image {
	background-color: #e6e9ed;
	border-style: solid;
	border-color: #b8bbbe;
	border-width: 1px;
	display: block;
}

.image-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.image-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content .image a:hover {
	border: 0;
}

#content .mouseover a:hover {
	border: 0;
}

/****************************
	Footer
 ****************************/
 
#footer {
	clear: both;
	height: 100px;
}

#preloader {
	width: 1px;
	height: 1px;
	visibility: hidden;
	overflow: hidden;
}
