/* CSS Document */
/*Global typography style sheet
All fonts, styles and formatting*/

body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /*62.5% is equal to 10px which will be 1em, based on the average user having 16px as their default font size*/
}

body div, body p {
	font-size: 1em;
}

img {
	border: none;
}

h1 
{
  padding: 20px 0px 15px 0px !important;
	padding: 20px 0px 20px 0px;
	font-size: 2.8em;
	margin-top: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

h2 {
	padding: 20px 0px 12px 0px;
	font-size: 2.8em;
	line-height: 1em;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

h3 {
	margin: 0px 0px 10px 0px;
	font-size: 2em;
	padding: 0px;
}

h4 {
	font-size: 2em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h5 {
	font-size: 1.8em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h6 
{
	font-size: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.c16 h6
{
	padding-bottom:6px;
}

.t15 h6
{
	font-size:1em;
	float:left;
	margin:0;
	padding:2px 6px 0 0;
	color:#333;
	font-weight:normal;
}

br {
	line-height: 20px;
}

.smallBr {
	line-height: normal;
}

hr {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	line-height: 1px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #000000;
	border-bottom: none;
	clear: both;
}

p {
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	vertical-align: middle;
}

a, a:visited {
	font-size: 1.1em;
	color: #B23427;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	text-decoration: underline;
}

p a, p a:visited {
	text-transform: none;
}

.t14 a, .t14 a:visited, .t14 a:hover {
	color: #FFFFFF;
}


/*------------Site navigation--------------*/

#siteNavigation {
	position: absolute;
	width: 314px;
	left: 447px;
	top: 0px;
	z-index: 50;
}

/* MD - fluid width changes here and elsewhere */
#siteNav {
	position:absolute;
	top:0px;
	left:0px;
	background: #761409;
	height: 150px;
	padding-left: 0px;
	padding-right:10px;
	padding-top: 10px;
	/*overflow:hidden; - use with caution: will affect accessibility */
	z-index:2;
	voice-family: "\"}\""; /*fix that IE5.5 and below ignores*/
	voice-family: inherit; /*these two 'voice' lines are needed*/
	height: 140px;
}

#siteNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#siteNav ul li {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 12px;
}

#homeNav > ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#homeNav ul li {
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}

#siteNavBG {
	position: absolute;
	width: 197px;
	height:180px;
	top: 0px;
	left: 126px;
	z-index:1;
}
#siteNavTitle {
	background: #B23427;
	width: 189px;
	height: 150px;
	padding-left: 63px;
	padding-top: 15px;
	voice-family: "\"}\""; /*fix that IE5.5 and below ignores*/
	voice-family: inherit; /*these two 'voice' lines are needed*/
	width: 126px;
	height: 150px;
}
html>body #siteNavTitle 
{
	width: 126px;
	height: 150px;
}

/* start language dropdown below site nav*/

.c35 {
	position: absolute;
	width:180px;
	left: 126px;
	top: 150px;
	margin:18px 0 10px 9px;
	z-index: 50;	
	color:#000;
}

.c35 .label 
{
	display:block;	
	padding:0;
	margin:0 0 4px 0;
	text-transform: uppercase;
}

.c35 select 
{
	width:147px;
	font-size:1.1em;
	float:left;
	height:1.6em;
}

.c35 input 
{
	float:right;
	margin:3px 0 0 0;
}

/* end language dropdown below site nav*/

dl.navList  {
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
	background: url(../img/decals/greydot_h.gif) repeat-x bottom;
}

dl.navList dt {
	background: url(../img/decals/greydot_h.gif) repeat-x top;
	list-style: none;
	font-size: 0.9em;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}

dl.navList dd {
	padding: 0px 0px 5px 0px;
}

dl.navList dt a {
	display: block;
	font-weight: normal;
	line-height: 1.5em;
}

dl.navList dd ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1em;
}

dl.navList dd ul li {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px -25px;
	font-size: 0.9em;
}

dl.navList dd ul li a, dl.navList dd ul li a:visited {
	color: #000000;
	text-transform: none;
	font-size: 1.1em;
}

dl.navList dd ul li a:hover {
	text-decoration: underline;
}



dl.navList2  {
	padding: 0px 0px 2px 0px;
	margin: -20px 0px 0px 0px;
	background: url(../img/decals/greydot_h.gif) repeat-x bottom;
}

dl.navList2 dt
{
	margin:0;
	padding:20px 0 13px 0;
	font-size:1.1em;
	font-weight:bold;	
}

dl.navList2 dd {
	background: url(../img/decals/greydot_h.gif) repeat-x top;
	list-style: none;
	font-size: 0.9em;
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
}

dl.navList2 dd a {
	display: block;
	font-weight: normal;
	line-height: 1.5em;
}





ul.seeAlsoList  {
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
}

ul.seeAlsoList li {
	list-style: none;
	padding: 0px 0px 3px 0px;
	margin: 0px;
}

ul.seeAlsoList li.title  {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-weight: bold;
}

ul.seeAlsoList li a, ul.seeAlsoList li a:visited {
	display: block;
	color: #000000;
	background: url(../img/decals/greydot_h.gif) repeat-x bottom;
	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: none;
}

ul.seeAlsoList li.last a, ul.seeAlsoList li.last a:visited {
	background: none;
}

.current {
	font-weight: bold;
	font-size: 1.2em;
}
/*-------------------------------------------------*/

/*----------HUB & modules Background Colours-----------*/
.hubDark {
	background-color: #EDCBBE;
}

.hubLight {
	background-color: #F6E6DF;
}

.hubBorder {
	border-color: #F6E6DF;
}

.subHubDark {
	background-color: #F4E1D8;
}

.subHubLight {
	background-color: #FAEFEB;
}

.subHubBorder {
	border-color: #FAEFEB;
}

.articleDark {
	background-color: #EFEDE4;
}

.articleLight {
	background-color: #F7F5EF;
}

.articleBorder {
	border-color: #F7F5EF;
}

.c03Dark {
	background-color: #C76B55;
}

.c03Light {
	background-color: #EDCBBE;
}

.cta06Dark {
	background-color: #C15A45;
}

.cta06Light {
	background-color: #EDCBBE;
}

.t12 {
	background-color: #EFEDE4;
}

.t08
{
	background-color: #FAF3EF;
}

/*-------------------------------------------------*/

a.inlineLink, a.inlineLink:visited {
	text-decoration: underline;
	text-transform: none;
}

span.contact {
	display: block;
	background: url(../img/decals/emailIco.gif) no-repeat right;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
}

span.contactdetails {
	display: block;
	background: url(../img/decals/emailIco.gif) no-repeat right;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 11px;
}

span.print {
	display: block;
	background: url(../img/decals/printIco.gif) no-repeat right;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
}

span.pdf {
	display: block;
	background: url(../img/decals/pdfIco.gif) no-repeat right;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
}

p.mainLink span.contact a, p.mainLink span.print a, p.mainLink span.pdf a {
	padding-right: 20px;
}

div.pdf-left
{
	float:left;
	background: url(../img/decals/pdfsmallIco.gif) no-repeat left;
	background-position:3px 3px;
	padding:0 0 0 20px;
	margin:0;
}

div.contact-left
{
	float:left;
	background: url(../img/decals/emailIco.gif) no-repeat left;
	background-position:0 5px;
	padding:0 0 0 20px;
	margin:0;

}

.alternateMainLink {
	background: url(../img/decals/whitedot_h.gif) repeat-x top;
	font-size: 0.9em;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
}

.alternateMainLink a {
	display: block;
	background: url(../img/decals/whitedot_h.gif) repeat-x bottom;
	padding: 0px 0px 3px 0px;
	font-weight: normal;
	line-height: 1.5em;
}

p.mainLink a:hover {
	text-decoration: underline;
}

.t14 .borderDot_h, .t14 .borderDot_hBottom{
	background: url(../img/decals/whitedot_h.gif) repeat-x;
}

a.printMap, a.printMap:visited {
	display: block;
	background-color: #F8F5F0;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 15px;
	font-size: 1em;
	text-align: right;
}

a.printMap:hover {
	font-size: 1em;
	}

.introCopy {
	font-size: 1.2em;
	line-height: 1.45em;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.titleCopy {
	font-size: 1.2em;
	line-height: 1.44em;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.cta06 .titleCopy  {
	line-height: 1.25em;
}

.introCopy a, .introCopy a:visited, .bodyCopy a, .bodyCopy a:visited, .titleCopy a, .titleCopy a:visited {
	font-size: 1em;
	text-transform: none;
	text-decoration: underline;
}

/*visited links are appearing larger than expected, 
this is to maintain size.*/
.titleCopy a:visited {
	font-size: 0.9em;
}

.bodyCopy {
	font-size: 1em;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.rxbodyfield {
	font-size: 1.1em;
}

.bodyCopy .rxbodyfield ul {
	font-size: 0.9em;
}

.c30 .rxbodyfield a {
	font-size: 1em;
}

.c30 .rxbodyfield ul {
	font-size: 0.9em;
}

/* bodyCopy specific hollyHack */
/* Hides from IE5-mac \*/
* html .bodyCopy {height: 1%;}
/* End hide from IE5-mac */

#embeddedImageContainer
{
	position:relative;
	width:100%
}

#embeddedVideoContainer
{
	position:relative;
}

.embeddedImage
{
	position: relative;
	width:100%
}




span.enlarge-icon{
  cursor:hand;
  position:absolute;
  left:300;
  bottom:0px;
}

html>body span.enlarge-icon{
  cursor:hand;
  position:absolute;
  left:3666px;
  bottom:0px;
}


#enlargeIcon
{
	width:20px;
	height:20px;
	cursor:hand;
	position:absolute;
	right:0px;
	bottom:2px;
}

#embeddedMediaContainer 
{
	width: 100%
	z-index: -1;
}

#overlayImage
{
	z-index: 1000;
	height: 226px;
	width: 345px;	
}

#embeddedMediaContainer .captionCopy 
{
	font-size: 1.1em;
	line-height: 3em;
}

#mediaplayer {
	width: 349px;

}

#mediaplayer2 {
	width: 349px;
}

.articleContent p {
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.articleContent p span {
	font-size: 1.15em;
	font-weight: bold;
}

.articleContent p a, .articleContent p a:visited {
	font-size: 0.9em;
	text-transform: none;	
}

.articleContent .introCopy {
	font-size: 1.2em;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.newsLink {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0px;
	margin: 0px 0px 2px 0px;
}

.brochureCopy {
	color: #000000;
	font-size: 1.2em;
	line-height: 1.34em;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.brochureCopy p {
	color: #333333;
	font-size: 0.9em;
}

p.brochure-head-copy
{
	color:#4f4f4f;
	font-size:1.2em;
	margin:-3px 0 5px 0;
	padding:0;
	position:relative; /* to stop text from disappearing in ie*/
	word-wrap: break-word; /* to stop IE from breaking the width of the div*/
}

.brochureCopy p.mainLink {
	font-size: 0.75em;
}

.c03Quote {
	color: #FFFFFF;
	font-size: 1.6em;
	font-weight: normal;
}

.subLinks {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	background: url(../img/decals/greydot_h.gif) repeat-x bottom;
}

.subLinks a, .subLinks a:visited {
	font-size: 1.2em;
	text-transform: none;
}

.bold {
	font-weight: bold;
}

.smallText {
	font-size: 0.9em;
}



/*--------------------Site Footer--------------------*/
#siteFooter {
	width:485px;
	font-size: 1em;
}

#siteFooter ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	/*list-style: disc inside url(../img/decals/arrowbullet.gif);*/
	font-size: 1em;
}

#siteFooter li {
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid #000000;
	font-size: 1em;
	line-height: 1.3em;
}

#siteFooter li.first {
	padding: 0px 5px 0px 0px;
}

#siteFooter li.last {
	border-right: none;
	padding:0px;
}

#siteFooter ul li a, #siteFooter ul li a:visited {
	color: #000000;
	line-height: 1em;
	font-size: 0.96em;
	padding: 0px 0px 0px 5px;
	white-space: nowrap;
}

#siteFooter ul li a:hover {
	color: #B23427;
	white-space: nowrap;
}

#copyright {
	color: #333333;
	font-size: 1em;
	border-right: 1px solid green;
	list-style: none;
}

li.last a.copyrightLink, li.last a.copyrightLink:visited, li.last a.copyrightLink:hover {
	color: #333333;
	text-decoration: none;	
}
/*------------------------------------------------------*/

/*-------------------List Elements----------------------*/
dl.subList {
	margin: 0px;
}

dl.subList dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 5px 0px;	
	margin: 0px;
}

dl.subList dd {
	margin: 0px;
	padding: 0px;
}

dl.subList p.mainLink {
	font-size: 0.75em;
}

ul {
	list-style: square;
}

ul li {
	margin-bottom: 5px;
	font-size: 1.1em;
}

ul.arrowList {
	padding-left: 0px;
	margin-left: 16px;
	margin-bottom: 20px;
	list-style: url(../img/decals/arrowbullet.gif);
}

ul.arrowList li {
	font-size: 1.2em;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

ul.arrowList li.emptyItem {
	list-style: none;
	color: #989898;
}

ul.arrowList li a, ul.arrowList li a:visited {
	font-size: 1em;
	color: #333333;
	text-transform: none;
}

ul.arrowList li a:hover {
	font-size: 1em;
	text-transform: none;
	text-decoration: underline;
}
/*------------------------------------------------------*/

/*-----------------Form Elements------------------*/
form {
	padding: 0px;
	margin: 0px;
}

.moduleTitle {
	color: #333333;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
}

select {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 164px;
}

select.small {
	width: 140px;
}

input {
	margin-top: 3px;
}

input.text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 140px;
	padding-left: 3px;
	margin: 0px;
	border-width: 2px;
	border-style: inset;
	voice-family: "\"}\""; /*fix that IE5.5 and below ignores*/
	voice-family: inherit; /*these two 'voice' lines are needed*/
	width: 137px;
}

input[type="image"] {
	vertical-align: text-bottom;
}

table {
	width: 100%;
	font-size: 1.1em;
}

textarea {
	color: #000000;
	width: 100%;
	height: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border-width: 2px;
	border-style: inset;
	
}

.asterisk {
	color: #FF0000;
}

.pageIndex, a.pageIndex:visited, .pageSelected, a.pageSelected:visited, .pageNext, .pagePrevious {
	color: #B23427;
	padding: 0px;
	margin: 0px;
	border: none;
	background: transparent;
	cursor: hand;
	voice-family: "\"}\"";
	voice-family: inherit;
	cursor: pointer;
	font-size: 1em;
}

.pageSelected {
	color: #000000 !important;
}

.pageNext {
	background: url(../img/buttons/bttnNext.gif) no-repeat scroll right;
	padding-right: 20px;
}

.pagePrevious {
	background: url(../img/buttons/bttnPrev.gif) no-repeat scroll right;
	padding-right: 20px;
	margin-right: 10px;
}


/*------------------------------------------------------*/

.moduleGapV {
	margin-bottom: 20px;
}

.alignRight {
	text-align: right;
}

.privacyStatement {
	background-color: #FAF3EF;
}

.privacyStatement p {
	display: inline;
}

a.privacyStatement {
	text-transform: none;
	text-decoration: underline;
	font-size: 1em;
}

.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
	line-height:0px;
	font-size:0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.data {
	float: left;
	width: 230px;
}

.padLeft {
	padding-left: 10px;
}

.padRight {
	padding-right: 10px;
}

.padTop {
	padding-top: 10px;
}

.padBottom {
	padding-bottom: 10px;
}

.marBottom 
{
	margin-bottom:12px !important;
}

.padBigBottom {
	padding-bottom: 20px;
}

.maxWidth p
{
	width:100% !important;
}

/* Hides from IE5-mac \*/
* html .hollyHack {height: 1%;}
/* End hide from IE5-mac */

.c16 {
	width: 100%; /*to stop the text from disappearing in ie*/
}

/*prevents clear in t01 from clearing the left navigation*/
#topRow .t01
{	
	float:left;
	width:100%;
}

.to1	
{
	border:1px dashed green;
}

.t01 p
{
	width:100%; /*to stop the text from disappearing in ie*/
}

.t01Image {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border:2px solid #666666;
}

.p02 {
	padding-bottom: 5px;
	}

a.skip {
	position: absolute;
	width: 0px;
	height: 0px;
	overflow: hidden;
}


/*--------- mainLink links--------------------*/


/*---non multi language---*/


p.mainLink, span.mainLink {	
	display: block;
	padding:0;
	margin:0 0 7px 0;
	background: url(../img/decals/greydot_h.gif) repeat-x top;
	font-size:0.9em;
	line-height:1.5em;
	text-transform: uppercase;
}

p.mainLink a, p.mainLink a:visited, span.mainLink a, span.mainLink a:visited {
	background: url(../img/decals/greydot_h.gif) repeat-x bottom;
	padding: 4px 0;
	margin:0;
	font-weight: normal;
	font-size:1.1em;
	display:block;
	text-transform: uppercase;
}


/*---multi language---*/


/* types determine how width is divided between icons and text*/

/* type 1- 
		language icons are displayed next to the link (within the dots)
		295px wide component
		4 icons before wrap
*/

.column1 p.mainLink-langNextToLink,
.column1 span.mainLink-langNextToLink,
#column1 p.mainLink-langNextToLink,
#column1 span.mainLink-langNextToLink
{
	width:210px;
}

.column1 .t15-langNextToLink,
#column1 .t15-langNextToLink
{
	width:80px;
}

/* type 2- 
		language icons are displayed next to the link (within the dots)
		full width component
		80% before wrap
*/

#topRow p.mainLink-langNextToLink,
#topRow span.mainLink-langNextToLink
{
	width:18%;
}

#topRow .t15-langNextToLink
{
	width:40%;
}

/* type 3- 
		language icons are displayed below the paragraph text in the component
		full width component
		200px before wrap
*/

#mainContent .t15 ul, /*for the home page - this rule overwritten if more specific column1 or column2 rule*/
#topRow .t15 ul
{
	width:260px;
}

/* type 4- 
		language icons are displayed below the paragraph text in the component
		295px component
		100px before wrap
*/

.column1 .t15 ul,
.column2 .t15 ul,
#column1 .t15 ul,
#column2 .t15 ul
{
	width:80px !important;
}

/* type 5- 
		language icons are displayed next to the link (within the dots)
		column 2
		100% before wrap
*/

.column2 p.mainLink-langNextToLink,
.column2 span.mainLink-langNextToLink,
#column2 p.mainLink-langNextToLink,
#column2 span.mainLink-langNextToLink
{
	width:100%;
}

.column2 .t15-langNextToLink,
#column2 .t15-langNextToLink
{
	width:100%;
	margin-bottom:4px;
}

.column2 .t15-langNextToLink ul li a,
#column2 .t15-langNextToLink ul li a
{
	float:left;	
}

/* type 6- 
		language icons are displayed next to the link (within the dots)
		235px component
		3 icons before wrap
*/

.column1 .c14  p.mainLink-langNextToLink,
.column1 .c14  span.mainLink-langNextToLink,
#column1 .c14  p.mainLink-langNextToLink,
#column1 .c14  span.mainLink-langNextToLink
{
	width:170px;
}

.column1 .c14  .t15-langNextToLink,
#column1 .c14  .t15-langNextToLink
{
	width:60px;
}

/* type 7- 
		language icons are displayed below the paragraph text in the component
		235px component (home)
		40px before wrap
*/

#column1 .narrowColumn .t15 ul,
#column2 .narrowColumn .t15 ul
{
	width:40px !important;
}


/*used to contain links that need dots above and below. 
For multi-language use. dots added here instead of: p.mainLink a.
This is because multilanguage links can be turned off meaning the anchor tag
- which displays the bottom dots - will not display.*/
div.mainLinkContainer 
{
	background: url(../img/decals/greydot_h.gif) repeat-x bottom;
	padding:0 0 1px 0;
	margin:0 0 7px 0;
	width:100%; /*to stop the dots from disappearing in ie*/
}

/*used to contain links that need dots above and below.
For multi-language use. dots added here instead of: p.mainlink.
This is because for multi language a ul is required within the dots.
*/
div.mainLinkContainer div.inner
{
	background: url(../img/decals/greydot_h.gif) repeat-x top;
	padding:1px 0 0 0;
	margin:0;
	width:100%; /*to stop the dots from disappearing in ie*/
}

.nodotbottom
{
	background:none !important;
	margin:-4px 0 0 0 !important;
}


/*  the following are used where language icons are displayed below the paragraph text in the component. */

div.mainLinkContainer p.mainLink, 
div.mainLinkContainer span.mainLink 
{
	color:#333;
	background:none;
	padding:3px 0 3px 0;
	margin:0;
	font-size:1em;
}

div.mainLinkContainer p.mainLink a, 
div.mainLinkContainer p.mainLink a:visited, 
div.mainLinkContainer span.mainLink a, 
div.mainLinkContainer span.mainLink a:visited {
	
	background: none;
	padding: 0;
	margin:0;
	display:block;
	font-size:1em;
}

/* ---the following are used where the language icons are displayed next to the link (within the dots)---*/


div.mainLinkContainer p.mainLink-langNextToLink, 
div.mainLinkContainer span.mainLink-langNextToLink 
{
	color:#333;
	padding:0;
	margin:3px 0;
	float:left;
	text-transform: uppercase;
}

div.mainLinkContainer p.mainLink-langNextToLink a, 
div.mainLinkContainer p.mainLink-langNextToLink a:visited, 
div.mainLinkContainer span.mainLink-langNextToLink a, 
div.mainLinkContainer span.mainLink-langNextToLink a:visited {
	padding: 0;
	margin:0;
	display:block;
	text-transform: uppercase;
	font-size:1em;
}

div.mainLinkContainer p.headlinePromoLink a, 
div.mainLinkContainer p.headlinePromoLink a:visited {
	width: 295px;
}

/* generic multi language component */

/*  the following are used where language icons are displayed below the paragraph text in the component. */

.t15{
	padding:0  0 10px 0;
	margin:-3px -2px 0 0;
	/*float:left;*/
	width:100%;
}

.t15-top {
	border-top: 1px solid #e8e8e8;
	padding-top:12px;
	margin:0;
}

.t15 ul {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
}

.t15 ul li{
	display:inline;
}

.t15 ul li a{
	display:block;
	float:left;
	margin:0;
	padding:0 2px 0 0;
	height: 19px;
	line-height:0px;
}

.t15 ul li img 
{
	margin:1px 0;
}

/*the following are used where the language icons are displayed next to the link (within the dots)*/

.t15-langNextToLink
{
	margin:0 -2px 0 0;
	padding:0;
	float:right;
	text-align:right;
}

.t15-langNextToLink ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.t15-langNextToLink ul li{
	display:inline;
}

.t15-langNextToLink ul li a{
	display:block;
	float:right;
	padding: 0 2px 0 0;
	margin: 0;
	height: 19px;
	line-height:0px;
}

.t15-langNextToLink ul li img 
{
	margin:1px 0;
}

.legal-notice
{
	font-family:"Times New Roman", Times, serif
}

.ieVideoPlayer1
{
	width:100%;
	height:241px;
}

.altVideoPlayer1
{
	width:100%;
	height:241px;
}

.ieVideoPlayer2
{
	width:100%;
	height:211px;
}

.altVideoPlayer2
{
	width:100%;
	height:211px;
}

.hidePlayer
{
	display:none;
}
