/* Article content styles within site layout */

#innerpagecon .article-content h1 {
	font-family: robotomedium, Arial, Helvetica, sans-serif;
	color: #011920;
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: normal;
}

#innerpagecon .article-content h2 {
	font-family: robotomedium, Arial, Helvetica, sans-serif;
	color: #7b4323;
	font-size: 16px;
	margin: 22px 0 10px;
	font-weight: normal;
}

#innerpagecon .article-content h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #011920;
	font-size: 14px;
	margin: 16px 0 8px;
	font-weight: bold;
}

#innerpagecon .article-content p {
	margin-bottom: 14px;
}

#innerpagecon .article-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 18px 0;
	font-size: 12px;
	line-height: 18px;
}

#innerpagecon .article-content table th {
	background: #77ADCB;
	color: #011920;
	font-weight: bold;
	text-align: left;
	padding: 8px 10px;
	border: 1px solid #5a8fa8;
}

#innerpagecon .article-content table td {
	padding: 8px 10px;
	border: 1px solid #d5d5d5;
	vertical-align: top;
}

#innerpagecon .article-content table tr:nth-child(even) td {
	background: #f5f5f5;
}

#innerpagecon .article-content table td:first-child {
	font-weight: bold;
	color: #7b4323;
}

#innerpagecon .article-content a {
	color: #7b4323;
}

#innerpagecon .article-content a:hover {
	text-decoration: underline;
}
