/** created by Positive New Media **/
/** www.positivenewmedia.co.uk **/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	 height:100%; /*this allows 100% heights to be set on divs, this is required for IE to display correctly */
}
.bold {
	font-weight:bold;
}
.italics {
font-style:italic;
}
p{
	padding:0 0 12px;
}
h1 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:0 0 12px 0;
}
h2 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding:0;
}
.largebodycopy {
	font-size:15px;
	font-weight:bold;
}
.captiontitle {
	font-size:11px;
	font-weight:bold;
}
.captioncopy {
	font-size:11px;
	font-weight:normal;
}

/* LINKS */
a {
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}
a:hover {
	color:#5BC3D9;
}
#primarynav a,
#secondarynav a,
#contactnav a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	padding-left:7px;
}
#primarynav a:hover,
#secondarynav a:hover,
#contactnav a:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	background-color:#5BC3D9;
	padding-left:7px;
}
#primarynav a:hover.homeLink { /* changes the dafault primary nav link for the Situations image link */
background-color:#fff;
}
.primarysecondaryon {
	display:block;
	background-color:#5bc3d9;
}

#tertiarynav a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	padding-left:7px;
}
#tertiarynav a:hover {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	background-color:#5BC3D9;
	padding-left:7px;
}
.tertiaryon {
	display:block;
	background-color:#5bc3d9;
}
#diarytable p {
padding:0px;
}
.websitecredit, .websitecredit a {
	font-size: 10px;
	color: #9BDAE8;
	text-decoration:none;
}
.websitecredit a:hover {
	text-decoration:none;
	color: #5bc3d9;
}


/* edit/delete links in repeat region search pages */

.searchLink a {
	color:#5BC3D9;
}
	
.searchLink a:hover {
	color:#5BC3D9;
}	

	
