  /* ================================================================ 
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/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* commom style for all browsers */

.mainmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:relative;
	height: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 500;
}

.mainmenu ul {
  padding: 0; 
  margin: 0; 
  list-style-type: none; /* for Firefox */
}

.mainmenu li {
  float: left;
  position: relative;
  width: 140px; 
	padding:6px 4px; 
	margin:0 2px; 
}

.mainmenu li a, .mainmenu li a:visited {
  display: block; 
  text-decoration: none;
  width: 100%; 
  float: left;
  color: white; 
  font-weight: bold; 
  text-align: center; 
}


* html .mainmenu li a, .mainmenu li a:visited {
  width: 100%; 
  w\idth: 100%; /* hack for IE5.5 */
}

.mainmenu li ul {
  visibility: hidden; 
  position: absolute;
  left: 0; 
  height: 0; 
}


/* first line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */

/* main menu level */
.mainmenu li:hover a,
.mainmenu li a:hover {
  text-decoration: none;
  border: 0;
}

.mainmenu li:hover ul,
.mainmenu li a:hover ul {
  visibility: visible; 
  height: auto; 
  left: 0; 
  top: 100%; 
}

.mainmenu li:hover ul li a,
.mainmenu li a:hover ul li a {
  display: block; 
  font-weight: bold; 
  text-decoration: none; 
  height: auto; 
}

* html .mainmenu li a:hover ul li a {
  width: 100%; 
  w\idth: 100%; /* hack for IE5.5 */
}

.mainmenu li:hover ul li ul,
.mainmenu li a:hover ul li a ul {
  visibility: hidden; 
  top: 0;
  left: 0; 
  height: 0; 
  overflow: hidden;
}

/* sub menu level */
.mainmenu li:hover ul li a:hover,
.mainmenu li a:hover ul li a:hover {
  text-decoration: none;
  color: black;   
}

.mainmenu li:hover ul li:hover ul,
.mainmenu li a:hover ul li a:hover ul {
  visibility: visible; 
  height: auto; 
} 

.mainmenu li:hover ul li:hover ul li a,
.mainmenu li a:hover ul li a:hover ul li a {
  display: block; 
  height: auto;
}

/* sub-sub menu level */
.mainmenu li:hover ul li:hover ul li:hover a,
.mainmenu li a:hover ul li a:hover ul li a:hover {
  text-decoration: none;
}


/**** my additions ***/

/*** add lines separating menu items ***/
.mainmenu li li {
	border-bottom: solid 1px #ccc;
  text-align: center;
  margin: 0;
}

/*** background colors for main menu items ***/
.mainmenu .home {
  background-color: #9f0a0e;
  background-image: url(/tcinc/images/corner.gif);
	background-repeat: no-repeat;
  margin-bottom: 4px
}
.mainmenu .about li {
  background-color: #a68a65;
}
.mainmenu .about {
  background-color: #a68a65;
  background-image: url(/tcinc/images/corner.gif);
	background-repeat: no-repeat;
  margin-bottom: 4px
}
.mainmenu .students li {
  background-color: #e58f2a;
}
.mainmenu .students {
  background-color: #e58f2a;
  background-image: url(/tcinc/images/corner.gif);
	background-repeat: no-repeat;
  margin-bottom: 4px
}
.mainmenu .partners li {
  background-color: #a0ab28;
}
.mainmenu .partners {
  background-color: #a0ab28;
  background-image: url(/tcinc/images/corner.gif);
	background-repeat: no-repeat;
  margin-bottom: 4px
}
.mainmenu .resources li {
  background-color: #9e9e9e;
}
.mainmenu .resources {
  background-color: #9e9e9e;
  background-image: url(/tcinc/images/corner.gif);
	background-repeat: no-repeat;
  margin-bottom: 4px
}

/* menu div */






.menu {
  margin-left: auto; 
  margin-right: auto; 
  width:766px;
  clear:left;
}

/* non-menu stuff */

.spacer{clear:left; height:4px}
a {
	text-decoration: none;
}

a:link {
	color: #990000;font-weight:bold;
}

a:visited {
	color: #990000;font-weight:bold;
}
a:hover {
	color: #669933;font-weight:bold;
}

h1 {
	
}




.top{margin-left: auto; margin-right: auto; width:758px; background-color:#e1dbb7;height:141px;margin-bottom:4px;}
.logo {float:left;}
.toptext{
	margin-left: 248px;
	
	background-image: url(/tcinc/images/toptext.jpg);
	padding:8px;
	border: solid 1px #d8a53b;
	position:relative; top: 12px;width:480px;
	
}
















.content {
  width: 758px;
  margin-left: auto; 
  margin-right: auto;  
  background-color: #e1dbb7;
  clear:left;
}

/*** new stuff copied from current tcinc_temp.css **/
.contentleft{
	float:left; width:230px;
	background-image: url(/tcinc/images/left.jpg);
}

.newstitle{
	width:214px;margin:  14px 5px 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8a439;
}
.newsbox{
	width:214px;
	height:300px;
	overflow: auto;
	padding: 3px;
	margin:0  5px 5px 5px;
	background-image: url(/tcinc/images/newsbg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d9a63d;
	border-right-color: #d9a63d;
	border-bottom-color: #d9a63d;
	border-left-color: #d9a63d;
}
.leftsched {padding:2px 0 0 6px ; font-weight:bold} 
.leftschedall a:link{font-weight: bold;
	font-size: 10px; color:white}
	.leftschedall a:visited{font-weight: bold;
	font-size: 10px; color:white}
	.leftschedall a:hover{font-weight: bold;
	font-size: 10px; color:#000}


.leftpart{
	background-color: #827a00;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	border-color: #b8b8b8;
	border-style: solid;
	border-width: 3px;
	margin:3px  5px;
	padding:4px 6px ;
}
.leftgstud{
	background-color: #9d0a0e;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	border-color: #b8b8b8;
	border-style: solid;
	border-width: 3px;
	margin:3px  5px;
	padding:4px 6px ;
}
.leftustud{
	background-color: #888;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	border-color: #b8b8b8;
	border-style: solid;
	border-width: 3px;
	margin:3px 5px;
	padding:4px 6px ;
}

.leftment{
	background-color: #ba8822;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	border-color: #b8b8b8;
	border-style: solid;
	border-width: 3px;
	margin:3px  5px;
	padding:4px 6px ;
}
.cmulogo{padding-bottom:6px}
.contentright{margin-left: 244px;margin-right:16px;margin-top:10px;margin-bottom:10px; padding-top:6px;}
.feature{
	 border: solid 1px #d8a53b;margin:6px 0;
	padding:6px;
	background-image: url(/tcinc/images/featurebg.jpg);height:130px; font-size:11px;
}
.feature img {float:left;border:solid 1px white;margin-right:8px;}

.fp {
	background-image: url(/tcinc/images/fpbg.jpg);
	background-repeat: no-repeat;
	padding: 2px;font-weight:bold;margin-bottom:2px;
}
.fpcont{border-bottom:solid 3px #bdbaba;font-weight:bold;margin-left:120px;}


.pt {
	background-image: url(/tcinc/images/ptbg.jpg);
	background-repeat: no-repeat;
	padding: 2px;font-weight:bold;margin-bottom:2px;
}
.ptcont{border-bottom:solid 3px #c5ce5b;font-weight:bold;margin-left:120px;}

.st {
	background-image: url(/tcinc/images/stbg.jpg);
	background-repeat: no-repeat;
	padding: 2px;font-weight:bold;margin-bottom:2px;
}
.stcont{border-bottom:solid 3px #e8b846;font-weight:bold;margin-left:120px;}




.smtitle{font-weight:bold;background-color:#E0E0E0;padding:3px 12px;}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.whitebg{
	background-color:white;
	padding:12px;
	margin-left:8px;
	margin-right:8px;
	border: solid 1px #d8a53b;
	position:relative;
	top:8px;
	background-image: url(/tcinc/images/bigcontent.jpg);
	list-style-position: inside;

}
.whitebg li {padding:5px 1}


.bd{font-weight:bold}.week {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8A693C;
	text-align: center;
	padding: 2px;
}
.sched td {border:solid 1px #bbb;}
.sched{background-image: url(/tcinc/images/bigcontent.jpg);}
.topsched{
	background-color: #C7BB78;
	text-align: center;
}
hr{
	color: #bbb;
	height: 1px;
	background-color: #bbb;border:0px;
}
.orangesched{
	background-color: #EBA856;
	font-weight:bold;
	background-image: url(/tcinc/images/bg.gif);
}
.nrweek{text-align:center; padding:2px;}

.emph{background-color: #e1dbb7; width:98%; margin-left:auto;margin-right:auto;padding:12px}
.dat{ text-align:center;padding-bottom:12px;}
.right{float:right;margin-left:12px}
.left{float:left;margin-right:12px}
.simplewhite{background-color:white;
	padding:12px;
	margin-left:8px;
	margin-right:8px;
	border: solid 1px #d8a53b;
	position:relative;
	top:8px;}
	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:white;
	
	margin-top: 6px;
}
.breakflow {
	clear: both;
}
.schedReport {
	color: #9D0A0E;
}
