/*******************************************************************************
	Content
*******************************************************************************/
div#content a {
	color: #47a19b;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}

div#content h1 {
	margin-bottom: 25px;
	color: #4f3723;
	font-family: 'Signika Negative', sans-serif;
	font-size: 30px;
	font-weight: lighter;
}

div#content h2 {
	margin-bottom: 10px;
	color: #5b4633;
	font-family: 'Signika Negative', sans-serif;
	font-size: 18px;
	font-weight: lighter;
}

div#content h3 {
	margin-bottom: 10px;
	color: #5b4633;
	font-family: 'Signika Negative', sans-serif;
	font-size: 14px;
}

div#content h4 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #5b4633;
	font-family: 'Signika Negative', sans-serif;
	font-size: 16px;
	font-weight: lighter;
	border-bottom: 1px solid #bbe1de;
}

div#content p {
	margin-bottom: 20px;
	color: #646464;
	font-size: 12px;
	line-height: 18px;
}

div#content ul {
	margin: 0 0 20px 30px;
	color: #646464;
	font-size: 12px;
}

div#content li {
	margin-bottom: 5px;
}

div#content table {
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #dad3ca;
	border-right: 1px solid #dad3ca;
}

div#content table th {
	padding: 5px;
	color: #5b4633;
	font-family: 'Signika Negative', sans-serif;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #dad3ca;
	border-left: 1px solid #dad3ca;
}

div#content table td {
	padding: 5px;
	border-bottom: 1px solid #dad3ca;
	border-left: 1px solid #dad3ca;
}

div#content hr {
	margin-bottom: 20px;
	width: 100%;
	height: 1px;
	color: #bbe1de;
	background: #bbe1de;
	border: 0;
}

/*******************************************************************************
	Menu Table
*******************************************************************************/
div#content table.menu-table {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #bbe1de;
	
}

div#content table.menu-table th {
	padding: 0;
	border-bottom: none;
	border-left: none;
}

div#content table.menu-table td {
	padding: 0;
	border-bottom: none;
	border-left: none;
}

div#content table.menu-table colgroup {
	width: 350px;
}

div#content table.menu-table ul {
	margin-bottom: 0;
}

/*******************************************************************************
	Bios
*******************************************************************************/
div#content img.bio-pic {
	margin: 0 0 20px 20px;
	float: right;
}

/*******************************************************************************
	Sidebar
*******************************************************************************/
div#content div#sidebar h2 {
	padding-bottom: 5px;
	border-bottom: 5px solid #bbe1de;
}

div#content div#sidebar h3 {
	margin-bottom: 20px;
}

/*******************************************************************************
	Side Nav
*******************************************************************************/
div#content div.side-nav a:hover {
	text-decoration: none;
}

div#content div.side-nav ul {
	margin: 0 0 20px 0;
	font-family: 'Signika Negative', sans-serif;
	font-size: 14px;
	list-style: none;
}

div#content div.side-nav ul li {
	margin-bottom: 0;
	padding: 6px 0 6px 15px;
	border-bottom: 1px solid #d0e7f0;
}

div#content div.side-nav ul li.last {
	border-bottom: none;
}

div#content div.side-nav ul li:hover {
	background: url(/images/sidebar/side-nav-arrow.png) right no-repeat;
}

/*******************************************************************************
	Sidebar Bios
*******************************************************************************/
div#content div#sidebar div.bio {
	padding-top: 30px;
	position: relative;
}

div.bio img.sidebar-bio-img {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
}