/***********************************************/
/* britishstyle.css :		                   */
/* 	stylesheet for relocation2bc	           */
/*  related stylesheet: printstyle.css 		   */
/*                                  		   */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/


body {
	background-image:url(../images/bg_body.jpg);
	background-repeat:repeat-y; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height:1.5;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a{
	color: #000066;
	text-decoration: underline;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
}

a:link{
	color: #0000FF;
	text-decoration: underline;
}

a:visited{
	color: #333333;
	text-decoration: underline;
}

a:hover{
	color: #CC0000;
	text-decoration: underline;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 180%;
 color: #000033;
 margin: 0px;
 padding: 0px;
 text-align:left;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 160%;
 color: #3300FF;
 margin: 0px;
 padding: 0px;
 text-align:left;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 160%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 text-align:left;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 140%;
 font-weight: normal;
 color: #003366;
 margin: 0px;
 padding: 10px 0px 5px 0px;;
 text-align:left;
}

h5{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 110%;
 color: #003366;
 margin: 5px 0px 0px 0px;
 padding-top: 5px 0px 0px 0px;
 text-align:left;
}

h6{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #003366;
 margin: 5px 0px 0px 0px;
 padding-top: 5px 0px 0px 0px;
 text-align:left;
}


ul{
	list-style-image:url(../images/leaf-button.gif);
	text-align:left;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: square;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.right{
	float:right;
}

.dateUpdated{
	display:none;
	color: #333333;
	font-size:x-small;
	padding-left:20px;
}

.myurl{
	color:#FF0000;
	font-style: italic;
	text-transform:uppercase;
}
.super{
	font-size:70%;
	vertical-align:super;
}
.xsmall{
	font-size:x-small;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	padding:0px 0px 0px 0px;
}

/***********************************************/
/* pageHeader Divs: top of page				   */
/***********************************************/

#pageHeader {
	overflow: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	height:122px;
	width: 100%;
}

#pageHeader h1{
	background-image:url(../images/blogheader.jpg);
	border-bottom:1px solid;
	background-position:left;
	background-repeat:no-repeat;
	width:960px;
	height:122px;
}

#pageHeader h1 span{
	display:none;
}

#pageHeader h3{
	display:none;
}

#tagline {
	position:absolute;
	top: 122px;
	left: 11px;
	color: #000033;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#banner {
	position:absolute;
	top:65px;
	left:185px;
	font-size: 12px;
	width:300px;
	border:1px solid #000000;
	margin:10px 40px 10px 40px;
	padding: 5px 15px 5px 10px;
	background-color: #FFFFFF;
	color:#FF0000;	
}

#banner a{
	font-size:100%;
}
/***********************************************/
/* nav Divs: navigation bar					   */
/***********************************************/

#nav {
	position: absolute;
	left: 1px;
	top: 135px;
	width:90px;
	padding: 0px;
	border-right: 1px solid #ffffff;
	background-color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#nav a {
	display: block;
	font-weight: bold;
	text-decoration:none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #FF0000;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	background-color: #999999;
	color: #ffffff;
	width:90px;
}

#nav a:hover{
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-decoration: none;
	color:#FF0000;
	background-color:#CCFFFF;
	width:90px;
}

#navSub{
	display: block;
	font-weight: bold;
	font-size:smaller;
	text-decoration:none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #FF0000;
	padding: 3px 0px 3px 10px;
	background-color: #CCCCCC;
	color: #666666;
	width:90px;
}

#navSub h3{
	font-size:90%;
	border-bottom: 1px solid #FF0000;
	margin-left:-10px;
	padding-left: 5px;
	background-color: #CCCCCC;
	color: #333333;
}

#navSub a {
	display: block;
	font-weight: bold;
	text-decoration:none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #FF0000;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	background-color: #CCCCCC;
	color: #666666;
	width:90px;
}
#navSub a.section{
	margin-left:-3px;
	color:#000000;
}
#navSub a.subsection{
	color: #333366;
}

#navSub a:hover {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-decoration: none;
	color:#FF0000;
	background-color:#CCFFFF;
	width:90px;
}

/************************************************/
/* bodyMiddle Divs: middle of page 				*/
/*	(main content)   							*/
/************************************************/
.tabData {
	width:80%;
	border:1px solid #000000;
}

.tabLeft {
	float:left;
	width:50%;
}

.tabRight {
	width:50%;
	float:right;
}

/************************************************/
/* bodyMiddle Divs: middle of page 				*/
/*	(main content)   							*/
/************************************************/

#bodyMiddle {
	position: absolute;
	left: 80px;
	top: auto;
	width: 60%;
	margin-top:100px;
	padding:15px 20px 5px 20px;
	z-index:10;
	text-align: left;
}

#bodyMiddle h3{
	font-size:160%;
	color: #333399;
	border-bottom:5px solid #CCCCCC;
	padding-top:10px;
	padding-bottom:5px;
	padding-left: 0px;
}

#bodyMiddle li{
	padding-top:0px;
	padding-bottom:5px;
}

#bodyMiddle ul ul{
	font-size:90%;
	list-style-type:circle;
	list-style-position:outside;
}

.bodyImg{
	border:1px solid #000000;
	border-right-width:2px;
	border-bottom-width:2px;
	padding:0 0 0 0;
	margin:10px 5px 10px 5px;
}
.MacdonaldImgLeft{
	display:inline;
	float:left;
	padding:0 0 0 0;
	margin:10px 25px 10px 0px;
}

.bodyImgLeft{
	display:inline;
	float:left;
	border:1px solid #000000;
	border-right-width:2px;
	border-bottom-width:2px;
	padding:0 0 0 0;
	margin:10px 25px 10px 0px;
}

.bodyImgRight{
	display:inline;
	float:right;
	border:1px solid #000000;
	border-right-width:2px;
	border-bottom-width:2px;
	padding:0 0 0 0;
	margin:10px 0px 10px 25px;
}

.bodyMid1 {
	border-bottom: 1px solid #CCCCCC;
	padding:0px 20px 0px 20px;
	margin-top:20px;
}

.bodyMid2 {
	border-bottom: 1px solid #CCCCCC;
	padding:0px 20px 0px 20px;
	margin-top:20px;
}

#bodyMiddle table{
	padding:5px 5px 2px 5px;
	margin-top:10px;
}
#bodyMiddle td{
	font-size:80%;
	color:  #3366FF;
	border:1px dotted #CCCCCC;
}
#bodyMiddle caption{
	font-size:80%;
	font-weight:bold;
	color: #3366FF;
	border:1px dotted #CCCCCC;
	text-align:left;
}

.tableTitle{
	background-color: #CCCCCC;
	color: #000000;
}

.boxRed{
	border:1px solid #000000;
	padding:0px 2px 0px 2px;
	background-color:#FF0000;
	color:#FFFFFF;
}

.boxHighlight{
	border:1px solid #000000;
	margin:10px 40px 10px 40px;
	padding: 5px 15px 5px 10px;
	background-color: #FFFFFF;
	color:#FF0000;
}

.boxSmall{
	border:1px solid #000000;
	margin:10px 0px 10px 40px;
	padding: 5px 15px 5px 10px;
	background-color: #CCCCCC;
	color:#000000;
	width:200px;
	float:right;
	font-size:80%;
}
.boxMessage{
	border:1px solid #000000;
	margin:0px 0px 5px 220px;
	padding: 5px 10px 5px 10px;
	background-color: #FFFF99;
	color:#000000;
	width:300px;
	float:left;
	font-size:110%;
}
.boxTop{
	border:1px solid #000000;
	margin:0px 0px 5px 20px;
	padding: 5px 10px 5px 10px;
	background-color: #FFFF99;
	color:#000000;
	float:left;
	font-weight:bold;
	font-size:120%;
}

.boxGreen{
	border:1px solid #000000;
	padding:0px 2px 0px 2px;
	background-color:#006600;
	color:#FFFFFF;
}

.top{
	font-size:70%;
	text-decoration:underline;
	color:#999999;
}

.bodyQuote{
	font-size:80%;
	margin: 5px 0px 5px 20px;
	padding: 5px 20px 5px 25px;
	border:1px dotted #ffffff;
	color: #3366FF;
}

.ref{
	font-size:70%;
	color:#3366FF;
}

.captionL{
	font-size:70%;
	color:#3366FF;
	display:inline;
	float:left;
	clear:left;
	padding-right:5px;
}

.boxWhite{
	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 0px;
	border:1px solid #FFFFFF;
	font-size:smaller;
	background-color:#FFFFFF;
}

.captionR{
	font-size:70%;
	color:#3366FF;
	display:inline;
	float:right;
	clear:right;
}

.required{
	font-weight:bold;
	color:#000000;
	border-bottom:1px dotted #ff0000;
}

.red{
	color:#FF0000;
}

#pageIndex{
	font-size:80%;
	float:left;
	margin: 0px 5px 5px 0px;
	padding: 1px 20px 5px 5px;
	border:1px dotted #CCCCCC;
	color: #3366FF;
}


/***********************************************/
/* bodyRight Divs: right hand side of page     */
/***********************************************/

#bodyRight {
	position: absolute;
	left: 80%;
	top: auto;
	width: 20%;
	margin-top:100px;
	margin-left:-5%;
	padding:15px 5px 0px 5px;
	font-size:90%;
	color: #333333;
}

#bodyRight h3{
	font-size: 100%;
}

#bodyRight img{
	border:1px solid #000000;
	border-right-width:2px;
	border-bottom-width:2px;
	margin-bottom:15px;
}

#bodyRight a{
	display:block;
}
	
.bodyRight1 {
	background-color: #CCCCFF;
	padding-left:20px;
	padding-right: 5px;
	padding-top: 5px;
	border:1px solid #000;
	border-right-width:2px;
	border-bottom-width:2px;
	margin-bottom:15px;
	font-size:80%;
}

.bodyRight2 {
	background-color: #CCCCFF;
	padding-left:20px;
	padding-right: 5px;
	padding-top: 5px;
	border:1px solid #000;
	border-right-width:2px;
	border-bottom-width:2px;
	margin-bottom:15px;
	margin-top:10px;
}

#whatsNew{
	padding-left:20px;
	border:1px solid #000;
	border-right-width:2px;
	border-bottom-width:2px;
	margin-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

#whatsNew h3{
	color:#FF0000;
	font-size:90%;
}

#whatsNew ul{ 
	list-style-image:url(../images/breadcrumb-arrow.gif); 
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;	
}

#whatsNew a{
	font-size:80%;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

#whatsNew a:hover{
	text-decoration:underline;
}

/*****************************************************/
/* navExt: external links: right hand side of page   */
/*****************************************************/

#navExt{
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:smaller;
	text-decoration:none;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #FF0000;
	margin-bottom:15px;
	padding: 3px 0px 3px 10px;
	background-color: #CCCCFF;
	color: #6600FF;
	width:180px;
}

#navExt h3{
	font-size:90%;
	border-bottom: 1px solid #FF0000;
	margin-left:-10px;
	padding-left: 5px;
	color: #000000;
	background-color: #CCCCFF;
}

#navExt h4{
	font-size:80%;
	border-bottom: 1px solid #FF0000;
	margin-left:-10px;
	padding-left: 5px;
	color: #333333;
	background-color: #CCCCFF;
}


#navExt a {
	font-size:75%;
	margin-left:-10px;
	display: block;
	font-weight: bold;
	text-decoration:none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #FF0000;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	background-color: #CCCCFF;
	color: #6600FF;
	width:180px;
}
#navExt a.section{
	margin-left:-3px;
	color:#000000;
}

#navExt a:hover {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	background-color:#CCFFFF;
	width:180px;
}
/***********************************************/
/* newsletter Div 							   */
/***********************************************/

#newsletter {
	width:130px;
	padding:3px 5px 5px 10px;
	border:1px solid #000000;
	border-bottom-width:2px;
	border-right-width:2px;
	background-color: #999999;
	margin-bottom:15px;
}

#newsletter h3{
	font-size:80%;
	font-weight:bold;
	padding-bottom:0px;
	margin-top:1px;
	margin-bottom:0px;
}

#newsletter span{
	text-align:right;
}

#newsletter form{
	padding:0px 0px 0px 0px;
	margin-top:-1px;
}
/***********************************************/
/* LionsGate newsletter Div 							   */
/***********************************************/

#lionews {
	padding-left:20px;
	border:1px solid #000000;
	border-bottom-width:2px;
	border-right-width:2px;
	background-color: #9966FF;
	margin-bottom:15px;
	padding-top:3px;
}

#lionews h3{
	font-size:80%;
	font-weight:bold;
	padding-bottom:0px;
	margin-top:1px;
	margin-bottom:0px;
}

#lionews span{
	text-align:right;
}

#lionews form{
	padding:0px 0px 0px 0px;
	margin-top:-1px;
}

/***********************************************/
/* breadcrumb Div: 							   */
/***********************************************/

#breadcrumb {
	position:absolute;
	left: 145px;
	top:auto;
	margin-top: 10px;
	padding: 10px 0px 0px 10px;
	font-size:70%;
}

#breadcrumb img{
	padding: 0px 0px 0px 3px;
}

/***********************************************/
/* siteLinks Div: 							   */
/***********************************************/

#siteLinks{
	width:100%;
	text-align:left;
	font-size:70%;
	margin-top:10px;
	clear:both;
	padding:5px 0px 0px 0px;
}

#siteLinks a{
	padding:10px 15px 0px 0px;
}

#siteLinks img{
	border-style:none;
}

#footer{ 
	width:100%;
	margin-top:10px;
	border-top:1px solid #CCCCCC;
	font-size: x-small;
	text-align: left;
	padding:5px 0px 0px 0px;
}

#footer p{
	padding:0px 5px 0px 10px;
}

#footer span{
	padding:0px 0px 0px 40px;
}

#footer li{
	display:inline;
	border-right:1px solid #ffffff;
	padding:0 0.33em;
}
#footer li:first-child{
	border-left:1px solid #ffffff;
}
/***********************************************/
/* search Div 								   */
/***********************************************/

#search{
	width:135px;
	border:1px solid #000000;
	border-bottom-width: 2px;
	border-right-width:2px;
	padding:3px 5px 5px 10px; 
	margin-bottom:10px;
}

#search h3{
	font-size:x-small;
}
/*****************************************************/
/* bodyExt: external links: main body                */
/*****************************************************/

.bodyExt{
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:smaller;
	text-decoration:none;
	margin-bottom:15px;
	padding: 3px 0px 3px 10px;
}

.bodyExt h3{
	display:none;
}

.bodyExt h4{
	font-size:160%;
	color: #3333FF;
	border-bottom:5px solid #0033CC ;
	padding-top:10px;
	padding-bottom:5px;
	padding-left: 0px;
	text-align:left;
	text-decoration: none;
	margin-left:-10px;
}

.bodyExt a {
	font-size:75%;
	margin-left:-10px;
	display: block;
	font-weight: bold;
	text-decoration:none;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #FF0000;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
}

.bodyExt a.section{
	margin-left:-3px;
	color:#000000;
	text-decoration: none;
}

.bodyExt a:hover {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-decoration: none;
	color:#FF0000;
	background-color:#CCFFFF;
}

/***********************************************/
/* additional Div's, just in case			   */
/***********************************************/
#Advert{
	display:none;
}

#XtraDiv1{
	display:none;
}

#XtraDiv2{
	display:none;
}

#XtraDiv3{
	display:none;
}

#XtraDiv4{
	display:none;
}