/* HTML Elements */
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/
body {

	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	background: White url(images/morsonint_diagonal.gif);
	/*background-image:url(images/morsonint_bk_tile.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background: White url(images/main-bgnd.gif) repeat-y center;*/
	color: #000000;
	font: 10px/11px Arial Helvetica sans-serif;
	text-align: center; /*this will center ALL items on the page in IE but only text in Moz etc.*/
}
p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6 {
	font: 10px/11px Arial, Helvetica, sans-serif;
	/* Netscape 4&IE5 doesn't really like type tags just set in the body, this helps */
	margin: 0 0 0 0; /* removes unpridictable 'browser default' settings */
	padding: 0 0 0 0; /* " " */
}

.boldred {
	font:  bold 14px/16px Arial, Helvetica, sans-serif ;
	color:#c73221;
}

img {
	border: 0 none;
}

li {
	color: #1D3E61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: square;
	padding: 0px;
	font-weight: bold;
} /* remember lists can be used for Navbars too, see http://css.maxdesign.com.au/listamatic for examples */
p {
	text-align: left; /* IE5Win bug, if no alignment is presented the text may center */
	margin: 0 0 1em 0;
}
form {
	margin: 0 0 0 0;
}
table {
	border: 0;
}

td img {
	display: block; /* Images that are in tables will always be block level */
}
 /* Link Elements must be in this order*/
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #E9B20F;
	text-decoration: underline;
}

a:hover {
	color: #E9B20F;
	text-decoration: none;
}

a:active {
	color: #E9B20F;
	text-decoration: none;
}

br.clear {
	clear: both;
} /* <br clear="all" /> may be unrelyable in gecko based browsers <br style="clear: both;" /> 
clears more reliably but lets get it in the Stylesheet with <br class="clear" /> */

/*--css layout elements--*/
#page-cent {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	width: 841px; /*An auto centering layer, width must be assigned*/
	/*width: 794px; An auto centering layer, width must be assigned*/
	text-align: justify;/*text align must be declared in all items due to 'text-align: center;' being in the body tag*/
	height:auto;
	background-image:url(images/morsonint_bk_tile.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}
#flashhead {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	width: 794px;
	height: 324px; /*232px*/
	text-align: center;
	background: url(images/hoz_strip.gif) repeat-x bottom;
}

#vertical_line {
	background-image:url(images/vline.gif);
	background-repeat:repeat-y;
	background-position:right;
}

#homeleft, .homeleft /* class added in addition to id to validate page*/{
	float: left;
	width: 555px;
	background-image:url(images/vline.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding-right: 5px;
	margin: 0 0 8px 0 ;
	/*
	background-color:#999966;	
	background-color:#999966;padding: 0 0 0 5px;
	text-align:left;*/
}

#content {
width:754px;
margin: 0 0 0 0;
}

#content p {
padding: 0 20px 0 0;
}


#homeleft_logos {
	float: left;
	width: 580px;
	height: 1000px;
	margin: 0 0 8px 0 ;
	
	
	/*background-color:#999966;
	background-image:url(images/vline.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding: 0 0 0 5px;
	text-align:left;*/
}


#page-cont {
	margin:0 29px 0 29px;
	padding: 0 0 0 20px;
		
}



#page-cont p {
	clear: both;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #7d7b7b;
	
}
#page-cont p.headpara{ 
	font-weight: bold;
	padding: 0 0 0 2px;
}

#page-cont p.small {
	font-size: 9px;
	padding: 0 0 0 2px;
}

#breakline, .breakline /* class added in addition to id to validate page*/{
	float:left;
	background-image: url(images/break.gif);
	background-repeat: repeat-x;
	width: 100%;
	overflow: hidden;
	height: 10px;
}

#page-cont h1.headreplace {
   position: relative;
	display: block;
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	font: normal 14px/11px Georgia, AGaramond, "MS Serif", Times, serif;
}
#page-cont h1.headreplace span {
	position: absolute;
	width: 100%;
	height: 100%;
}

.sectorbox {
	width: 128px;
	height: 100px;
	float: left;
	margin: 2px 6px 0 6px;
	overflow: hidden;
	text-align: center;
}


.sectorbox p {
	margin: 0 auto 0 auto;
	text-align: center;
	font-size:10px;
}



.sectorboxl {
	width: 128px;
	height: 130px;
	float: left;
	margin: 2px 13px 0 13px;
	overflow: hidden;
}

.sectorbox img{ 
	border: 2px solid #dbdada;
	width: 125px;
	height: 73px
}
.sectorbox a:link img, .sectorbox a:visited img, .sectorbox a:active img { 
	border-color: #dbdada;
}

.sectorbox a:hover img {
	border-color: #b92025;
}

.sectorboxl p {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	display: block;
}
.sectorboxl p a {
	width: 128px;
	text-align: center;
	display: block;
}
.sectorboxl a:link img, .sectorboxl a:visited img, .sectorboxl a:active img { 
	border-color: #dbdada;
}

.sectorboxl a:hover img {
	border-color: #b92025;
}

.sectorboxl p a:link, .sectorboxl p a:visited, .sectorboxl p a:active {
	color: #7d7b7b;
	text-decoration: underline;
}
.sectorboxl p a:hover {
	color: #b92025;
	text-decoration: underline;
}

.sectorboxl p {
	text-align: center;
	padding: 5px 0 0 0;
}
#page-cont p.flowtext {
	clear: none;
	width: 583px;
	float: left;
	margin-right: 0;
	margin-left: 5px;
	text-align: justify;
	font: normal 12px Arial, Helvetica, sans-serif;
	overflow: hidden;
}
.sectorbox p a:link, .sectorbox p a:visited, .sectorbox p a:active {
	color: #7d7b7b;
	text-decoration: underline;
}



.sectorbox p a:hover {
	color: #b92025;
	text-decoration: underline;
}

.sectl {
	margin-left: 0px;
}
.sectr {
	margin-right: 0px;
}

.alt-rules{
	height: 5px;
	width: 100%;
	border-top: 1px solid #9B8E53;
	margin-top: 7px;
	display: block;
	line-height: 3px;
	/*IE won't render an element less than the current font-size/line-height, 
	unless you include an overflow:hidden in the style declaration.*/
}
/*footer*/
#page-cent #footer {
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* "	" */ 
	clear: both;
	width: 802px;
	/*background-color:#99CC00;*/
	background: url(images/hoz_strip.gif) repeat-x top;
	color: #595959;
	font-size: 10px;
	text-decoration: none;
}
#page-cent #footer p {
	display: block;
	text-align: center;
	padding: 42px 0 10px 0;
}

#page-cent #footer p a:link, #page-cent #footer p a:visited, #page-cent #footer p a:active {
	color: #595959;
	text-decoration: underline;
}
#page-cent #footer p a:hover {
	color: #b92025;
	text-decoration: none;
}
#page-cent #footer p a.d4h:link, #page-cent #footer p a.d4h:visited, #page-cent #footer p a.d4h:active {
	color: #595959;
	text-decoration: none;
}
#page-cent #footer p a.d4h:hover {
	color: #b92025;
	text-decoration: underline;
}

#page-cent #footer div {
	width:455px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#page-cent #footer div img { 
	margin: 0 4px 0 4px;
}
#page-cent #footer a:link img, #page-cent #footer a:visited img, #page-cent #footer a:active img {
	border-color: #666667;
}
#page-cent #footer a:hover img {
	border-color: #b92025;
}

#page-cent #footer p.copyright { padding: 1px 0 5px 0; }

#floatleft {
	float: left;
	width: 100%;
}

#panelright {
	float: right;
	background-color: #E9B20F;
	width: 366px;
}

#imageright {
	float: right;
	width: 200px;
}

#lefttextpanel {
	float: left;
	width: 500px;
}

#panelleft, .panelleft /* class added in addition to id to validate page*/{
	float: left;
	background-color:#334062;
	/*background-color: #E9B20F;*/
	width: 525px;	
	margin-right: 1px;	
}

#paneltitle, .paneltitle {
	font-variant: small-caps;
	background-color:#c73221;
	/*background-color: #C59810;*/
	color: white;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 4px 4px 4px 4px;
	margin-bottom: 1px;
	width: 517px;
}

#panelheader, .panelheader /* class added in addition to id to validate page*/{
	font-variant: small-caps;
	background-color:#334062;
	color:#FFFFFF;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 4px 4px 4px 4px;
}

#rowheader {
	background-color: #E9B20F;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#rowlight, .rowlight {
	background-color: #F0F0F0;
	padding: 4px 4px 4px 4px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 1px 0 0 0;
}


#logopanel {
	float: right;
	width: 200px;
	margin: 0 auto 0 auto;

	text-align:center;
	/*background-color:#FF6699;
	background-image: url(images/vline.gif);
	background-repeat: repeat-y;
		*/
}

#logopanel_vline {
	float: right;
	width: 200px;
	margin: 0 auto 0 auto;
	
	text-align:center;
	/*background-color:#FF6699;
	background-image: url(images/vline.gif);
	background-repeat: repeat-y;
	background-position:left;
		*/
}

.logobox {
margin: 0 auto 5px auto;
width: 130px;
height: auto;

/*border: 1px solid #334062 ;*/
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;

}

#logboxtitle {
margin: 0 auto 5px auto;
font-variant: small-caps;
height:20px;
width: 130px;
background-color: #334062 ;
/*background-color:#c73221;*/
color: white;
font-size: 11px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: center;
/*padding: 4px 4px 4px 4px;
margin-bottom: 1px;*/
}



.logobox .img {
margin: 0 auto 0 auto;
width: 130px;
height: 130px;
}


#newsarticlecont {
	float: left;
	width: 560px;
	background-image:url(images/vline.gif);
	background-repeat:repeat-y;
	background-position:right;
	margin: 0 0 0 0;
}



#newsimagecont, .newsimagecont/* class added in addition to id to validate page*/{
	float: right;
	background-color: #DBDADA;
	padding: 5px 5px 5px 5px;
	margin: 10px;
	/*width: 150px;*/
}
#page-cent #page-cont #newsarticlecont #newsbody #newsimagecont .titxt,
#page-cent #page-cont #newsarticlecont #newsbody .newsimagecont .titxt /* class added in addition to id to validate page*/ {
	font-weight: normal;
	color: #000000;
	text-align: center;
}

#newsimagecont span, .newsimagecont span /* class added in addition to id to validate page*/ {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	width: auto;
}

#newsimagecont img, .newsimagecont img/* class added in addition to id to validate page*/{
	border: 3px 3px 3px 3px solid #FFFFFF;
}


#newsbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	width: inherit;
}

#newshead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B92025;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}

/*------------------- /flash replace font ---------------------------- */
.replace {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 26px;
	width: 440px;
	line-height: 28px;
	/*letter-spacing: -.05em;*/
	text-align:left;
	display: block;
	

}



.replace2 {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 172px;
	/*width: 220px;*/
	line-height: 14px;
	/*letter-spacing: -.05em;*/
	text-align:center;
	color:#CC0000;/*
	background-color:#000066;*/
}

.pad {
	display: block;
	padding: 0 0 0 0;
	text-align:left;
	float:left;
}

.pad2 {
	display: block;
	padding: 5px 0 0 20px;
	text-align:left;
	float:left;
}

.rightnews_title {
	display: block;
	padding: 5px 0 0 0px;
	text-align:left;
	float:left;
}



html.hasFlash .replace	{
	visibility: hidden;
}
/*------------------- /flash replace font ---------------------------- */


/* -- DB News -- */
#newspanel, .newspanel /* class added in addition to id to validate page*/{
	float: right;
	width: 
	200px;
	margin: 10px auto 0 auto;
	/*background-image: url(images/vline.gif);
	background-repeat: repeat-y; padding-left: 10px;*/
	position: relative;
	display:block;
	text-align:center;
	/*background-color:#0066CC;*/
}



.news .newshead {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
		padding: 0px;
	margin: 0px;
		text-align:center;
}
.news .greyscale {
	background: #CCCCCC;
	font: 10px "Times New Roman", Times, serif;
	margin: 1px;
	padding: 1px;
		text-align:center;
}
.news .newsbody {
	font: bold 11px Arial, Helvetica, sans-serif;
		text-align:center;
}
#page-cent #page-cont #newspanel .news .newsbody {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#page-cent #page-cont #newspanel .news .newsbodytxt {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
#page-cent #page-cont #newsarticlecont .right .newsbodytxt {
	font-weight: bold;
	color: #666666;
}

#page-cent #page-cont #newspanel .news .greyscale {
	color: #000000;
			font-size: 10px;
}

#page-cent #page-cont #newspanel .news .archive {
	text-align: center;
		font-size: 10px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;

}

#newspagecontainer {
	float: left;
	width: 480px;
}

.news a {
	font-size: 10px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
.news .archive {
	font-size: 10px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
#page-cent #page-cont #newsarticlecont h2 {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	width: 90%;
	padding-right: 2px;
	padding-left: 2px;
}
#page-cent #page-cont #newsarticlecont p {
	width: 90%;
	line-height: 18px;
}
#page-cent #page-cont #newsarticlecont a {
	color: #000000;
	font-size: 10px;
}
/* -- sector pages -- */

ul.sectorlist {
	margin: 0 30px 4px 0;
}
ul.sectorlist li {
	display: block;
	background-color: #F0F0F0;
	padding: 4px 4px 4px 4px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #334062;
}
ul.sectorlist li.header {
	font-variant: small-caps;
	background-color:#334062;
	color:#FFFFFF;
}

.tlb {
	width: 135px;
	border: none;
	float:left;
	display:block;
	font-weight:bold;
	text-align:center;
	margin: 20px;
	background-image:url(../images/tlbimg.gif);
	background-repeat:no-repeat;
	height:180px;

}
.tlb1 {
	width: 320px;
	border: none;
	float:left;
	display:block;
	font-weight:bold;
	text-align:center;
	margin: 20px;
	background-image:url(../images/tlbimg.gif);
	background-repeat:no-repeat;

}
#page-cent #page-cont .tlb h4 {
	font: 11px Arial, Helvetica, sans-serif;

}

.left {
	width: 100px;
	float: left;
	height: 100%;
    min-height: 100%;
	color: #FFFFFF;
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	
}
.left1 {
	float: left;
	color: #FFFFFF;
	position: relative;
	margin: 0px;
	padding: 0px;
	
}
.right {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 460px;
	float: left;
	/*background-color:#003399;*/
}
.right1 {
	margin: 0px;
	padding-left: 10px;
	width: 160px;
	float: left;
	
	
}
#page-cent #page-cont .tlb1 p {
	line-height: 14px;
	font-size: 10px;
}
em {
	color: #000000;
	font-style: normal;
}

.fixtxt {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color:#999999;
line-height:18px;
width: 90%;
}
#newsbody .fixtxt p {
	text-align: justify;
	width: auto;
	display: run-in;
	padding-bottom: 3px;
	padding-bottom: 5px;
	clear: left;
}
#newsbody .fixtxt ul, #newsbody .fixtxt ol {
	margin-bottom: 5px;
	margin-top: 3px;
	display: block;
}
#newsbody .fixtxt ul li, #newsbody .fixtxt ol li {
	line-height: 16px;
	font-weight: normal;
	margin-top: 6px;
	/*margin-bottom: 5px;*/
	list-style-position: inside;
}
#newsbody .fixtxt ul li {
	list-style-type: disc;
}
#newsbody .fixtxt ol li {
	list-style-type: decimal;
	/*font-weight: normal;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 5px;*/
}

#directors, .directors { /*Class added for VALIDATION*/
	float: left;
	width: 125px;
	background: url(images/vline.gif) repeat-y right;
	padding-right: 10px;
	margin: 0 0 8px 0 ;
}


#directorstxt, .directorstxt { /*Class added for VALIDATION*/
	float: left;
	width: 580px;
	padding-left: 10px;
}

/* --------------------------------- job search -------------------------------------------*/

.jobtitle {
margin: 0 10px 0 0;
float: left;
width:365px;
height:15px;
}

.jobsector {
float: left;
width:365px;
height:15px;
}

.jobs {
margin: 0 10px 1px 0;
/*border-top: #cccccc solid 1px;*/
float: left;
width:365px;


}



.sectors {
margin: 0 0 1px 0;
/*border-top: #cccccc solid 1px;*/
float: left;
width:365px;

}



#jobscontent {
float:left;
height:auto;
width: 753px;
background-color:#f1f1f1;


}

#jobscontent p {
padding: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#333333;
line-height:15px;

}
#sitemap li {
margin: 5px 5px 5px 5px;

}

.sectorbox p  {
	color: #7d7b7b;
	text-decoration: none;
	font-size:10px;
}
.sectorbox p a {
	color: #7d7b7b;
	text-decoration: none;
	font-size:10px;
}

/* All code (C)Designed4hits 2006  (Antony Ellam)*/