.contentHeader {
    margin-bottom:10px;
}

/* ---------- CONTACT FORM ---------- */
.contactUs .input, .contactUs textarea.input {
	height:32px;
	line-height:15px;
	font-size:13px;
	width:260px;
	/*float:left;*/
    margin-bottom:5px;
	margin-right:5px;
	color:#3C2E3D;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.contactUs textarea.input {
    height:120px;
    width:542px;
    float:left;
    overflow:auto;
}

.watermark, .textareawatermark {
	color:#3C3639;
	font-size:14px;
	margin-top:5px;
	padding-left: 5px;
}

.contactUs label.textareawatermark {
    padding-top:5px;
}
.contactUs span {
    display:block;
    float:left;
}
span.required {
    /*display:block;
    float:left;*/
    margin-right:5px;
}
.required, .contactMessage  {
	color:#FF0000;
	font-size: 10px;
}

.contactUs br {
    display:none;
}

.contactUs .submitButton {
	width:72px;
	height:22px;
	border:0px solid #FFFFFF;
	padding:0;
	margin:0 10px 0 0;
	color:White;
	background-image:url(images/submit.gif);
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.contactUs input.submitButton:hover {
    text-decoration:underline;
    cursor:pointer;
}

.LinksDesignTable > tbody > tr > td a:hover {
	color:#FFFFFF;
	font-size:1.2em;
	text-decoration:underline;
}
.LinksDesignTable > tbody > tr > td a, .LinksDesignTable > tbody > tr > td a:visited {
	color:#FFFFFF;
	font-size:1.2em;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.LinksDesignTable > tbody > tr > td {
	padding-left:20px;
	vertical-align:middle;
	width:340px;
	background-image:url(images/btn.png);
	background-repeat: no-repeat;
	background-position: left center;
}