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

html {
	overflow: scroll;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.title_blue {
	font-family: Courier, "Courier New", monospace;
	font-size: 14px;
	font-weight: bold;
	color: #8DC2C6;
}

.title_grey {
	font-family: Courier, "Courier New", monospace;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.header_contactNorm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a:active
{
         outline:none;
}

a:focus
{
         -moz-outline-style:none;
}

.header_contactBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8DC2C6;
}

a.header_contactNorm, a:link.header_contactNorm, a:visited.header_contactNorm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a:hover.header_contactNorm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F8B00;
	text-decoration: none;
}

.header_contactTitle {
	font-family: Courier, "Courier New", monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

a.header_contactTitle, a:link.header_contactTitle, a:visited.header_contactTitle {
	font-family: Courier, "Courier New", monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.header_contactTitle {
	font-family: Courier, "Courier New", monospace;
	font-size: 14px;
	font-weight: bold;
	color: #9CCF00;
	text-decoration: none;
}



/* Header Content */

.header_holder {
	width: 100%;
	height: 161px;
	background: url(../images/twoTone_headerBG.jpg) left top repeat-x;
}

.header_content {
	width: 730px;
	height: 161px;
	margin: auto;
	border: 0;
	padding: 0;
}

.noborder {
	position: relative;
	height: 100px;
}

.header_radioMast {
	position: absolute;
	z-index: 4;
	padding: 0;
	border: 0;
	width: 170px;
	height: 117px;
	top:0px;
	left: 176px;
}

.header_toggle {
	position: absolute;
	z-index: 3;
	padding: 0;
	border: 0;
	width: 140px;
	height: 70px;
	top:120px;
	left: -130px;
}

.header_upperHolder {
	position:absolute; 
	top: 0px; 
	z-index: 1; 
	padding: 0; 
	border: 0; 
	width: 730px; 
	height: 120px;
}

.header_logo {
	position: relative;
	top: 36px;
	left: 0px;
	width: 230px;
	height: 44px;
}

.header_contactBG {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 240px;
	height: 120px;
}

.headerContactTitle {
	position: absolute;
	top: 12px;
	left: 50px;
}

.header_contactContent {
	position: relative;
	top: 50px;
	left: 50px;
}

.header_navigationHolder {
	position:absolute;
	top: 120px;
	/*background: #999900;*/
	z-index: 2;
	padding: 0;
	border: 0;
	width: 730px;
	height: 41px;
}

/* Navigation Content */
.menu, .menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	font-family:verdana,arial, sans-serif;
}
 
/* Set up the top level list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:relative;
}
 
/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
 
/* Default top link link styling */
.menu li.top a.top_link {
	display:block;
	float:left;
	height:41px;
}

.menu li.top a span {
	position:absolute;
	left:-9999px; /* move the link text off screen */
	top:0;
	z-index:0;
	font-size:10px;
} 
 
/* pre-load the hover images into the lists */
.menu li.p1 {width:205px; background:url(../images/twoTone_nav_CorpCommOver.jpg) no-repeat;;}
.menu li.p2 {width:190px; background:url(../images/twoTone_nav_ExamPubOver.jpg) no-repeat;;}
.menu li.p3 {width:155px; background:url(../images/twoTone_nav_DownCentreOver.jpg) no-repeat;;}
.menu li.p4 {width:180px; background:url(../images/twoTone_nav_MarkMediaOver.jpg) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#corpCommunications {width:205px; background:url(../images/twoTone_nav_CorpCommOff.jpg) no-repeat;}
.menu li a#examplePub {width:190px; background:url(../images/twoTone_nav_ExamPubOff.jpg) no-repeat;}
.menu li a#downloadCentre {width:155px; background:url(../images/twoTone_nav_DownCentreOff.jpg) no-repeat;}
.menu li a#mediaTechnical {width:180px; background:url(../images/twoTone_nav_MarkMediaOff.jpg) no-repeat;}
 
/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#corpCommunications:hover, .menu li:hover a#corpCommunications,
.menu li a#examplePub:hover, .menu li:hover a#examplePub,
.menu li a#downloadCentre:hover, .menu li:hover a#downloadCentre,
.menu li a#mediaTechnical:hover, .menu li:hover a#mediaTechnical		
{background:transparent;}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible; z-index:200;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */
 
/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
 
.menu :hover ul {left:0; top:41px; background: #599093; padding:0px; border:1px solid #042640; border-width:0 1px 1px; white-space:nowrap; height:auto; z-index:300;}
.menu :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:auto; font-family:verdana,arial, sans-serif;}
.menu :hover ul li a {display:block; font-size:11px; height:20px; line-height:20px; width:auto; padding:0 10px;  color:#fff; text-decoration:none; font-family:verdana,arial, sans-serif;}
.menu :hover ul li a:hover {background:#355557; color:#fff; font-family:verdana,arial, sans-serif;}
 
.menu ul.sub1 {left: -2px; width:268px;}
.menu ul.sub2 {left: -2px; width:160px;}


/* Centre Content */

#centre_holder {
	width: 100%;
	height: 200px;
	background: #CCCCCC;
}

.centre_content { width: 730px; height: 200px; margin: auto; border: 0; padding: 0; background: url(../images/twoTone_centreContentBG.jpg) left top;}

/*
.centre_content { width: 910px; height: 200px; margin: auto; border: 0; padding: 0; right: -180px; background: url(../images/twoTone_centreContentBG_orig.jpg) left top;}
*/
/*
.offset {
	z-index: 0;
	position: relative;
	left: -180px;
	width: 910px;
	height: 200px;
	background: url(../images/twoTone_centreContentBG.jpg) left top;
}
*/

.visitWebsite {
	padding-left: 602px;
	padding-top: 165px;
}


/* Lower Content */

.lower_holder {
	width: 100%;
	background: url(../images/twoTone_lowerBG.jpg) left top repeat-x;
}

.lower_content {
	width:730px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}

.content_full {
	width:100%;
	padding:0px;
	float:left;
	/*background:#fff;*/
}

.content_left {
	width:225px;
	padding:0px;
	float:left;
	/*background:#fff;*/
}

.content_left_large {
	width:550px;
	padding:0px;
	float:left;
	/*background:#fff;*/
}
	
.content_center {
	width:325px;
	padding:0px;
	float:left;	/*background:#eee;*/
}
	
.content_right {
	width:180px;
	padding:0px;
	float:left;
	background: url(../images/twoTone_splitBar_home.jpg) top left no-repeat;
}

.content_right_other {
	width:180px;
	padding:0px;
	float:left;
	background: url(../images/twoTone_splitBar.jpg) top left no-repeat;
}

.content_right_news {
	width:180px;
	min-height: 157px;
	padding:40px 0 0 0;
	float:left;
	background: url(../images/twoTone_splitBar_news3.jpg) top left no-repeat;
}

.content_right_pr {
	width:180px;
	min-height: 300px;
	padding:40px 0 0 0;
	float:left;
	background: url(../images/twoTone_splitBar_pr.jpg) top left no-repeat;
}

.caseStudy_holder {
	margin-top: 10px;
	margin-left: 2px;

}

.caseStudy_link {
	margin-left: 4px;
}

.breadcrumb {
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 20px;
}

.services_content {
	margin-left: 0px;
	margin-right: 20px;
}

.services_content2 {
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 40px;
}

.latestNews_content {
	margin-left: 0px;
	margin-right: 20px;
}

/* Footer Content */

.footer_holder {
	/*clear: both;*/
	width: 100%;
	height: 200px;
	background: url(../images/twoTone_footerBG.jpg) left top repeat-x;
}

.footer_content {
	width:730px;
	height: 200px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background: url(../images/twoTone_footerContentBG.jpg) left top;
}

.copyright {
	margin-top: 85px;
	width: 450px;
	float: left;
}

.privacy {
	margin-top: 85px;
	right: 0px;
	float: right;
}

/* font styling */

.title {
	margin-top: 40px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #56898B;
	text-decoration: none;
}

a.linkNorm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.linkNorm:link, a.linkNorm:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.linkNorm:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8DC2C6;
	text-decoration: none;
}

.blackText_small {
	font-family: Courier, "Courier New", monospace;
	font-size: 11px;
	color: #000000;
}


a.blackText_small, a.blackText_small:link, a.blackText_small:visited {
	font-family: Courier, "Courier New", monospace;*
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

a.blackText_small:hover {
	font-family: Courier, "Courier New", monospace;
	font-size: 11px;
	color: #56898B;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #56898B;
	text-decoration: none;
}


/*
 * SJL ADDED CSS
 */
a img {
	border:none;
}
p.downloadItem {
	padding: 4px 0;
}
p.downloadItemNoIMG {
	padding: 4px 0 4px 20px;
}
p.downloadItem img {
	vertical-align: bottom;
}
.asset_holder {
	padding-top: 20px;
}
.pr_asset {
	margin: 0 10px 20px 10px;
	width: 160px;
	text-align: center;
}
.news_asset {
	margin: 0 10px 20px 10px;
	width: 160px;
	text-align: center;
}
fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 0.5em 0 0.5em 0;
	padding: 0.5em 0 0.5em 0;
	border: 1px solid #333333;
}
fieldset legend {
	margin-left: 1em;
	color: #333333;
	font-weight: bold;
}
fieldset label {
	float: left;
	width: 12em;
	margin: 0.25em 1em 0 0;
}
fieldset span.dateLabel {
	float: left;
	width: 12em;
	margin: 0.25em 1em 0 0;
}
fieldset span.dateLabel label {
	margin: 0;
	width: auto;
	float: none;
}
fieldset ol {
	margin: 0.5em 0 0 1em;
	padding: 0.5em 0 0 1em;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	/*padding-bottom: 1em;*/
	margin-bottom: 0.5em;
}
fieldset.radio {
	border-style: none;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
}

ol.radio {
	position: relative;
	margin: 0 0 0 14em;
	padding: 0;
}
li.radio {
	padding-bottom: 0;
	margin-bottom: 0;
}
label.radio{
	float: none;
	width: auto;
	margin-right: auto;
}
input.submit_button {
	background-color: #CCCCCC;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	padding: 0.25em 0.5em;
}
input.text, textarea.text {
	width: 250px;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0.25em;
}
input.text_small {
	width: 93px;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0.25em;
}
input.text_day, input.text_month {
	width: 20px;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0.25em;
	text-align: right;
}
input.text_year {
	width: 40px;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0.25em;
	text-align: right;
}
textarea.text_big {
	width: 500px;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0.25em;
}
textarea.text_single {
	width: 500px;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0.25em;
}
fieldset.submit {
	float: none;
	position: relative;
	left: 15em;
	width: auto;
	border-style: none;
	padding: 0.1em 0 0.1em 0;
	margin: 0 0 0.1em 0;
}
span.required {
	display: block;
	color: #56898B;
	font-size: 80%;
	font-style: normal;
	text-transform: uppercase; 
}
span.error {
	display: block;
	color: #FF0000;
	font-size: 80%;
	font-style: normal;
	text-transform: uppercase; 
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	padding: 0.5em;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	padding: 0.25em 0.5em;
}
form.readonly input.text, form.readonly textarea {
	color: #333333;
}
select.select {
	width: 100px;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0 0 0 0.2em;
}
label.review {
	width:30em;
}

#log {
	width: 100%;
}
 
#log_res {
	overflow: auto;
	text-align: left;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/ajax-loader.gif) no-repeat left;
}

/* Mirrors TinyMCE CSS File */

.standFirst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.notes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.style1 {
	color: #333333;
	font-weight: bold;
}

a.upload_refresh, a.upload_refresh:link, a.upload_refresh:visited, a.upload_refresh:hover {
	display: block;
	color: #00CCFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 80%;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}

a.upload_refresh:hover {
	color: #000000;
	text-decoration: none;
}
