html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}








* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 11px;
	line-height: 18px;
	font-family: Akkurat-Light, Verdana, Helvetica, Arial, sans-serif;
	height: 100%;
	width: 100%;
	background-color: black;
	color: white;
}
a:link {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0099CC;
	border:0px solid none;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}



a img {
	border: none;
}

a img:active, a:active img  {
	border: none;
}
p {
	margin: 0 0 9px 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 10px;
}
h4 {
	font-size: 11px;
}
#copy {
	position: fixed;
	color: #aaa;
	font-size: 9px;
	font-style: italic;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
	width: 100%;
}
.when{
	font-size: 9px;
	color: #0099CC;
	margin: 0px 2px;
	float: left;
	clear: both;
}
#menu {
	position: absolute;
	top: 110px;
	left: 20px;
	list-style: none;
	display: block;
	height: 22px;
	overflow: hidden;
}
#menu li{
	position: relative;
	display: block;
	top: -22px;
	float: left;
	clear: none;
	margin-right: 8px;
	height: 44px;
}



#menu li.active{
	top: 0px;
	border:0px solid none;
}

#menu li a {
	display:block;
	height: 44px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#menu li a:active {
	display:block;
	height: 44px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border:0px solid none;
}


#menu li a span,#menu ul li.active a span, #logo span, .newstitle span{
	overflow: hidden;
	display: block;
	height: 0;
}
.newstitle{
	height: 22px;
	background-repeat: no-repeat;
}
.newstitle{
	margin-bottom: 8px;
}

#media{
	display:none;
}

#logo{
	position: absolute;
	top: 20px;
	left: 20px;
	height: 68px;
	width: 544px;
	background-image: url('/_nav/logo-blue.gif');
	background-repeat: no-repeat;
}
.head {
	display: block;
	width: 916px;
	float: left;
	clear: both;
	height: 24px;
	overflow: hidden;
	background-repeat: no-repeat;
	margin-bottom:2px;
}
.head h2{
	display: block;
	height: 0px;
	overflow: hidden;
}
#content {
	position: absolute;
	top: 180px;
	left: 20px;
}
#content p {
	margin: 0px 0px 9px 0px;
}
.project-container {
	margin: 8px 0px 80px 0px;
	padding:0;
	display: block;
	
	float: left;
	clear: both;
	position: relative;
	//b/order-top: 2px solid #0099CC;

}
.text-container{
	padding-top: 0px;
	margin:0px;
	border-top: 0px solid white;
}
.project-container p {
	width: 533px;
	margin-top: 20px;
	padding: 0 0 12px 0;
}
.project-container a {
	position: relative;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	float: left;
	clear: none;
	background-color: black;
}
.project-container .caption {
	position: absolute;
	top: 492px;
	left: 0px;
	display: none;
}
.textunit{
	margin: 0px 0px 38px 0px;
}
.textunit p{
	margin: 4px 0px 0px 2px;
}
.image{
	display: inline-block;
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter: alpha(opacity=35);
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	background:#0099CC;
}
a:hover .image{
	
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
#once {
	clear: left;
}
#foot{
	position: relative;
	float: left;
	clear: both;
	bottom: 0px;
	height: 200px;
	width: 916px;
	margin: 0px 0px 0px 20px;
	border-bottom: 2px solid #0099CC;
}
#foot p{
	position: absolute;
	bottom: 0px;
}
a.thumb {
	cursor: pointer;
}






/* detail overlay */
#modal_window {
	position: absolute;
	z-index: 90;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

#modal_background {
	background-color: black;
	z-index: 91;
	position: absolute;
	opacity: .75;
	filter: alpha(opacity=75);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#modal_content 

	{border-top:2px solid #cdd4d9;
		position:relative; z-index:95; top:80px; margin:auto; opacity:1; filter:alpha(opacity=100); 
		color:white; font-size:10px; line-height:16px; width:80%; /*visibility:hidden;*/ }

#modal_content img {

}

#modal_content p {
	display:block;
	color:#cdd4d9;
	font:Helvetica, Arial, Verdana, sans-serif ;
	font-size:12px;
	text-transform:uppercase;
	float:left;
	clear:both;
	margin:6px 2px;
}

a#modal_prev{
	display:block;
	float:right;
	clear:none;
	background-image:url(/_nav/prev.gif);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	width:30px;
	height:30px;
	margin:10px 0px 0px 6px;
}

a#modal_prev:hover{
	background-position: 0px 0px
}


a#modal_next{
	float:right;
	clear:none;
	display:block;	
	background-image:url(/_nav/next.gif);
	background-position: 0px -30px;
	background-repeat: no-repeat;
	width:30px;
	height:30px;
	margin:10px 0px 0px 6px;
	
}
a#modal_next:hover{
	background-position: 0px 0px
}


#modal_title{
	margin:10px 0px 0px 0px;
	position:relative;
	height:24px;
	padding:0px;
	float:left;
	clear:both;
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#modal_text{
	float:left;
	clear:both;
	display:block;
}

#modal_title h2{
	display:block;
	height:0px;
	overflow:hidden;
}

#detail_loading {
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	z-index: 92;
	top: 50%;
	left: 50%;
	margin-top: -51px;
	margin-left: -51px;
}
#primary_detail_image {
	background: url('../images/loading_static.gif');
}
.detail_image_secondary {
	background: url('../images/loading_static.gif');
}
#x{
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -9px;
	left: -9px;
	background-image: url(/_nav/xy.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#x:hover{
	background-position: 0px -18px;
}

.ui-slider-handle { position: absolute; height: 10px; width: 10px; top: 0px; left: 0px; background:black;background-image:url(/_nav/handle.gif);background-repeat: no-repeat;  }

.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }

.ui-slider-1, #modal_content .ui-slider-1 { width: 100%; height: 10px; position: relative; background:black;background-image:url(/_nav/track.gif);background-position:0px -9px;cursor:pointer;} 
.ui-slider-2 { width: 200px; height: 10px; position: relative;cursor:pointer;}





#modal_content .play{
	float:left;
	clear:none;
	cursor:pointer;
	width:20px;
	height:20px;
	display:block;
	background-image:url(/_nav/playpause.gif);
	background-position: -20px -20px;
	background-repeat:no-repeat;
}

#modal_content .pause {
	cursor:pointer;
	width:20px;
	height:20px;
	display:block;
	background-image:url(/_nav/playpause.gif);
	background-position: -20px 0px;
	background-repeat:no-repeat;	
}

#modal_content .play:hover{
	background-position: 0px -20px;	
}

#modal_content .pause:hover{
	background-position: 0px 0px;
	
}

#modal_content img{
	border-bottom:2px solid #cdd4d9;
}

#modal_content #close{
	margin:10px 0px 0px 0px;
	float:right;
	clear:none;
	cursor:pointer;
	width:27px;
	height:27px;
	display:block;
	background-image:url(/_nav/x.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

#modal_content #close:hover{

	background-position: 0px -27px;

}


#modal_content #down{


	display:block;
	cursor:pointer;
	width:20px;
	height:20px;	

	

}

#modal_content #down {
	display:block;
	float:right;
	clear:none;
	cursor:pointer;
	width:20px;
	height:20px;
	background-image:url(/_nav/down.gif);
	background-position: 0px -20px;
	background-repeat:no-repeat;
}

#modal_content #down:hover{

	background-position: 0px 0px;

}

#down span{
	display:block;
	height:0px;
	overflow:hidden;
}


#mov{
	display:block;
}

#ctls{
	display:block;
	z-index:-999;
	margin-top:480px;
	position:absolute;
	top:600px;
	width:480px;
	height:200px;
}

/*.play:hover{
	background-position: 0px 0px;
}*/

/*.pause:hover{
	background-position: 0px -20px;
}*/



