html, body {
	height: 100%;
	background-color: #344549;
}

body {
	padding-bottom: 0;
	color: #3b646c;
	font: 0.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: rgba(255,254,255,0.35) 0 1px 0;
}

a {
	color: #30535a;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
}

p {
	margin: 10px 0;
}

#body {
	padding-top: 27px;
	background: #9dc9d2 url(/images/background.png) repeat-x;
}

/* @group Header */

#header {
	position: relative;
	margin: auto;
	width: 700px;
}

#header p {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	text-align: right;
}

/* @end */

/* @group Content */

#body > .content {
	min-height: 200px;
}

.content {
	margin: auto;
	max-width: 900px;
}

h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-style: italic;
}

h3 {
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Home - Billboard */

#billboard {
	margin: 20px 0;
	padding: 1px;
	color: #fff;
	font-weight: 300;
	line-height: 1.4em;
	text-shadow: #823501 0 1px 0;
	list-style-position: outside;
	background: #aa493b url(../images/billboard-bg.png) repeat-x;
	height: 249px;
	font-size: 1.0em;
}


#billboard h1 {
	margin: 0 0 20px 0;
	font-size: 1.9em;
	font-weight: 100;
	text-transform: uppercase;
}

#billboard .content {
	position: relative;
	margin: 40px auto;
}

#billboard .subcontent {
	position: absolute;
	top: 10px;
	left: 40px;
	width: 500px;
}

#billboard .headshot {
	position: absolute;
	top: -62px;
	right: 40px;
	padding: 20px;
}

/* @end */

/* @group Home - Mediators */


table.mediators {
	font-size: 0.9em;
	margin: auto;
}

table.mediators td {
	padding: 10px;
	border-top: 1px solid #e3eff2;
	border-bottom: 1px solid #e3eff2;
	border-collapse: collapse;
	width: 50%;
	vertical-align: top;
}

table.mediators td.left {
	text-align: right;
}

table.mediators td.left {
	border-right: 1px solid #b6ced2;
	background: url(/images/element-left.png) repeat-y right;
}

table.mediators td.right {
	background: url(/images/element-right.png) repeat-y;
}

table.mediators div.photo {
	width: 127px;
	height: 150px;
	background: url(../images/avatar-sm.png) no-repeat;
}

table.mediators td.left div.photo {
	margin-left: 20px;
	float: right;
}

table.mediators td.left div.photo img {
	margin: 20px 13px;
}

table.mediators td.right div.photo {
	margin-right: 20px;
	float: left;
}

table.mediators td.right div.photo img {
	margin: 20px 13px;
}

table.mediators .information {
	padding-top: 10px;
}

/* @end */

/* @group Person */

.main.content.person div.left {
	float: left;
	width: 200px;
}

.main.content.person div.right {
	margin-left: 240px;
}

.main.content.person div.right h1 {
	font-size: 2em;
}

.main.content.person div.right h2 {
	font-size: 1.2em;
}

.main.content.person div.right h3 {
	margin: 20px 0 0;
}

.main.content.person div.left {
	margin: 0 20px;
	font-size: 0.9em;
}

.main.content.person ul {
	margin: 10px;
	margin-left: 20px;
}

.main.content.person ul li {
	list-style: disc;
}

.main.content.person ol li {
	list-style: decimal;
}

.profile.photo {
	margin: -20px -15px 10px;
	padding: 29px 20px;
	width: 153px;
	height: 171px;
	background: url(../images/avatar-lg.png) no-repeat;
}

.main.content.person .extended {
	margin-top: 80px;
	clear: both;
}

/* @end */

/* @group Main */

.main.content {
	margin-top: 40px;
}

.main.content h1 {
	font-weight: bold;
	font-size: 1.5em;
}

/* @end */

/* @group Footer */

#footer {
	position: relative;
	min-height: 150px;
	background: #344549 url(../images/footer.png) repeat-x top;
	color: #769ea6;
	text-shadow: #000 0 -1px 0;
	font-size: 0.8em;
}

#footer a {
	color: #a2f2f6;
	text-shadow: #000 0 -1px 0;
}

#footer .content {
	padding-top: 160px;
	padding-bottom: 40px;
	width: 60%;
	text-align: center;
}
/* @end */
