#sitePageHeader {
	position:relative;
	z-index:2;
	height:150px;

	margin-bottom:0;
	padding-bottom:0;

	border-top:2px solid #002644;
	border-bottom:2px solid #002644;
	background:url(images/contact_page_header_bg.jpg) top left repeat-x;
}

#sitePage {
	background:url(images/contact_page_bg.png) repeat-y;
}

#contact_information .column {
	border:1px solid #ddd !important;
	background:url(pqs/images/bottom_gradient.png) bottom repeat-x;
}

#contact_information address {
	display:block;

	font-size:10pt;
	font-weight:normal;
}

#contact_information p {
	display:block;

	font-size:10pt;
	font-weight:normal;
	font-family:'Trebuchet MS', helvetica, sans-serif;
}

#contact_information address em {
	font-weight:bold;
	color:black;
}

#contact_form form input.send {
	cursor:pointer;

	color:#333;
	padding:4px;
	background-color:#cacafa;
	font-weight:bold;
	font-size:8pt;
}

#contact_form form input.send:hover {
	color:black;
	background-color:#b6b9d2;
}

