.landing-page .left-column {
	float: left;
	width: 517px;
	background: url(../images/content-landing-left-column-bg.gif) repeat-y right;
	padding-bottom: 30px;
	display: inline;
}

.landing-page .left-column-landing {
	float: left;
	width: 517px;
	display: inline;
}


.landing-page .left-column-landing .content h1 {
	font-size: 24px;
}


.landing-page .left-column-landing .content {
	width: 468px;
	margin: 12px 0px 0px 23px;
}

.landing-page .left-column .content {
	width: 468px;
	margin: 12px 0px 0px 23px;
}
.landing-page .right-column {
	float: left;
	width: 253px;
	padding-bottom: 30px;
	display: inline;
}
.landing-page .right-column .content {
	width: 236px;
	margin: 12px 0px 0px 8px;
}
.landing-page .right-column .email-signup {
	font-size: 11px !important;
}
.landing-page .inthenews {
	color: #66b821;
	font-size: 11px;
}
.landing-page .inthenews ul {
	margin-left: 22px;
}
.landing-page .inthenews li {
	margin-bottom: 12px;
}
.landing-page .inthenews a {
	color: #66b821;
	text-decoration: none;
}

/*Special button for home page */

.submit
{
    background: url(/images/content-go-button.png) no-repeat;
    height: 19px;
    width: 36px;
    border: none;
}

.submit:hover
 {
     background: url(/images/content-go-button.png) 0 -19px no-repeat;
 }
