/* ----------------------------- General ----------------------------- */
* {
	margin: 0;
	padding: 0;
}

html, body { 
	height: 100%; 
	background-color: #4978ad;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #212220;
}

.clearer {
 	line-height: 0 !important;
    clear: both;
    margin : 0 !important;
    padding: 0 !important;
    border: 0 !important;
	font-size: 0 !important;
	height: 0 !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

img, a img {
	border: none;
}

ul {
	list-style-position: outside;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #7fa41a;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

h1, h3 {
	font-size: 50px;
	line-height: 50px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h2 {
	margin-bottom: 20px;
	font-size: 20px;
}

/* ----------------------------- Content ----------------------------- */
#flash {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	visibility: visible;
}

#noflash {
	position: relative;
	width: 500px;
	height: 30px;
	top: 470px;
	left: 0;
	z-index: 0;
	color: #4978ad;
	background-color: #ffffff;
	padding: 30px 5px 0px 5px;
	margin: 0 auto;
	text-align: center;
	visibility: hidden;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}

#main {
	position: absolute;
	left: 44px;
	top: 107px;
}

/* Menu */
#menu {
	position: relative;
	width: 650px;
	height: 100px;
	background-color: #ffffff;
	z-index: 100;
}

#menu ul {
	position: absolute;
	bottom: 10px;
	left: 15px;
}

#menu ul li {
	margin-right: 13px;
	display: inline-block;
}

#menu ul li a {
	font-size: 19px;
	text-transform: uppercase;
	color: #212220;
}

#menu ul li a:hover {
	color: #7fa41a;
	text-decoration: none;
}

/* Content */
#content {
	position: relative;
	width: 600px;
	margin-top: 10px;
	padding: 20px 25px 20px 25px;
	background-color: #ffffff;
}

#headline {
	width: 100px;
}	

#text {
	width: 400px;
	margin-top: 26px;
	line-height: 21px;
}
 
#text img {
	margin-bottom: 4px;
}

#text ul {
	margin: 20px 0 20px 20px;
}

#text div {
	border-bottom: dotted 1px #000000;
}
#text div.time {
	border: none;
	clear: both;
	margin-bottom: 10px;
}

#navigator {
	position: absolute;
	bottom: 22px;
}

#navigator h5 {
	display: inline;
}

#navigator a {
	font-size: 16px;
	font-weight: bold;
	color: #212220;
}

#navigator a:hover {
	color: #7fa41a;
	text-decoration: none;
}

/* Contactslider */
#sideBar {
	position: relative;
	width: auto;
	height: 37px;
	top: 1px;
	right: 1px;
}

#sideBarTab {
	height: 37px;
	width: 169px;
}

#sideBarTab img {
	border:0px solid #ffffff;
}

#sideBarContents {
	visibility: hidden;
	overflow: hidden !important;
	background-color: #ffffff;
	width: 390px;
}

#sideBarContentsInner {
	padding: 20px 0 20px 44px;
	width: 350px;
	background-color: #ffffff;
}
