/*
	Supplementary CSS for the front page
	Refactored from copy/paste job to becomedependent on default.css as expected,
	and refactored internally also
	-- DGB 2015-07-03
*/

#header h1 a {
	color:fff;
}

h2 {
	font-size: 0.9em;
}

#content {
	overflow-y: auto;
}

#content p {
	color: white;
}

#col1 {
	float: left;
/*	width: 440px; */
	width: 700px;
	margin: 0 auto;
	padding: 10px 10px 10px 0px;
	font-size: 1.0em;
	font-weight: bold;	
}

#col3 {
	float:right;
	width:190px;
	margin:0 auto;
	padding:10px 0px 10px 10px;
	text-align:right;
}

#col3 img {
	padding:0 0 10px 0;
	width:180px;
	height:auto;
	
}

.heading {
	width:550px;
	height:auto;
	margin:10px 0 10px 0;
	color:#FFF;
}

.heading a:link {
	color:#01477c;
	text-decoration:none;
}

.heading a:visited {
	color:#01477c;
	text-decoration:none;
}

.heading a:hover {
	color:#fff;
	width:130px;
	background-color: #0C0;
	border: 2px solid #0c0;
	border-radius: 5px;
}

.heading h2 {
	text-align:center;
	font-size:1.5em;
	width:130px;
	color:#01477c;
	background-color:#fff;
	border: 2px solid #fff;
	border-radius: 5px;
	margin:0 auto;
	margin:-5px auto 0 auto;
}

.heading p {
	margin-top:25px;
}

strong {
	font-size:1.2em;
	color:#090;	
}

.reel {
	float:right;
	margin:-40px -30px 0 0;
	width:auto;
	height:50px;
}

.special,
#updates {
	width: 700px;
	padding: 5px 10px 10px 10px;
	margin: 0px 0 10px 0;
	background-image:url(newImages/newsBG.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	border-top: 1px solid #224;
	border-radius: 5px;
}

.special h2,
#updates h2 {
	margin: 0 0 0.5em 0;
	font-family:Arial, Helvetica;
	color:#fff;
	padding-left:15px;
	font-size:1.5em;
	padding:0;
	text-shadow: 2px 2px 3px #1a1a1a;
}

.special a:link {
	color:#fff;
}

.special a {
	font-size:1.2em;
	font-weight:bold;
}

.special .more {
	text-align: center;
}

.special .more a {
	color: #B7F9FF;
}

.special ul {
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0.5em 2em;
}

.special li {
	padding: 0;
	margin: 0;
}