@charset "utf-8";
/* Tangible Learning - Secondary Pages - CSS Document */

/* Sliced Text Box background */

#textbox {
	background: none;
	position: relative;
	margin: -13px auto 0 35px;
	width: 642px;
	height: auto;
	padding: 0;
	overflow: hidden;
	z-index: 950
}

#textbox_top {
	background: url(../images/background/textbox_top.gif) no-repeat;
	position: relative;
	margin: 0;
	width: 642px;
	height: 18px;
	z-index: 50
}

#textbox_exp {
	background: url(../images/background/textbox_repeat.gif) repeat-y;
	position: relative;
	margin: 0;
	width: 642px;
	height: auto;
	z-index: 55;
}

#textbox_bottom {
	background: url(../images/background/textbox_bottom.gif) no-repeat;
	position: relative;
	margin: 0;
	width: 642px;
	height: 27px;
	z-index: 50
}

#textboxcontent {
	background: none;
	position: relative;
	margin: 0 auto 0 auto;
	width: 595px;
	height: 300px;
	min-height: 300px;
	height: auto !important;
	overflow: hidden;
	z-index: 900;
}

#textbox_spacer { /* Maintains Minimum page height (IE6 compliant) */
	float: left;
	width: 1px;
	height: 300px;
	margin: 0 -1px 0 auto
}


/* ---------- Tab Formatting ---------- */

#navtabs {
	background: none;
	position: relative;
	margin: 0 0 -29px 260px;
	width: 410px;
	height: 68px;
	overflow: hidden;
	padding: 0;
	z-index: 900
}

.tabnorm {
	background: none;
	position: relative;
	top: 0;
	width: 100px;
	height: 59px;
	overflow: hidden;
	float: left;
	margin: 0;
	color: #000000;
}

.tabtext {
	background: none;
	position: absolute;
	display: block;
	top: 15px;
	left: 3px;
	width: 94px;
	height: 25px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
} 

.tabtextdouble {
	background: none;
	position: absolute;
	display: block;
	top: 9px;
	left: 3px;
	width: 94px;
	height: 25px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
} 

.tabtext a {
	color: #000000;
	text-decoration: none;
}
		
.tabtext a:link {
	color: #000000;
	text-decoration: none;
}

.tabtext a:hover{
	color: #FFFFFF;
	top: 15px;
}

.tabtextdouble a {
	color: #000000;
	text-decoration: none;
}

.tabtextdouble a:link {
	color: #000000;
	text-decoration: none;
}

.tabtextdouble a:hover {
	color: #FFFFFF;
	text-decoration: none;
	top: 9px;
}

.tabtextcurrent {
	background: none;
	position: absolute;
	display: block;
	top: 15px;
	left: 3px;
	width: 94px;
	height: 25px;
	color: #FFFF99;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
} 

.tabtextdoublecurrent {
	background: none;
	position: absolute;
	display: block;
	top: 7px;
	left: 3px;
	width: 94px;
	height: 25px;
	color: #FFFF99;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
} 

.tabtextdoublecurrent a {
	color: #FFFF99;
	text-decoration: none;
}

.tabtextdoublecurrent a:link {
	color: #FFFF99;
	text-decoration: none;
}

.tabtextdoublecurrent a:hover {
	color: #FFFFFF;
	text-decoration: none;
	top: 9px;
}

.tabtextservice {
	background: none;
	position: absolute;
	display: block;
	top: 15px;
	left: 3px;
	width: 94px;
	height: 25px;
	color: #FFFF99;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
} 

.tabtextservice a {
	color: #FFFF99;
	text-decoration: none;
}
		
.tabtextservice a:link {
	color: #FFFF99;
	text-decoration: none;
}

.tabtextservice a:hover{
	color: #FFFFFF;
}




/* Text Treatments */

h1 {
	font-size: 18px;
	margin-bottom: 7px;
}

h2 {
	color: #FF0000;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 0;
}

h3 {
	color: #990000;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 0;
}

p {margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

a {
	cursor: pointer;
}

.reditalic {
	color: #FF0000;
	font-style: italic;
	font-size: 16px;
}

.italic {
	font-style: italic;
	font-size: 16px;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.smalltext {
	font-size: 15px;
}

.nopad {
	padding: 0;
	margin: 0;
}

.verttext {
	writing-mode: tb-rl;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	filter: flipv fliph;
}

td ol {
	margin-left: 0;
	padding-left: 25px;
	padding-bottom: 0;
	margin-bottom: 0;
}

td ul {
	margin-top: 5px;
	margin-left: 0;
	padding-left: 20px;
}

table {
	font-size: 11px;
}

td {
	vertical-align: top;
}


#smalldiagram {background: none;
	position: relative;
	margin: -100px 0 0 500px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	z-index: 10;
}





	


	
	
	
