﻿/*
 * Html Elements
 *
 */

/* Twitter overwrites */
.twtr-widget h3, .twtr-widget h4, .twtr-widget p
{
    font-family:Arial, sans-serif !important;
	font-size:11px !important;
}

.twtr-ft span
{
    display:none !important;
}

.twtr-hd
{
    padding:0px !important;
}

/* Main Content */
*
{
	margin:0px;
	border:0px;
	padding:0px;
}

body
{
	background-color:#EEF2E1;
	background-image:url(../Images/Bg.gif);
	background-repeat:repeat-all;
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:16px;
}

a
{
    color:#105421;
}



form label 
{
	font-weight:bold;
	display:block;
	float:left;
	width:155px;
	height:26px;
	line-height:26px;
	text-align:right;
}

form .input-validation-error
{
	color:#FE0002;
}

form .input-validation-advise
{
	color:#686D71;
}

form .successMessage
{
    color:green;
}

form .errorMessage
{
    color:red;
}

form input, form select
{
	border:1px solid #C4C4C4;
	background-color:#F4F6F5;
	font-size:11px;
	padding:6px;
}

form input.input-validation-error 
{
	border:1px solid #FF7F7E;
}

form textarea
{
    font-family:Arial, sans-serif;
	font-size:11px;
	line-height:16px;
}

form textarea.input-validation-error 
{
	border:1px solid #FF7F7E !important;
}

form input.button,
form input.blankButton,
form input.buttonRight
{
	border:0px;
	padding:0px;
}

/*
 * Masterpage
 *
 */

div#page
{
	width:1004px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../Images/BgRepeat.gif);
	background-repeat:repeat-y;
}

div#loading
{
    background-color:Black;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height:2000px;
    z-index: 99;
    display:none;
}

div#loadingImage
{
    background-image:url(../Images/Loading.gif);
	background-repeat:no-repeat;
    background-position:center center;
    background-attachment:fixed;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height:2000px;
    z-index: 99; 
    display:none;
}

div#page_top
{
	width:1004px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../Images/BgTop.gif);
	background-repeat:no-repeat;
	background-position:top;
}

div#page_bottom
{
	margin-left:auto;
	margin-right:auto;
	padding:0px 7px 0px 6px;
	background-image:url(../Images/BgBottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

div#header
{
	width:930px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

div#registerBanner
{
    float:right;
    margin-top:-20px;
    /*margin-right:80px;*/
    width:119px;
    height:122px;
    
}

div#toolbar
{
	background-image:url(../Images/NaviMiddle.gif);
	background-repeat:repeat-x;
	width:930px;
	height:86px;
	margin-left:auto;
	margin-right:auto;

}

div#toolbar_left
{

	height:86px;
	background-image:url(../Images/NaviLeft.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:11px;

}

div#toolbar_right {

	height:86px;
	background-image:url(../Images/NaviRight.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:11px;

}

div#toolbar ul, div#toolbar ul li{

	list-style-type:none;
	display:block;
	float:left;

}

div#toolbar ul li {

	margin:0px 1px 0px 1px;

}

div#toolbar ul {

	position:relative;
	padding-top:19px;

}

div#toolbar ul li a {

	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	height:33px;
	display:block;
	float:left;
	line-height:33px;
	text-decoration:none;
	

}

div#toolbar ul li a:hover, div#toolbar ul li a.act {

	color:#CFB904;
	background-color:#0A3C17;
	background-image:url(../Images/NaviLinkLeft.gif);
	background-repeat:no-repeat;
	background-position:left;	

}

div#toolbar ul li a span {

	padding:0px 10px 0px 10px;
	display:block;

}

div#toolbar ul li a:hover span, div#toolbar ul li a.act span  {

	background-image:url(../Images/NaviLinkRight.gif);
	background-repeat:no-repeat;
	background-position:right;
	
}	


div#toolbar ul li ul {

	position:absolute;
	top:42px;
	left:10px;

}

div#toolbar ul li ul li {

	padding:0px 4px 0px 4px;
	border-right:1px solid #ffffff;

}

div#toolbar ul li ul li.first {

	padding-left:0px;

}

div#toolbar ul li ul li.last {
	
	border:0px;

}

div#toolbar ul li ul li a {

	height:auto;
	line-height:11px;
	background-color:transparent;
	font-size:11px;
	font-weight:normal;
	background-image:none;

}


div#toolbar ul li ul li a:hover {

	background-color:transparent;
	font-size:11px;
	font-weight:normal;
	background-image:none;

}

div#breadcrumb {

	width:930px;
	margin-left:auto;
	margin-right:auto;

}

div#breadcrumb p {

	padding-left:12px;
	font-weight:bold;
	padding-right:5px;
	display:inline;

}

div#breadcrumb ul, div#breadcrumb ul li {

	list-style-type:none;
	display:inline;

}

div#breadcrumb ul li a {

	color:#10551F;
	padding-left:7px;
	text-decoration:none;
	background-image:url(../Images/BreadcrumbArrow.gif);
	background-repeat:no-repeat;
	background-position:left center;

}

div#eTracker
{
    float:right;
    margin-top:83px;
}

div#content {

	padding:30px 30px 43px;

}

div#content_left {

	float:left;
	width:590px;

}

div#content_right {

	float:right;
	width:300px;
	background-image:url(../Images/RightboxRepeat.gif);
	background-repeat:repeat-y;
	margin-top:20px;

}

div#content_right_top {

	background-image:url(../Images/RightboxTop.gif);
	background-repeat:no-repeat;
	background-position:left top;

}

div#content_right_bottom {

	background-image:url(../Images/RightboxBottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:0px 11px 0px 29px;

}

div#content_right_bottom  div.spacer {

	height:30px;
	clear:both;
	background-position:center;
	background-image:url(../Images/Spacer.gif);
	background-repeat:repeat-x;

}

div#content_right_bottom  div.spacer hr {

	display:none;

}

div#content h1 {

	color:#105520;
	font-weight:bold;
	font-size:20px;
	line-height:20px;
	padding-bottom:20px;

}

div#content h2 {

	color:#105520;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	padding-bottom:12px;

}

div#content h3 {

	color:#000000;
	font-weight:bold;
	font-size:11px;

}

div#content span.news_meta  a {

	color:#10551F;
	text-decoration:underline;

}

div#content span.news_meta  a:hover {

	text-decoration:none;

}

div#content_left p {

	padding-bottom:10px;

}

div#content_left span.error_red {

	color:#FE0003;

}

div#footer {

	background-image:url(../Images/Footer.gif);
	background-repeat:no-repeat;
	background-color:#F6F8ED;
	padding:30px 43px 30px 43px;

}

div#footer ul, div#footer ul li {

	display:inline;
	text-decoration:none;

}

div#footer ul li {

	padding:0px 4px 0px 4px;
	border-right:1px solid #6B662F;

}

div#footer ul li.first {

	padding-left:0px;

}


div#footer ul li.last {

	border:0px;

}

div#footer ul li a {

	color:#6B662F;
	text-decoration:none;

}

div#footer_left {

	float:left;

}

div#footer a.logo {

	float:right;

}

.noDisplay
{
    display:none !important;
}

div.clear {

	clear:both;
	height:1px;
	overflow:hidden;
}

div.clearLarge {

	clear:both;
	height:20px;
	overflow:hidden;
}

div.spacer {
	height: 20px;
	clear: both;
	background-position: center;
	background-image: url(../Images/Spacer.gif);
	background-repeat: repeat-x;
}


div.mainContentLeft
{
    float:left;
    padding-top:20px;
    width:280px;
}

div.mainContentRight
{
    background-image:url(../Images/RightboxRepeat.gif);
    background-position:left center;
    background-repeat:repeat-y;
    float:right;
    margin-top:20px;
    width:280px;
}

div.mainContentRightTop
{
    background-image:url(../Images/RightboxTop.gif);
    background-position:left top;
    background-repeat:no-repeat;
}

div.mainContentRightBottom
{
    background-image:url(../Images/RightboxBottom.gif);
    background-position:left bottom;
    background-repeat:no-repeat;
    /*padding:0 21px 0 29px;*/
}

/*NEWSLETTER*/

form.newsletter input {
	width:155px !important;
	float:left;
	margin:0px 8px 20px 0px;
	font-size:11px;
	display:block;
	padding:6px;

}

form.newsletter input.button {

	border:0px;
	padding:0px;
	margin:0px;
	display:block;	
	width:81px !important;
	height:26px;
}

div#header img.logo {

	display:block;

}

div.pictureThumbnailWrapper
{
    margin-left:20px;
    width: 54px;
    height: 80px;
    float:left;
}

img.pictureThumbnail
{
    max-height:54px;
    max-width:54px;
}

.bold
{
    font-weight:bold;
}

.center
{
    text-align:center;
}
