/* CSS Document */
* {
	
}
html {
	/* Always show a scrollbar for short pages. non-ie browsers */
	height: 100%;
	margin-bottom: 1px;
	/* IE hack */
	font-size: 100%;
	}
html, body {
	text-align: center;
}
body {
	font-family:"Trebuchet MS", Helvetica, Arial;
	/* This sets the default font size to be equivalent to 11px */
	font-size: 0.75em;
	line-height: 1.4em;
	color: #000;
	margin: 0;
	text-align: center;
	background:#3e9962;
}
ul,li{
	margin-left: 20px;
	padding: 3px;	
}
/* Paragraphs */

p#skip {
	position: absolute;
	left: -999px;
	width: 990px;
}
.skiplink {display:none;}
.siteError{
	border: 1px #FF0000 solid;
	font-weight:bold;
	font-size: 1.0em;
	text-align:center;
}
/* clear fix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display:inline-table;
}
/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */
/* Headers */
h1 {
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size: 2.2em;
	color: #3e9962;
	font-weight:normal;
	margin: 4px 0 10px; padding: 0;
}
h2 {
	font-family:"Trebuchet MS", Helvetica, Arial;
	margin: 15px 0 20px 0; padding: 0;
	color:#205D3E;
	font-weight:normal;
}
h3 {
	font-family:"Trebuchet MS", Helvetica, Arial;
	margin: 0; padding: 0;
	font-size: 1.333em;
}
h4 {
	font-family:"Trebuchet MS", Helvetica, Arial;
	margin: 0; padding: 0;
	font-size: 1.1em;
}
h6 {
	font-family:"Trebuchet MS", Helvetica, Arial;
	margin: 0; padding: 0;
	font-size: 1.083em;
}
.greenTableHead {
	background:url(images/div_horiz_dots_white.gif) bottom left repeat-x;
	margin:0px 0px 10px 0px;
	padding:20px 0px 10px 0px;
	color: #fff;
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:20px;
}
a:link {
	color: #3e9962;
}
a:visited {
	color: #3e9962;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
/* Form Elements */
input,select,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
div.hr {
  height: 15px;
  background: #fff url(images/hr.gif) repeat-x scroll center;
}
div.hr hr {
  display: none;
}
.darkGreenColumn {
	color:#FFFFFF;
	font-size:0.917em;
	line-height: 1.167em;
	padding-bottom:20px;
}
.darkGreenColumn a:link { color:#FFFFFF; text-decoration:underline; }
.darkGreenColumn a:visited { color:#FFFFFF; text-decoration:underline; }
.darkGreenColumn a:hover { color:#FFFFFF; text-decoration:none; }
.darkGreenColumn a:active { color:#FFFFFF; text-decoration:none; }

.lightGreenColumn {
	color:#205D3E;
	font-size:0.917em;
	line-height: 1.167em;
	padding-bottom:20px;
}

.lightGreenRow {
	color:#205D3E;
	font-size:0.917em;
	line-height: 1.167em;
	padding:20px;
}

.darkGreenRow {
	color:#FFFFFF;
	font-size:0.917em;
	line-height: 1.167em;
	padding:20px;
}

.lightGreenText {
	color:#CAEBD8;
	font-size:1.2em;
}

.smlText {
	font-size:0.833em;
}

/*********************************
	Main blocks
**********************************/
#wrapper {
	width: 920px;
	margin: 1px auto;
	text-align: left;
}
#header {
	margin-top: 14px;
	height:107px;
	position:relative;
}
#header h1{
	float:right;
	padding:0px;
	margin:0px;
	position:absolute;
	bottom:0px;
	right:0px;
}
#header .left{
	float:left;
	width:387px;
	height:75px;
	margin-right:19px;
	padding:14px 18px 18px 18px;
	overflow:hidden;
	background:#fff;
	font-size:13px;
	line-height:15px;
	font-family:"Trebuchet MS", Helvetica, Arial;
	color:#3d4741;
}
#header #logosTop{
	color:#fff;
	line-height:26px;
	font-size:13px;
	margin-top:16px;
	float:left;
}
#header #logosTop div{
	float:left;
	margin-right:5px;
}
#topMenu{
	position:absolute;
	bottom:0px;
	font-family:"Trebuchet MS", Helvetica, Arial;
	font-size:16px;
}
#topMenu, #topMenu a, #topMenu a:link, #topMenu a:visited, #topMenu a:active{
	color:#fff;
	text-decoration:none;
}
#topMenu a:hover{
	color:#90fcbb;
	text-decoration:none;
}
#mainMenu {
	background-color: #4db777;
	color:#FFFFFF;
	border-top: #FFF 1px solid;
	padding-left: 3px;
	padding-bottom:3px;
}
#mainMenu a {
	font-size: 1.1em;
	color:#FFFFFF;
	text-decoration:none;	
}
#mainMenu a:link {
	font-size: 1.1em;
	color:#FFFFFF;	
}
#mainMenu a:visited {
	font-size: 1.1em;
	color:#FFFFFF;	
}
#mainMenu a:hover {
	font-size: 1.1em;
	color:#000000;	
}
#mainMenu a:active {
	font-size: 1.1em;
	color:#FFFFFF;	
}
#subMenu {
	background-color: #4db777;
	color:#FFFFFF;
	border-top: #FFF 1px solid;
	padding: 3px;
	line-height: 1.4em;
}
#subMenu a {
	font-family:Tahoma, Arial, Verdana;
	font-size: 1.0em;
	color:#FFFFFF;
	text-decoration:none;		
}
#subMenu a:link {
	font-size: 0.9em;
	color:#FFFFFF;	
}
#subMenu a:visited {
	font-size: 0.9em;
	color:#FFFFFF;	
}
#subMenu a:hover {
	font-size: 0.9em;
	color:#000000;	
}
#subMenu a:active {
	font-size: 0.9em;
	color:#FFFFFF;	
}
#picture {
	width:912px;
	height:223px;
	border:4px solid #fff;
	margin-top:23px;
	position:relative;
}
#picture #headerRotation1, #picture #headerRotation2{
	position:absolute;
	top:0px;
	left:0px;
	width:912px;
	height:223px;
}
#mainContent { margin-top:23px; }
#contentLeft{
	float:left;
	width:252px;
	font-size:12px;
	font-family:"Trebuchet MS", Helvetica, Arial;
	color:#FFFFFF;
}
#contentLeft a, #contentLeft a:link, #contentLeft a:visited, #contentLeft a:active{
	color:#FFFFFF;
	text-decoration:underline;
}
#contentLeft a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#sideMenu a, #sideMenu a:link, #sideMenu a:visited, #sideMenu a:active{
	color:#FFFFFF;
	text-decoration:none;
}
#sideMenu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#contentLeft ul#sideMenu{
	padding:0px;
	margin:0px;
	list-style:none;
	font-size:13px;
}
#contentLeft ul#sideMenu li{
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	background:url(images/div_horiz_dots_white.gif) bottom left repeat-x;
}
#contentLeft ul#sideMenu li span{ padding:0px 10px 0px 20px; }
#contentRight{
	background:#fff;
	padding:19px;
	font-size:13px;
	font-family:"Trebuchet MS", Helvetica, Arial;
	color:#6a6a6a;
}
#contentRight h1{
	font-size:20px;
	color:#1b5c35;
	background:url(images/div_horiz_dots_green.gif) bottom left repeat-x;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}
#footer{
	background-color: #1b5c35;
	color:#FFFFFF;
	padding:5px 15px;
	margin-top:23px;
	border-bottom:4px solid #6db58a;
	font-size:11px;
	font-family:"Trebuchet MS", Helvetica, Arial;
}
#footer, #footer a, #footer a:link, #footer a:visited, #footer a:active{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#90fcbb;
	text-decoration:underline;
}
#footer .left{ float:left; }
#footer .right{ float:right; }
#footer #logosBottom{
	color:#fff;
	line-height:16px;
	font-size:12px;
	margin:8px 0px 5px 0px;
	float:left;
}
#footer #logosBottom div.float{
	float:left;
	margin-right:5px;
}
/*
	Per-page stuff
*/
#homeWrapper .topMarg{ margin-top:20px; }
#homeWrapper .leftMarg{ margin-left:20px; }
#homeWrapper .homeCell{
	float:left;
	width:285px;
	height:182px;
	border:4px solid #fff;
}
#homeWrapper .homeCell:hover{ border-color:#335935; }
#homeMenu{
	margin-top:20px;
	padding:17px;
	background:#1b5c35;
	height:131px;
	position:relative;
}
#homeMenu h2{ margin-bottom:10px; }
#homeMenu .column{
	float:left;
	margin-right:40px;
	font-family:"Trebuchet MS", Helvetica, Arial;
	color:#7ac698;
	font-size:13px;
}
#homeMenu .column a{ display:block; }
#homeMenu .column a, #homeMenu .column a:link, #homeMenu .column a:visited, #homeMenu .column a:active{
	color:#7ac698;
	text-decoration:none;
}
#homeMenu .column a:hover{
	color:#7ac698;
	text-decoration:underline;
}
#homeMenu #close{
	position:absolute;
	top:-4px;
	right:-4px;
}
#homeFilmWrapper{ position:relative; }
#homeFilmOverlay{
	position:absolute;
	top:0px;
	left:0px;
}
/*********************************
	styles from fck
**********************************/
.normal {
	font-size: 1.0em;
}
.small {
	font-size: 0.8em;
}
.greenBackground {
	background-color: #4DB777;
	color:#FFFFFF;
}
.caption {
	font-size: 0.8em;
	line-height: 1.5em;
}
/*
	New misc. classes
*/
.trebGreen, .trebWhite{
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:20px;
}
.trebGreen, .trebGreen a, .trebGreen a:link, .trebGreen a:visited, .trebGreen a:active, .trebGreen a:hover{ color:#1b5c35; }
.trebWhite, .trebWhite a, .trebWhite a:link, .trebWhite a:visited, .trebWhite a:active, .trebWhite a:hover{ color:#fff; }
.divGreen{
	background:url(images/div_horiz_dots_green.gif) bottom left repeat-x;
	padding-bottom:8px;
	margin-bottom:8px;
}
.divWhite{
	background:url(images/div_horiz_dots_white.gif) bottom left repeat-x;
	padding-bottom:5px;
	margin-bottom:5px;
}
