html,
body
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	color: #252F47;
	background: #FFF;
}

div#atffc
{
	height: 0px;
}

a
{
	text-decoration: underline;
	color: #7CBD2A;
}

a.button
{
	font-family: "Gill Sans Light", verdana;
	text-transform: uppercase;
}

img
{
	border: 0px;
}

form,
form fieldset
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
}

h1,
h2,
h3
{
	margin: 5px;
	padding: 0px;
	font-family: "Gill Sans Light", verdana;
	color: #7CBD2A;
}

h1
{
	font-size: 20px;
	line-height: 39px;
}

h2
{
	font-size: 16px;
	line-height: 27px;
}

h3
{
	font-size: 12px;
	line-height: 23px;
}

h1.hide, h2.hide, h3.hide, h4.hide, h5.hide, h6.hide
{
	display: none;
	margin: 0;
}

.lightgreen
{
	background-color: #F2F8EA;
}

p.lightgreen
{
	padding: 5px;
}

div.left,
img.left,
input.left,
a.left
{
	float: left;
}

div.right,
img.right,
input.right,
a.right
{
	float: right;
}

.clear
{
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

div.error
{
	color: #EB1C22;
}

div#footer
{
	position: relative;
	margin: 0px auto 20px auto;
	height: 85px;
	background-image: url(/media/image/background/shade.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#footer div.footercontainer
{
	position: relative;
	margin: 0px auto 40px auto;
	width: 900px;
	text-align: center;
}

div#footer div.footercontainer div.footerspacing
{
	margin: 0px 10px;
	width: 880px;
}

div#footer div.footercontainer div#footeritem
{
	margin: 0px auto;
	padding-top: 20px;
	width: 500px;
	text-align: center;
	line-height: 19px;
}

div#footer div.footercontainer div#footeritem a
{
	margin: 0px 6px;
}

div#footer div.footercontainer div#languageselection
{
	position: absolute;
	top: 10px;
	left: 10px;
}

div#footer div.footercontainer div#poweredby
{
	position: absolute;
	top: 20px;
	right: 10px;
	text-align: right;
	line-height: 20px;
	font-size: 10px;
	color: #888B9C;
}

div#footer div.footercontainer div#poweredby img
{
	position: relative;
	top: 4px;
	padding: 0 0 12px 0;
}

/* form styles */
form div.error,
form div.info,
form fieldset div.feedback
{
	padding-left: 26px;
}

form div.feedback
{
	min-height: 24px;
	height: auto !important;
	height: 24px;
	line-height: 24px;
}

form fieldset div.feedback
{
	margin: 22px 0px 0px 5px;
}

form fieldset.validated div.feedback
{
	color: #7CBE29;
	background: url(/media/image/icon/validated.gif) no-repeat;
}

form fieldset.validated input.text,
form fieldset.validated input.password
{
	background: #DDFAB8;
}

form div.error,
form fieldset.error div.feedback
{
	font-weight: bold;
	background: url(/media/image/icon/error.png) no-repeat;
	background-position: 9px 4px;
}

form fieldset.error div.feedback,
form fieldset div.feedback.error
{
	color: #EB1C22;
}

form fieldset.error input.text,
form fieldset.error input.password
{
	border: 1px solid #EB1C22;
}

form div.info,
form fieldset.info div.feedback
{
	color: #7CBE29;
	font-weight: bold;
	background: url(/media/image/icon/validated.png) no-repeat;
	background-position: 0px 4px;
}

form fieldset.info input.text,
form fieldset.info input.password
{
	border: 1px solid #D2D4D1;
}

/*** Lean & Mean (new style!) ***/
body.lm div#visual
{
	margin: 10px 0 0 0;
}

body.lm div#header
{
	margin: 0 0 290px;
}

body.lm .greenborder
{
	border: 0;
	background-color: #BEDE93;
}

body.lm .greenborder ul,
body.lm .greenborder li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

body.lm .greenborder li
{
	padding: 0 0 10px;
}

body.lm .greenborder a
{
	color: #005724;
}

body.lm div.twitter div.title
{
	padding: 10px 10px 0;
}

body.lm div.twitter div.tweet
{
	padding: 0 10px 10px;
}

body.lm div.twitter div.title div.poweredby
{
	top: 15px;
	right: 10px;
}
/*** Lean & Mean (new style!) ***/
/*** No Missions ***/
div.nomissions
{
	width: 514px;
	margin: 50px auto;
	position: relative;
	zoom: 1;
}

div.nomissions div.thanks
{
	position: absolute;
	width: 301px;
	height: 232px;
	left: 102px;
	top: 6px;
	display: table !important;
	display: block;
}

div.nomissions div.thanks span.middle
{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #005724;
	font-size: 13px;
	top: expression( ( parseInt( parentNode.offsetHeight ) - parseInt( this.offsetHeight ) ) / 2 - 1 + "px" ); 

}
