/* CSS Document */
/*
dark gray details: 979f90;
orange:a34317;
content bg:e8eedb;
blue-green:3a4e50
*/

/*************** CSS Reset ******************************************************************************************/
	
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
	table {border-collapse:collapse;border-spacing:0;}
	fieldset,img {border:0;}
	address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal; }
	ol,ul {list-style:none;}
	caption,th {text-align:left;}
	h1,h2,h3,h4,h5,h6 {font-weight:normal;}
	q:before,q:after {content:'';}
	abbr,acronym {border:0;}
	body {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:71%;height:100%;}
	
/*************** Global Element Styles ******************************************************************************************/	

		/*---------- Links  ----------*/
		a {color:#3a4e50; text-decoration:underline;}
		a:hover {text-decoration:none; background-color:#e0e6d4;}		
		/*---------- Tables ----------*/
		th, td {text-align:left; padding:5px; border-bottom:1px solid #cccccc; vertical-align:top;}
		th {vertical-align:bottom;font-weight:bold}
		.layout td {border:none;}
		.layout td td {border-bottom:1px solid #cccccc; }

		/*---------- Headings ----------*/
		h1, h2, h3, h4 {font-family:"Times New Roman", Times, serif; color:#000000}
		h1 {font-size:2.5em;}
		h2 {font-size:1.65em;}
		h3 {font-size:1.6em; }
		h4 {font-size:1.1em;}
		h5 {font-size:1em;}
		.accessibility {display:none;}	
		
			
		
/***************** Wigets ******************************************************************************************/
	
		/*---------- generic multi-columns ----------*/
		.twoColumn1, .twoColumn2 {position:relative; float:left; width:48%; display:inline;}
		.threeColumn1, .threeColumn2, .threeColumn3 { float:left; width:30%;display:inline;}
		.imgLeft {float:left; padding-right:10px; padding-bottom:5px;}


/*************** Global Page Structure ******************************************************************************************/	

	body { 
		background:url(/_images/background.jpg) repeat-x top center #c7dbde;
	}
	#pageContainer {
		width: 900px;
		position:relative;
		margin-right:auto;
		margin-left:auto;		
		text-align:left;
	}
	#header {
		height:165px; width:900px; 
	}
	#bodyContent {
		width:900px;
	}
	h4.homeLink-tusculum a {
		position:absolute;
		height:51px; width:270px;
		top:0px; left:21px;
	}
	h4.homeLink-dhr a {
		position:absolute;
		height:51px; width:270px;
		top:0px; left:291px;
	}
	h4.homeLink-tusculum a em, h4.homeLink-dhr a em {
		display:none;
	}
	#title a em {
		display:none;
	}
	#mainmenu {
		height:58px; 
		position:absolute;
		top:107px;
		width:900px;
		z-index:15px;
	}
	#mainmenu ul {
		float:left;
		position:relative;
	}
	#menu-home, #menu-life, #menu-education, #menu-events, #menu-reconstruction, #menu-about {
		display:inline; float:left; position:relative;
	}
	#mainmenu li a {display:block; color:#ffffff; font-weight:normal; font-family:Arial, Helvetica, sans-serif; font-size:1.2em;text-decoration:none; height:36px; text-align:left; padding:22px 10px 0px 10px;}
	#mainmenu li#menu-home a {width:98px; padding:22px 10px 0px 10px; text-align:center;}/*104to118*/
	#mainmenu li#menu-life a {width:115px; padding:22px 15px 0px 15px;}
	#mainmenu li#menu-education a {width:208px; padding:12px 15px 0px 15px; text-align:left;height:46px;}
	#mainmenu li#menu-events a {width:127px; padding:22px 15px 0px 15px;} 
	#mainmenu li#menu-reconstruction a {width:126px; padding:12px 15px 0px 15px; text-align:left;height:46px;}
	#mainmenu li#menu-about a {width:86px; padding:22px 0px 0px 0px; text-align:center;}
	
	#mainmenu li a.multimedia em {background:url(/_images/menu-media-icon.gif) no-repeat; display:block; height:auto; width:auto; padding:0px 2px 2px 22px;}
	#mainmenu li#menu-education a.multimedia em {background:url(/_images/menu-media-icon.gif) no-repeat 0px 10px; display:block; height:auto; width:auto; padding:0px 2px 0px 22px;}
	#mainmenu li#menu-reconstruction a.multimedia em {background:url(/_images/menu-media-icon.gif) no-repeat 0px 10px; display:block; height:auto; width:auto; padding:0px 2px 0px 22px;}

	#mainmenu li a:hover {background-image:url(/_images/menu-bg-hover.jpg); background-color:transparent;}
	#mainmenu li#menu-home a:hover {background-position:0px 0px;}
	#mainmenu li#menu-education a:hover {background-position: -118px 0px;}
	#mainmenu li#menu-life a:hover {background-position: -356px 0px;}
	#mainmenu li#menu-events a:hover {background-position: -501px 0px;} 
	#mainmenu li#menu-reconstruction a:hover {background-position: -658px 0px;}
	#mainmenu li#menu-about a:hover {background-position: -814px 0px;}

	.precis #mainmenu li#menu-home a {background-image:url(/_images/menu-bg-hover.jpg); background-color:transparent;background-position:0px 0px;}
	.aaed #mainmenu li#menu-education a {background-image:url(/_images/menu-bg-hover.jpg); background-color:transparent;background-position: -118px 0px;}
	.everyday #mainmenu li#menu-life a {background-image:url(/_images/menu-bg-hover.jpg); background-color:transparent;background-position: -356px 0px;}
	.events #mainmenu li#menu-events a {background-image:url(/_images/menu-bg-hover.jpg); background-color:transparent;background-position: -501px 0px;} 
	.recon #mainmenu li#menu-reconstruction a {background-image:url(/_images/menu-bg-hover.jpg); background-color:transparent;background-position: -658px 0px;}
	.about #mainmenu li#menu-about a {background-image:url(/_images/menu-bg-hover.jpg); background-color:transparent;background-position: -814px 0px;}
    .about #mainmenu li#menu-about ul li a {
		background-image:none;}

	#mainmenu ul li ul {
		display:none;
		position:absolute;
		top:58px;
		left:0px;
		z-index:2000;
	}
	li > ul {
		top: auto;
		left: auto;
	}
	#mainmenu ul li:hover ul, #mainmenu ul li.over ul {
		display:block;
		margin:0px;
		float:none;
		width:127px;
	}
	#mainmenu ul li.over ul li, #mainmenu ul li:hover ul li {
		list-style:none;
		background-color:#597175;
		padding:1px;
	}
	#mainmenu ul li#menu-home ul li a,
	#mainmenu ul li#menu-education ul li a,
	#mainmenu ul li#menu-life ul li a,
	#mainmenu ul li#menu-events ul li a,
	#mainmenu ul li#menu-reconstruction ul li a,
	#mainmenu ul li#menu-about ul li a {
		display:block;
		width:113px;
		height:auto;
		background-image:none;
		background-color:#597175;
		border:1px solid #32474a;
		color:#fff;
		text-align:left;
		padding:5px;
		margin:0px 0px 0px 0px;
		font-size:1em;
	}	
	#mainmenu ul li#menu-home ul li a:hover,
	#mainmenu ul li#menu-education ul li a:hover,
	#mainmenu ul li#menu-life ul li a:hover,
	#mainmenu ul li#menu-events ul li a:hover,
	#mainmenu ul li#menu-reconstruction ul li a:hover,
	#mainmenu ul li#menu-about ul li a:hover {
		background-color:#32474a;
		color:#7d9fa5;
	}
		
	
	
	#minimenu {
		display:block;
		position:absolute;
		right:15px;
		top:0px;
		height:95px;
		width:200px;
		text-align:right;
	}
	#minimenu ul {
		position:absolute;
		bottom:0px;
		right:0px;
	}
	#minimenu li {
		font-size:.9em;
		line-height:1.5em;
	}
	#minimenu li a {color:#fff;}
	#footer {	
		text-align:right;
		color:#666;
		width:900px;
		font-size:.9em;
		overflow:hidden;
		padding-top:5px;
	}
/*************** Home Page Structure ******************************************************************************************/	
	.home #intro {
		background:url(/_images/home-top-content.jpg) top no-repeat #fff;
		width:365px;
		padding:70px 40px 50px 495px;
	}
	.home #introWrap {
		width:900px; padding:0px 0px 10px 0px;
		background:url(/_images/home-top-foot.jpg) bottom no-repeat;
	}
	.home #header {
		background:url(/_images/home-top-head.jpg) no-repeat top;
	}
	.home #features {
		background:url(/_images/home-feature-bottom.jpg) bottom no-repeat;
		padding:0px;
		margin-top:10px;
		overflow:hidden;
		width:900px;
	}
	.home #featuresTop {
		background:url(/_images/home-features-top.jpg) top no-repeat;
		padding:10px 0px 0px 0px;
		width:900px;
		overflow:hidden;
	}
	.home #feature1 { float:left; width:220px; padding:5px 5px 10px 0px;}
	.home #feature2 { float:left; width:215px; padding:5px 5px 10px 5px;}
	.home #feature3 { float:left; width:215px; padding:5px 5px 10px 5px;}
	.home #feature4 { float:left; width:220px; padding:5px 0px 10px 5px;}
	.home #features h2 em {
		display:block;
		font-size:1.5em;
		padding:0px 0px 5px 0px;
	}
	.home #features h2 {
		border-bottom:5px solid #2d4143;
		padding:0px 25px 5px 25px;
		line-height:1.2em;
	}
	.home #feature3 h2 {
		background:url(/_images/features-video.gif) no-repeat 25px 0px;
		padding:0px 25px 5px 75px;
		width:115px;
	}
	.home #features p {
		padding:10px 25px;
		line-height:1.5em;
		padding-right:75px;
	}
	.home #features a {font-weight:bold;}
	.home #introWrap p {
		line-height:1.5em;
		margin-bottom:.5em;
	}
	.temp.home #intro {
		background:url(/_images/home-top-content.jpg) top no-repeat #fff;
		width:820px;
		padding:90px 40px 50px 40px;
		overflow:hidden;
	}
	.temp.home #intro {background:url(/_images/temp-images/home-top-content.jpg) top no-repeat #fff;}
	.temp.home #header {background:url(/_images/temp-images/home-top-head.jpg) no-repeat top;}
	.temp.home #introWrap {background-image:none; background-color:#fff;}
	.temp.home #introWrap {
		width:900px; padding:0px 0px 10px 0px;
		background:url(/_images/home-top-foot.jpg) bottom no-repeat;
	}
	.temp.home #minimenu {
		display:none;
	}
	.temp.home #intro .twoColumn2 {width:450px; padding-left:50px;}
	.temp.home #intro .twoColumn1 {width:288px; border:1px solid #3a4e50; padding:15px;}
	.temp.home #intro .twoColumn1 p {font-style:italic;}
/*************** Sub Page Structure ******************************************************************************************/	
	.everyday #header {background:url(/_images/everyday-top-head.jpg) no-repeat top;}
	.aaed #header {background:url(/_images/aaed-top-head.jpg) no-repeat top;}
	.events #header {background:url(/_images/events-top-head.jpg) no-repeat top;}
	.recon #header {background:url(/_images/recon-top-head.jpg) no-repeat top;}
	.precis #header {background:url(/_images/precis-top-head.jpg) no-repeat top;}
	.about #header {background:url(/_images/about-top-head.jpg) no-repeat top;}
	
	.everyday #bodyContent {background:url(/_images/everyday-top-content.jpg) top no-repeat #fff; padding-top:75px; border-bottom:10px solid #fff;}
	.aaed #bodyContent {background:url(/_images/aaed-top-content.jpg) top no-repeat #fff; padding-top:75px;  border-bottom:10px solid #fff;}
	.events #bodyContent {background:url(/_images/events-top-content.jpg) top no-repeat #fff; padding-top:75px;  border-bottom:10px solid #fff;}
	.recon #bodyContent {background:url(/_images/recon-top-content.jpg) top no-repeat #fff; padding-top:75px;  border-bottom:10px solid #fff;}
	.precis #bodyContent {background:url(/_images/precis-top-content.jpg) top no-repeat #fff; padding-top:75px;  border-bottom:10px solid #fff;}
	.about #bodyContent {background:url(/_images/about-top-content.jpg) top no-repeat #fff; padding-top:75px;  border-bottom:10px solid #fff;}
	
	#copyWrap {background:url(/_images/copyWrapBG.gif) repeat-y;width:900px; overflow:hidden;}
	
	#copy {float:left; padding:0px 35px 40px 45px; width:520px;}
	#supplimental {float:left; width:300px;}
	
	#submenu {display:none; margin-top:10px; margin-bottom:20px; overflow:hidden; width:516px; background:url(/_images/subMenu-bg.gif); border-top:3px solid #3a4e50; border-bottom:3px solid #3a4e50; padding:2px; }
	body > * #submenu {display:none; margin-top:10px; margin-bottom:20px; overflow:hidden; width:516px; background:url(/_images/subMenu-bg.png); border-top:3px solid #3a4e50; border-bottom:3px solid #3a4e50; padding:2px; }
	.about #submenu ul {display:inline;}
	.about #submenu li {display:inline; }
	.about #submenu {display:block; }
	#submenu a {display:none; float:left; width:auto; padding:0px 7px; border-right:1px solid #3a4e50; margin:2px 0px;}
	.about #submenu li#menu-about a {display:block; text-decoration:none;}
	#submenu li a:hover {background:url(/_images/subMenu-bg-hover.gif);}
	body > * #submenu li a:hover {background:url(/_images/subMenu-bg-hover.png);}
	
	#copy h1 .super {
		display:block;
		font-size:.7em;
		line-height:1em;
		text-transform:uppercase;
		color:#cc7b16;
	}
	#copy p {
		line-height:1.5em;
		margin-bottom:1em;}
	
	#audio {border:1px solid #3a4e50; margin-right:30px; padding:15px 0px 25px 0px;}
	#audio #audioPlayer {padding-bottom:15px; text-align:center; width:218px; margin-left:20px; clear:both;}
	#audio #audioPlayer object {background-color:#e5e5e5;}
	#supplimental #audio ul {padding-bottom:0px;}
	#supplimental #audio ul li {padding:0px; background-image:none;}
	#supplimental #audio ul li a {width:146px; display:block; padding:18px 15px 18px 50px; background:url(/_images/icon-podcast.gif) no-repeat 12px 7px; border-top:1px solid #b9bebe; border-bottom:1px solid #b9bebe; margin:1px 0px 1px 28px;}
	.wide #audio ul {padding-bottom:0px;}
	.wide #audio ul li {padding:0px; background-image:none;}
	.wide #audio ul li a {width:146px; display:block; padding:18px 15px 18px 50px; background:url(/_images/icon-podcast.gif) no-repeat 12px 7px; border-top:1px solid #b9bebe; border-bottom:1px solid #b9bebe; margin:1px 0px 1px 28px;}
	
	#interactive, #interactive2 {
		background:url(/_images/sub-feature-foot.png) bottom left no-repeat;
		padding-bottom:20px;
		margin-bottom:10px;
	}
	#interactive-foot {
		background:url(/_images/sub-feature-top.png) no-repeat top left;
		padding:10px 42px 0px 12px;
	}
	#interactive-illustration {padding-right:75px;}
	#interactive-foot h2 {padding:5px;}
	#interactive-foot p {padding:5px;}
	.events #interactive-illustration {background:url(/_images/sub-feature-timeline.jpg) bottom center no-repeat;}
	.precis #interactive-illustration {background:url(/_images/sub-feature-video.jpg) bottom center no-repeat;}
	.precis #interactive2 #interactive-illustration {background:url(/_images/sub-feature-schoolroom.jpg) bottom center no-repeat;}
	.everyday #interactive #interactive-illustration {background:url(/_images/sub-feature-schoolroom.jpg) bottom center no-repeat;}
	
	#video {
		background:url(/_images/sub-feature-foot.png) bottom left no-repeat;
		padding-bottom:20px;
		margin-bottom:10px;
		z-index:0;
	}
	#video-foot {
		background:url(/_images/sub-feature-top.png) repeat-y top left;
		padding:12px 42px 0px 12px;
	}
	#video-foot p {padding:5px;}
	
	#links {width:200px; padding-left:35px; margin-top:15px;text-align:center;}
	#links ul {text-align:left;}
	#links li {list-style:none; padding:3px 0px 3px 15px; background:url(/_images/bullets.gif) no-repeat 0px 6px;}
	
	#copyContent {width:520px; overflow:hidden;}
	.imageCol {width:230px; float:left; display:block; padding-top:5px;}
	.image {width:220px; display:block; padding:0px 10px 10px 0px;}
	.image em {font-style:italic; border:2px solid #e5e5e5; display:block; width:186px; padding:5px; line-height:1.1em; font-size:.85em;}
	.copyCol {display:block; width:290px; float:left;}
	.about .copyCol {display:block; width:520px; float:left;}
/*************** Exhibit Page Structure ******************************************************************************************/	
	body.exhibit > *  #header {
		background:url(/_images/exhibit-top.png) no-repeat top;
	}
	.exhibit #header {
		background:url(/_images/exhibit-top.jpg) no-repeat top;
	}
	.exhibit #minimenu {display:none;}
	.exhibit #features {
		background:url(/_images/exhibit-features-bottom.gif) bottom no-repeat;
		padding:0px;
		margin-top:10px;
		overflow:hidden;
		width:900px;
	}
	.exhibit #featuresTop {
		background:url(/_images/exhibit-features-top.gif) top no-repeat;
		padding:10px 0px 0px 0px;
		width:900px;
		overflow:hidden;
	}
	.exhibit #feature1 { float:left; width:295px; padding:5px 5px 5px 0px;}
	.exhibit #feature2 { float:left; width:290px; padding:5px 5px 5px 5px;}
	.exhibit #feature3 { float:left; width:295px; padding:5px 0px 5px 5px;}
	.exhibit #features h2 em {
		display:block;
		font-size:1.7em;
		padding:0px 0px 0px 0px;
	}
	.exhibit #features h2 {
		border-bottom:5px solid #2d4143;
		padding:0px 25px 8px 25px;
		line-height:1.2em;
	}
	.exhibit #feature3 h2 {
		background:url(/_images/features-video.gif) no-repeat 25px 0px;
		padding:0px 25px 8px 75px;
		width:195px;
	}
	.exhibit #features p {
		padding:10px 25px;
		line-height:1.5em;
		padding-right:125px;
	}
/*************** Wide Page Structure ******************************************************************************************/	
	.wide #bodyContent {padding-top:25px;}
	.wide #copyWrap {width:860px;background:url(/_images/interactive-bg-bottom.png) no-repeat bottom; margin-left:20px; margin-right:20px; overflow:hidden; padding-bottom:20px;}
	.wide #copy {width:860px;background:url(/_images/interactive-bg-top.png) no-repeat; float:none; padding:5px 0px 0px 0px; }
	.wide #copyContent {background:url(/_images/interactive-bg-content.png) repeat-y; padding:5px 10px 5px 10px; width:840px;}
	.wide h1 {padding: 0px 10px;}
	.wide p.description {padding: 0px 10px;}
	.wide p.instructions {padding: 0px 10px; font-style:italic;}
	.wide #screen {width:840px; height:300px; position:relative;}
	.wide #sections {height:300px; width:780px; overflow:hidden; position:absolute; left:30px;}
	.wide #sections ul {margin:0px; padding: 0xp; height:300px; width:7020px; overflow:hidden; background:url(/_images/timeline-bg.gif) repeat-x 0px 120px;}
	.wide li.timelineSeg {width:780px;float:left; height:300px; display:block; list-style-type:none; padding:0px; margin:0px; background:none; float:left; position:absolute;}
	.wide li.timelineSeg#segment2 {left:780px;}
	.wide li.timelineSeg#segment3 {left:1560px;}
	.wide li.timelineSeg#segment4 {left:2340px;}
	.wide li.timelineSeg#segment5 {left:3120px;}
	.wide li.timelineSeg#segment6 {left:3900px;}
	.wide li.timelineSeg#segment7 {left:4680px;}
	.wide li.timelineSeg#segment8 {left:5460px;}
	.wide li.timelineSeg#segment9 {left:6240px;}
	.wide a#leftNav {display:block;width:30px; height:300px; position:absolute; left:0px; background:url(/_images/timeline-nav-left.gif) no-repeat 0px 110px;}
	.wide a#rightNav {display:block;width:30px; height:300px; position:absolute; left:810px; background:url(/_images/timeline-nav-right.gif) no-repeat 0px 110px;}
	.wide a#leftNav:hover {background:url(/_images/timeline-nav-left-hover.gif) no-repeat 0px 110px transparent;}
	.wide a#rightNav:hover {background:url(/_images/timeline-nav-right-hover.gif) no-repeat 0px 110px transparent;}
	.wide .timelineSeg span {width:136px; display:block; height:200px; padding:10px;position:absolute; }
	.wide .timelineSeg span.timelineImg p {font-style:italic; font-size:.85em; }
	.wide .timelineSeg span em.caption {font-style:italic; font-size:.85em; }
	.wide .timelineSeg span#event1-1 {top:30px; left:0px;}
	.wide .timelineSeg span#event1-2 {top:30px; left:156px;}
	.wide .timelineSeg span#event1-3 {top:30px; left:312px;}
	.wide .timelineSeg span#event1-4.timelineImg {width:236px; height:196px; position:absolute; top:100px; left:480px;}
	.wide .timelineSeg span#event2-1 {width:116px;top:80px; left:0px;}
	.wide .timelineSeg span#event2-2 {width:116px;top:80px; left:136px;}
	.wide .timelineSeg span#event2-3 {width:116px;top:0px; left:272px;}
	.wide .timelineSeg span#event2-4 {width:116px;top:0px; left:408px;}
	.wide .timelineSeg span#event2-5 {width:216px;top:20px; left:544px; height:256px;}
	.wide .timelineSeg span#event2-5 img {float:left; padding-right:5px;}
	.wide .timelineSeg span#event2-5 em {font-style:italic; font-size:.85em; }
	.wide .timelineSeg span#event3-1 {width:320px;top:0px; left:0px;}
	.wide .timelineSeg span#event3-1 img {float:left; padding-right:5px;}
	.wide .timelineSeg span#event3-2 {width:116px;top:50px; left:340px;}
	.wide .timelineSeg span#event3-3 {width:116px;top:50px; left:476px;}
	.wide .timelineSeg span#event3-4 {width:116px;top:50px; left:612px;}
	.wide .timelineSeg span#event4-1 {width:292px;top:0px; left:0px;}
	.wide .timelineSeg span#event4-2 {width:292px;top:130px; left:0px;}
	.wide .timelineSeg span#event4-3 {top:0px; left:332px; width:380px;}
	.wide .timelineSeg span#event4-3 img {float:right; padding-right:5px; height:300px;}
	.wide .timelineSeg span#event5-1 {width:136px;top:0px; left:0px;}
	.wide .timelineSeg span#event5-1 {top:80px; left:0px; width:126px;}
	.wide .timelineSeg span#event5-2 {width:302px;top:0px; left:146px; height:256px;}
	.wide .timelineSeg span#event5-3 {top:40px; left:468px;}
	.wide .timelineSeg span#event5-4 {top:40px; left:624px;}
	.wide .timelineSeg span#event6-1 {top:80px; left:0px; width:126px;}
	.wide .timelineSeg span#event6-2 {width:302px;top:0px; left:146px; height:256px;}
	.wide .timelineSeg span#event6-3 {width:292px;top:0px; left:468px; height:256px;}
	.wide .timelineSeg span#event6-3 img {float:left; padding-right:5px;}
	.wide .timelineSeg span#event7-1 {top:40px; left:0px;}
	.wide .timelineSeg span#event7-2 {width:292px;top:0px; left:156px; height:256px;}
	.wide .timelineSeg span#event7-2 img {float:left; padding-right:5px;}
	.wide .timelineSeg span#event7-3 {top:40px; left:468px;}
	.wide .timelineSeg span#event7-4 {top:40px; left:624px;}
	.wide .timelineSeg span#event8-1 {width:292px;top:0px; left:0px; height:300px;}
	.wide .timelineSeg span#event8-2 {top:30px; left:312px; width:292px; height:250px;}
	.wide .timelineSeg span#event8-2 img {float:right; padding-right:5px;}
	.wide .timelineSeg span#event8-3 {top:0px; left:624px; height:300px;}
	.wide .timelineSeg span#event9-1 {top:70px; left:0px;}
	.wide .timelineSeg span#event9-2 {top:0px; left:156px; width:292px; height:300px;}
	.wide .timelineSeg span#event9-3 {top:0px; left:468px; height:300px;width:292px;}
	.wide .schematic {background:url(/_images/schematic_840x384px.jpg) no-repeat; width:840px; height:384px; position:relative;}
	.tt-contentsContainer {display:none;position:absolute; z-index:50000; top:20px; left:20px; width:150px; padding:10px; background:#e5e5e5; text-align:right; border:1px solid #3a4e50; text-align:left;}
	.right .tt-contentsContainer {display:none;position:absolute; z-index:50000; left:-170px; width:150px;  }
	.wide .tt-trigger a {display:block; padding:4px 5px;background-color:#a34317;color:#fff;text-decoration:none;font-size:1em;}
	.tt-contents {text-align:left;}
	.wide .toolTipContainer {position:absolute;}
	.wide .hotspot-1-container {left:94px; top:104px; z-index:0;}
	.wide .hotspot-2-container {left:47px; top:136px; z-index:0;}
	.wide .hotspot-3-container {left:13px; top:136px; z-index:0;}
	.wide .hotspot-4-container {left:89px; top:265px; z-index:0;}
	.wide .hotspot-5-container {left:196px; top:265px; z-index:0;}
	.wide .hotspot-6-container {left:255px; top:265px; z-index:0;}
	.wide .hotspot-7-container {left:275px; top:219px; z-index:0;}
	.wide .hotspot-8-container {left:486px; top:265px; z-index:0;}
	.wide .hotspot-9-container {left:433px; top:195px; z-index:0;}
	.wide .hotspot-10-container {left:448px; top:127px; z-index:0;}
	.wide .hotspot-11-container {left:444px; top:83px; z-index:0;}
	.wide .hotspot-12-container {left:349px; top:57px; z-index:0;}
	.wide .hotspot-13-container {left:102px; top:48px; z-index:0;}
	.wide .hotspot-14-container {left:279px; top:80px; z-index:0;}
	.wide .hotspot-15-container {left:788px; top:196px; z-index:0;}
	.wide .hotspot-16-container {left:743px; top:121px; z-index:0;}
	.wide .hotspot-17-container {left:675px; top:213px; z-index:0;}
	.wide .titleBar {width:840px; overflow:hidden; clear:both;}
	.wide .titleBar .twoColumn1 {padding-right:20px; width:530px;}
	.wide .titleBar .twoColumn2 {width:290px;}
	.wide .overviewNotes {width:840px;overflow:hidden; clear:both; padding-top:20px;}
	.wide .overviewNotes .twoColumn1 {padding-right:20px; width:530px;}
	.wide .overviewNotes .twoColumn2 {width:290px;}
	.wide #audioPlayer {padding-left:auto; padding-right:auto; padding-bottom:10px; text-align:center; width:170px; clear:both; overflow:hidden; margin-left:20px;}
	

/*******************************Formatting************************************/
/*************** FORMATTING ******************************************************************************************/	

#copyContent .copyCol .startStrong {font-size:1.6em; font-weight:bold; font-family:"Times New Roman", Times, serif; color:#cc7b16; line-height:1em;}

#supplimental h1, 
.copyCol h1 {
}
#supplimental  h1 strong, 
.copyCol h1 strong, 
#supplimental  h1 em, 
.copyCol h1 em {
	font-size:1em;
	margin:0px; 
	border-bottom:none;
	clear:both;
}
#supplimental  h2, 
.copyCol h2 {
}
#supplimental  h2 strong, 
#supplimental  h2 em,
.copyCol h2 strong, 
.copyCol h2 em {
	font-size:1em;
	margin:0px; 
	border-bottom:none;
	clear:both;
}
#supplimental h3, 
.copyCol h3 {
}
#supplimental h3 strong, 
#supplimental h3 em,
.copyCol h3 strong, 
.copyCol h3 em {
	font-size:1em;
	margin:0px; 
	border-bottom:none;
	clear:both;
}
#supplimental h4, 
.copyCol h4 {
}
#supplimental h4 strong, 
#supplimental h4 em,
.copyCol h4 strong, 
.copyCol h4 em {
	font-size:1em;
	margin:0px; 
	border-bottom:none;
	clear:both;
}
#supplimental h5,
.copyCol h5 {
}
#supplimental h5 strong, 
#supplimental h5 em,
.copyCol h5 strong, 
.copyCol h5 em {
	font-size:1em;
	margin:0px; 
	border-bottom:none;
	clear:both;
}
#supplimental h6,
.copyCol h6 {
}
#supplimental h6 strong, 
#supplimental h6 em,
.copyCol h6 strong, 
.copyCol h6 em {
	font-size:1em;
	margin:0px; 
	border-bottom:none;
	clear:both;
}
#supplimental em,
.copyCol em {
	font-style:italic;
}
#supplimental strong,
.copyCol strong {
	font-weight:bold;
}
#supplimental blockquote,
.copyCol blockquote {
	margin-left:20px;
}
#supplimental cite,
.copyCol cite {
	margin-left:30px;
	margin-right:30px;
	border:1px solid #ababab;
	padding:6px;
	text-align:justify;
	font-style:italic;
	display:block;
}
#supplimental ul,
.copyCol ul {
	padding:0px 0px 20px 0px; 
}
#supplimental ul ul,
.copyCol ul ul {
	padding:0px 0px 0px 20px; 
}
#supplimental ul li,
.copyCol ul li {
	list-style:none; padding:3px 0px 3px 15px; background:url(/_images/bullets.gif) no-repeat 0px 6px;
}
#supplimental ol,
.copyCol ol {
	padding:0px 0px 20px 20px; 
}
#supplimental ol ol,
.copyCol ol ol {
	padding:0px 0px 0px 20px; 
}
#supplimental ol li,
.copyCol ol li {
	list-style:outside;
	padding:.5em 0px;
	list-style-type:decimal;
}
#supplimental ol li li,
.copyCol ol li li {
	list-style-type:upper-alpha;
}
#supplimental ol li li li,
.copyCol ol li li li {
	list-style-type:decimal;
}
#supplimental ol li li li li,
.copyCol ol li li li li {
	list-style-type:lower-alpha;
}
#supplimental table,
.copyCol table {
	margin:0px 0px 20px 0px; 
	width:100%;
}
#supplimental table td,
.copyCol table td {
	border-collapse:collapse;
	border-bottom:1px solid #ccc;
}
