/* --- General Styles --- */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

body,table,td,div,p,li,h2,h3,h4,h5,h6,ul,input,textarea 
{ 
	font-family: Verdana, Arial, Helvetica; 
}

h1,h2,h3,h4,h5,h6
{ 
	color: #9f0000; 
}

h1
{ 
	font-size: 2em; 
	font-weight: normal;
}
	
h2
{ 
	font-size: 1.2em; 
}

body 
{
	font-size: 0.78em;
}

ul 
{
	padding: 0;
	margin: 0 0 0 16px;
}

ul li 
{ 
	list-style-type: disc; 
}

textarea
{
	font-size: 1em;
}

input,textarea 
{
	border: solid 1px #666;
}

a, a:link, a:visited 
{ 
	color: #9f0000; 
	text-decoration: none;
}
a:hover, a:focus, a:active 
{ 
	text-decoration: underline;  
}

/**********************/
/* ----- Banner ----- */
/**********************/
div.boxBanner{ /* used for printing */
}

div#bannerTitle{ /* used for printing */
	font-weight: bold;
}

div#bannerScreen{
	background: #ffffff;
}

/***********************************************/
/* ----- A-Z, Crumbtrail and Contact Row ----- */
/***********************************************/
#bannerContainer
{
	background-color: #777a7d;
	color: #fff;
	width: 960px;
}
#breadcrumbs
{
	float: left;
	padding: 2px 14px;
}
#contactNumber
{
	float: right;
	padding: 2px 14px;
}


/* --- General Layout --- */
div#content-wrapper {
	position: relative;
	width: 945px;
	margin-left: 15px;
	clear: both;
}

#menu
{
	float: left;
	width: 186px;
	margin-top: 20px;
}

#main-content
{
	float: left;
	width: 524px;
	margin: 0 26px;
}

#carousel-page #main-content
{
	width: 703px;
	
}
#related-info
{
	float: left;
	margin-top: 16px;
	width: 179px;	
}

/************************/
/* ----- Search box ----- 
/************************/
#bannerSearch
{
	margin: 0px 0 10px 0
}

input#Template_SearchInNav_searchTerm
{
	font-size: 1em;
	width: 127px;
}
input#Template_SearchInNav_searchTerm
{
	border: solid 1px #cacbcd;
}

/************************/
/* ----- Left Nav ----- 
nc = has no child pages
hc = has child pages
LP = parent page level
L0-L3 = Navigation levels 0, 1, 2 and 3
sel = selected
tree = parent page(s) in a tree strucuture that should have selected style applied to it/them
*/
/************************/
div#leftNav 
{
	margin: 0;
	width: 186px;
}

div#leftNav a 
{ 
	background: #777a7d url(/staticarchive/4862cbd4fa402bd154be1428fd1d13f26ebd226b.gif) no-repeat 0 0;
	color: #9f0000; 
	display: block;
}

div#leftNav li.first a 
{ 
	background: #777a7d url(/staticarchive/f00ff3179fad139cc144513f54af04d64b91895f.gif) no-repeat 0 0;
}

div#leftNav a:hover, div#leftNav a:focus, div#leftNav a:active
{ 
	text-decoration: underline; 
}

div#leftNav ul 
{
	padding-bottom: 4px;
	background: url(/staticarchive/2b3e88cff7fdb2b9e5f9abe0b4418a65eff06257.gif) bottom left no-repeat;
}

div#leftNav ul li 
{
	list-style: none;
}				

			
	
/* Level 0 Styles - site homepage level */
/* defines level 0 link */
div#leftNav a.L0 {
	padding: 4px 12px 7px;
}	

/* defines level 0 if selected page */
div#leftNav a.L0sel { 
	padding: 4px 12px 7px;
	color: #9f0000;
}	
												
div#leftNav a.L0:hover, div#leftNav a.L0sel:hover {} /* defines the level 0 hover effect */

/* defines level 0 bullet for children */
div#leftNav a.L0 span.hc, div#leftNav a.L0sel span.hc, div#leftNav a.L0:hover span.hc {
	padding-left: 6px;
	background: url(/staticarchive/3ac1dfd3c32fc75fff13044d4a3512b03455cad7.gif) 0 1px no-repeat;
}
/* defines level 0 bullet for no children */
div#leftNav a.L0 span.nc, div#leftNav a.L0sel span.nc, div#leftNav a.L0:hover span.nc {
	padding-left: 6px;
	background:url(/staticarchive/33b55782a507067e4d96a8f596e474766f33607b.gif) 0 1px no-repeat;
} 
	
/* Level 1 Styles - 1st subpage level */	
/* defines level 1 link */
div#leftNav a.L1 { 
	padding: 6px 12px;
} 

/* defines level 1 if selected page */						
div#leftNav a.L1sel, div#leftNav a.L1tree {
	padding: 6px 12px;
	color: #9f0000;
}

/* defines the level 1 hover effect */
div#leftNav a.L1:hover, div#leftNav a.L1sel:hover, div#leftNav a.L1tree:hover { color: #006b8a; }

/* defines level 1 bullet for children */
div#leftNav a.L1 span.hc, div#leftNav a.L1:hover span.hc { 
	padding-right: 6px;
	background:url(/staticarchive/3ac1dfd3c32fc75fff13044d4a3512b03455cad7.gif) 0 1px no-repeat;
}

/* defines level 1 bullet for children if selected */
div#leftNav a.L1sel span.hc, div#leftNav a.L1tree span.hc {
	padding-right: 6px;
	background: url(/staticarchive/33b55782a507067e4d96a8f596e474766f33607b.gif) 0 1px no-repeat;
}

/* defines level 1 bullet for no children */
div#leftNav a.L1 span.nc, div#leftNav a.L1sel span.nc, div#leftNav a.L1tree span.nc, div#leftNav a.L1:hover span.nc	{
	padding-right: 6px;
	background:url(/staticarchive/3ac1dfd3c32fc75fff13044d4a3512b03455cad7.gif) 0 1px no-repeat;
} 

/* Level 2 Styles - 2nd subpage level */
/* defines level 2 link */
div#leftNav a.L2 {
	padding: 7px 15px;
	color: #5e5e5e;
	border-bottom: 1px solid #fff;
	background: #e2e2e2 url(/staticarchive/ab7a152b0f73f8a27185c86f4333b96f6d97f256.gif) repeat-y 0 0;
}

/* defines level 2 if selected page */
div#leftNav a.L2sel, div#leftNav a.L2tree {
	padding: 7px 15px;
	color: #9f0000; 
	border-bottom: 1px solid #fff;
	background: #e2e2e2 url(/staticarchive/ab7a152b0f73f8a27185c86f4333b96f6d97f256.gif) repeat-y 0 0;
} 

/* defines the level 2 hover effect */
div#leftNav a.L2:hover, div#leftNav a.L2sel:hover, div#leftNav a.L2tree:hover {color: #9f0000;}	

/* defines level 2 bullet for children */		
div#leftNav a.L2 span.hc, div#leftNav a.L2:hover span.hc { 
	padding-right: 13px;
} 

/* defines level 2 bullet for children if selected */
div#leftNav a.L2sel span.hc, div#leftNav a.L2tree span.hc { 
	padding-right: 13px;
} 

/* defines level 2 bullet for no children */
div#leftNav a.L2 span.nc, div#leftNav a.L2sel span.nc, div#leftNav a.L2tree span.nc, div#leftNav a.L2:hover span.nc	{ 
	padding-right: 13px;
} 

/* Level 3 Styles - 3rd subpage level */
/* defines level 3 link */
div#leftNav a.L3 {
	padding: 6px 45px;
	color: #333;
	border-bottom: 1px solid #fff;
	background: #ccc url(/staticarchive/ab7a152b0f73f8a27185c86f4333b96f6d97f256.gif) repeat-y 0 0;
}	

/* defines level 3 if selected page */													
div#leftNav a.L3sel, div#leftNav a.L3tree {
	padding: 6px 45px;
	color: #9f0000;
	border-bottom: 1px solid #fff;
	background: #ccc url(/staticarchive/ab7a152b0f73f8a27185c86f4333b96f6d97f256.gif) repeat-y 0 0;
}

div#leftNav a.L3:hover, div#leftNav a.L3sel:hover, div#leftNav a.L3tree:hover {	color: #9f0000;} /* defines the level 3 hover effect */
div#leftNav a.L3 span.hc, div#leftNav a.L3:hover span.hc {} /* defines level 3 bullet for children */
div#leftNav a.L3sel span.hc, div#leftNav a.L3tree span.hc {} /* defines level 3 bullet for children if selected */
div#leftNav a.L3 span.nc, div#leftNav a.L3sel span.nc, div#leftNav a.L3tree span.nc, div#leftNav a.L3:hover span.nc	{} /* defines level 3 bullet for no children */

/**************************************/
/* ----- end of left nav styles ----- */
/**************************************/


/* --- Home page boxes --- */
#home #hp-imageboxes .promo
{
	float: left;
	font-size: 1em;
	position: relative;
	width: 164px;
	margin: 0 15px 18px 0;
	padding: 0 0 3px 0;
	background: url(../../../images/globalNewsLive/globalNewsLive_bg-homepage-promobox.gif) no-repeat -164px 100%;
}
#home #hp-imageboxes .last
{
	margin-right: 0;
}

#home #hp-imageboxes .promo h2
{
	background: url(../../../images/globalNewsLive/globalNewsLive_bg-homepage-promobox.gif) no-repeat 0 0;
	color: #9f0000;
	font-size: 1em;
	padding: 108px 10px 5px 10px;
	margin: 0;
}

#home #hp-imageboxes .promo img
{
	position: absolute;
	top: 2px;
	left: 2px;
}


ul#slides li
{ 
   margin:4px;
}


/* --- Related-Info Section --- */

#related-info #relatedLink
{
	margin: 0;
	width: 186px;
}

#related-info #relatedLink ul
{
	margin: 0;
	padding: 0;
}

#related-info #relatedLink ul li
{
	background: #777a7d url(/staticarchive/4862cbd4fa402bd154be1428fd1d13f26ebd226b.gif) no-repeat 0 0;
	display: block;
	list-style: none;
	margin: 0;
	padding: 2px 0 3px 40px;
	position: relative;
	line-height: 34px;
	min-height: 34px;
}

#related-info #relatedLink ul li.first
{ 
	background: #777a7d url(/staticarchive/f00ff3179fad139cc144513f54af04d64b91895f.gif) no-repeat 0 0;
}

#related-info #relatedLink ul li.last
{ 
	padding-bottom: 4px;
	background: #777a7d url(../../../images/globalNewsLive/globalNewsLive_menu_button_last.gif) bottom left no-repeat;
}


#related-info li img
{
	position: absolute;
	left: 1px;
	top: 3px;
}

div#leftNav a 
{ 
	background: #777a7d url(/staticarchive/4862cbd4fa402bd154be1428fd1d13f26ebd226b.gif) no-repeat 0 0;
	color: #292826; 
	display: block;
}

div#leftNav a.l0
{
	list-style: none;
	background: #777a7d url(../../../images/globalNewsLive/globalNewsLive_menu_button_top.gif) no-repeat 0 0;
}

div#leftNav a:hover, div#leftNav a:focus, div#leftNav a:active
{ 
	text-decoration: underline; 
}

#related-info p
{
	font-size: 1em;
}


/*******************************/
/* ----- Sessions Boxes ----- */
/*******************************/
#sessions h2
{
	background: url(/staticarchive/b86e84320055a2e5edf4800b084ca193e60cfd66.gif) no-repeat 0 0;
	border-bottom: solid 1px #fff;
	display: block;
	padding: 7px 7px;
	margin: 0;
}
#main-content #sessions h2 *
{
	margin: 0;
	padding: 0;
}

#sessions div.wrapper
{
	background: url(/staticarchive/6c36a9b50f8cae1db0a35868f8cb5d1b6e6f60e4.gif) repeat-y -524px 0;
	border-top: solid 1px #dadada;
}

#sessions div.clearfix
{
	padding: 7px 7px 7px 144px;
	background: url(/staticarchive/6c36a9b50f8cae1db0a35868f8cb5d1b6e6f60e4.gif) no-repeat -1048px 100%;
}

#sessions h2.hide,
#sessions div.hide
{
	display: none;
	border: none;
	padding: 0;
	margin: 0;
}

#sessions div.clearfix img
{
	float: left;
	margin: 0 7px 0 -137px;
	height: 73px;
	width: 130px;
}


/*******************************/
/* ----- Central Content ----- */
/*******************************/
div#centralContentTitle
{
	width: auto;
}

.subtitle
{
	font-weight: bold;
	font-size: 1.1em;
	color: #555;
}

div.contentEmp { 
	margin: 0 0 20px 0;
	float: right;
	padding: 0 0 0 20px;
}

#main-content 
{ 
	color: #666;
}

#main-content p, #main-content div, #main-content ul, #main-content ol  
{ 
	font-size: 100%;
	margin-bottom: 1em;
}

table
{
	border: solid 1px #ccc;
	border-collapse: collapse;
	margin: 10px 0;
}

table.ImmTS_Default
{
	margin: 10px 0;
}

table caption
{
	font-size: 1.1em;
	font-weight: bold;
	color: #9f0000;
	margin: 5px;
}

table tr th
{
	border-right: solid 1px #ccc;
	color: #9f0000;
}

table tr th
{
	background: #eee;
}

table td, table th
{ 
	font-size: 100%; 
	margin: 0; 
	padding: 7px;
}

table.ImmTS_Default
{
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

table.ImmTS_Default thead tr th
{
	background: #f0efef url(/staticarchive/ca8259284a19f31ae342d02a38a8a14f185c57c7.gif) repeat-x 0 100%;
	border: none;
	border-top: solid 1px #d4d4d4;
	border-right: solid 1px #ccc;
	color: #9f0000;
}

table.ImmTS_Default tbody tr th
{
	border: none;
	background: #f0efef url(../../../images/globalNewsLive/globalNewsLive_table_body_th_bg-1x41.gif) repeat-x 0 100%;
	border-right: solid 1px #ccc;
	color: #9f0000;
}

table.ImmTS_Default tbody tr td
{
	border: none;
	border-right: solid 1px #ccc;
	background: #f1eeee url(/staticarchive/671de6552635ace487685a7f4d2a7623101960f1.gif) repeat-x 0 100%;
}

table.ImmTS_Default td, table.ImmTS_Default th
{ 
	font-size: 100%; 
	margin: 0; 
	padding: 7px;
}

#carousel-video li
{
	margin: 4px;
	width: 256px;
}

#carousel-audio li
{
	margin: 4px;
	width: 226px;
}

/*******************************/
/* ----- Footer Content ----- */
/*******************************/
div#footer
{
	font-size: 1em;
	background: #666;
	color: #fff;
	border-top: solid 20px #fff;
}	

div#footer a
{
	color: #fff;
}