img.ks_thumbnail_left {
	float: left;
	margin-right: 20px;
}
img.ks_thumbnail_right {
	float: right;
	margin-left: 20px;
}

.contactForm .field {
	margin: 10px 0;
}

.contactForm textarea {
	margin-top: 0px;
}

.contactForm label {
	width: 100px;
	float: left;
}

#content {
	padding-top: 0px;
}
#tagline {
	margin-bottom: 40px;
}
#parallaxSlider {
	margin-bottom: 30px;
}

div.ks_text_part {
	clear: both;
	margin-bottom: 20px;
}

#banner-right-corner {
    position: fixed; /* Make sure you can align it exactly */
    cursor: pointer; /* Change the cursor on mouse over */
    top: 0px; /* Change to 100px to put it under a 100px banner */
    right: 0px; /* Change to 100px to put it left of a 100px right-side bar */
    z-index: 99999; /* make sure it is the top element always */
}