@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
}

html, body {
    height: 100%;
}
/* positioning and footer stuff */
.main {
	padding-top: 80px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.mainText {
	padding-top: 43px;
	padding-left: 235px;
	font-size: 20px;
	line-height: 24px;
}
.bottomSpace {
	padding-bottom: 30px;
}
.subscribe_form {
	padding-bottom: 20px;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -130px;
}
.footer, .push {
    height: 130px;
}
.footer {
	background-color: #7ab51d;
}
.footContent {
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 25px;

}
.logos {
	float: left;
	vertical-align: top;	
}
.languageSelect {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
	font-size: 14px;
	padding-top: 10px;
}

/* element styling */
img {
	border: 0px;
}

#email{
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 10px;
	top: 10px;
	position: relative;
	float:left;
	padding: 0 0 0 0;
	width: 150px;
}
.emailcontainer {
	float: left;
	height: 34px;
	width: 170px;
	background-color: transparent;
	background-image: url(images/inputfield.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 5px;
	vertical-align:middle;
}

.submitBtn
{
	width: 170px;
	height: 34px;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 0 0 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: transparent;
	background-image: url(images/button_sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}

.submitBtn:hover
{ 
  background-position: 0 -40px;
  cursor: pointer;
}
.submitBtn span {
	line-height: 33px;
	text-shadow: -1px -1px #468109;
}

/* Button styling end ------------------------------------------------- */
.padded_logo {
	padding-right:80px;
}
/* type definitions */
h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 30px;
}
a {
	color: #7ab51d;
}
a.bottom {
	color: #FFFFFF;
}
body {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	color: #666666;
}
p {
	padding-bottom: 20px;
}
p.small {
	font-size: 14px;
}
.warning {
	color:red;
}

