@charset "utf-8";
/* CSS Document */

noscript span 
{
	display:block;
	border-top:1px solid red;
	border-bottom:1px solid red;
	background-color:#FFFAE5;
	color:red;
	padding:10px;
	margin:20px 0;
	text-align:center;
	font-size:0.8em;
	line-height:0.8em;
}

.contents 
{
	width:960px;
	margin:0 auto;
	position:relative;
	text-align:left;
}

.block
{
	position:absolute;
	left:50%;
	margin-left:-480px;
	height:424px;
	width:960px;
}

.scrolling
{
	overflow:hidden;
	margin-right:10px;
}

#body 
{
	position:absolute;
	left:0;
	right:0;
	width:auto;
	height:720px;
	margin-top:-360px;
	top:50%;
}
#body-landing
{
	position:absolute;
	width:auto;
	height:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
	#body-landing .landing
	{
		width:505px;
		height:262px;
		position:absolute;
		left:50%;
		top:50%;
		margin-left:-252px;
		margin-top:-131px;
		background-repeat:no-repeat;
		background-position:top left;
		text-indent:-9000px;
	}
		#body-landing .landing a
		{
			display:block;
			height:100%;
		}
		#body-landing p.description
		{
			display:none;
		}

#header
{
	border-top:1px solid #C5C5C5;
	border-bottom:1px solid #C5C5C5;
	margin-top:40px;
	position:relative;
	z-index:100;
}
	#header .contents
	{
		height:142px;
		z-index:100;
	}
		#header ul
		{
			position:absolute;
			top:60px;
			right:38px;
			z-index:100;
		}
			#header ul li
			{
				position:relative;
				float:left;
			}
				#header ul li a
				{
					position:relative;
					display:block;
					height:25px;
					background:url(../img/main-menu.gif) no-repeat;
					text-indent:-9000px;
				}
				#header ul li#m-profile a { width:85px; background-position:0 0; }
				#header ul li#m-profile.hover a, #header ul li#m-profile.selected a, #header ul li#m-profile:hover a, #header ul li#m-profile a:hover { background-position:0 -25px; }
				#header ul li#m-projects a { width:95px; background-position:-85px 0; }
				#header ul li#m-projects.hover a, #header ul li#m-projects.selected a, #header ul li#m-projects:hover a, #header ul li#m-projects a:hover { background-position:-85px -25px; }
				#header ul li#m-news a { width:73px; background-position:-180px 0; }
				#header ul li#m-news.hover a, #header ul li#m-news.selected a, #header ul li#m-news:hover a, #header ul li#m-news a:hover { background-position:-180px -25px; }
				#header ul li#m-contact a { width:57px; background-position:-253px 0; }
				#header ul li#m-contact.hover a, #header ul li#m-contact.selected a, #header ul li#m-contact:hover a, #header ul li#m-contact a:hover { background-position:-253px -25px; }
				
			/* tier 2 menu, nested in tier 1 */
			#header .contents ul ul
			{
				left:2px;
				top:25px;
				right:auto;
				padding-bottom:3px;
				background:url(../img/white-bkgd-80.png);
				width:104px;
				display:none;
				z-index:99;
			}
			#header ul li.hover ul,
			#header ul li:hover ul
			{
				display:block;
			}
				#header ul ul li
				{
					float:none;
				}
					#header .contents ul ul li a
					{
						height:18px;
						background:url(../img/project-menu.png) no-repeat    !important;
					}
					#header ul ul li#p1 a { background-position:0 0 !important; }
					#header ul ul li#p1.hover a, #header ul ul li#p1.selected a, #header ul ul li#p1:hover a { background-position:-104px 0 !important; }
					#header ul ul li#p2 a { background-position:0 -18px !important; }
					#header ul ul li#p2.hover a, #header ul ul li#p2.selected a, #header ul ul li#p2:hover a { background-position:-104px -18px !important; }
					#header ul ul li#p3 a { background-position:0 -36px !important; }
					#header ul ul li#p3.hover a, #header ul ul li#p3.selected a, #header ul ul li#p3:hover a { background-position:-104px -36px !important; }
					#header ul ul li#p4 a { background-position:0 -54px !important; }
					#header ul ul li#p4.hover a, #header ul ul li#p4.selected a, #header ul ul li#p4:hover a { background-position:-104px -54px !important; }
					#header ul ul li#p5 a { background-position:0 -72px !important; }
					#header ul ul li#p5.hover a, #header ul ul li#p5.selected a, #header ul ul li#p5:hover a { background-position:-104px -72px !important; }
					#header ul ul li#p6 a { background-position:0 -90px !important; }
					#header ul ul li#p6.hover a, #header ul ul li#p6.selected a, #header ul ul li#p6:hover a { background-position:-104px -90px !important; }
					#header ul ul li#p7 a { background-position:0 -108px !important; }
					#header ul ul li#p7.hover a, #header ul ul li#p7.selected a, #header ul ul li#p7:hover a { background-position:-104px -108px !important; }
	#header h1 a
	{
		display:block;
		width:112px;
		height:58px;
		position:relative;
		top:42px;
		left:35px;
		background:url(../img/iconstrux.gif) no-repeat;
		text-indent:-9000px;
	}
#main
{
	height:424px;
	border-bottom:1px solid #C5C5C5;
	z-index:99;
}
	#main .contents
	{
		position:relative;
		width:960px;
		margin:0 auto;
		z-index:99;
	}
	
	#page-loading
	{
		position:absolute;
		z-index:99;
		left:0;
		right:0;
		height:424px;
		width:auto;
	}
	
	#page
	{
		background:repeat-x center 0;
	}
	#page.script
	{
		width:auto;
		margin:0;
		left:0;
		right:0;
		min-width:960px;
	}
		#page img.bkgd
		{
			display:none;
		}
	
	#page-contents
	{
	}
	
	#cat
	{
		position:absolute;
		width:355px;
		height:424px;
		top:0;
		right:0;
		background:url(../img/white-bkgd-85.png);
		z-index:99;
		font-size:13px;
		line-height:21px;
	}
		#cat h2.image
		{
			background:url(../img/categories.png) no-repeat;
			width:295px;
			height:13px;
			overflow:hidden;
			text-indent:-9000px;
			margin:36px 0 6px 7px;
		}
		#cat .text-contents
		{
			margin:28px 0 0 14px;
		}
		#cat .text-contents div.scrolling
		{
			height:340px;
		}
		#cat .text-contents ul.scrolling
		{
			height:362px;
		}
		#cat .text-contents ul.scrolling li,
		#cat .text-contents p
		{
			margin-bottom:20px;
		}
		#cat .text-contents ul.scrolling li h3
		{
			font-size:13px;
		}
		#cat .text-contents ul.scrolling li p
		{
			margin-bottom:0;
		}
		#cat .text-contents span.email a
		{
			padding-left:26px;
			background:url(../img/email.gif) no-repeat 0 2px;
		}
		#cat .text-contents a:hover
		{
			text-decoration:underline;
		}

		#project-list.scrolling
		{
			height:120px;
		}
		#project-list li
		{
			font-size:10px;
			line-height:10px;
			text-transform:uppercase;
		}
			#project-list li a
			{
				display:block;
				padding:5px 15px;
			}
				#project-list li a:hover,
				#project-list li a.selected
				{
					font-weight:bold;
					background:url(../img/bullet.png) no-repeat 5px 8px;
				}
	#project
	{
	}
		#project-contents
		{
			position:absolute;
			left:7px;
			bottom:20px;
			width:338px;
			height:210px;
			padding:10px 0 0 8px;
			background:url(../img/bar.png) no-repeat top left;
		}
			#project-contents p
			{
				margin-bottom:12px;
			}
		#project p
		{
			font-size:13px;
			line-height:21px;
		}
		#project li
		{
			font-size:11px;
			line-height:15px;
		}
		#project .scrolling
		{
			height:210px;
		}


#footer
{
	margin-top:50px;
	border-top:1px solid #C5C5C5;
}
	#footer .contents
	{
		width:960px;
		margin:0 auto;
	}
	#footer p.copyright
	{
		margin:6px 37px;
		width:276px;
		height:20px;
		position:relative;
		text-indent:-9000px;
		background:url(../img/copyright.gif) no-repeat;
	}

#dots
{
	position:absolute;
	top:0;
	left:0;
	height:424px;
}
	#dots span
	{
		display:block;
		position:absolute;
		width:120px;
		height:140px;
		top:260px;
		text-indent:-9000px;
	}
		#dots span.dir-0
		{
			left:0;
		}
		#dots span.dir-1
		{
			left:120px;
		}
	#dots span a
	{
		display:block;
		position:absolute;
		width:20px;
		height:20px;
		background:url(../img/dot-2.png) no-repeat 0 -40px;
		cursor:pointer;
	}
		#dots span.dir-0 a:hover
		{
			background-position:0 0;
		}
		#dots span.dir-1 a:hover
		{
			background-position:0 -20px;
		}
		#dots span.dir-0 a.always-on
		{
			background-position:0 0 !important;
		}
		#dots span.dir-1 a.always-on
		{
			background-position:0 -20px !important;
		}
#photo,
#photo-loading
{
	position:absolute;
	top:0;
	left:100px;
	width:506px;
	height:424px;
	overflow:hidden;
}
#photo-number
{
	position:absolute;
	bottom:6px;
	left:6px;
	background-color:white;
	width:30px;
	height:12px;
	font-size:10px;
	overflow:hidden;
	text-align:center;
}

#debug
{
	z-index:500;
	position:absolute;
	top:60px;
	left:10px;
	padding:10px;
	background-color:#F4F4F4;
	width:500px;
	min-height:100px;
	font-size:9px;
	line-height:11px;
	color:black;
}