
@import url(content.css);
@import url(samples.css);



#contactHolder {
	display: block;
	float: left;
	width: 619px;
	background-image: url('../../images/Contact.gif');
	background-repeat: no-repeat;
	
	padding-top: 15px;
	
	background-color: #0892AF;
}


.contentBox span.subject {
	font-weight: normal;
	padding-top: 10px;
}

.contentBox {
	padding-top: 0px;
	
}

.sampleHolder {
	margin-top: 0px;
	background: transparent;
}

.contentBlockBG {
	width: 200px;
}


.leftCol {
	display: block;
	float: left;
	width: 180px;
	margin-right: 20px;
}

.rightCol {
	display: block;
	float: left;
	width: 180px;
}

.contentBody div div span {
	display: block;
}

.contentBody span.required span {
	display: block;
	padding-top: 20px;
	clear: left;
}

.required {
	color: #CE3200;
}

.boxInput {
	border: 1px solid #000000;
	height: 18px;
	font-size: 11px;

}

.comments {
	display: block;
	padding-top: 20px;
}

.commandButtons {

}

.commandButtons div {
	display: inline;

}



.contentTitle span {
	display: block;
	float: left;
	font-size: 32px;
	color: #000000;
	font-weight: normal;
	padding-top: 4px;
}

.sampleHolder {
	text-align: center;
}


.sampleHolder span, .sampleHolder div {
	font-size: 12px;
	color: #ffffff;
}

.sampleHolder div.hours span {
	display: block;
	padding-top: 8px;
}

.sampleHolder span.office {
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
}

.notice {
	display: block;
	color: #CE3200;
	padding-left: 20px;

}




