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

body {
	background: url("../images/bg/brand_bg.gif") scroll left top #000;
	font-family: Univers, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #FFF;
}

#container {
	background: url("../images/bg/headers/retroBanner.png") no-repeat scroll right top transparent;
    margin: auto;
	width: 100%;
}

a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #000;
}

/******************************************************/
/* Intro - located at the top of the document         */
/*   contains the h1 and h2 elements along with the   */
/*   quick summary and preamble                       */
/******************************************************/

#pageHeader {
	margin: 0 auto;
	padding:0;
	width: 80%;
	display:block;
	height:115px;
}

#pageHeader h1 {
	background-image: url(../images/bg/headers/ntLogo.png);
	background-repeat: no-repeat;
	background-position:left;
	height: 100px;
	width: 115px;
	margin: 0px 0px 0px 3px;
	float:left;
}

#pageHeader h1 a{
	display: block;
	width: 118px;
	padding: 94px 0 0;
	margin: 0 10px 0 -3px;
	font-size:13px;
	letter-spacing: 1px;
	
}

#pageHeader h1 a:link, #pageHeader h1 a:visited {
	color: #FFF;
	text-decoration: none;
	opacity:1;
}

#pageHeader h1 a:hover {
	opacity:0;
}

#pageHeader h1:hover{
	background-image: url("../images/bg/headers/ntLogo_invert.png");
}

#pageHeader p{
	margin: 0 26px 0 0;
	padding: 0;
	float: right;
	font-size:10px;
	height: 55px;
}

#pageHeader h2 {
    margin: 46px 0 0 31px;
	padding: 0;
	float: left;
}

/******************************************************/
/* Navigation Bar - found within Link List div        */
/*   created as a drop-down fly-out menu for the      */
/*   top of the page, just below h1                   */
/******************************************************/

#headerRight {
	float: right;
	margin: 0;
	padding: 0;
}

#headerRight ul {
	padding: 0;
	margin: 0;
}

#headerRight ul li {
	font-size:11px;
	display: block;
	margin: 10px 8px;
	float: left;
	letter-spacing: .5px
}

#headerRight ul li a {
	display:block;
	padding: 1px 5px;
}

#headerRight ul li a:hover{
	background-color:#FFF;
}

/* Lists/Links - Controls the drop-down fly-out menu  */
/******************************************************/

#headerRight ul li ul {
	margin: 10px 0 0 5px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #424242;
	position: relative;
	top: 0;
	list-style: none;
	padding: 0;
	width: 160px;
}

/* Menu Visibilty - What's shown when [action] occurs */
/******************************************************/

#headerRight ul li ul, /* hide the entire drop down list */ 
#headerRight ul li ul:hover > li ul /* hide the fly-out links when hovering over the div (h3) */ {
	visibility: hidden;
}

#headerRight ul li:hover > ul, /* show the drop-down list when hovering over the div (h3) */
#headerRight ul li ul li:hover > ul /* show the fly-out menu when hovering over a list element */ {
	visibility: visible;
}

/*********************************/
/* Navigation 2                  */
/*********************************/

#navigation2 {
	background-color: #111;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#navigation2 ul {
	margin: 0 auto;
	padding: 0 0 0 20px;
	width:80%;
	cursor:pointer;
}

#navigation2 ul li {
	margin: 0 20px 0 0;
	padding: 5px 5px 0;
	overflow:hidden;
	float: left;
	font-size:16px;
	color:#FFF;
}

#navigation2 ul li:hover {
	color:#000;
}

#navigation2 ul li a {
	color: #FFF;
	margin: -7px 0 0 -5px;
	padding:7px 5px 0;
}

#navigation2 ul li a:hover{
	color: #000;
	background-color: #FFF;
}

#navigation2 ul li ul {
	margin: 0 0 0 -5px;
	padding: 0;
	width: 180px;
	position:absolute;
	list-style:none;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-top:1px solid #FFF;
}

#navigation2 ul li ul li{
	background-color:#000;
	color:#FFF;
	width:170px;
	border-bottom:1px solid #FFF;
	border-top:1px solid #000;
}

#navigation2 ul li ul li a {
	display:block;
	margin:-7px 0 0 -5px;
	padding:7px 5px 0;
	color:#FFF;
	width: 168px;
}

#navigation2 ul li ul li:hover {
	background-color: #FFF;
}

#navigation2 ul li ul li a:hover {
	color: #000;
	border: 1px solid #000;
}

#navigation2 ul li ul, /* hide the entire drop down list */ 
#navigation2 li ul li:hover > ul li .c /* hide the fly-out links when hovering over the div (h3) */ {
	visibility: hidden;
}

#navigation2 ul li:hover > ul, /* show the drop-down list when hovering over the div (h3) */
#navigation2 div ul li:hover > .c /* show the fly-out menu when hovering over a list element */ {
	visibility: visible;
}

#navigation2 h2 {
	font-size:16px;
	margin: 3px 0 2px;
	padding: 0;
	text-align:center;
}

/*********************************/
/* Content                       */
/*********************************/

#content-bg {
	width:100%;
	float: left;
}
#content{
	background: url("../images/bg/content_bg.png") scroll left top;
	width: 80%;
	margin:0 auto;
}

#leftColumn{
	display: inline-block;
	margin: 0 0 0 25px;
	padding: 0;
}

#rightColumn{
	display: inline-block;
	margin: 0 0 0 25px;
	padding: 0;
}

#third{
	display: inline-block;
	margin: 0 0 0 25px;
	padding: 0;
}
#third ul{
	display:inline-block;
}

#content h2{
	display: inline-block;
	margin: 0;
	padding: 10px 0 0;
}

#content h3 {
	font-size: 18px;
	margin:0;
	padding: 25px 35px 0;
}

#content h4 {
	font-size: 12px;
	margin:0;
	padding:0 35px;
	font-weight: normal;
}

#content p {
	font-size:14px;
	padding:15px 35px 0;
}

#content ul {
	margin: 0;
	padding: 10px 0 0;
	text-align:center;
}

#content ul li {
	margin: 0 15px 0;
	padding: 0;
	overflow:visible;
	font-size:16px;
	color:#FFF;
	background-color:#222;
	display:inline-block;
}

#content ul li:hover {
	color:#000;
}

#content ul li a {
	color: #FFF;
	margin: 0;
	padding:0;
}

#content ul li a img {
	padding:0;
}

#content ul li a:hover{
	color: #000;
	background-color: #FFF;
}

#imageRight{
	float: right;
}

/*.imageThumb img{
	width:100px;
}*/

.DT {
	width:104px;
	height:134px;
}

.widePic{
	width:173px;
	height:130px;
}

.tallPic{
	width:98px;
	height:134px;
}

.photo{
	width: 100px;
	height:100px;
}

iframe{
	display:block;
	margin:0 auto;
	padding:25px;
	width:640px;
	height:360px;
	border:none;
}
#content img{
	display:block;
	margin:0 auto;
	padding:0;
	cursor:pointer;
}

.homeImg{
	border: 5px ridge #FFF;
}

.homeImg:hover{
	border: 5px groove #FFF;
}

#content object{
	display:block;
	margin:0 auto;
	padding:0;
	border:none;
	cursor:pointer;
}

#missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
}
#missing a {
	height: 63px;
	position: relative;
	top: -31px;
}
#missing img {
	border-width: 0px;
}
#unityPlayer {
	margin: 0 auto;
	cursor: default;
	height: 600px;
	width: 800px;
}

#flashContent{
	text-align:center;
}

/*********************************/
/* Description                   */
/*********************************/

#description {
	background-color:#080808;
	width: 90%;
	margin:0 auto;
	padding: 20px 25px;
}

#description h3 {
	font-size: 18px;
	margin:0;
	padding:0;
}

#description h4 {
	font-size: 12px;
	margin:0;
	padding:0;
	font-weight: normal;
}

#description p {
	font-size:14px;
}

#copyrights{
	font-size:12px;
	margin: 30px auto 10px;
	width: 960px;
	text-align:center;
	color: #AAA;
}