/* 	Site: national Compact
	Author: Chris Lamb
	---------------------------------------------------------------------------------------
*/
/* Hide what's not needed */
.offleft, #topnav, #video, #rightcol, .aspdf, #footer a, #footer ul {display: none;}

/* Core styles */
h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
p {line-height: 1.6em;}
a {color: #00335B;}
a img {border: none;}
ul, ol {line-height: 1.6em;}
caption {
	padding: 4px;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #002F65;
}
th {
	padding: 4px;
	text-align: left;
	border-bottom: 1px solid #002F65;
}
td {
	padding: 4px;
	border-bottom: 1px solid #AAA;
}
hr {
	color: #002F65;
	height: 1px;
	border: none;
	margin: 1em;
}
blockquote {margin: 5px 40px;}
blockquote span {float: right;}

/* Photo Gallery, excluding lightbox */
#content #gallery ul {list-style-type: none; margin: 0;}
#content #gallery li {display: inline;}
#content #gallery a img {background-color: #D5E5FF; padding: 3px; border: 1px solid #636A76; margin: 2px;}
#content #gallery a:hover img {background-color: #95a1b5;}

/* Latest News box */
.latest {
	margin: 10px;
	padding: 5px;
	border: 1px solid #AAA;
}
/* Single styles */
.bold {font-weight: bold;}
.small {font-size: .8em;}
.clear {clear: both;}