﻿html, body, form
{
	overflow-x:hidden;
	height:100%;
} 

body
{
	background-color:#05414f;
	background-image:url(../Images/Backgrounds/Background.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	height:100%;	
}

.Page
{
	min-width:967px;
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
}

.Fixed
{
	position:fixed;	
}

.Center
{
	text-align:center;	
}

.Logo
{
	background-image:url(../Images/Backgrounds/Logo.png);
	width:180px;
	height:91px;
	top:30px;
	left:45px;
	z-index:100;
}

.ShowYourSupport
{
	background-image:url(../Images/Backgrounds/ShowYourSupport.png);
	width:356px;
	height:295px;
	top:65px;
	left:205px;
	z-index:50;
}

.ThanksYourSupport
{
	background-image:url(../Images/Backgrounds/ThanksForYourSupport.png);
	width:359px;
	height:273px;
	top:65px;
	left:205px;
	z-index:50;
}

.EventsCentre
{
	position:absolute;
	background-image:url(../Images/Backgrounds/EventsCentre.png);
	width:570px;
	height:292px;
	bottom:3px;
	left:0;
	z-index:25;
}

.PeterLeech
{
	position:absolute;
	background-image:url(../Images/Backgrounds/PeterLeech.png);
	width:262px;
	height:341px;
	bottom:0;
	left:0;
	z-index:80;
}

.Grass
{
	position:absolute;
	background-image:url(../Images/Backgrounds/Grass.png);
	height:62px;
	bottom:0;
	z-index:0;
	width:100%;
}

.Content
{
	z-index:200;
	float:right;
	padding-top:25px;
	padding-right:30px;
	width:366px;
	padding-bottom:100px;
}

.VerticleSpacing
{
	padding-bottom:7px;
}

.TopContent .TopCurve
{
	background-image:url(../Images/Backgrounds/TopCurve.png);
	height:15px;
}

.TopContent .BottomCurve, .BottomContent .BottomCurve
{
	background-image:url(../Images/Backgrounds/BottomCurve.png);
	height:15px;
}

.TopContent .Middle, .BottomContent .Middle
{
	background-color:#033643;
	padding:0 15px 0 15px;
}

.BottomContent .Middle
{
	padding-top:15px;
}
 
div.MainMenu
{
	height:25px;
}

div.MainMenu div
{
	float:left;
	margin-right:1px;
}

.Form .Field
{
	clear:both;
}

.Form .Field .Label
{
	float:left;
	padding-top:5px;
	padding-bottom:13px;
}

.Form .Field INPUT[type=text],
.Form .Field TEXTAREA, 
.Form .Field .Submit
{
	float:right;	
}

.Form .Field SELECT
{
	float:left;
	margin-left:44px;
}

.Form .Field INPUT[type=text]
{
	width:250px;
}

.Form .Field TEXTAREA
{
	width:227px;	
}

.Form .Field SELECT
{
	width:200px;
}

.Form .Field .Validation
{
	float:right;
	padding-left:5px;
}

.VideoContainer
{
	padding-top:4px;
	width:328px;
	text-align:center;
	background-color:#000000;
}

.ThumbnailItem
{
	width:111px;
	height:87px;
}

.ThumbnailItem div
{
	padding:3px;
	padding-bottom:7px;
}

.ThumbnailItem div img
{
	cursor:pointer;
	z-index:800;
	position:fixed;
}

ol.QuestionsList
{
	margin-left:24px;
	list-style-type:decimal;
	color:#00A551;
}

ol.QuestionsList li
{
	list-style-type:decimal;	
}

ol.QuestionsList li div.Answer
{
	width:300px;
	display:none;
}

.NegativeSummary
{
	margin-bottom:10px;
	border:solid 1px #9a907c;
	padding:5px;
	background-color:#0f577e;
}