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


/* exterior layout structure */

td {
	width:900px;
	padding: 0;
	margin:0;
	background-image: url(../img/screen_repeat.png);
	background-repeat: repeat-y;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../img/laboratory.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-position: top center;
	padding-top: 70px;
	}

.container {
	width: 900px;
	}
	
.fadeContainer {
	width: 900px;
	}

	
#top_frame {
	width: 900px;
	text-align: center;
	height: 17px;
	background-image:url(../img/screen_top.png);
	background-repeat:no-repeat;
	}
		
#bottom_frame {
	clear: both;
	width: 900px;
	height: 20px;
	text-align: center;
	background-image:url(../img/screen_bottom.png);
	background-repeat:no-repeat;
	}		
		
	
		
/* interior column layout structures */

#center {
	width: 900px;
	/*background-color: #AFAFAF;;
	background-image:url(../img/gradient_white_trans.png);
	background-repeat: repeat-x;
	background-position: top;*/
	padding-top: 1em;
	}
	
#center .left {
	/*width: 20%;*/
	position: relative;
	float: left;
	}
	
#center .left p {
	margin-left: 20px;
	font-weight: bold;
	color: #336699;
	}	
	
#center .left img {
	/*width: 20%;*/
	margin-left: 20px;
	margin-bottom: 10px;
	}	
	
#center .left #sitemap {
	/*width: 20%;*/
	margin-left: 20px;
	margin-bottom: 10px;
	}	
	
#center .right {	
	/*width: 80%;*/
	position: relative;
	float: left;
}
		
/* typography */
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 15px 0;
	}
	
	
p a {
	color: #336699;
	text-decoration: underline;
	}	
	
p a:hover {
	color: #990066;
	text-decoration: underline;
	}	
	
.callout {
	color: #333;
	font-weight: bold;
	}

	
.growername {
	font-style: italic;
	margin-left: 20px;
	margin-bottom: 25px;
	}

h2 {
	color: #3265B1; 
	font-weight: bold; 
	font-size: 17px;
	line-height: 1.25em;
	margin: 10px 0 0 0;
	}
	
h3 {
	color: #3265B1; 
	font-weight: bold; 
	font-size: 15px;
	line-height: 1.25em;
	margin: 10px 0 0 0;
	}	
	
h3 a {
	color: #3265B1; 
	text-decoration: none;
	}
	
.legal {
	font-weight: bold;
	font-size: 11px;
	}
	
li {
	color: #666;
	font-size: 12px;
	}

.listleft ul {
	margin-top: 0;
	}

.listright ul {
	margin-top: 0;
	}
	
.listleft {
	display: block;
	float: left;
	width: 30%;
	}
	
.listright {
	display: block;
	float: left;
	width: 70%;
	}

.clearlist {
	display:block;
	clear: both;
	}
	

.more {
	background-image: url(../img/more_arrow.gif);
	background-repeat: no-repeat;
	background-position: inherit;
	margin: 0;
	padding-right: 12px;
	text-decoration: none;
	}
	
.more:hover {
	background-image: url(../img/more_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: inherit;
	margin: 0;
	padding-right: 12px;
	text-decoration: none;
	}	
	
.back {
	background-image: url(../img/back_arrow.gif);
	background-repeat: no-repeat;
	background-position: inherit;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
	}
	
.back:hover {
	background-image: url(../img/back_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: inherit;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
	}	
	
.top {
	background-image: url(../img/up_arrow.gif);
	background-repeat: no-repeat;
	background-position: inherit;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
	}
	
.top:hover {
	background-image: url(../img/up_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: inherit;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
	}	
	
/* navigation */	
/* side */

#navigation {
	background-image:url(../img/nav_background.png);
	width: 148px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 20px;
	}
	
#navigation a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 4px;
	}
	
#navigation ul {
	margin: 0;
	padding: 0;
	}

#navigation li {
	background-image:url(../img/nav_blue.png);
	background-position:top;
	background-repeat: no-repeat;
	width: 148px;
	height: 18px;
	display: block;
	list-style-type: none;
	margin-bottom: 10px;
	}	
	
#navigation li.on {
	background-image:url(../img/nav_magenta.png);
	background-position:top;
	background-repeat: no-repeat;
	width: 148px;
	height: 18px;
	display: block;
	list-style-type: none;
	margin-bottom: 10px;
	}	
	
#navigation li.multinav {
	background-image:url(../img/nav_blue.png);
	background-position:top;
	background-repeat: no-repeat;
	width: 148px;
	height: auto;
	display: block;
	list-style-type: none;
	}
	
#navigation li.multinavOn {
	background-image:url(../img/nav_magenta.png);
	background-position:top;
	background-repeat: no-repeat;
	width: 148px;
	height: auto;
	display: block;
	list-style-type: none;
	}		
	
#subnav {
	display: none;
	font-size: 12px;
	color: #333;
	padding-left: 20px;
	padding-top: 4px;
	height: auto;
	}
	
#subnav a.sub {
	text-decoration: none;
	color: #333;
	background-image: url(../img/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding-left: 10px;
	}	
	
#subnavOn {
	font-size: 12px;
	color: #333;
	padding-left: 20px;
	padding-top: 4px;
	height: auto;
	}	

	
#subnavOn a.sub {
	text-decoration: none;
	color: #333;
	background-image: url(../img/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding-left: 10px;
	}	
	
#subnavOn a.subOn {
	text-decoration: none;
	color: #990066;
	background-image: url(../img/bullet_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding-left: 10px;
	}		
	
/* bottom nav */	
#footerwrapper {
	width: 680px;
	border-top: 1px solid #FFF;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	display: block;
	clear: right;
	}

#footernav {
	padding-top: 10px;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	}
	
#footernav img {
	vertical-align: middle;
	}

	
#footernav a {
	text-decoration: none;
	color: #FFF;
	line-height:20px;
	padding: 0 6px 0 6px;
	}	
	
/*main box styles*/	
#top_flash {
	margin-left: 20px;
	margin-right: 20px;
	display: block;
}

#top_flash p {
	margin-left: 50px;
}

#top_flash a {
	font-weight: bold;
}


/* Show only to IE PC \*/
* html .boxhead h1 {height: 1%;} /* For IE 5 PC */
.clearBox {
	margin: 0 auto; /* center for now */
	width: 682px;
	clear: both;
	}
	
.mainbox {
	margin: 0 auto; /* center for now */
	width: 682px;
	font-size: 100%;
	clear: both;
	}
	


.boxhead {
	background-image: URL("../img/sbheadsr.png");
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-align: left;
	height: 53px;
	width: 682px;
	}

.boxhead h1 {
	margin: 0;
	padding: 30px 50px 5px;
	color: #3265B1; 
	font-weight: bold; 
	font-size: 19px; 
	line-height: 1em;
	height: 53px;
	}
	
.boxbody {
	margin: 0;
	padding: 10px 50px 31px;
	top: 53px;
	background-position: center;
	background-repeat: repeat-y;
	background-image: URL("../img/sbbody_repeat.png");
	}
	
.boxbody li {
	margin-top: 0;
	margin-bottom: 8px;
	list-style-type: square;
	line-height: 18px;
	}	
	
blockquote {
	line-height: 18px;
	font-style: italic;
	}
	
.boxfoot {	
	margin: 0;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: URL("../img/sbbodysr.gif");
	}
	
/* data page */
.hideLink {
	text-decoration: underline;
	cursor: pointer;
	}
	

.hideLink:hover {
	color: #990066;
	text-decoration: underline;
	cursor: pointer;
	}

.hider {
	padding: 8px 0px 8px 0px;
	}

.msg_body {
	
	}
	
/* maps page */

.mapwrappershort {
	background-image: URL("../img/nem_map_bg-short.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 300px;
	width: 682px;
	display: block;
	}
	
.mapwrappertall {
	background-image: URL("../img/nem_map_bg.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 330px;
	width: 682px;
	display: block;
	}	
	
.map {
	padding-left: 60px;
	padding-top: 14px;
	}
	
/* game page */	

#gamewrapper {
	background-color: #FFF;
	height: 470px;
	width: 410px;
	display: block;
	}
	
#game {
	position: inherit;
	padding: 5px;
	height: 460px;
	width: 400px;
	display: block;
	}	
	
.module p{	
	margin: 0 15px 0 0;
	padding: 10px;
	background-color: #FFF;
	font-size:14px;
	}

/*video lightbox styles*/
#videocontent {
	width: 500px;
	margin: 30px auto;
	padding: 20px 20px;
	background: #FFF;	
	border: 1px solid #3265b1;
	}
	
#videocontent p {
	color: #3265b1;
	font-size:14px;
	}
	
#videocontent h3 {
	color: #3265B1; 
	font-weight: bold; 
	font-size: 17px;
	line-height: 1.25em;
	margin: 10px 0 0 0;
	}	
	
#videocontent img {
	border: 1px solid #3265b1;
	}	
	
#videocontent p.legal {
	color: #666;
	font-size:11px;
	font-weight:normal;
	}	

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	width:100%;
	height:100%;
	z-index: 100;
}



img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -10px;
	height: 25px;
	width: 25px;
	background: url('../img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width:100%;
	height:100%;
	display: none;
}


#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}


div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #000;
	font-size: 16px;
	font-weight:bold;
	padding-bottom: 3px;
	white-space: nowrap;
}



	
		

	


	
