/* CSS Document */

@import url('contentPage.css');

.contentHeader
{
	background-image: url('../../images/headers/contact_us.jpg');
	background-repeat: no-repeat;
	
	display: block;
	width: 1000px;
	height: 164px;
	float: left;
	
}

.homeHeaderTitle
{
	display: block;
	width: 750px;
	float: right;
	padding-top: 42px;
}

.homeHeaderMainTitle
{
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}

.homeHeaderSubTitle
{
	font-size: 14px;
	color: #b80404;
	display: block;
	width: 400px;
	float: left;
	text-align: left;
	font-weight: bold;
}



.homeContent {

	float: left;
	width: 520px;
	
}

.description {
	display: block;
	padding-top: 15px;
	width: 460px;
}

.emailHolder {
	display: block;
	float: left;
	width: 400px;
}
	
.emailInfo {
	display: block;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	
}

.emailInput {
	display: block;
	width: 250px;
	padding-bottom: 10px;
}

.emailInput span {
	font-weight: bold;
	display: block;
}

.emailInput input {
	width: 200px;
}


.emailCommand {
	display: block;
	width: 340px;
	text-align: right;
	padding-bottom: 20px;
}

.contactInfo {
	display: block;
	clear: left;
}

.contactTitle {
	font-weight: bold;
}

.results {
	display: block;
	
	text-align: center;
	padding-top: 50px;
	
	padding-bottom: 200px;
	
}


