
			
			td img {display: block;}
			
			.expanders:hover 
			{cursor: pointer;
			font-size:11pt;
			color:#ff9b37;
			line-height: 26px;
			font-family: Times, Georgia;}
			
			.expanders
			{font-size:11pt;
			color:#ff9b37;
			line-height:26px;
			font-family: Times, Georgia}
			
			td.contentsection {
									background-image: url(img_core/mainbackground.jpg);
									background-repeat: no-repeat;
									background-position: top;
								}
			td.contentsection_noSideBar {
									background-image: url(img_core/mainbackground-b.jpg);
									background-repeat: no-repeat;
									background-position: top;
								}
			div.textContent {
									font-family: Helvetica;
									font-size: 10pt;
									color: #fff;
									line-height: 18pt;
									
									border-width: 1px;
								}
			.caption { color: #777777; font-family: Times, Georgia, serif; font-size: 12pt; font-variant: small-caps;}
/** COLUMNED PAGE STYLES **/
				div.leftPanel {float:left; width:550px; padding-left:25px; padding-right:25px; padding-top: 10px; padding-bottom: 25px;}
				div.rightPanel {float:right; width:250px; padding-right:9px; padding-top:10px;}
			
				a:link, a:visited 	{
							color:#ff9b37;
							
							text-decoration: none;
							}
				a:hover, a:active 	{
							color:#e2ebf0;
							
							text-decoration: none;
							}					
							
/** Lost Archives Menu **/
.lamenu
{
font-weight:bold;
color:#ff9b37;
font-size:12px;}

.youtube
{ font-size:9px;
font-weight:bold;}

.editornotes
{ font-style: italic;
color: #ff9b37;}
							
/** Sidebar Sneak Peek **/
.sneak{
	font-family: Helvetica;
	font-size: 9pt;
	color:#ffffff;
	line-height: 18pt;
}
			
/** Q AND A STYLES**/
			
			.authorExpand { font-size:13pt; color: #ff9b37; font-family:Georgia, Times, serif;}
			div.authorResponse {padding-left:20px; color:#e2ebf0;}
			

/** Legal**/
.legal { font-size:9pt; color:#FFFFFF; font-family: Arial, Helvetica, sans-serif;}
.privacyheader { font-size:11pt; color:#FFFFFF; font-weight:bold; font-family:  Arial, Helvetica, sans-serif;}

/** Section indicator**/
.section{
font-size:9pt; color:#141F32; font-family: Arial, Helvetica, sans-serif;
}

/** AUTHOR BIO PAGE STYLES **/
td.authorThumb {

font-family: Helvetica;
font-size: 7.5pt;
color: #fff;
line-height: 10pt;
text-transform: uppercase;
border: 0px solid #fff;
}

td.authorThumb img {
float: left;
}

td.authorThumb a { font-family: Georgia, Times;}

/** Q AND A STYLES**/
			
			.characterExpand { text-transform: uppercase; font-size:14pt; color: #ff9b37; font-family: Times, Georgia;}
.smallCapper {font-size: 9pt;}			


/** PULLDOWN MENU STYLES **/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:1000px;  font-size:0.85em; position:relative; z-index:5;height: 33px;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:1000px; w\idth:1000px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:225px;  }
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-size:11px;text-decoration:none; color:#fff;    background:#758279; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#333333 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#333333 ;}
.menu ul ul :hover > a.drop {background:#999999 url(http://www.cssplay.co.uk/graphics/drop.gif) bottom right no-repeat;}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:33px;left:0; width:225px; border-width: 2px; border-color: #333333; font-family: san-serif;}
/* another hack for IE5.5 */
* html .menu ul ul {top:33px;t\op:33px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {background:#333333; color:#ff9b37; height:auto; line-height:1em; padding:5px 10px; width:200px; border: 1px #ffffff; text-transform: uppercase; font-size: 8pt;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:200px;w\idth:200px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#ffffff; background:#111111;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#111111;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

