﻿/*
////////////////////////////////////////////////
/// - HTML markup
*/

html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	background-color: #fff;
	background-image: url('images/bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 22px;
}

h1
{
	padding: 0;
	margin: 0px 0 14px 0;
	font-family: Georgia, Serif;
	font-size: 42px;
	line-height: 48px;
	font-weight: normal;
	color: #000;
}

h2
{
	padding: 0;
	margin: 0 0 12px 0;
	font-family: Georgia, Serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #000;
}

h3
{
	padding: 0;
	margin: 0 0 14px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #000;
}

p
{
	padding: 0;
	margin: 0 0 12px 0;
	line-height: 20px;
}

a
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #4290b8;
	text-decoration: none;
	outline: 0;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

/*
/// - HTML markup
////////////////////////////////////////////////
/// - Divs
*/

*
{
	margin: 0;
}

#WRAPPER
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -105px;
	line-height: 19px;
}

#TOPWRAPPER
{
	width: 960px;
	margin: 22px auto 1px auto;
}

#TOPLOGO
{
	width: 465px;
	height: 64px;
	float: left;
	border-right: dotted 1px #000;
}

#TOPTEXT
{
	width: 334px;
	padding: 14px 0 0 0;
	float: left;
	font-size: 16px;
	font-family: Georgia, Serif;
	text-align: center;
}

#TOPBTN
{
	width: 150px;
	padding: 14px 0 0 10px;
	float: left;
}

#CONTENTWRAPPER
{
	display: block;
	width: 960px;
	min-height: 450px;
	margin: 0 auto 20px auto;
}

#PAGE-LEFT
{
	width: 572px;
	float: left;
	padding: 0 90px 20px 10px;
	margin-top: 20px;
}

#PAGE-RIGHT
{
	width: 288px;
	float: left;
	padding: 0 0 20px 0;
	margin-top: 20px;
}

#FORM-LEFT
{
	width: 416px;
	float: left;
	padding: 0 40px 20px 10px;
	border-right: dotted 1px #000;
	margin-top: 20px;
}

#FORM-RIGHT
{
	width: 442px;
	float: left;
	padding: 0 10px 20px 40px;
	margin-top: 20px;
}

#FOOTERWRAPPER
{
	width: 960px;
	height: 80px;
	margin: 20px auto 0 auto;
	padding: 20px 0 0 0;
	border-top: solid 1px #000;
}

/*
/// - Divs
////////////////////////////////////////////////
/// - MISC
*/

.clear
{
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.line-separator
{
	height: 1px;
	border-bottom: solid 1px #000;
}

.doubleline-separator
{
	height: 3px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

.introduction
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 15px;
	margin-bottom: 10px;
}

.floatleft
{
	float: left;
}

.bannerextra
{
	width: 212px;
	height: 30px;
	padding: 12px 0 0 18px;
	background-image: url('images/banner-extrabg.jpg');
	background-repeat: no-repeat;
}

.bannerextra a
{
	color: #fff;
	font-size: 17px;
	letter-spacing: 1px;
}

.blue
{
	color: #a1cde8;
}

.blue a
{
	color: #a1cde8;
}

.headline
{
	font-size: 22px;
	margin-bottom: 10px;
}

.headline a
{
	font-size: 22px;
	margin-bottom: 10px;
}

.txt
{
	width: 300px;
	padding: 5px;
	margin-bottom: 7px;
}

.btn
{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	width: 80px;
	height: 26px;
}

.mark
{
	font-weight: bold;
	background-color: #09feff;
	padding: 0 2px 0 2px;
	color: #000;
}

.bottombanner
{
	display: block;
	margin: 0 20px 20px 0;
	float: left;
}

.bottombanner-separator
{
	display: block;
	height: 5px;
	float: left;
}

/*
/// - MISC
////////////////////////////////////////////////
/// - MENU
*/

#MENU
{
	margin: 22px 0 0 0;
	height: 22px;
	border-top: solid 1px #000;
	border-bottom: solid 6px #000;
}

#MENU ul
{
	list-style: none;
	margin: auto;
	padding: 0;
}

#MENU ul li
{
	float: left;
    display: inline;
}

#MENU ul li a
{ 
	display: block;
	height: 20px;
	padding: 0 8px 0 8px;
	color: #000;
	font-family: Georgia, Serif;
	margin: 1px 1px 0 0;
}

#MENU ul li a:hover
{ 
	background-color: #09feff; 
	text-decoration: none;
}

#MENU ul li a.active
{ 
	background-color: #09feff; 
}

#MENU ul li a span
{
	text-align: center;
	line-height: 20px;
	display: block;
	margin: 0px 0px 0 0px;
}

/*
/// - MENU
////////////////////////////////////////////////
/// - SUBMENU
*/

.submenu
{
	margin: 0 0 20px 0;
	height: 12px;
}

.submenu a
{
	display: inline;
	font-family: Georgia, Serif;
	padding: 0 10px 0 0;
	font-size: 12px;
	color: #4d4c4c;
}

.submenu a:hover
{
	text-decoration: underline;
}

.submenu-active
{
	text-decoration: underline;
}

/*
/// - SUBMENU
////////////////////////////////////////////////
/// - START
*/

.start-bannerseparator
{
	width: 1px;
	height: 2px;
	float: left;
}

#STARTBANNERS
{
	padding: 15px 0 20px 0;
}

/*
/// - START
////////////////////////////////////////////////
/// - BLOCKS
*/

.textblock
{
	float: left;
	width: 280px;
	padding: 0 20px 0 20px;
	line-height: 16px;
}

.textblock h2
{
	text-align: center;
	font-family: Georgia, Serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0 20px 0;
}

.twitterblock
{
	float: left;
	width: 276px;
	padding: 0 20px 0 20px;
	line-height: 18px;
}

.twitterblock h2
{
	text-align: center;
	font-family: Georgia, Serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0 20px 0;
}

/*
/// - BLOCKS
////////////////////////////////////////////////
/// - IMAGEBOX
*/

#IMAGEBOX
{
	position: relative;
	margin-top: 20px;
	width: 960px;
	height: 442px;
	background-image: url('images/imagebox-bg.png');
	background-repeat: no-repeat;
}

#IMAGEBOX-RIGHT
{
	position: absolute;
	height: 64px;
	width: 64px;
	right: 36px;
	top: 180px;
	cursor: pointer;
	z-index: 40;
}

#IMAGEBOX-LEFT
{
	position: absolute;
	height: 64px;
	width: 64px;
	left: 36px;
	top: 180px;
	cursor: pointer;
	z-index: 40;
}

.imagebox-imageleft
{
	position: absolute;
	width: 817px;
	height: 290px;
	left: 71px;
	top: 70px;
	overflow: hidden;
}

.imagebox-imageright
{
	position: absolute;
	width: 817px;
	height: 290px;
	right: 72px;
	top: 70px;
	overflow: hidden;
}