/* initial layout by Joseph Smith @ MTSD Aug 2008 */
/* modified by Suzanne Affinati 15 Aug 2008 */

/* Global Styles */

body {
	background: #333333 url(images/bg_body.png) repeat-y 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	}
	
a {
	color: #FF6600;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}


/* ID Styles */

#container {
/*	position: relative;*/
/*	top: 0;
	width: 1000px;
	margin: 0;
	padding: 0;*/
	}

#footer {
    position: absolute;
    bottom: 0;
	background-image: url(images/searchbox.png);
	}
	
#toppage {
	position: absolute;
	background: url(images/mtsd.png) no-repeat;
	width: 1000px;
	height: 192px;
	left: 0px;
	top: 0px;
	text-align: center;
	}
	
#topImage {
	position:absolute;
	background: url(images/schoollogo.jpg) no-repeat;
	width: 200px;
	height: 190px;
	z-index:3;
	top: 0px;
	left: 0px;
	}
		
#navmenu {
	position:absolute;
	width: 184px;
	height: 589px;
	background: url(images/bg_column_left.png) repeat-y;
	padding: 15px 0px 10px 16px;		/* clockwise from top (ie top, right, bottom, left) */
	left: 0px;
	top: 230px;
	z-index: 3;
	}
	
#navmenu a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fcf93c;
	line-height: 16px;
	letter-spacing: .1em;
	text-decoration: none;
	font-weight: bold;	
	display: block;
	padding: 8px 0px 10px 0px;
	}
	
#navmenu a:hover {
	background-image: url(images/bg_select_left.png);
	color: #191da2;
	margin-left: -16px;
	padding-left: 16px;
	}

#deptmenu {
	position: absolute;
	width: 200px;
	height: 913px;
	background: url(images/bg_column_rt.png) repeat-y;
	left: 800px;
	top: 230px;
	padding: 15px 0px 10px 0px;
	text-align: center;
	z-index: 3;
	}
#deptmenu a { 
	color: #191da2;	
	text-decoration: none;
	display: block;
	font-size: small;
	line-height: 30px;
	}

#deptmenu a:hover {
	background-image: url(images/bg_select_rt.png);
	color: #fcf93c;
	}
	
/*#deptmenuBox {
	position: relative;
	height: 150px;
	background: url(images/yellowjacket.png) no-repeat;
	margin: 20px;
	}	*/

#editregion {
	position:absolute;
	width:599px;
	min-height: 850px;
	z-index:3;
	left: 201px;
	top: 230px;
	border-top: #3366cc solid 4px;
	/* not sure what color you want for the editable area */
  	background-color: #c8d6f9;
	height: 377px;
	}

#searchBox {
	height: 80px;
	width: 599px;
	border-top: #3366cc solid 4px;
	border-bottom: #3366cc solid 4px;	
	left: 0px;
	text-align: center;
	padding-top: 30px;
	background-color: #c8d6f9; /*#FFFFCC;*/
	z-index: 3;
	top: 788px;
	}	

#jump_1, #jump_2, #jump_3 {
	position: absolute;
	top: 192px;
	width: 324px;
	height: 38px;
	line-height: 38px;
	background: #fcf93b;
	font-size: 12px;
	z-index: 100;
	padding: 0 5px 0 5px;
	}
#jump_1 { left: 0px; text-align: right; }
#jump_2 { left: 333px; text-align: center; }
#jump_3 { left: 666px; text-align: left; }
	
#jump_1 a, #jump_2 a, #jump_3 a { color: #0000CC; }
	
#jump_1 a:hover, #jump_2 a:hover, #jump_3 a:hover { color: #FF0000; }	

#footer {
	height: 100%;
	bottom: 0;
	background: url(images/searchbox.png);
	}
	
	
/* Class Styles */
	
.deptheader {
	font-size: 16px;
	color: black;
	font-weight: bold;
	}
