﻿/*
////////////////////////////////////////////////
/// - HTML markup
*/

html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	background-color: #fff;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

h1
{
	padding: 0;
	margin: 0px 0 16px 0;
	font-family: Georgia, Serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
	color: #000;
}

h2
{
	padding: 0;
	margin: 0 0 12px 0;
	font-family: Georgia, Serif;
	font-size: 22px;
	line-height: 24px;
	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: 18px;
}

a
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	color: #58880f;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

ul
{
    margin: 0;
    padding: 0;
}

li
{
    margin: 0 0 5px 0;
    padding: 0;
}

/*
/// - HTML markup
////////////////////////////////////////////////
/// - Divs
*/

#WRAPPER
{
    width: 909px;
    margin: 0 auto;
}

#TOP
{
    height: 73px;
}

#TOP-LOGO
{
    width: 147px;
    padding: 23px 0 0 0;
    float: left;
}

#TOP-MENU
{
    width: 762px;
    padding: 40px 0 0 0;
    float: left;
}

#CONTENT
{
}

#MAINCONTENT
{
    position: relative;
    width: 907px;
    height: 332px;
    padding: 1px 1px 0 1px;
    background-image: url('images/bg-main.png');
    background-repeat: no-repeat;
}

/*
/// - Divs
////////////////////////////////////////////////
/// - MISC
*/

.clear
{
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.line-separator
{
	border-bottom: solid 1px #d7d7d7;
}

.videomode-link
{
    font-family: Georgia, Serif;
    color: #969696;
    display: block;
    font-size: 32px;
    padding-left: 36px;
    line-height: 20px;
    text-decoration: none;
}

.videomode-link:hover
{
    text-decoration: none;
    background-image: url("images/icon-navigate.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

.videomode-link-active
{
    font-family: Georgia, Serif;
    display: block;
    font-size: 32px;
    padding-left: 36px;
    line-height: 20px;
    text-decoration: none;
    background-image: url("images/icon-navigate.gif");
    background-repeat: no-repeat;
    background-position: top left;
    color: #000;
}

.videomode-link-active:hover
{
    text-decoration: none;
}

/*
/// - MISC
////////////////////////////////////////////////
/// - MENU
*/

#MENU
{
	float: right;
}

#MENU ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#MENU ul li
{
	float: left;
    display: inline;
}

#MENU ul li a
{ 
	display: block;
	padding: 0 9px 0 9px;
	text-transform: uppercase;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #565656;
	text-decoration: none;
	word-spacing: normal;
	font-weight: normal;
}

#MENU ul li a:hover
{ 
	text-decoration: underline;
}

#MENU ul li a.active
{
    font-weight: bold;
}

#MENU ul li a span
{
	text-align: center;
	display: block;
	margin: 0 0 0 0;
}

/*
/// - MENU
////////////////////////////////////////////////
/// - SUBMENU
*/

.submenu
{
	margin: 0 0 20px 0;
	height: 12px;
}

.submenu a
{
	display: block;
	width: 138px;
	min-height: 21px;
	height: auto !important;
	height: 21px;
	padding: 5px; 
	color: #fff;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom:1px solid #C4DC9F;
	text-decoration: none;
}

.submenu a:hover
{
    text-decoration: underline;
}

a.submenu-active
{
    text-decoration: underline;
}

.submenu-separator
{
	height: 1px;
	overflow: hidden;
	background-color: #ebebeb;
}

/*
/// - SUBMENU
////////////////////////////////////////////////
/// - SITETRAIL
*/

#SITETRAIL
{
    color: #777;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 15px;
}

#SITETRAIL a
{
    color: #777;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

#SITETRAIL a:hover
{
    text-decoration: underline;
}

/*
/// - SITETRAIL
////////////////////////////////////////////////
/// - BLOCKS
*/

.linkblock
{
    float: left;
    width: 287px;
    height: 124px;
    padding: 4px;
    background-image: url('images/bg-small.png');
    background-repeat: no-repeat;
}

.linkblock-separator
{
    float: left;
    width: 12px;
    height: 5px;
}

.linkblock a
{
    color: #000;
    font-size: 17px;
    font-family: Georgia, Serif;
    text-decoration: none;
}

.linkblock a:hover
{
    text-decoration: underline;
}

.linkblock-left
{
    float: left;
    width: 127px;
}

.linkblock-right
{
    float: left;
    width: 155px;
    padding: 0 5px 0 0;
}

.footer
{
	margin-top: 25px;
	color: #777;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 35px;
	font-size: 11px;
	line-height: 15px;
}

.footer a
{
    font-size: 11px;
}

.footer div
{
	float: left;
	width: 215px;
	margin-right: 10px;
	overflow: hidden;
}

.newsblock
{
    font-size: 11px;
    color: #565656;
}

.newsblock a
{
    font-size: 11px;
}

.newsblock ul
{
    display: inline;
}

.newsblock li
{
    display: inline;
    margin: 0 14px 0 0;
}

/*
/// - BLOCKS
////////////////////////////////////////////////
/// - TEXTPAGE
*/

.textpage-videomodeleft
{
    width: 314px;
    float: left;
}

.textpage-videomoderight
{
    width: 543px;
    padding: 0 20px 0 30px;
    float: left;
}

.textpage-textmodemenu
{
    width: 148px;
    height: 331px;
    float: left;
    background-color: #88b83f;
}

.textpage-textmodeleft
{
    width: 395px;
    padding: 20px 20px 0 30px;
    float: left;
}

.textpage-textmoderight
{
    width: 314px;
    float: left;
}

.textpage2-videomodeleft
{
    width: 314px;
    float: left;
}

.textpage2-videomoderight
{
    width: 543px;
    padding: 30px 20px 0 30px;
    float: left;
}

.textpage2-textmodeleft
{
    width: 314px;
    float: left;
}

.textpage2-textmoderight
{
    width: 543px;
    padding: 30px 20px 0 30px;
    float: left;
}

/*
/// - TEXTPAGE
////////////////////////////////////////////////
/// - MEDIAPLAYER
*/

#MediaPlayer
{
	position: absolute;
	width: 520px;
	height: 456px;
	padding: 10px;
	background-color: #fff;
	top: 20px;
	left: 50%;
	margin-left: -262.5px;
	z-index: 1000;
	display: none;
	border: solid 1px #d7d7d7;
	overflow: hidden;
}

#MediaPlayer a
{
	color: #88B83F;
	text-decoration: none;
	font-weight: bold;
}

#MediaPlayerMovieList
{
	position: absolute;
	width: 520px;
	top: 30px;
	left: 10px;
	height: 436px;
}

#MediaPlayerMovie
{
	position: absolute;
	width: 520px;
	top: 30px;
	left: 540px;
}

#MediaPlayerTop a
{
	font-weight: normal;
	color: #565656;
	text-decoration: underline;
}

/*
/// - MEDIAPLAYER
////////////////////////////////////////////////
/// - FAQPAGE/NEWSPAGE
*/

.faqpage-left
{
    float: left;
    width: 290px;
    height: 343px;
    padding: 5px 0 0 5px;
    background-image: url('images/bg-faq-block.png');
    background-repeat: no-repeat;
}

.faqpage-right
{
    float: right;
    width: 601px;
    position: relative;
}

.newspage-right
{
    float: right;
    width: 601px;
    height: 493px;
    background-image: url('images/bg-news.png');
    background-repeat: no-repeat;
}

.faqpage-left2
{
    float: left;
    width: 280px;
    height: 124px;
    padding: 8px 0 0 15px;
    margin-top: 13px;
    background-image: url('images/bg-small2.png');
    background-repeat: no-repeat;
    font-size: 11px;
    line-height: 13px;
}

.newspage-left2
{
    float: left;
    width: 280px;
    height: 124px;
    padding: 8px 0 0 15px;
    margin-top: 13px;
    background-image: url('images/bg-small2.png');
    background-repeat: no-repeat;
    font-size: 11px;
    line-height: 13px;
}

.faqpage-right2
{
    float: right;
    width: 585px;
    height: 132px;
    padding: 0 0 0 16px;
    background-image: url('images/bg-faq-answers.png');
    background-repeat: no-repeat;
    font-size: 11px;
    line-height: 15px;
}

.faqpage-right2 h2
{
    color:#000;
    font-family:Georgia;
    font-size:14px;
    font-weight:bold;
    margin: 0;
    padding: 2px 0 5px 0;
}

.faqpage-header
{
    width: 586px;
    height: 36px;
    padding: 6px 0 0 13px;
    background-image: url('images/bg-faq-header.png');
    background-repeat: no-repeat;
    border-left: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    color: #FFFFFF;
    font-family: Georgia;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.faqpage-runner
{
    width: 586px;
    height: 26px;
    border-top: solid 1px #d7d7d7;
    border-left: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;  
    padding:6px 0 0 13px;  
}

.faqpage-content
{
    width: 586px;
    min-height: 259px;
	height: auto !important;
	height: 259px;
    padding: 0 0 13px 13px;
    background-image: url('images/bg-faq.png');
    background-position: bottom;
    background-repeat: no-repeat;
    border-bottom: solid 1px #d7d7d7;
    border-left: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;
    background-color: #fefefe;
}

.faqpage-links
{
    padding: 2px 0 0 16px;
}

.faqpage-header h1
{
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    line-height: 32px;
}

.faqpage-linkimage
{
    float: left;
    width: 13px;
    height: 13px;
    padding: 3px 10px 4px 0;
}

.faqpage-linklink
{
    float: left;
    width: 530px;
}

.faqpage-linklink a
{
    color:#565656;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.faqpage-linklink a:hover
{
    text-decoration: underline;
}

a.faqlink-active
{
    text-decoration: underline;
}

.newspage-links
{
    width: 145px;
    float: left;
    padding-right: 30px; 
}

.newspage-content
{
    width: 390px;
    float: left;
}

.newspage-linkbg
{
    float: left;
    width: 25px;
    height: 34px;
    background-image: url('images/icon-navigate-small.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.newspage-linktext
{
    float: left;
    width: 120px;
    font-size: 11px;
}

.newspage-linktext a
{
    color:#565656;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

.newspage-linktext a:hover
{
    text-decoration: underline;
}
