@charset "utf-8";
/* CSS Document */
/* Created by Antony de Navarro - webdesigner@london.com */

/********************************* CSS RESET **************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong,  tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; /*	color: black; background: white;  */ }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup 
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}*/
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" "";}

/* END of Reset */ 

/*********************************** ELEMENTS ****************************************/

body {
	background:url(../images/layout/bg_tile.png) repeat;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	background-color:#C5CED6;
	color: #333333;
}
h1, h2, h3 {font-family:Georgia, "Times New Roman", Times, serif; color:#FF4B00; line-height:1em;}
h2{ font-weight:bold; font-size:17px; margin-bottom:7px; /*text-transform:uppercase;*/}
h3{ font-weight:bold; font-size:13px; margin-bottom:10px; color:#000000; text-transform:uppercase; margin: 4px 0 11px 0; }

h4{font-weight:bold; font-size:13px; margin-bottom:8px; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:1.4em;}

p {line-height:1.6em; color:#333333; font-size:0.84em; font-family:Verdana, Arial, Helvetica, sans-serif; margin-bottom:25px}
em {font-style:italic}
strong{font-weight:bold;}
br {margin-bottom:15px;}
hr {border:0; border-bottom:dashed 1px #AAAAAA; color:#FFFFFF; height:2px; margin: 0 10px 30px 0;} /* HR dividing line */
hr.side {border:0; border-bottom:dashed 1px #AAAAAA; color:#FFFFFF; height:2px; margin: -10px 10px 17px 0;} /* HR dividing line */
blockquote { background-color:#FFEAE1; padding: 8px; margin:5px 0 15px 0; line-height:1.35em; color:#333333; font-size:0.84em; font-family:Verdana, Arial, Helvetica, sans-serif; width:95% }
acronym {border-bottom: dotted #CCCCCC 1px;}
.strikethrough {text-decoration:line-through}


/*************************************** HEADER ************************************************/

/***** LAYOUT ******/
#header {background: url(../images/layout/header_bg.png) repeat-x; height:169px; /*padding: 0 10px 0 20px;*/ } 
#headerContainer{width: 940px; margin: 0 auto; text-align: left;}
#logo {margin-bottom:3px;}

/***** CLASSES ******/
#header h1 {margin: 0; padding: 0px;}
.tagLine {text-indent : -9999px; margin:0; margin-bottom:0; padding:0; float:right;}

#nav {padding: 8px 0 0 0px; border-top: 1px solid #423C43; margin: 5px 0 0 0;}
/*#nav {color:#B8ADAA; text-align:left; padding: 8px 0 0 0; border-top: 1px solid #423C43; font-family:Georgia, "Times New Roman", Times, serif; font-size:1.2em; text-align:center;}
#nav ul {white-space:nowrap;}
#nav li {display:inline; padding: 0 13px 0 13px; font-weight:normal;}*/

#breadcrumb {text-align:left; font-family:Tahoma, Arial, Helvetica, sans-serif; color:#000000; font-size:10px; padding: 9px 0 10px 32px; text-transform:uppercase;}

/******************************** ACCORDION SIDENAV *********************************************/
ul.menu, ul.menu ul { list-style-type:none; margin: 0; padding: 0; width: 190px; line-height:1.5em; font-size:0.9em }
ul.menu a { display: block; text-decoration: none; }
ul.menu li { margin-top: 1px; }
ul.menu li a { background: #FFF; color: #333; padding: 2px 0 2px 0; background:url(../images/layout/menu_arrow_right.gif) no-repeat; background-position:left; padding-left:12px; text-transform:uppercase; /*border-bottom:1px solid #DDDDDD;*/}
ul.menu li a:hover { background: #FF4B00; color:#FFFFFF;}
ul.menu li ul li a { background: #FFF; color: #333;padding-left: 7px; border-left: 5px #FFF solid;text-transform:capitalize; border-bottom:none; letter-spacing:-0.01em; font-size:0.9em; border-bottom:1px solid #e0e0e0; }
ul.menu li ul li a:hover { background: #FF4B00; color:#FFF; border-left: 5px #333 solid; padding-left: 7px; letter-spacing:-0.01em;}
.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 0; }
.indent2 { padding-left: 0; }
.indent3 { padding-left: 0; }
.indent4 { padding-left: 0; }
.indent5 { padding-left: 0; }

/************************************ MAIN CONTEND AND CONTAINERS *********************************/

#shadowTop{background:url(../images/layout/bg_shadow_top.png) no-repeat; width:966px; height:10px; padding:0; margin:0; vertical-align:bottom; background-position:bottom;}
#shadowContainer{background:url(../images/layout/bg_shadow_tile.png) repeat-y; width:966px; margin:0; padding:0; vertical-align:top; background-position:top;}
#shadowBottom{background:url(../images/layout/bg_shadow_bottom.png) no-repeat; width:966px; height:10px; padding:0; margin:0;}
#container {width: 966px; margin: 0 auto; padding:0; text-align: left;} 
#content {margin:0; padding: 0;}
#mainContent  {	margin: 0 230px; padding: 25px 15px 0px 15px; line-height:1.6em; color:#333333; font-family:Verdana, Arial, Helvetica, sans-serif;}

/*#mainContent ul{ display:block; margin:0; margin-bottom:25px}
#mainContent li { padding-left:20px; font-size:0.84em; background-image: url(../images/layout/menu_arrow_right.png); background-repeat:no-repeat; background-position:left;}*/

/*#mainContent ul{ list-style-image: url(../images/layout/menu_arrow_right_oange.gif); list-style-position:outside; padding:0 7px 0 20px; margin:0; margin-bottom:25px}
#mainContent li { font-size:0.84em; padding-left: 0px; margin-left:0px;}*/

#mainContent ul{ list-style-image: url(../images/layout/menu_arrow_right_oange.gif); padding:0 10px 0 28px; margin:0; margin-bottom:25px}
#mainContent li { font-size:0.84em;}

#mainContent ol{ list-style-type:decimal; padding:0 10px 0 20px; margin:-10px 0 15px 0px; }

/************************************ SIDEBARS ******************************************/
/***** LAYOUT ******/
#sidebarL {float: left; width: 180px; padding: 19px 0px 25px 38px; font-size:0.9em; display:inline; }
#sidebarR {	float: right; width: 180px; padding: 26px 38px 25px 0px; font-size:0.9em; display:inline;}
#sidebarRCentered {	float: right; width: 180px; padding: 26px 38px 25px 0px; font-size:0.9em; text-align:center; display:inline;}



/********************************************  FOOTER *********************************************/
/***** LAYOUT ******/

#footer { background:url(../images/layout/footer_bg.png) repeat-x; height: 70px; padding: 20px 10px 0 20px;margin-top:25px; color:#B8ACAA; text-align:center;/* size:10px*/}
#footerContainer {width: 940px; margin: 0 auto; text-align: center;}
#footerNav{ border-bottom:1px solid #423C43; margin: 0; padding: 1px 0 10px 0}
#footerLinks{padding-top: 5px;}

/***** CLASSES ******/
#footer  p {margin: 0;	padding: 10px 0; }
#footer ul {white-space:nowrap;}
#footer li {display:inline; padding:0 10px; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:10px;}



/*********************************** GENERIC CLASSES  ****************************************/

.floatR { float: right; margin-left: 8px;}
.floatL { float: left; margin-right: 8px;}
.clearing { clear:both; height:0; font-size: 1px; line-height: 0px;}
.highlighted {color:#FF4B00; font-weight:bold;}

.picBorder {border:1px solid #fff;}
.picBorder:hover {border:1px solid #FF4B00;}
.picBorderThick {border:solid 4px #DDDDDD;}
.picBorderThick:hover {border:solid 4px #FF4B00;}
.picTitle {  font-size:10px; font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; text-align:center; letter-spacing:normal; line-height:normal; margin:0 4px 10px 4px}


.highlightedBG {display:block; /*width:91.2%;*/ background-color:#FFEAE1;}
.highlightedBG li {padding:2px 0;}
p.highlightedBG {padding: 2px 8px;}
.highlightRED {font-weight:bold; background-color:#FFD2D2; border:1px solid #ff0000; display:block; padding: 2px 5px; margin: 3px 10px 10px 0; font-size:0.8em;}



.picLink a:link{background:#fff;}
.picLink a:hover{background:#fff;}


.contentBreak {background:url(../images/layout/main_content_dividing_line.gif) no-repeat; height:5px; margin: 15px 0}
.mugshot{padding:0 0 10px 15px;}
.mugshotL{padding:0 15px 10px 0;}
.mugshotNoBottomPadding{padding-left:15px;}
.centered {text-align:center; margin:0 auto 10px auto;}
.vcentered {vertical-align:middle;}
.tighterSpacing br{margin:0; padding:0; line-height:1em;}
.bottomP {margin-bottom:5px;}
.bottomP45{margin-bottom:45px;}
.topP {margin-top:5px;}
.topP15 {margin-top:15px;}
.topP57 { margin-top:57px; }
.spacedList li {padding:10px 0;}

.sideBarBreak {background:url(../images/layout/sidebar_dividing_line.gif) no-repeat; height:5px; margin: 15px 0}
.sideNav li { list-style-image: url(../images/layout/menu_arrow_right.png); font-size:0.9em; text-transform:uppercase; margin: 0 0 8px 15px; padding: 0px; font-size:0.9em; font-weight:normal; /*border-bottom:1px solid #CCCCCC*/ }
.subNav li {list-style-type:none; padding: 0 0 12px 15px; font-size:0.8em; font-weight:normal;}
.topTitle{padding-bottom:10px;}

/*****************************************  LINKS *********************************************/
/*#nav a {color:#B8ACAA; text-decoration:none;}
#nav a:visited {color:#B8ACAA; text-decoration:none;}
#nav a:hover{color:#FFFFFF; text-decoration:none; background:none; padding-bottom:6px; border-bottom: 4px solid #FF4B00;}
#nav a:active{color:#FFFFFF; text-decoration:none; background:none; padding-bottom:6px; border-bottom: 4px solid #FF4B00;}
.selected #nav a {color:#FFFFFF}*/

#breadcrumb a {color:#333333; text-decoration:none; padding:2px;}
#breadcrumb a:visited {color:#333333; padding:2px; text-decoration:none;}
#breadcrumb a:hover {background:#FF4B00; padding:2px; color:#FFFFFF; text-decoration:none;}
#breadcrumb a:active {color:#000000; text-decoration:none; padding:2px;} 

p a {color:#FF4B00; text-decoration:underline; padding:2px;}
p a:visited {color:#853D1F; text-decoration:underline;padding:2px;}
p a:hover {background:#FF4B00; padding:2px; color:#FFFFFF; text-decoration:none;}
p a:active {color:#000000; text-decoration:none; padding:2px;}


h4 a, h4 a:visited{font-weight:bold; font-size:13px; margin-bottom:8px; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:1.4em; text-decoration:none;}
h4 a:hover, h4 a:active{font-weight:bold; font-size:13px; margin-bottom:8px; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:1.4em; border-bottom:1px solid #ff4b00;}

#footer a {color:#B8ACAA; text-decoration:none;}
#footer a:visited {color:#B8ACAA; text-decoration:none;}
#footer a:hover{color:#FFFFFF; text-decoration:none; background:none;  border-bottom: 1px solid #FF4B00;}
#footer a:active{color:#FFFFFF; text-decoration:none; background:none; border-bottom: 1px solid #FF4B00;}

/*Sitemap links*/
#mainContent li a {color:#333; text-decoration:underline; padding:2px;}
#mainContent li a:visited {color:#333; text-decoration:none;padding:2px;}
#mainContent li a:hover{background:#FF4B00; padding:2px; color:#FFFFFF; text-decoration:none;}
#mainContent li a:active{background:#FF4B00; padding:2px; color:#FFFFFF; text-decoration:none;}

.book_btn:link, .book_btn:visited  { background:none; zoom: 1; /* IE has layout fix */ filter: alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; line-height:25px;  top:5px; position:relative;}

.book_btn:hover, .book_btn:active { background:none; zoom: 1; /* IE has layout fix */ filter: alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity: 1.0; opacity: 1.0; }

.book_btn_position { left:10px;}



/********************************** TITLE TEXT ***************************************/


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color:#222222;
	width : 710px;
	height : 114px;
	margin : 0;
	padding :0;
	background : url(../images/layout/mci_logo_centered.png) no-repeat; 	
	text-indent : -9999px;
}
h1.absat {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color:#222222;
	width : 966px;
	height : 114px;
	margin : 0;
	padding :0;
	background : url(../images/layout/mci_logo_absat.png) no-repeat; 	
	text-indent : -9999px;
}

/* REVIEW AND DELETE *************************/

.quote {width : 442px; height : 50px; background : url(../images/title_text/sir_garfield_sobers_quote.png) no-repeat; text-indent : -9999px;}
.quote2{ font-family:"Times New Roman", Times, serif; font-size:1.2em; font-style:italic; font-weight:bold;}
.quoteAuthor{color:#333333; font-size:0.84em; font-family:Verdana, Arial, Helvetica, sans-serif;}


/************************************ LIGHTBOX  **************************************** */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1200;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #FF4B00;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.youTube{
	margin-bottom:25px; 
	border:4px solid #DDD;
	}
.youTube:hover, .youTube:active, .youTube:focus {
	border:4px solid #ff4b00;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
::selection {
        background: #fff2a8; /* Safari 
		color:#fff;*/
        }
::-moz-selection {
        background: #fff2a8; /* Firefox 
		color:#fff;*/
}

@media print {TABLE.noprint, DIV.noprint {display:none} }
