@charset "utf-8";
/* CSS Document */

/* Mount Stuart (amended) colours:
Red: #CD014A -  205 1 74
Grey: #E0E1E2 - 224 225 226
Old EB Dark Grey: #7c869a - 124 134 154
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	/*background-color: #8896a6;*/
	/*background-color: #7c869a;*/
	background-color: #E0E1E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
	}
	
img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	line-height: 100%;	
		}
	
a {
text-decoration:none;
color: #CD014A;
}

a:hover { 
/*color: #7C869A;*/
text-decoration: underline;
}

h1 {
	text-align:left;
	margin: 15px 0 10px 0;
	padding: 0;
	color: #CD014A;
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	}
	
h2 {
	text-align:left;
	margin: 20px 0 10px 0;
	padding: 0;
	/*color: #939699;*/
	color: #7c869a;
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	}
	
h3 {
	text-align:left;
	margin: 15px 0 0 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	line-height: 100%;
	}
	
p {
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 0;
	}

/* Site sections */

#wrapper {
	text-align:left;
	margin: 0 auto;
	width:982px;
	background: #fff;
	padding: 0 4px;
}

#header {
	position: relative;
	height: 60px;
	}
	
#top_nav {
	height: 23px;
	margin: 0;
	margin-top: 10px;
	background-color: #CD014A;
	}
	
#left_col {
	margin: 0;
	padding: 0;
	float: left;
	width: 205px;
	}
	
#center_col {
	margin: 0 209px;
	padding: 0;
	}
	
#right_col {
	margin: 0;
	padding: 0;
	float: right;
	width: 205px;
	}
	
#footer {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	padding-top: 10px;
	height: 40px;
	background-color: #fff;
	color: #000;
	text-align: center;
	border-top: 1px solid #CD014A;
	font-size: 11px;
	}
	
/* Header */

#logo {
padding-top: 10px;	
	}
	
#strapline {
	position: absolute;
	top: 24px;
	right: 0px;
	}
	
/* Top Navigation bar */

#top_nav ul {
	margin: 0;
	padding: 0;
	padding-left: 154px;
	list-style: none;
	
	}
	
#top_nav li {
	float: left;
	}
	
#top_nav li a {
	font-size: 11px;
	font-weight: bold;/**/
	color: white;
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 3px 15px 0 15px;
	}
	
#top_nav li a:hover {
	/*background-color: #E0E1E2;*/
	background-color: #7c869a;
	/*color: #CD014A;*/
	color: #fff;
	text-decoration: none;
}

#top_nav li.active a {
	/*background-color: #E0E1E2;*/
	background-color: #7c869a;
	/*color: #CD014A;*/
	color: #fff;
}
	
/* Top image block */

#topleft_image, #topcntr_image, #topright_image {
	padding: 4px 0;
	/*height: 87px;*/
	}
	
/* Left & right columns */
	
#left_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#left_content li {
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	}
	
/* Left column */

#left_menu ul {
	padding: 0;
	list-style: none;
	}
	
#left_menu li {
	margin: 0;
	padding: 0;
	/*background-color: #E0E1E2;*/
	background-color: #7c869a;
	/*color: #CD014A;*/
	color: #fff;
	}	

#left_menu li a {
	display: block;
	text-align: center;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	/*background-color: #E0E1E2;*/
	background-color: #7c869a;
	/*color: #CD014A;*/
	color: #fff;
	height: 18px;
	padding-top: 2px;
	margin-bottom: 4px;
	}
	
#left_menu li a:hover {
	background-color: #CD014A;	
	text-decoration: none;
	color: #fff;
	}
	
#left_menu li.active a {
	background-color: #CD014A;
	color: #fff;	
	text-decoration: none;
	}
	
#textblock {
	padding: 10px 8px;
	line-height: 130%;
	font-size: 14px;
	}
	
#textblock_red {
	background-color: #CD014A;
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	padding: 50px 20px;
	line-height: 130%
	}
	
/* Centre block */

#cntr_content {
	margin: 0;
	padding: 0 16px;
	}
	
#cntr_images ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#cntr_images li {
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	float: left;
	}
	
#cntr_images li.left {
	padding-right: 2px;
	}
	
#cntr_images li.right {
	padding-left: 2px;
	}
	
#cntr_images li	a {
	position: absolute;
	bottom: 14px;
	left: 12px;
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #CD014A;
	padding: 1px 5px;
	}
	
#cntr_images li.right a {
	left: 14px;
	}
	
#cntr_images li a:hover {	
	text-decoration: none;
	color: #CD014A;
	background-color: #fff;	
	}
	
#cntr_images label {
	font-size: 22px;
	font-weight: bold;
	line-height: 115%;
	color: #fff;
	position: absolute;
	left: 12px;
	bottom: 53px;
		}
		
#cntr_images label.label_top {
	position: absolute;
	left: 12px;
	top: 35px;
		}
		
#cntr_images label .label_small {
	font-size:16px;
	font-weight: normal;
	}
	
/* Right col */

#right_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#right_content li {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
/* Spotlights */
	
#right_content .spotlights li {
	background-image:url(../graphics/spot_bg.jpg);
	background-repeat:repeat-y;
	text-align: center;
	}
	
#right_content .spotlights h1 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	height: 18px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	background-image:url(../graphics/spot_top.jpg);
	background-repeat: no-repeat;
	text-align: center;
	}
	
#right_content .spotlights img {
	margin: 6px auto 4px auto;
}
	
	
#right_content .spotlights p {
	margin: 0;
	padding: 0 22px 8px 22px;
	font-size: 11px;
	line-height: 120%;
	text-align: left;
	}
	
#right_content .spotlights .spot_more {	
	margin: 0;
	padding: 0;
	padding-top: 2px;
	height: 33px;
	background-image:url(../graphics/spot_btm.jpg);
	background-repeat: no-repeat;
}

#right_content .spotlights  .spot_more a {	
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #CD014A;
	padding: 2px 5px;
	}

#right_content .spotlights  .spot_more a:hover {	
	text-decoration: none;
	color: #CD014A;
	background-color: #fff;	
	}
	
/* News Items */

.News_item {
	padding-bottom: 10px;

	}

.News_item p, .News_item h3 {
	margin: 0;
	padding: 2px 0;
	}

/* Sitemap */

.LSM_0, .LSM_0 ul {
list-style: none;
padding:0;
margin:0;
}

.LSM_0 {
margin-left: 20px;
margin-top: 20px;
}

.LSM_0 a {
/*font-size: 1.2em;*/
font-style:italic;
font-weight: bold;
text-decoration: none;
}

.LSM_0 a:before {
content: "- ";
}

.LSM_0 a:hover {
text-decoration:underline;
}

.LSM_0 li {
padding:5px 0;
}


.LSM_1 li {
margin-left: 20px;
}

.LSM_1 a {
/*font-size: 1em;*/
font-style:normal;
font-weight: normal;
}

.LSM_2 li {
margin-left: 60px;
font-style:normal;
}


	
/* Footer*/
	
.clear_all {
	clear:both;
	padding:0;
	margin:0;
	height:0;
	}