/* CSS Document */

/******************* Drop Down Menu *******************/
/* Add a margin - and a relative position with a high z-index to make it appear over any element below */
#menu_container {
			background: transparent;
			position: relative;
			margin-top:8px;
			width: 600px;
			z-index: 100;
			clear: both;
			}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {
			display: block;
			width: 100px;
			margin: 0px 0px 0px 20px;
			font-size: 11px;
			height: 25px;
			line-height: 24px;
			text-decoration: none;
			text-indent: 5px;
			border: 0px solid #000;
			border-width: 0px 0px 0px 0px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px; background:#ebebdf; width:130px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; margin-top:0;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li.hov:hover > a {background:#C2BDA9; color:#c00;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {
			display:block;
			position:absolute;
			top:-16px;
			left:80px;
			padding:15px 30px 30px 30px;
			background:transparent url('/images/transparent.gif');
			width:120px;
			}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:8px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; color:#c00;}
* html #pmenu li a:hover .hov { color:#c00;}
/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:transparent; color:#c00;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:none url(/images/fly.gif) no-repeat right center;}
#pmenu li.drop {background:none url(/images/drop.gif) no-repeat right center;}
#pmenu li.drop2 {background:none url(/images/drop.gif) no-repeat right center; margin-left:18px;}
#pmenu li.drop3 {background:none url(/images/drop.gif) no-repeat right center; margin-left:11px;}

/*** This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear ***/

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:75px; padding:10px 30px 30px 30px; background:transparent url(/images/transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-47px; top:15px; lef\t:-47px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */
/*** End Drop Down Menu ***/

/* Layout */
body			{
			background: transparent url('/img/course_backgrounds.jpg') top left repeat-y;
			background-attachment: fixed;
			text-align: center;
			}

p, ul, table			{
			line-height: 1.2;
			font-family: "Humanist 521 BT", "tahoma", "arial";
			font-size:13px;
			color:#000000;
			margin-left:10px;
			margin-right:10px;
			margin-top:0px;
			text-align: left;
			}

/* Divs */

#container	{
			position: relative;
			margin: 0 auto;
			padding: 0;
			text-align: left;
			width: 825px;
			}

#header		{
			position: relative;
			width: 825px;
			height: 186px;
			margin-bottom: 0px;
			margin-top: -5px;
			padding: 0;
			float: left;
			z-index: 1;
			}
#banner		{
			position: absolute;
			z-index: 0;
			clear: both;
			}

#announcements	{
			background: transparent url('images/TAHyr3ContentBack.jpg') no-repeat top center;
			position: relative;
			width: 825px;
			padding: 0px 0 0 0;
			float: left;
			clear: both;
			}
/* Maps & People hover text */
#linktexthover {
			position: absolute;
			margin-top: -64px;
			z-index: 100;
			}
#linkmaps		{
			background: #ebebdf;
			border: 1px solid;
			font-weight: bold;
			margin-left: 120px;
			padding: 1px;
			float: left;
			visibility: hidden;
			}
#linkpeople	{
			background: #ebebdf;
			border: 1px solid;
			font-weight: bold;
			margin-left: 180px;
			padding: 1px;
			float: left;
			visibility: hidden;
			}

/*** Content Div's ***/
#content		{
			background: transparent url('images/TAHyr3ContentBack.jpg') repeat-y;
			position: relative;
			width: 825px;
			min-height: 700px;
			float: left;
			padding-bottom: 20px;
			}
#date		{
			padding-bottom: 15px;
			}
#contentstuff	{
			background: url('images/TAHyr3ContentBack.jpg') repeat-y;
			padding: 10px 40px 20px 40px;
			}
#block		{
			clear: both;
			}
#quotes		{
			background: transparent url('images/quotes.gif') no-repeat top left;
			margin:0 30px 0 30px;
			padding:10px 0 0 0;
			}
#qcite		{
			background: none;
			margin-left: 50px;
			}
#quotes p		{
			margin-left: 55px;
			padding-right: 52px;
			background: transparent url('images/quotes2.gif') no-repeat bottom right;
			}
#quotes pre	{
			margin-left: 55px;
			padding-right: 52px;
			background: transparent url('images/quotes2.gif') no-repeat bottom right;
			}

#toolbox		{
			float: right;
			width: 220px;
			}

/*** iframe ***/
#iframenav	{
			position: relative;
			margin-top: 20px;
			}
a.iframenav		{
			margin:0 50px 0 50px;
			font-weight: bold;
			}
#iframe		{
			position: relative;
			margin-top: 10px;
			}
.frame		{
			width: 695px;
			height: 500px;
			margin-top: 10px;
			}

/*** Content Bar ***/
#contentbar	{
			position: relative;
			height: 39px;
			padding-left: 15px;
			}
a#lecture img	{
			background: transparent url('images/ContentBar/Lecture.gif') no-repeat;
			width: 149px;
			height: 39px;
			}
a#lecture:hover img {
			background: transparent url('images/ContentBar/LectureOn.gif') no-repeat;
			width: 149px;
			height: 39px;
			}
a#maps img	{
			background: transparent url('images/ContentBar/Maps.gif') no-repeat;
			width: 105px;
			height: 39px;
			}
a#maps:hover img {
			background: transparent url('images/ContentBar/MapsOn.gif') no-repeat;
			width: 105px;
			height: 39px;
			}
a#tribal img	{
			background: transparent url('images/ContentBar/Tribal.gif') no-repeat;
			width: 242px;
			height: 39px;
			}
a#tribal:hover img {
			background: transparent url('images/ContentBar/TribalOn.gif') no-repeat;
			width: 242px;
			height: 39px;
			}
a#people img	{
			background: transparent url('images/ContentBar/People.gif') no-repeat;
			width: 116px;
			height: 39px;
			}
a#people:hover img {
			background: transparent url('images/ContentBar/PeopleOn.gif') no-repeat;
			width: 116px;
			height: 39px;
			}
a#research img	{
			background: transparent url('images/ContentBar/Research.gif') no-repeat;
			width: 168px;
			height: 39px;
			}
a#research:hover img {
			background: transparent url('images/ContentBar/ResearchOn.gif') no-repeat;
			width: 168px;
			height: 39px;
			}

/*** Tribal Perspectives ***/
#interviews	{
			clear: both;
			border-top: 1px solid #666666;
			padding-top: 5px;
			}
#interviews .img {
			border: none;
			float: left;
			width: 100px;
			}


/*** Images ***/
#imgleft		{
			float: left;
			}
#imgleft img	{
			border: 1px solid;
			padding: 3px;
			margin: 5px 10px 0 10px;
			}
#imgleft p	{
			margin-left: 13px;
			}
#imgright		{
			float: right;
			}
#imgright img	{
			border: 1px solid;
			padding: 3px;
			margin: 5px 5px 0 10px;
			}
#imgright p	{
			margin-left: 13px;
			}
.img			{
			border: 1px solid;
			padding: 3px;
			margin: 0 5px 0 5px;
			}
.picborder	{
			border: 1px solid;
			padding: 3px;
			}
/*** Icons ***/
#printable	{
			background: transparent url('images/printerIcon.png') no-repeat top left;
			padding: 0 0 0 10px;
			margin-left: 20px;
			}
#return_top	{
			background: transparent url('images/uparrow.png') no-repeat top left;
			padding: 0 0 0 10px;
			margin-left: 20px;
			}
#window_close	{
			background: transparent url('images/icon-close.png') no-repeat top left;
			text-align: left;
			padding: 0 0 0 10px;
			margin: 10px 0 0 20px;
			}
#transcripts	{
			float: right;
			margin: 0 0 30px 10px;
			border-left: 1px solid #666666;
			border-bottom: 1px solid #666666;
			padding-bottom: 10px;
			z-index: -1;
			}

/*** Lecture WMV ***/
#teacher		{
			position: relative;
			float: left;
			width: 210px;
			margin-left:100px;
			}
#compass		{
			position: relative;
			width: 410px;
			min-height: 80px;
			margin-left: 320px;
			}
#compass p	{
			padding-top: 20px;
			}
.compass		{
			border: none;
			padding: 0 20px 0 20px;
			}

/* Misc stuff I didn't write */
#unitnav		{
			position: relative;
			top:0px;
			width:825px;
			border-bottom:medium;
			border-bottom-style:outset;
			border-bottom-color:#666666;
			z-index: 1;
			}

#nav	{position: relative;
		top: -10px;
		width: 780px;
		border-bottom:medium;
		border-bottom-style:outset;
		border-bottom-color:#333333;
		}


/* Text */

.t	{font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:13px;
		color:#000000;
		margin-left:10px;
		margin-right:10px;
		margin-top:0px;
		}
.ti	{font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:13px;
		color:#000000;
		margin-left:10px;
		margin-right:10px;
		text-indent: 20px;
		margin-top:0px;
		}
.medium {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size: 15px;
		font-weight: bold;
		color:#000000;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		}		
.mediumr {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size: 15px;
		font-weight: bold;
		color: #410103;
		margin-left: 0;
		margin-right: 35px;
		margin-top: 5px;
		}		
.title {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size: 18px;
		font-weight: bold;
		color: #410103;
		margin-left: 0;
		margin-right: 35px;
		margin-top: 5px;
		}
.titleb {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		margin-left: 0;
		margin-right: 35px;
		margin-top: 5px;
		}

p.week {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size: 18px;
		font-weight: bold;
		color: #410103;
		margin: 0 35px 0 0;
		}
		
span.date {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #333333;
		font-size: 14px;
		font-weight: bold;
		margin-left: 0;
}

span.tg {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #666666;
		font-size: 13px;
		font-weight: bold;
}

.caption {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:11px;
		color:#410103;
		line-height: 1.1;
		margin-left:0px;
		margin-right:0px;
		text-indent:0px;
		margin-top:0px;
		}
.wmvtime {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:11px;
		color: #333333;
		line-height: 1.1;
		margin-left:10px;
		margin-right:0px;
		text-indent:0px;
		margin-top:0px;
		}

.credit {font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:11px;
		color:#410103;
		margin-left:0px;
		margin-right:0px;
		text-indent:0px;
		margin-top:0px;
		text-align:right;
		
		}
		
ol	{font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:13px;
		color:#000000;
		margin-left:50px;
		margin-right:10px;
		margin-top:0px;
		}
ul	{font-family: "Humanist 521 BT", "tahoma", "arial";
		font-size:13px;
		color:#000000;
		margin-left:50px;
		margin-right:10px;
		margin-top:0px;
		}
li	{margin-top: 5px;}
		
a {font-family: "Humanist 521 BT", "tahoma", "arial";
	color: #410103;
	}
a.link {font-family: "Humanist 521 BT", "tahoma", "arial";
		color:#0000FF;
		}
		
a.link:hover {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #000000;
		}
	
a.link:visited {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #330099;
		}	
		
a.link.active {font-family: "Humanist 521 BT", "tahoma", "arial";
		color: #000000;
		}
	

#main_menu img {
    border: 1px solid #999;
}
#unit_overview {
	font-size: 100%;
	text-align: center;
	width: 95%;
}

#footer {
    background: url(/ttcourse/Year3/images/footer.png) no-repeat left bottom;
    clear: both;
    font: 11px Tahoma, Arial, sans-serif;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    width: 825px;
}


