/* SCREEN.css */

/* reset all margins */
* {
	margin:0;
	padding:0;
}

/* ================================================= */
/* ------ PAGE LAYOUT ------ */
/* body */
body {
	background-image:url(../jpg/body-background.jpg);
	background-repeat:repeat-x;
	background-color:#21293c;
	margin: 20px auto 10px auto;
	text-align:center;
}

/* WRAPPER */
#Wrapper {
	border:1px solid #3c627d;
	margin: 0 auto 0 auto;
	text-align:center;
	width: 888px;
}

/* HEADER */
#Header {
	border-bottom:1px solid #3c627d;
	height:102px;
	width: 888px;
}

/* NAVIGATION */
#Navigation {
	background-image:url(../jpg/navigation-repeat.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	background-color: #5d7b9a;
	border-top:1px solid #c9d7e2;
	border-bottom:1px solid #3c627d;
	text-align:left;
	width:888px;
}
#Navigation div.navigationBorder {
	background-image:url(../jpg/navigation-background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:888px;
}
#Navigation ul.navlist {
	list-style-type:none;
	margin-bottom:0;
	margin-left: 25px;
	margin-right: 23px;
}
#Navigation li {
	display:block;
	float:left;
	font-size:11px;
	line-height: 1.2em;
	margin-bottom:0px;
}
#Navigation li.separator {
	background-image:url(../jpg/navigation-separator.jpg);
	background-repeat:no-repeat;
	background-position:center;
	display:block;
	float:left;
	height:22px;
	width:2px;
}

#Navigation a {
	color: #FFF;
	display: block;
	margin: 0;
	padding: 4px 7px 5px 7px;
	text-decoration: none;
	width: auto;
}
#Navigation a:hover, #Navigation a:active {
	background-color: #5d85b0; 
	color:#FFF;
}
#Navigation a.active {
	background-image:url(../jpg/navigation-active.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #41506b;
	font-weight:bold;
}

/* CONTENT */
#Content {
	background-color:#fff;
	padding: 12px 10px 12px 10px;
	text-align:left;
	width: 868px;
}

/* FULLWIDTH */
#Content div.fullWidth {
	min-height:300px;
	padding:2px 12px 0 12px;
	width: 844px;
}
* html #Content div.fullWidth {
	height:300px;
}

#Content div.fullWidthHome {
	min-height:300px;
	padding:0 10px 0 10px;
	width: 848px;
}


/* TWOCOLUMN */
/* twoColumnLeft */
#Content div.twoColumnLeft {
	float:left;
	padding-left:4px;
	width: 148px;
}
#Content div.twoColumnLeft div.menu2 {
	background-color: #bed0dd;
	border: 1px solid #3c627d;
	margin-bottom: 5px;
	width:146px;
}
/* navlist */
#Content div.twoColumnLeft ul.navlist {
	list-style-type: none;
	margin-bottom:0;
	margin-left:0px;
}
#Content div.twoColumnLeft ul.navlist li {
	line-height: 1.2em;
	margin-bottom:0px;
}

/* title */
#Content div.twoColumnLeft ul.navlist li.title {
	background-image:url(../jpg/leftmenu-title.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#41506b;
	color: #FFF;
	display: block;
	font-size: 0.7em;
	font-weight:bold;
	margin-bottom:5px;
	padding:4px 5px 6px 5px;
	width:136px;
}
#Content div.twoColumnLeft ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.twoColumnLeft ul.navlist li.main {
	color:#fff;
	font-size: 0.7em;
	line-height:1.1em;
	padding:3px 5px 4px 5px;
	width:136px;
}
#Content div.twoColumnLeft ul.navlist li.main a {
	color:#fff;
	text-decoration: none;
}
#Content div.twoColumnLeft ul.navlist li.main a:link, #Content div.twoColumnLeft ul.navlist li.main a:visited {
}
#Content div.twoColumnLeft ul.navlist li.main a:hover, #Content div.twoColumnLeft ul.navlist li.main a:active {
	color:#5e5e5e;
}
#Content div.twoColumnLeft ul.navlist li.main a.active {
	color:#000;
	font-weight:bold;
	text-decoration: none;
}
/* sub */
#Content div.twoColumnLeft ul.navlist li.sub {
	color:#fff;
	font-size: 0.7em;
	line-height:1.1em;
	padding:3px 5px 4px 15px;
	width:126px;
}
#Content div.twoColumnLeft ul.navlist li.sub a {
	color:#fff;
	text-decoration: none;
}
#Content div.twoColumnLeft ul.navlist li.sub a:link, #Content div.twoColumnLeft ul.navlist li.sub a:visited {
}
#Content div.twoColumnLeft ul.navlist li.sub a:hover, #Content div.twoColumnLeft ul.navlist li.sub a:active {
	color:#5e5e5e;
}
#Content div.twoColumnLeft ul.navlist li.sub a.active {
	color:#000;
	font-weight:bold;
	text-decoration: none;
}
/* extlink */
#Content div.twoColumnLeft ul.navlist li.extlink {
	color:#fff;
	font-size: 0.7em;
	line-height:1.1em;
	padding:3px 5px 4px 5px;
	width:136px;
}
#Content div.twoColumnLeft ul.navlist li.extlink a {
	color:#fff;
	text-decoration: none;
}
#Content div.twoColumnLeft ul.navlist li.extlink a:link, #Content div.twoColumnLeft ul.navlist li.extlink a:visited {
}
#Content div.twoColumnLeft ul.navlist li.extlink a:hover, #Content div.twoColumnLeft ul.navlist li.extlink a:active {
	color:#5e5e5e;
}
#Content div.twoColumnLeft ul.navlist li.extlink a.active {
	color:#000;
	font-weight:bold;
	text-decoration: none;
}
/* back */
#Content div.twoColumnLeft ul.navlist li.back {
	color:#fff;
	font-size: 0.7em;
	line-height:1.1em;
	padding:3px 5px 4px 5px;
	width:136px;
}
#Content div.twoColumnLeft ul.navlist li.back a {
	color:#fff;
	text-decoration: none;
}
#Content div.twoColumnLeft ul.navlist li.back a:link, #Content div.twoColumnLeft ul.navlist li.back a:visited {
}
#Content div.twoColumnLeft ul.navlist li.back a:hover, #Content div.twoColumnLeft ul.navlist li.back a:active {
	color:#5e5e5e;
}
#Content div.twoColumnLeft ul.navlist li.back a.active {
	color:#000;
	font-weight:bold;
	text-decoration: none;
}
/* separator */
#Content div.twoColumnLeft ul.navlist li.separator {
	display:none;
}



/* twoColumnRight */
#Content div.twoColumnRight {
	float: left;
	margin-top:3px;
	margin-left: 17px;
	width: 685px;
}

/* THREECOLUMN */
/* threeColumnLeft */
#Content div.threeColumnLeft {
	background-color: #DCE1E5;
	border: 1px solid #A6A6A6;
	float:left;
	width: 180px;
}
/* navlist */
#Content div.twoColumnLeft ul.navlist {
	list-style-type: none;
	margin-bottom: 10px;
}
/* title */
#Content div.threeColumnLeft ul.navlist li.title {
	background-image:url(../jpg/menu-title-background.jpg);
	background-position:top left;
	color: #FFF;
	display: block;
	font-size: 0.75em;
	padding:4px;
}
#Content div.threeColumnLeft ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.threeColumnLeft ul.navlist li.main {
	display: block;
	font-size: 0.75em;
}
#Content div.threeColumnLeft ul.navlist li.main a {
	display: block;
	width: 172px;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
#Content div.threeColumnLeft ul.navlist li.main a:link, #Content div.threeColumnLeft ul.navlist li.main a:visite {
	color:#585858;
}
#Content div.threeColumnLeft ul.navlist li.main a:hover, #Content div.threeColumnLeft ul.navlist li.main a:active {
	color:#585858;
	background-color: #BED5EC;
}
#Content div.threeColumnLeft ul.navlist li.main a.active {
	display: block;
	width: 172px;
	background-color: #CDD1D4;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
/* threeColumnCentre */
#Content div.threeColumnCentre {
	float: left;
	margin-left: 10px;
	width: 485px;
}
/* threeColumnRight */
#Content div.threeColumnRight {
	background-color: #DCE1E5;
	border: 1px solid #A6A6A6;
	float:left;
	width: 180px;
	margin-left: 10px;
}
/* navlist */
#Content div.threeColumnRight ul.navlist {
	list-style-type: none;
	margin-bottom: 10px;
}
/* title */
#Content div.threeColumnRight ul.navlist li.title {
	background-image:url(../jpg/menu-title-background.jpg);
	background-position:top left;
	color: #FFF;
	display: block;
	font-size: 0.75em;
	padding:4px;
}
#Content div.threeColumnRight ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.threeColumnRight ul.navlist li.main {
	display: block;
	font-size: 0.75em;
}
#Content div.threeColumnRight ul.navlist li.main a {
	display: block;
	width: 172px;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}
#Content div.threeColumnRight ul.navlist li.main a:link, #Content div.threeColumnRight ul.navlist li.main a:visite {
	color:#585858;
}
#Content div.threeColumnRight ul.navlist li.main a:hover, #Content div.threeColumnRight ul.navlist li.main a:active {
	color:#585858;
	background-color: #BED5EC;
}
#Content div.threeColumnRight ul.navlist li.main a.active {
	display: block;
	width: 172px;
	background-color: #CDD1D4;
	color:#585858;
	text-decoration: none;
	padding:4px;
	margin-top: 3px;
}


/* FOOTER */
#Footer {
	background-image:url(../jpg/footer-repeat.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	border-top:1px solid #3c627d;
	color:#fff;
	text-align:left;
	width:888px;
}
#Footer div.footertext {
	background-image:url(../jpg/footer-background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	min-height: 60px;
}
* html #Footer div.footertext {
	height:60px;
}
/* left footer */
#Footer div.footerLeft {
	float: left;
	padding:5px 0 8px 25px;
	width:140px;
}
/* centre footer */
#Footer div.footerCentre {
	float: left;
	padding:5px 10px 8px 10px;
	width:250px;
}
/* right footer */
#Footer div.footerRight {
	float: left;
	margin-top:50px;
	padding-right:23px;
	text-align:right;
	width:430px;
}

/* paragraphs */
#Footer p {
	font-size:0.65em;
	line-height: 1.35em;
	margin-bottom:0;
}
/* footer menu */
#Footer ul.navlist {
	display:inline;
	list-style-type:none;
	margin-bottom:0;
	margin-left:0px;
}
#Footer ul.navlist li {
	color:#FFF;
	display:inline;
	font-size:0.65em;
	line-height: 1.2em;
	margin-bottom:0px;
}
#Footer ul.navlist li.separator {
	color:#FFF;
	display:inline;
	font-size:0.55em;
}
/* footer links */
#Footer a {
	color: #FFF;
	text-decoration:none;
}
#Footer a:hover, #Footer a:active {
	color: #FFF;
	text-decoration:underline;
}

/* ================================================= */
/* CLASSES */
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ========================================================================================================================= */

/* ------ HOME PAGE ------ */
#HomePage {
	width: 848px;
}
/* -- home page images -- */
#HomePage div.homeImage {
	float:left;
	margin-right:25px;
	width:370px;	
}
/* main image */
#HomePage div.homeImage div.mainimage {
	text-align:center;
}
/* smaller images */
#HomePage div.homeImage div.smallimages {
	margin-top:5px;
	width:370px;	
}
#HomePage div.homeImage div.smallimages div.twoimages {
	margin-top:10px;
}
#HomePage div.homeImage div.smallimages div.homebutton {
	float:left;
	width:185px;
}


/* -- home page text -- */
#HomePage div.homeText {
	float:left;
	margin-top:10px;
	padding-right:3px;
	width:450px;	
}

/* ================================================= */
/* ------ MEMBERS PAGE ------ */
#MembersPage {
}
div.login {
	background-color:#d9e5ed;
	border:1px solid #3c627d;
	padding:10px;
	width:300px;
}
div.login p {
	margin-bottom:10px;
}

/* username/password */
div.login div.username, div.login div.password {
	margin-top:1px;
	width:300px;
}
div.login div.username div.label, div.login div.password div.label {
	float:left;
	margin-top:3px;
	padding-right:10px;
	width:90px;
}
div.login div.username div.label p, div.login div.password div.label p {
	font-size:0.7em;
	font-weight:bold;
	margin-bottom:0;
}
div.login div.username div.value, div.login div.password div.value {
	float:left;
	width:180px;
}
div.login div.username div.value input, div.login div.password div.value input {
	width:170px;
}
/* button */
div.login div.button {
	margin-top:5px;
	width:300px;
}
div.login div.button div.label {
	float:left;
	width:100px;
}
div.login div.button div.value {
	float:left;
	width:180px;
}
div.login div.button div.value input.button {
	width:60px;
}


/* ================================================= */
/* ------ NEWS PAGE ------ */

/* --- newsMenu --- */
div.newsMenu {
	border: 1px solid #3c627d;
	background-color: #bed0dd;
	float:left;
	margin-left:2px;
	margin-bottom: 5px;
	width:146px;
}
/* navlist */
#Content div.newsMenu ul.navlist {
	list-style-type: none;
	margin-bottom:0;
	margin-left:0px;
}
#Content div.newsMenu ul.navlist li {
	line-height: 1.2em;
	margin-bottom:0px;
}
/* title */
#Content div.newsMenu ul.navlist li.title {
	background-image:url(../jpg/leftmenu-title.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#41506b;
	color: #FFF;
	display: block;
	font-size: 0.7em;
	font-weight:bold;
	margin-bottom:5px;
	padding:4px 5px 6px 5px;
	width:136px;
}
#Content div.newsMenu ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.newsMenu ul.navlist li.main {
	color:#fff;
	font-size: 0.7em;
	line-height:1.1em;
	padding:3px 5px 4px 5px;
	width:136px;
}
#Content div.newsMenu ul.navlist li.main a {
	color:#fff;
	text-decoration: none;
}
#Content div.newsMenu ul.navlist li.main a:link, #Content div.newsMenu ul.navlist li.main a:visited {
}
#Content div.newsMenu ul.navlist li.main a:hover, #Content div.newsMenu ul.navlist li.main a:active {
	color:#5e5e5e;
}
#Content div.newsMenu ul.navlist li.main a.active {
	color:#000;
	font-weight:bold;
	text-decoration: none;
}

/* --- newsItems --- */
div.newsItems {
	float:left;
	margin-left: 17px;
	padding-top:3px;
	width:686px;
}
*html div.newsItems {
	height:380px;
}

/* --- briefNews --- */
div.briefNews {
	border:1px solid #3c627d;
	margin-bottom:10px;
	width:100%;
}
/* newHeading */
div.briefNews div.newsHeading {
	background-image:url(../jpg/news-heading.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#5d7b9a;
/*	border-bottom:1px solid #c8d7e3;*/
}
/* newsTitle */
div.briefNews div.newsTitle {
	float:left;
	padding:6px 4px 6px 8px;
	width:53%;
}
div.briefNews div.newsTitle h3 {
	color:#fff;
	margin-bottom:0;
}
/* newsDate */
div.briefNews div.newsDate {
	float:left;
	padding:7px 8px 6px 4px;
	text-align:right;
	width:42%;
}
div.briefNews div.newsDate p {
	margin-bottom:1px;
}
/* newsSummary */
div.briefNews div.newsSummary {
	padding:8px 8px 4px 8px;
}
div.briefNews div.newsSummary image.newsimage {
	border:1px solid #3c627d;
	margin:0 0 4px 15px;
}
/* newsViewFull */
div.briefNews div.newsViewFull {
	padding:0px 8px 4px 8px;
}
div.briefNews div.newsViewFull p {
	margin-bottom:1px;
}

/* newsReturn */
div.newsReturn {
	padding:0px 8px 4px 8px;
	text-align:right;
}
div.newsReturn p {
	margin-bottom:1px;
}


/* ================================================= */
/* ---- SITEMAP ---- */
#SiteMap * {
	margin:0;
	padding:0;
}
#SiteMap ul {
	margin-left: 40px;
	font-size: 11px;
}
#SiteMap li {
	font-size: 1em;
	margin: 5px 0 5px 0;
}

/* ------ LINKED TO INNOVA.css ------ */
table.forthcomingtable td {
	padding:0;
}
table.forthcomingtable img {
	margin-bottom:3px;
}

.tablewithcellborder td {
	border-bottom:1px solid #3c627d;
	border-left:1px solid #3c627d;
}



