#staff h2 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: .3em 0 .3em 0;
}
#staff h2.contactheader {
	font-size: 1.3em;
	color: #746459;
	border-bottom: 1px solid #d7eee7;
	padding: 0 0 .3em 0;
	margin: 0 0 .5em 0;
}
#staff h2 span.jobtitle{
	font-style: italic;
}
#staff div.col {
	float: left;
	padding: 0 25px;
	width: 40%;
}
#contactformcontainer {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 30em;
	background-color: #fff;
	border: 2px solid #5fa79a;
}
#contactformwrap {
	padding: 1em 1em 1em 1em;
}
#contactformcontainer label.pretty {
	margin-bottom: 1em;
	text-align: right;
	width: 11em;
}
#contactformcontainer input.pretty {
	margin-bottom: 1em;
}
#contactformcontainer textarea.pretty {
	margin-bottom: 1em;
}
#contactformcontainer input.formfielderror {
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #990000;
}
#contactformcontainer label.formfielderror {
	color: #990000;
}
.submitbuttoncontainer {
	padding: .5em 0;
	border-top: 1px solid #d7eee7;
}
#contactmessagecontainer {
	display: none;
	visibility: hidden;
	background-color: #fff;
	border: 2px solid #5fa79a;
}
#contactmessagewrap {
	padding: 1em 1em 1em 1em;
}
.error {
	background-color: #ffcccc;
	border: 2px solid #990000;
	color: #990000;
	padding: .5em;
	margin: .5em .5em 1em .5em;
}
.error ul {
	padding: 0;
	margin: 0;
}
.closefooter {
	border-top: 0px solid #d7eee7;
	color: #d7eee7;
	padding: .5em 0 0 0;
	position: absolute;
	text-align: right;
	right: 1em;
	top: .5em;
	width: 100%;
}
.closefooter a { color: #746459; text-decoration: underline;}
.closefooter a:link { color: #746459; text-decoration: underline;}
.closefooter a:active { color: #746459; text-decoration: underline;}
.closefooter a:visited { color: #746459; text-decoration: underline;}
.closefooter a:hover { color: #746459; text-decoration: underline;}

input.submit {
	background-color: #5fa79a;
	border-width: 0;
	color: #fff;
	text-transform: uppercase;
	width: 6em;
}
input.submithover {
	background-color: #4f978a;
	cursor: pointer;
}
