
div.logo {
	padding: 50px 0px 60px 0px;
	text-align: center;
}

div.logo h2 {
	padding-bottom: 50px;
}

div.logo h3 {
	background: url(images/header_copy_bg.png) repeat;
	padding: 10px;
}

table.field-table {
	border-collapse: separate;
	border-spacing: 3px 10px;
}

table.field-table th {
	color: white;
	padding: 15px 10px;
	width: 30%;
}

table.field-table td {
	: ;
	color: white;
	padding: 15px 30px;
}

table.field-table tr:nth-child(1) th {
	background: url(images/field_bg01.jpg) no-repeat left top;
}

table.field-table tr:nth-child(1) td {
	background: url(images/field_bg01.jpg) no-repeat right top;
}

table.field-table tr:nth-child(2) th {
	background: url(images/field_bg02.jpg) no-repeat left top;
}

table.field-table tr:nth-child(2) td {
	background: url(images/field_bg02.jpg) no-repeat right top;
}

table.field-table tr:nth-child(3) th {
	background: url(images/field_bg03.jpg) no-repeat left top;
}

table.field-table tr:nth-child(3) td {
	background: url(images/field_bg03.jpg) no-repeat right top;
}

table.field-table tr:nth-child(4) th {
	background: url(images/field_bg04.jpg) no-repeat left top;
}

table.field-table tr:nth-child(4) td {
	background: url(images/field_bg04.jpg) no-repeat right top;
}

table.biography-table {
	border-collapse: separate;
	border-spacing: 0px 5px;
}

table.biography-table th {
	background-color: #00605d;
	color: white;
	padding: 20px;
	white-space: nowrap;
	width: 25%;
}

table.biography-table td {
	background-color: #d9e3e3;
	padding: 20px 30px;
}
