/* Global styles START */
html {background-color:#ebe6ec;}

body {
	font-size: 75%;
	font-family: arial;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
}



#mainplaceholder {
	width: 100%;
}

#mainplaceholder #header {
	width: 760px;
	padding-right:15px;
	padding-left:15px;
	background-color:#ffffff;
}

#mainplaceholder #header #logo {
	float: left;
	padding-left: 32px;
	padding-top: 13px;
	padding-bottom: 14px;
	width: 100px;
}
html>head:first-child+body #mainplaceholder #header #logo {
	width: 70px;
}

#mainplaceholder #header #sitetools {
	text-align: right;
	padding-top: 13px;
	width: 760px;
}
html*#mainplaceholder #header #sitetools {
	width: 625px;
}

#mainplaceholder #strapline {
	width: 760px;
	height: 23px;
	background-color: #4E1B46;
	border-right:15px solid #ffffff;
	border-left:15px solid #ffffff;
}
#mainplaceholder #strapline p {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	padding-left: 160px;
	font-size: 110%;
}

#mainplaceholder #maincontentholder {
	width: 760px;
	padding-right:15px;
	padding-left:15px;
	background-color:#ffffff;
	display:block; overflow:hidden;
}

#mainplaceholder #maincontentholder #leftnavholder {
	width: 133px;
	float: left;
	text-align: left;
}

#mainplaceholder #maincontentholder #content {
	width: 600px;
	float: right;
	text-align: left;
	padding-top: 7px;
}

#mainplaceholder #footer {
	margin-top: 20px;
	padding-top: 0px;
	border-top: solid 1px #000000;
	text-align: center
	margin-top: 20px;

}
div.clearfloat {
	clear: both;
	padding: 0px;
	margin: 0px;
}

div.floatleft {
	float: left;
}
div.floatright {
	float: right;
}

.internalimage {
	border: solid 1px #000000;
	margin-bottom: 15px;
}
/************************************* start added by MKB */
#homeleftpanel img,
#homemidpanel img,
#hometoppanel img,
#homerightpanel img{ 
	border: solid 1px #000000;
	margin-bottom: 15px;
}
/***************************************** end added by MKB*/

hr.blackline {
	width: 100%;
	background-color: #000000;
	color: #000000;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

form {
	padding: 0px;
	margin: 0px;
}

input.formbutton {
	font-size: 95%;
	border: solid 1px #582851;
	background-color: #F39F3C;
	color: #4E1B46;
}




/* Global styles STOP */

/* positioning styles START */

.paddingtop10px{ padding-top: 10px;}
.margintop10px{ margin-top: 10px;}

.paddingleft10px{ padding-left: 10px;}
.marginleft10px{ margin-left: 10px;}

.paddingright10px{ padding-right: 10px;}
.marginright10px{ margin-right: 10px;}

.paddingbottom10px{ padding-bottom: 10px;}
.marginbottom10px{ margin-bottom: 10px;}
.paddingbottom20px{ padding-bottom: 20px;}
.marginbottom20px{ margin-bottom: 20px;}

.nospace {
	margin: 0px;
	padding: 0px;
}

/* positioning styles STOP */

/* text styles START */

h1 {
	font-size: 140%;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	color: #4E1B46;
	
}

h2 {
	font-size: 125%;
	margin: 0px;
	padding: 0px;
	color: #4E1B46;
	
}

h3 {
	font-size: 110%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #4E1B46;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #4E1B46;
	margin: 15px 0px 0px 0px;
}

p {
	font-size: 100%;
	margin: 15px 0px 0px 0px;
}

p.breadcrumb {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
p.breadcrumb #current {
	font-weight: bold;
}

a:link,a:active,a:visited {
	text-decoration: underline;
	color: #4E1B46;
}
a:hover,a:visited:hover {
	text-decoration: underline;
	color: #999999;
}

.nobold {font-weight: normal;}

.sitetooltext {
	font-size: 90%;
	padding-top: 18px;
	padding-bottom: 2px;
	margin: 0px; 
}

.footertext {
	font-size: 90%;
	margin-left: 118px;
}

.mpurpletext {color: #92738D;}
.lpurpletext {color: #BDAABA;}

/* text styles STOP */

/* leftnav styles START */

.leftnavsearchtitle {
	text-align: left;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 2px;
	font-size: 95%;
}

.leftnavsearchfield {
	margin: 0px;
	border: solid 1px #511F49;
	width: 109px;
	font-size: 95%; /*was 75*/
	height: 18px; /*changed from 14*/
}

.leftnavsearchbutton {
	margin: 0px;
	padding: 0px;
	border: solid 1px #511F49;
	border-left: solid 1px #F39F3C;
	background-color: #F39F3C;
	font-size: 95%; /*was 75*/
	height: 18px; /*copied from below*/
}


html>head:first-child+body .leftnavsearchbutton {
	height: 18px;
	vertical-align: bottom;
}

#leftnav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	text-align: right;
	
}
#leftnav li {
	border-bottom: solid 1px #000000;
	font-size: 120%;
	padding-bottom: 5px;
	padding-top: 5px;
}
#leftnav li#first {
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	font-size: 120%;
	padding-bottom: 5px;
	padding-top: 5px;
}

#leftnav li a:link,#leftnav li a:active,#leftnav li a:visited {
	text-decoration: none;
	color: #000000;
	display: block;
	width: 100%;
}
#leftnav li a:hover,#leftnav li a:visited:hover {
	text-decoration: none;
	color: #999999;
	display: block;
	width: 100%;
}

#leftnav li.on {
	color: #000000;
	list-style: none;
	font-weight: bold;
}

#leftnav #secleftnav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-weight: normal;
	
}

#leftnav #secleftnav li {
	border-bottom: 0px;
	font-size: 85%;
	padding-bottom: 0px;
	padding-top: 5px;
}

#leftnav #secleftnav li a:link,#leftnav #secleftnav li a:active,#leftnav #secleftnav li a:visited {
	text-decoration: none;
	color: #4E1B46;
	display: block;
	width: 100%;
}
#leftnav #secleftnav li a:hover,#leftnav #secleftnav li a:visited:hover {
	text-decoration: none;
	color: #999999;
	display: block;
	width: 100%;
}
#leftnav #secleftnav li.on {
	color: #4E1B46;
	font-weight: bold;
	list-style: none;
}

#leftnav #secleftnav #thirdleftnav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-weight: normal;
}

/************************* IMAGE URL HAS BEEN PREFIXED BY /UPLOAD SO THAT PICTURE CAN BE REACHED FROM WITHIN SITECORE */

#leftnav #secleftnav #thirdleftnav li {
	border-bottom: 0px;
	font-size: 100%;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	background-image: url(/images/thirdlvlnavdot.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#leftnav #secleftnav #thirdleftnav li a:link,#leftnav #secleftnav #thirdleftnav li a:active,#leftnav #secleftnav #thirdleftnav li a:visited {
	text-decoration: none;
	color: #BF6F26;
	display: block;
	width: 100%;
}
#leftnav #secleftnav #thirdleftnav li a:hover,#leftnav #secleftnav #thirdleftnav li a:visited:hover {
	text-decoration: none;
	color: #999999;
	display: block;
	width: 100%;
}
#leftnav #secleftnav #thirdleftnav li.on {
	color: #BF6F26;
	font-weight: bold;
	list-style: none;
}

/* leftnav styles STOP */

/* random styles */

#mainplaceholder #maincontentholder #content #hometoppanel {
	margin-left: 32px;
	margin-right: 0px;
	padding-bottom: 20px;
	margin-left:0px;padding-left:15px;

}

#mainplaceholder #maincontentholder #content #homeleftpanel {
	float: left; 
	width: 168px; 
	margin-left: 16px;
	padding-bottom: 6px;
	margin-left:0px;padding-left:15px;
}
html>head:first-child+body #mainplaceholder #maincontentholder #content #homeleftpanel {
/*	margin-left: 32px;*/
	padding-bottom: 24px;
}

#mainplaceholder #maincontentholder #content #homemidpanel {
	float: left; 
	width: 171px; 
	margin-left: 16px;
	margin-right: 14px;
	padding-bottom: 6px;
}
html>head:first-child+body #mainplaceholder #maincontentholder #content #homemidpanel {
	padding-bottom: 24px;
}

#mainplaceholder #maincontentholder #content #homerightpanel {
	float: left; 
	width: 171px; 
	padding-bottom: 6px;
}
html>head:first-child+body #mainplaceholder #maincontentholder #content #homerightpanel {
	padding-bottom: 24px;
}

#mainplaceholder #maincontentholder #content #homebottompanel {
	background-color: #56004E;
/*	background-color: #fff;*/
	width: 600px;
	padding: 30px;
	color: #F39F3C;
}
body> #mainplaceholder #maincontentholder #content #homebottompanel {
	width: 540px;
}
* html #mainplaceholder #maincontentholder #content #homebottompanel {
	width: 540px;
}

#doubleContainer {
	background: url(/images/doublebg.gif) repeat right;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.formtextholder p {
	padding: 0px;
	margin: 0px;
	padding-top: 3px;
	font-size: 95%;
}

.quotebox {
	float: left; 
	padding-top: 20px; 
	padding-bottom: 20px; 
	padding-left: 13px; 
	padding-right: 13px; 
	margin-right: 10px;
	background-color: #4E1B46; 
	width: 142px;
	color: #FFFFFF;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
}

.quotetext p {padding-top: 0px;}

ul.listing {
	margin-left: 0px;
	padding-left: 0px;
	color: #4E1B46;
}

ul.listing li {
	list-style: none;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: solid 1px #4E1B46;
	color: #4E1B46;
	
}
ul.listing li#last {
	list-style-image: url(/images/list_square.gif);
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 0px;
	color: #4E1B46;
	
}

ul.imagelisting {
	color: #4E1B46;
}

ul.imagelisting li {
	list-style: none;
	padding-bottom: -15px;
	margin-left: -12px;
	color: #4E1B46;
	padding-top: 0px;
	margin-top: 0px;
}

ul.imagelisting li#last {
	list-style: none;
	padding-bottom: -15px;
	margin-left: -12px;
	color: #4E1B46;
	padding-top: 0px;
	margin-top: 0px;
	border-bottom: 0px;
}

html>head:first-child+body ul.imagelisting li {
	list-style: none;
	padding-bottom: 0px;
	margin-left: -12px;
	color: #4E1B46;
	padding-top: 0px;
	margin-top: -12px;
}

div.listingimage {
	float: left;
	padding-top: 5px;
}
div.listingtext {
	padding-top: 5px;
	float: left;
	width: 527px;
}
hr.blackline#listing {
	width: 100%;
	background-color: #000000;
	color: #4E1B46;
	height: 1px;
	margin-top: -10px;
	margin-bottom: 0px;
}
html>head:first-child+body hr.blackline#listing {
	width: 100%;
	background-color: #000000;
	color: #000000;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.firstformsection {
	padding-top: 10px;
	padding-bottom: 19px;
	padding-left: 12px;
	padding-right: 15px;
	width: 283px;
	background-color: #FFFFFF;
	margin-right: 2px;
	float: left;
}
html>head:first-child+body .firstformsection {
	padding-bottom: 9px;
}

.secondformsection {
	width: 284px;
	background-color: #F5F5F5;
	float: right;
	text-align: center;
	padding-top: 36px;
	padding-bottom: 49px;
}

.firstformsection label {
	margin-top: 5px;
	font-size: 90%;
	/*added by Jens*/
	width: 100px;
}

.firstformsection .listelement input {
	margin-top: 2px;
	width: 153px;
	font-size: 90%;
	border: solid 1px #666666;
}
.firstformsection .listelement textarea {
	margin-top: 2px;
	width: 153px;
	font-size: 90%;
	font-family: arial;
	border: solid 1px #666666;
}

/* New styles added 17/8/2005 for listings pages */

/*new table style*/

table {
  border: 0px;
  font-family: arial;
  text-align: left;
}

table.mcmtable {
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px;
}



/*table style*/

.tableborders {
  border-collapse: collapse;
  border: 1px solid black;
  margin-top: 10px;
  margin-bottom: 20px;
  border-color: #4E1B46;
  border-spacing: 2px;
  font-family: arial;
  text-align: left;

}

.tableborders.tablenoborders {
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px;
}

.tableborders.mcmtable {
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px;
}

.thbordernone {
 border-right: 0px;
 border-left: 0px;
 border-top: 0px;
 text-align: left;
 color: #4E1B46;
 border-color: #4E1B46;
 padding: 3px;
 font-family: arial;
 font-size: 12px;
}

.tdbordersnone {
	border-right: 0px;
	border-left: 0px;

	border-top: 1px;
	text-align: left;
	color: #4E1B46;
	border-color: #4E1B46;
	background-color: #FFF;
	padding: 3px;
	font-size: 11px;
}


#trainingbody th {
 border-right: 0px;
 border-left: 0px;
 border-bottom: 1px solid black;
 border-top: 0px;
 text-align: left;
 color: #4E1B46;
 border-color: #4E1B46;
 background-color: #FFF;
 padding: 3px;
}

#trainingbody td {
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid black;
	border-top: 1px;
	text-align: left;
	color: #4E1B46;
	border-color: #4E1B46;
	background-color: #FFF;
	padding: 3px;
	font-size: 80%;

}

#vacanciesbody th {
 border-right: 0px;
 border-left: 0px;
 border-bottom: 1px solid black;
 border-top: 0px;
 text-align: left;
 color: #4E1B46;
 border-color: #4E1B46;
 background-color: #FFF;
 padding: 3px;
}

#vacanciesbody td {
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid black;
	border-top: 1px;
	text-align: left;
	color: #4E1B46;
	border-color: #4E1B46;
	background-color: #FFF;
	padding: 3px;
	font-size: 70%;

}

1.mcmtable td{
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid black;
	border-top: 1px;
	text-align: left;
	color: #000000;
	border-color: #4E1B46;
	background-color: #FFF;
	padding: 3px;
	font-size: 80%;
}


.thborders {
 border-right: 0px;
 border-left: 0px;
 border-bottom: 1px solid black;
 border-top: 0px;
 text-align: left;
 color: #4E1B46;
 border-color: #4E1B46;
 background-color: #FFF;
 padding: 3px;
 font-family: arial;
 font-size: 12px;
}

.tdborders {
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid black;
	border-top: 1px;
	text-align: left;
	color: #4E1B46;
	border-color: #4E1B46;
	background-color: #FFF;
	padding: 3px;
	font-size: 11px;

}

.td input {
  font-size: 90%;
  font-family: arial;
  text-align: center;
}

/*Listings page styling above table*/

#trainingtopcontent{
}

#trainingsearchresults{
float: left;
}

#shoppingbasketitems{
float: right;
text-align: center;
border: 1px solid black;
width: 150px;
padding: 5px;
margin: 0px;
}

#trainingbody{
float: none;
}

.shoppingbaskettext {
	font-size: 90%;
	padding: 5px;
	margin: 0px;
}

ul.searchlisting {
    list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	color: #4E1B46;
}

ul.searchlisting li {
    list-style-type: none;
	padding: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0 0 0.25em 0;
	
}

.searchbold {
    font-weight: bold;
}

.gotocheckoutbutton{
	margin: 0px;
	padding: 0px;
	border: solid 1px #511F49;
	background-color: #F39F3C;
	font-size: 90%;
}

/* New styles added 17/8/2005 for listings pages END*/

/* New styles added 18/8/2005 for publications pages START*/

#publicationstopcontent{
}

#publicationsintro{
float: left;
}

.pubtitle{
	width: 25%;
}

.pubdesc{
	width: 50%;
}

.pubprice{
	width: 12%;
}
.pubbasket{
	width: 13%;
}

/* New styles added 18/8/2005 for publications pages END*/

/* New styles added 18/8/2005 for vacancies pages START*/

#vacanciestopcontent{
}


.vactitle{
	width: 40%;
}

.vaclocation{
	width: 30%;
}

.vacclosingdate{
	width: 15%;
}
.vacsalary{
	width: 15%;
}

/* New styles added 18/8/2005 for vacancies pages END*/
/* New styles added 18/8/2005 for form page START*/

.formleftsection {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 15px;
	width: 425px; /* was 272 */
	background-color: #FFFFFF;
	float: left;
	margin: 0px;
}
html>head:first-child+body .formleftsection {
	padding-bottom: 0px;
}

.formleftsection label {
	margin-top: 5px;
	font-size: 90%;
}

.formleftsection .listelement input {
	margin-top: 3px;
	width: 153px;
	font-size: 90%;
	border: solid 1px #666666;
}

.formleftsection .listelementsmall input {
	margin-top: 3px;
	width: 53px;
	font-size: 90%;
	border: solid 1px #666666;
	margin-right: 100px;
}

.formleftsection .listelement select {
	margin: 0px;
	margin-top: 3px;
	width: 157px;
	font-size: 90%;
	border: solid 1px #666666;
	color: #000; 
	padding: 0px;
}

.formleftsection .listelement textarea {
	margin-top: 3px;
	width: 153px;
	font-size: 90%;
	font-family: arial;
	border: solid 1px #666666;
}

#formcontainer {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.formrightsection {
	width: 300px; /* was 272 */
	float: right;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 15px;
}

.formrightsection label {
	margin-top: 3px;
	font-size: 90%;
	margin-left:3px;
}

.formrightsection .listelement input {
	margin-top: 3px;
	width: 153px;
	font-size: 90%;
	border: solid 1px #666666;
}
.formrightsection .listelement textarea {
	margin-top: 3px;
	width: 153px;
	font-size: 90%;
	font-family: arial;
	border: solid 1px #666666;
}

.formtop {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 15px;
	font-size: 90%;
}
.formfooter label {
	margin: 0px;
	margin-top: 5px;
	font-size: 90%;
	padding-left: 0px;
	padding-right:10px;
}

.formfooter .listelement input {
	margin-top: 2px;
	width: 20%;
	font-size: 90%;
}
.formfooter {
	padding-top: 5px;
	padding-bottom: 19px;
	padding-left: 12px;
	padding-right: 15px;
}
.checkboxtext {
    float:left;
	width: 540px;
	text-align:left;
	padding:0px;
	padding-bottom: 10px;
	margin:0px;
	border: 0px;
}

.invoiceaddressgroup{
	border: 1px solid #666666;
	padding: 2px;
}

/* New styles added 18/8/2005 for form page END*/
/* added by jens 20092005 BEGIN */
table.checkbox 
{
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px;  
  border-spacing: 0px;
  padding:0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

table.checkbox td 
{
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px; 
  background-color: #FFFFFF;
  font-size: 90%;
  color: Black;
  font-family: arial;
  padding: 0px;
}



search 
{
  font-size: 100%;
  color: Black;
}
/*added by Jens end*/
/* New styles added 19/8/2005 for search form page START*/

.searchformcontainer {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top:10px;
	padding-bottom: 15px;
	border: 0px;
	margin-top:20px;
	margin-bottom: 20px;
}

.searchformcontainer h3{
	padding: 5px;
}

.searchgroup{
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 15px;
	width: 560px;
	border: 1px solid #666666;
	padding: 2px;
}
.searchgroup label {
	margin: 0px;
	margin-top: 5px;
	font-size: 90%;
	padding-left: 0px;
	padding-right:10px;
}

.searchgroup .listelement input {
	margin-top: 2px;
	width: 20%;
	font-size: 90%;
}

.searchgrouptitle{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 20px;
	height: 20px;
	color: #4E1B46;
	font-weight: bold;
}

.searchdropdownbox select{
	font-family : arial;
	font-size: 90%;
	margin: 0px;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	text-align: left;
}

.searchsubmit input{
	font-size: 90%;
	margin: 0px;
	margin-top: 5px;
	margin-left: 5px;
}

/* New styles added 19/8/2005 for search form page END*/

/* New styles added 26/8/2005 for sitemap START*/

.normal
{
  line-height:140%;
  font-size:90%;
  font-family: Arial, sans-serif;
  color: #4b4b4b;
  font-weight: normal;
  margin:0px;
  padding-left: 1px;
}

.maincontainer
{
  width: 600px;
  text-align:left;
  padding:0px;
  margin:0px;

}

/* New styles added 26/8/2005 for sitemap END*/

/* New styles added 25/10/2005 for sitemap START*/

.maincontainer table
{
  padding:0px;
  margin:0px;
  border: 0px;
}

.maincontainer td
{
  padding:0px;
  margin:0px;
  border: 0px;
}

/* New styles added 25/10/2005 for sitemap END*/

/* Styles added by Jens - poll Start*/
table.pollRadioButtonList
{
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px;  
  border-spacing: 0px;
  padding:0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

table.pollRadioButtonList tr
{
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px; 
  font-size: 70%;
  color: Black;
  padding: 0px;
}

table.pollRadioButtonList td
{
  border-right: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-top: 0px; 
  font-size: 100%;
  color: Black;
  padding: 0px;
}

.pollPercentLine
{
  text-align: center;  
  color: White;
	height: 10px;
	background-color: #4E1B46;
}

.pollTextLine
{
  padding: 0px 0px 0px 2px;
  color:#4E1B46;
}


/* Styles added by Jens - poll END */

/*Styles added by SB 11/5/07 for Roadshow START*/

#content2col{
	background:#d8ced6;
	width:600px;
	text-align:left;
	}
#leftcontent2col{
	width:440px;
	float:left;
	background:#fff;
	margin:0px;padding:0px;
	}
#leftcontenttop2col{
	background:#f93;
	width:100%;
	margin:0px;padding:0px;
	}
#leftcontentwrapper2col{
	margin-right:10px;
	}
#rightcontent2col{
	width:160px;
	float:right;
	background:#d8ced6;
	}
#rightcontentdetail2col{
	}
#rightcontentdetail2col h3{
	color:#967d91;
	margin:0px;padding:0px;
	}
#rightcontentdetail2col p{
	margin:0px;padding:0px;
	}
#rightcontenttitle2col{
	background:#36082d;
	padding:5px;
}
#rightcontenttitle2col h2{
	color: #fff;
	text-align:center;
}
#rightcontentdetail2col .rightcontentitem2col{
	padding:10px;
	border-bottom: 2px solid #967d91;
}
#leftcontentcopy2col ul{
	margin-top:0px;
	padding-top:0px;
}
#leftcontenttopright2col table{
	width: 150px;
	}
#leftcontenttopright2col table, #leftcontenttopright2col td{
	border:0px;
	background:transparent;
	font-size:100%;
	font-weight:bold;
}
#leftcontenttopright2col tr{line-height:100%;}
#leftcontenttopleft2col{
  float:left;
  }
#leftcontenttopright2col{
 width:170px;float:right;padding-top:10px;
 }
#leftcontentcopy2col{
 padding-top:20px;
 }
#leftcontentcopy2col .leftcontentbox{
 background:#ebe6ea;padding:10px;margin-top:10px;
 }
#leftcontentcopy2col .leftcontentbox h3{
  margin-top:0px;
  }

/*Styles added by SB 11/5/07 for Roadshow  END*/

/*Styles added by SB 16/8/07 for new homepage START*/

#homecontentwrapper{
	padding-top:5px;
}
#homemainphoto img{
	border: 1px solid #b9a5a9;}
#homemaincontent{
	margin-top:10px;
	margin-left:0px;
}
#homecontentleft{
	float:left;
	width:397px;
	margin:0;
	padding:0;
}
#homecontentright{
	float:right;
	width:195px;
	margin:0;
	padding:0;
}
#homecontentright p{
	margin:0;
	padding:0;
}
#homegreybox{
  background:#d6ccd6;
  margin:0;
  padding:0;
  min-height:140px;
}
/* for Internet Explorer */
/*\*/
* html #homegreybox {
height: 140px;
}
/**/
#homelightgreybox{
  background:#ebe6ea;
  padding:0px;
  margin:0px;
  margin-top:10px;
  padding-left:8px;
  padding-top:5px;
  padding-bottom:5px;
}


#homelightgreybox h3{
  margin:0;
  padding:0;
  color:#000;
  font-weight:bold;
  font-size:110%;
}
#homeyellowbox{
  background:#ffdc00;
  padding:0px;
  margin:0px;
  margin-top:10px;
  padding-left:8px;
  padding-right:8px;
  padding-top:5px;
  min-height:123px;
}
/* for Internet Explorer */
/*\*/
* html #homeyellowbox {
height: 128px;
}
/**/
#homecontentright #homeyellowbox p{
  font-size:100%;
  color: #330033;
  margin:0;
  padding:0;
  margin-top:5px;
}
#homecontentright #homelightgreybox p{
  font-size:100%;
  color: #000;
  margin-top:5px;
}

#homecontentwrapper h2{
  color: #330033;
  font-size: 110%;
  font-weight:bold;
  margin:0;
  padding:0;
  margin-top:10px;
}

#homecontentwrapper p{
  font-size: 100%;
  font-weight:normal;
  margin:0;
  padding:0;
  margin-top:8px;
}
img.boximage {
	display: block;			/* removes extra space underneath caused by default text-alignment */
	margin:0;
	padding:0;
	}
#buttonmenu{
	margin:0;
	padding:0;
}
ul#buttonnav{
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:8px;
}
ul#buttonnav li{
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	margin-bottom:5px;
	}
ul#buttonnav li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	height:12px;
	}
ul#buttonnav li img{
	border:0px;
}
.buttonimagelink img{
	border:0px;
}
#homecontentright #homeyellowbox p.buttonimage,
#homecontentright #homelightgreybox p.buttonimage{
	margin-top:7px;
	margin-bottom:4px;
}
#newsheader{
    margin-top:10px;
	margin-bottom:10px;
	width:600px;
	height:21px;
    background-position: top left;
    background-repeat: no-repeat;
    background-image:url('/images/news-header.gif'); 
}
.newsitem{
  min-height:300px;
}
/* for Internet Explorer */
/*\*/
* html .newsitem {
height: 300px;
}
/* IE only hack*/
* html #homecontentwrapper
{
  padding-bottom: 1px;
}
/**/
#newsbody{
	background-position: top left;
    background-repeat: repeat-y;
    background-image:url('/images/news-columns.gif'); 
}
#newscol1{
	width:196px;
	float:left;
}
#newscol2{
	width:208px;
	float:left;
}
#newscol3{
	width:196px;
	float:right;
}
#newscol1wrapper{
  margin-right:14px;

}
#newscol2wrapper{
  margin-left:14px;
  margin-right:14px;

}
#newscol3wrapper{
  margin-left:16px;
}

#SearchContainer td
{
	border:none;
	border-color:White;
}

#SearchContainer tr
{
	border:none;
	border-color:White;
}

#SearchContainer th
{
	border:none;
	border-color:White;
	height:0px;
}

#SearchContainer table
{
	border-bottom:0px;
	border-top:0px;
	border-left:0px;
	border-right:0px;			
}

.IcanSearchPager td
{
	text-align:right;	
}

.IcanSearchPager td
{
	height:0px;	
}

/*Styles added by SB 16/8/07 for new homepage END*/


.yellowdislayblock {
padding: 10px; 
width: 174px; 
border: 1px solid #CCC; 
background-color: #FFDC00; 
text-align:left;
FONT-SIZE: 12px; 
FONT-FAMILY: Arial, Helvetica, sans-serif
}

/* --------------------------------------- MOD ---------------------------------------------- */
.rt ul {list-style-type:disc; margin:0 0 1.17em 18px;}
.rt ul li {line-height:1.6em;}
.rt ul li a {}

.rt ol {list-style-type:decimal; margin:0 0 1.17em 25px;}
.rt ol li {line-height:1.6em;}
.rt ol li a {}




