@charset "UTF-8";
/* CSS Document */

/* 

**********  Colour pallet:  **********


*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	background:#FFF url(../images/ecc_background.gif) 50% 0% repeat-y;
	margin:0px auto 0px auto;
	color:#000;
	font-size:12px;
	line-height:1.3em;
}

a, a:link, a:visited {
	color: #000;
}

/*headings and paragraphs*/

h1 {
	font-size: 2.4em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h2 {
	font-size: 1.3em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h3 {
	font-size: 1.1em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

p {
	line-height: 1.4em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

li {
	line-height: 1.4em;
}


/* global link styling */

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}



a.newsLink, a.newsLink:link, a.newsLink:visited {
	margin: 12px 0px 0px 12px;
}

img {
	border: none;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}


/*structural styling*/

#mainWrap {
	position: relative;
	background: transparent url(../images/cbs_background.gif) repeat-y 20px 0px;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
}

#topBand {
	position: absolute;
	background: #d9d9d9;
	width: 990px;
	height: 32px;
	left: 0px;
	padding: 0px;
}

#dropMenuHolder {
	position: absolute;
	z-index: 12;
	left: 0px;
	top: 135px;
	width: 748px;
}

#weather {
	position: absolute;
	background: #eeeeee;
	z-index: 10;
	width: 242px;
	height: 69px;
	top: 61px;
	left: 748px;
	padding: 0px;
}

#header {
	position: relative;
	float: left;
	width: 982px;
	height: 135px;
	margin: 0px;
	padding: 0px;
}


#header img {
	position: relative;
	float: left;
	left: 8px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#header p.search {
	float: right;
	margin: 7px 0px 0px 0px;
	padding: 0px;
}

a.topNav, a.topNav:link, a.topNav:visited {
	float: left;
	color: #003366;
	margin: 9px 14px 0px 0px;
	font-size: 0.95em;
}

a.topNav:hover {
	color: #000000;
}

.searchBox {
	/*border: solid 1px #004813;*/
	background: #FFFFFF;
	color: #666666;
	border: none;
	width: 180px;
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 2px 5px;
}

.goButton {
	background: #999999;
	border: none;
	color: #ffffff;
	margin: 0px;
	padding: 2px 4px 2px 4px;
}


/*-------------------- bread crumb --------------------*/

#breadCrumb {
	/*width: 445px;*/
	margin: 40px 0px 17px 190px;
}

#breadCrumb p.crumb {
	font-size: 0.9em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#breadCrumb a, #breadCrumb a:link, #breadCrumb a:visited {
	color: #666666;
	margin: 0px 5px 0px 0px;
}

#breadCrumb a.sel, #breadCrumb a.sel:link, #breadCrumb a.sel:visited {
	color: #000000;
}

#breadCrumb a:hover {
	color: #000000;
}




/*-------------------- flash container --------------------*/

#topimage {
	float: right;
	width: 550px;
	height: 195px;
	background: #666;
	margin: 0px;
}


#contentWrap {
	/*position: relative;
	float: left;*/
	width: 990px;
	margin: 0px;
}



/*-------------------- section under the left navigation --------------------*/

#industryNews {
	float: left;
	width: 201px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}


/*-------------------- main content --------------------*/

#content {
	position: relative;
	float: left;
	width: 748px;
	margin: 0px;
	padding: 0px;
}

.imgBorder {
	border-top: 5px solid #fff;
}


/*--------------------------- central panel rollover fade effects ---------------------------*/



/*ul {position: absolute;}*/
ul.menu {/*position:relative; float:left; left:0px;*/ list-style:none; margin:0px; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#666; text-decoration:none}
ul.menu li {/*position:relative; */float:left; margin-right:0px}
ul.menu ul {position:absolute; z-index: 12; top:50px; display:none; opacity:0; list-style:none}
ul.menu ul li {/*position:relative;*/ width:auto; margin:0}
ul.menu a.menulink {
	display: block;
	float: left;
	color: #003366;
	font-size: 1.3em;
	font-weight: bold;
	width: 224px;
	height: 40px;
	border-right: 5px solid #fff;
	margin: 0px;
	padding: 10px 10px 0px 10px;
}

ul.menu a.purpleCorner, ul.menu a.purpleCorner:link, ul.menu a.purpleCorner:visited {
	color: #666699;
	background: #d9d9d9 url(../images/ecc_purple_corner.gif) no-repeat top right;
}

ul.menu a.midblueCorner, ul.menu a.midblueCorner:link, ul.menu a.midblueCorner:visited {
	color: #33699c;
	background: #d9d9d9 url(../images/ecc_midblue_corner.gif) no-repeat top right;
}

ul.menu a.drkblueCorner, ul.menu a.drkblueCorner:link, ul.menu a.drkblueCorner:visited {
	color: #003467;
	background: #d9d9d9 url(../images/ecc_drkblue_corner.gif) no-repeat top right;
}


ul.menu a.purpleCorner:hover, ul.menu a.purplehover, ul.menu a.purpleSel {
	color: #ffffff;
	background: #666699 url(../images/ecc_purple_corner.gif) no-repeat top right;
}

ul.menu a.midblueCorner:hover, ul.menu a.midbluehover, ul.menu a.midblueSel {
	color: #ffffff;
	background: #33699c url(../images/ecc_midblue_corner.gif) no-repeat top right;
}

ul.menu a.drkblueCorner:hover, ul.menu a.drkbluehover, ul.menu a.drkblueSel {
	color: #ffffff;
	background: #003467 url(../images/ecc_drkblue_corner.gif) no-repeat top right;
}




/* ul positioning adjustment to always align to left border */

.positionOne {
	left: 0px;
}

.positionTwo {
	/*left: -249px;*/
	left: 0px;
}

.positionThree {
	/*left: -498px;*/
	left: 0px;
}

/* drop box styling for the mouse effect on the large tab navigation */

.dropBox {
	display: block;
	float: left;
	border-top: 5px solid #FFFFFF;
	color: #fff;
	width: 742px;
	height: 320px;
	background: #ffffff;
	margin: 50px 0px 0px 0px;
	padding: 0px; 
}

/*.static {
	position: absolute;
	z-index: 1;
	top: 50px;
}*/

.dropBox h1 {
	 font-size: 3.2em;
	 line-height: 1em;
	 margin: 60px 0px 10px 0px;
	 padding: 0px 420px 0px 9px;
}

.dropBox h2 {
	 font-size: 2.6em;
	 line-height: 1em;
	 margin: 60px 0px 10px 0px;
	 padding: 0px 420px 0px 9px;
}

.dropBox p {
	 margin: 0px 0px 10px 0px;
	 padding: 0px 420px 0px 9px;
}

.dropBox a, .dropBox a:link, .dropBox a:visited {
	 width: auto;
	 color: #fff;
}


.purpleBorder {
	border-top: 5px solid #666699;
}

.midblueBorder {
	border-top: 5px solid #33699c;
}

.drkblueBorder {
	border-top: 5px solid #003467;
}

#tourNav {
	display: block;
	float: left;
	width: 244px;
	height: 320px;
}


.virtualTour {
	width: 249px;
	height: auto;
}




/* navigation panel repeated on home page and default to left throughout site */

#navPanelHome {
	position: relative;
	margin: 375px 0px 0px 0px;
}

.navPanel {
	display: block;
	float: left;
	background: #e0e0e0 url(../images/homepanel_bg.gif) repeat-x;
	width: 244px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-right: 5px solid #ffffff;
}


.navPanel ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.navPanel li, .navPanel object {
	float: left;
	margin: 0px;
	padding: 0px;
}

.thumbOver {
	margin: 10px;
}

.navPanel a, .navPanel a:link, .navPanel a:visited {
	display: block;
	float: left;
	width: 234px;
	color: #003366;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #B6B6B6;
	margin: 0px;
	padding: 3px 0px 3px 10px;
}

.navPanel a.sel, .navPanel a:hover {
	background: #eee /*url(../images/ecc_purple_corner.gif) no-repeat top right*/;
}

.navPanel a.bottom {
	border: none;
	padding: 3px 0px 5px 10px;
}


/*-------------------- main copy and subnav elements --------------------*/

.textHolder {
	display: block;
	float: left;
	background: #D9D9D9;
	width: 493px;
	border-top: 5px solid #fff;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 20px 0px;
}

.textHolder h1 {
	/*float: left;*/
	width: 469px;
	font-size: 1.7em;
	line-height: 1.2em;
	margin: 12px 12px 0px 12px;
	padding: 0px;
}

.textHolder h2 {
	/*float: left;*/
	width: 469px;
	margin: 12px 12px 0px 12px;
	padding: 0px;
}

.textHolder h3 {
	/*float: left;*/
	width: 469px;
	margin: 12px 12px 0px 12px;
	padding: 0px;
}

.textHolder p {
	/*float: left;*/
	width: 469px;
	margin: 12px 12px 0px 12px;
	padding: 0px;
}

.textHolder ul {
	/*float: left;*/
	width: 453px;
	margin: 12px 12px 0px 28px;
	padding: 0px;
}

.textHolder a, .textHolder a:link, .textHolder a:visited {
	color: #33699c;
}

.textHolder a:hover {
	text-decoration: underline;
}

img.bodyImage {
	float: right;
	margin: 10px;
}

.subnavHolder {
	display: block;
	/*float: left;*/
	color: #003366;
	background: #B6B6B6;
	width: 469px;
	border-bottom: 1px solid #D9D9D9;
	margin: 0px 0px 0px 0px;
	padding: 5px 12px 3px 12px;
}

.subnavHolder a, .subnavHolder a:link, .subnavHolder a:visited {
	color: #003366;
}

.subnavHolder a.sel, .subnavHolder a.sel:link, .subnavHolder a.sel:visited {
	font-weight: bold;
}

.subnavHolder a:hover {
	text-decoration: underline;
}

.subnavHolder img {
	float: right;
	margin: 0px 12px 12px 0px;
}

#imageHolder {
	float: right;
	width: 162px;
	margin: 15px 0px 10px 10px;
}

#imageHolder img {
	margin: 0px 0px 8px 0px;
}




/******************** sitemap navigation **************************/

a.nav_1_sitemap, a.nav_1_sitemap:link, a.nav_1_sitemap:visited {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
	padding: 4px 0px 2px 0px;
	margin: 10px 0px 0px 0px;
}

#content a.nav_1_sitemap:hover {
	/*color: #7FC7CF;*/
	text-decoration: underline;
	/*border-bottom: 1px dotted #999999;*/
}


a.nav_2_sitemap, a.nav_2_sitemap:link, a.nav_2_sitemap:visited {
	display: block;
	background: transparent url(../images/connector.gif) no-repeat 0px 0px;
	padding: 2px 10px 1px 20px;
	margin: 0px 0px 0px 0px;
}

a.nav_2_sitemap:hover {
	text-decoration: underline;
	/*color: #7FC7CF;*/
}

a.nav_3_sitemap, a.nav_3_sitemap:link, a.nav_3_sitemap:visited {
	display: block;
	font-size: 0.95em;
	background: transparent url(../images/connector.gif) no-repeat 20px 0px;
	padding: 2px 10px 1px 40px;
	margin: 0px 0px 0px 0px;
}

a.nav_3_sitemap:hover {
	text-decoration: underline;
	/*color: #7FC7CF;*/
}


a.nav_4_sitemap, a.nav_4_sitemap:link, a.nav_4_sitemap:visited {
	display: block;
	font-size: 0.9em;
	background: transparent url(../images/connector.gif) no-repeat 40px 0px;
	padding: 2px 10px 1px 60px;
	margin: 0px 0px 0px 0px;
}

a.nav_4_sitemap:hover {
	text-decoration: underline;
	/*color: #7FC7CF;*/
}








#paging {
	float: left;
	margin: 3px 0px 0px 0px;

}

#paging a, #paging a:link, #paging a:visited {
	/*display: block;*/
	width: auto;
	border: 1px solid #33699c;
	padding: 0px 2px 0px 2px;

}

#paging a:hover, #paging a.sel, #paging a.sel:link, #paging a.sel:visited {
	/*display: block;
	border: 1px solid #33699c;
	padding: 2px;*/
	color: #fff;
	background: #33699c;
}

.row {
	display: block;
	/*float: left;*/
	width: 481px;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 0px;
}

.col {
	display: block;
	float: left;
	width: 95px;
	height: 90px;
	margin: 10px 0px 0px 0px;
}

.col a, .col a:link, .col a:visited {
	display: block;
	border: 1px solid #cccccc;
	width: 88px;
	height: 88px;
	margin: 0px 0px 0px 2px;
}

.col a:hover {
	display: block;
	border: 1px solid #999999;
	width: 88px;
	height: 88px;
}


.download {
	display: block;
	float: left;
	width: 469px;
	border-bottom: 1px dotted #000;
	margin: 10px 0px 0px 12px;
	padding: 0px 0px 5px 0px;
}

.download h2, .download p {
	font-size: 1.2em;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}

.fileSize {
	color: #666;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
}


/*-------------------- list widget styling --------------------*/


.listWidget {
	/*width: 170px;
	 height: 310px;
	overflow: hidden; */
	font: 11px Arial, Helvetica, sans-serif;
	/*background: #eee;  remove this and padding below if on white background */
	margin: 0px 0px 0px 12px;
	padding: 0px;
	}

.listWidget ul {
	margin: 0;
	padding: 0;
	list-style-position: inside; /* forces the bullet point to appear inside the <li> */
	}

.listWidget ul li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	}

.listWidget ul li a, .listWidget ul li a:link, .listWidget ul li a:visited {
	text-decoration: none;
	/*color: #000;*/
	}
	
.listWidget ul li a strong {
	text-decoration: underline;
	margin: 0 0 0 -3px; /* moves the heading slightly closer to the bullet point */
	}
	
.listWidget ul li a:hover {
	text-decoration: underline;
	}

.listWidget p {
	margin: 0;
	}





/*-------------------- item listings --------------------*/

.itemList {
	float: left;
	width: 469px;
	border-bottom: 1px dotted #000;
	margin: 10px 0px 0px 12px;
	padding: 0px 0px 5px 0px;
}

.itemList h2 {
	color: #0084B0;
	font-size: 1.2em;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

.itemList p {
	margin: 0px;
	padding: 0px;
}

.itemDate {
	
}

/*.itemList a, .itemList a:link, .itemList a:visited {
	
}

.itemList a:hover, .item a:hover {
	border-bottom: 1px dotted #007EA8;
}*/

.newsList {
	float: left;
	border-bottom: 1px dotted #999999;
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

.newsList p {
	margin: 0px 12px 0px 12px;
}



/*-------------------- right column styling --------------------*/


#rightCol {
	position: relative;
	float: right;
	width: 242px;
	margin: 0px;
	padding: 0px;
}


#features {
	display: block;
	float: left;
	background: #e0e0e0 url(../images/rightcol_bg.gif) repeat-x;
	width: 242px;
	height: 375px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#features h2 {
	font-size: 3.2em;
	line-height: 1em;
	margin: 8px 0px 0px 8px;
	padding: 0px 0px 8px 0px;
}

#features h2.topFeature {
	color: #bebebe;
}

#features h2.bottomFeature {
	color: #e8e8e8;
}

.smallHeadBlue {
	color: #002C57;
	font-size: 0.4em;
	line-height: 0.5em;
}

#features h3 {
	font-size: 1.1em;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
}

#features p {
	font-size: 0.95em;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
}

#features p.date {
	font-weight: bold;
	font-style: italic;
}

#features p.featureLink {
	color: #002C57;
}

#features a.featureLink, #features a.featureLink:link, #features a.featureLink:visited {
	color: #002C57;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#features a:hover {
	text-decoration: underline;
}

#bookingPanel {
	display: block;
	float: left;
	width: 242px;
	height: 235px;
	/*border-top: 5px solid #ffffff;*/
	margin: 5px 0px 0px 0px;
	padding: 0px;
}



/*------------------------ table and form styling ----------------------------*/


table {
	border-collapse: collapse;
}

table.formTable {
	margin: 12px 0px 0px 12px;
	/*width: 469px;*/
}

td.formLabel {
	padding: 8px 5px 2px 0px;
	font-weight: bold;
}

td.formInput {
	padding: 2px 0px 2px 0px;
}

.stdFormEl {
	width: 200px;
}

.fullFormEl {
	width: 464px;
}

.smallFormEl {
	width: 30px;
}

.areaFormEl {
	width: 469px;
}

.required {
	color: #FF0000;
}


td.label   { 
	color: #666; 
	font-size: 12px;
	padding: 0px 10px 0px 0px;
}


.formel {
	color: #666; 
	font-size: 12px; 
	text-decoration: none; 
	background-color: #fff; 
	padding: 2px; 
	border: solid 2px #ddd;
}

.formarea {
	font-family: Helvetica, Arial, sans-serif;
	width: 400px;
	font-size: 1.1em;
}

.sendButton {
	color: #fff; 
	font-size: 12px; 
	text-decoration: none; 
	background-color: #003881; 
	padding: 2px;
	border: none;
	/*border: solid 2px #CC0033;*/
	margin: 5px 0px 5px 0px;
}



#footer {
	position: relative;
	float: left;
	/*background: #003255;*/
	width: 990px;
	font-size: 0.8em;
	color: #999;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

#footer img {
	vertical-align: middle;
	margin: 0px 0px 0px 8px ;
}

#footer p {
	float: left;
	margin: 16px 0px 0px 0px;
	padding: 0px;
}

#footer p.footerNav {
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #999;
	margin: 0px 3px 0px 3px;
}

#footer a:hover {
	color: #666;
}

.eccTable 
{
	width: auto;
	margin: 12px;
}

.eccTable th
{
	color: #ffffff;
	background: #B6B6B6;
	border-bottom: 1px solid #D9D9D9;
	margin: 0px 0px 0px 0px;
	padding: 5px 12px 3px 12px;
	text-align: left;
}

.eccTable td
{
	color: #000000;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px 12px 3px 12px;
	text-align: center;
}

/* text colours and backgrounds */


.white, a.white, a.white:link, a.white:visited {
	color: #FFFFFF;
}

.purple, a.purple, a.purple:link, a.purple:visited {
	color: #666699;
}

.drkblue, a.drkblue, a.drkblue:link, a.drkblue:visited {
	color: #003467;
}

.midblue, a.midblue, a.midblue:link, a.midblue:visited {
	color: #33699c;
}

.paleblue, a.paleblue, a.paleblue:link, a.paleblue:visited {
	color: #81AFCA;
}

.drkGrey, a.drkGrey, a.drkGrey:link, a.drkGrey:visited {
	color: #81AFCA;
}


.purple_bg {
	background: #666699;
}

.drkblue_bg {
	background: #33699c;
}

.paleblue_bg {
	background: #003467;
}

