@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
}
a {
	border:none;
	font-family: "BlairMdITC TT-Medium", Geneva, Arial, sans-serif;
	font-size: 12px;
	outline: none;
}
a:link {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #F90;
}
#MyHeader {
	width: 100%;
	border: 0px;
	border-top: 0px;
	border-bottom: 1px solid #222;
	margin-top: 8px;
	height: 40px;
}
#SpaceHeader {
	text-align: center;
	vertical-align: bottom;
	height: 64px;
	border-bottom: 1px dotted #999999;
}
#SpaceFooter {
	border-top: 1px dotted #999999;
}
#introstage {
	background-color: #000000;
	margin-top: 16px;
	margin-bottom: 16px;
}
#stage {
	background-color: #333333;
	position: relative;
	border: 0;
	margin-top:16px;
}
#thumbstage {
	/*background-color: #333333;*/
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	position: relative;
	margin: 0 auto;
	height:540px;
	width: 90%;
	display: table;
}
#wrapper {
	width:96%;
	/*background:#b0b0b0;*/
	margin:50px auto;
	height: 400px;
	display: table-cell;
	vertical-align: middle;
}
#thumbnav {
	margin-top: 0px;
	border-bottom:1px solid #000000; /* which is background, hence invisible, but it avoids the jumping item */
}
#thumbnav a {
	border-bottom:1px solid #000000; /* which is background, hence invisible, but it avoids the jumping item */
}
#thumbnav a:hover {
	border: 0.2em;
	border-bottom: 1px dotted #666666;
	border-bottom-width: 80%;
}
#nav{
	margin-top: 1px;
	margin-bottom: 1px;
}
#nav a {
	border-bottom:1px solid #000000; /* which is background, hence invisible, but it avoids the jumping item */
}
#nav a:hover {
	border-bottom: 1px dotted #666666;
}
#nav a:active, #nav a.selected {
	border-bottom: 1px solid orange;
}
.dotted {
	border-top: 1px solid #222 !important;
	width: 100%;
}
.smallprint {
	font-size: 10px;
}
#container #sidebar {
	float: left;
	height: 650px;
	width: 60px;
	line-height:1.5em;
	background-image: url(resources/thHandSpine.jpg);
	background-repeat: no-repeat;
	background-position: 5px 80px;
}
#container #sidebar #sidenav li {
	list-style-type: none;
	text-align: left;
}
#container #sidebar #sidenav a {
	font-family: "BlairMdITC TT-Medium", Geneva, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;

}
#container #sidebar #sidenav a:active, #container #sidebar #sidenav .selected {
	color:#F90;
	/* border-bottom:0px dotted #F90; */
}

#container #sidebar #sidenav ul li a:hover { 
	background-color: #222;
	color: #FF9900;
}
#centermenu {
	margin:0 auto;
	/*display: none;*/
	/*vertical-align: bottom;*/
	/*height: 14px;*/
	/*width:96%;*/
	padding:0;
}
#centermenu  #centernav  li  {
	list-style-type: none;
	text-align: center;
	display:inline;
	padding:0 0.5em;
	font-size: 12px;
}
#centermenu  #centernav  a  {
	font-family: "BlairMdITC TT-Medium", Geneva, Arial, sans-serif;
	text-decoration: none;
	width:3em;
}
#centermenu  #centernav a:active, #centermenu  #centernav .selected {
	color:#F90;
	/* border-bottom:0px dotted #F90; */
}
#centermenu  #centernav  a:hover  { 
	background-color: #222;
	color: #FF9900;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footerT {
	/*margin-right: 60px;
	width: 90%;*/
}
