@charset "UTF-8";
/* culturebank CSS Document */

/* Content - formatting for the homepage */
#content #copy #left_col {
	width: 336px;
	height: auto;
	margin-right: 50px;
}

#content #copy h2 {
	font: normal 14pt Arial;
}

#content #copy p {
	font: normal 11pt Arial;
}

#content #copy #contact_us p {
	font: bold 9pt Arial;
}

#content #copy #contact_us input, #content #copy #contact_us textarea {
	margin-top: 6px;
	padding: 5px;
	font: normal 10pt Arial
}

#content #copy #contact_us input.input, #content #copy #contact_us textarea.input {
	width: 315px;
}

#content #copy #contact_us input.submit {
	background: none;
	font-size: 14pt;
}

#content #copy #contact_us input.submit:hover {
	color: #657C27;
	cursor: pointer;
}

#content #copy #success_message {
	margin-top: 20px;
}

#content #copy #error_message {
	margin-top: 20px;
}

#content #copy #error_message {
	margin-top: 20px;
}

#content #copy #error_message ul {
	margin-left: 30px;
}

#content #copy #error_message ul li {
	font: normal 11pt Arial;
}


