/* Override system and template styles */

h5.contact {
	text-align: center;
	padding: 3px 0;
}
p.buttonheading {
	/*text-align: right;*/
	float: right;
	margin: -1.5em 0.5em 0 0;
}
p.buttonheading img {
	margin: 0 1px;
}
table.pagenav {
	display: none;
}
.modulelight h3, .moduledark h3, .modulemid h3 {
	font-size: 1.4em;
}
.modulelight h5, .modulemid h5 {
	color: #000;
}
.moduledark ul.menuleftalign li {
	text-align: left!important;
	margin-left: 1em;
	line-height: 1.8;
}
.moduledark ul.menuleftalign li#current.active a{
	color: red;
}
.moduledark ul.menuleftalign li ul li {
	padding-left: 8px;
}
h2.contentheading {
	margin-bottom: 1em;
}
h4 {
	margin-bottom: 0.5em;
}
#content ul {
	margin-top: 12px!important;
	margin-bottom: 1.3em;
}
/* Styles for Staff table */
table#special {
	width: 90%;
	margin: 1.5em auto;
	
	border: 1px solid #dedede;
}
table#special td, td.color {
	vertical-align: middle;
	text-align: left;
	padding: 0 5px;
	}
table#special tr.tablehead td{
	background: #191970;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center!important;
	/*padding: 2px;*/
}
table#special tr.color {
	background: #F1F6F9;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
/* Override h4 color from styles.css line 154 */
#page h4 {
	color: #9ABDEB;
	margin-bottom: -0.5em;
}
#page h5 {
	color: #444;
	margin-bottom: -0.5em;
}
/* increase bottom margin after drop down on Contact Page */

select#contact_id {
	margin-bottom: 1em;
}
