/*
		BASIC LAYOUT
*/
html, body, #page
{
	height: 100%;
}
body
{
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #fff;
	background: #403c3b;
}
/*
		HYPERLINKS
*/
a:link, a:visited
{
	text-decoration: none;
	color: #959393;
}
a:hover, #page a.on
{
	color: #cc6;
}
/*
		STRUCTURE LAYOUT
*/
#dashboard
{
	position: relative;
	height: 60%;
	min-height: 335px;
	background: #2b2724;
}
#dashboardInner
{
	position: relative;
	margin: 0 auto;
	padding: 12px;
	width: 756px;
	height: 311px;
}
#dashboardInner.homePage
{
}
/* generic containers */
div.columnLg
{
	position: absolute;
	bottom: 12px;
	right: 213px;
	width: 475px;
}
div.columnLg2
{
	position: absolute;
	bottom: 12px;
	right: 159px;
	width: 475px;
	height: 311px;
}
div.columnLg3
{
	position: absolute;
	bottom: 12px;
	right: 159px;
	width: 258px;
	height: 311px;
}
div.columnMd
{
	position: absolute;
	bottom: 2px;
	right: 25px;
	width: 120px;
}
div.columnSm
{
	position: absolute;
	bottom: 12px;
	right: 160px;
	width: 46px;
}
#menu
{
	position: relative;
	margin: 10px auto 0;
	width: 780px;
	height: 150px;
	background: #403c3b;
}
#logo
{
	margin: 0 0 0 313px;
	width: 413px;
	background: #fff;
}
#fullImage
{
	float: right;
}
#contact #fullImage
{
	position: absolute;
	bottom: 0;
	right: 0;
}
div#loader
{
	display: none;
	position: absolute;
	bottom: 12px;
	right: 220px;
	padding: 10px 25px;
	text-align: center;
}
div.spacer
{
	position: relative;
	margin-bottom: -335px;
	min-height: 100%;
	background: #2b2724;
}
* html div.spacer
{
	height: 100%;
}
div.spacer div
{
	position: relative;
	padding-top: 335px;
}
/*
		NAVIGATION
*/
ul.nav
{
	margin: 0 0 -2px;
	padding: 0;
	list-style: none;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 1px;
}
ul.nav li
{
	margin: 0 0 2px;
	padding: 0;
	list-style: none;
}
ul.nav li a
{
	display: inline-block;
	padding: 0 0 1px;
}
ul.nav li ul.nav
{
	margin: 0 0 3px 11px;
	font-size: 9px;
}
ul.nav li ul.nav li
{
	margin: 0;
}
/* primary navigation */
#mainNav
{
	margin: 3px 0 0 639px;
	font-size: 10px;
	clear: right;
}
#mainNav li
{
	margin: 0;
}
/* project navigation */
#subNav
{
	position: absolute;
	bottom: 10px;
	white-space: nowrap;
}
/* all thumbnail navigation */
#thumbnails
{
	margin: 0 0 -1px;
	padding: 0;
	float: left;
}
#thumbnails li
{
	display: inline;
}
#thumbnails li a
{
	margin: 5px 0 0;
	padding: 1px;
	width: 46px;
	height: 46px;
	float: left;
}
#page #thumbnails li a:hover, #page #thumbnails li a.on
{
	position: relative;
	padding: 0;
	border: 1px solid #959393;
}
/* elements section */
#elements #thumbnails
{
	margin: 50px -4px -4px -3px;
}
#elements #thumbnails li a
{
	padding: 1px;
	margin: 2px 3px 3px 2px;
	float: left;
}
/* profile section */
#profile
{
	padding: 15px 153px 0px 14px;
	width: 308px;
	height: 296px;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	background: url("/_images/layout/bg-profile.jpg") no-repeat 0 0;
}
#publication
{
	padding: 132px 0 0 11px;
	width: 534px;
	height: 179px;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	background: url("/_images/layout/bg-publication.jpg") no-repeat 0 0;
}

.textContainer {
    bottom: 11px;
    position: absolute;
}

#credits
{
	padding: 110px 0 0 20px;
	width: 229px;
	height: 201px;
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
	background: url("/_images/layout/bg-credits.jpg") no-repeat 0 0;
}
/* projectImages section */
#projectImages
{
	margin-top: -1px;
}
/*
		HOME PAGE FLASH
*/
#homeFlash
{
	position: absolute;
	bottom: 11px;
	left: 50%;
	margin-left: -500px;
}

/*
		GENERAL STYLES
*/
h1, h2, h3
{
	margin: 0;
	font-size: 9px;
	color: #fff;
}
p, address
{
	margin: 0 0 1em;
	font-style: normal;
}
address
{
	color: #aca8a5;
}
img
{
	border: 0;
}
/*
		POPUP
*/
#popup
{
	position: relative;
	height: 100%;
	text-align: center;
}
#popup img
{
	margin-top: 20px;
}
#popup #navBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	width: 100%;
	background: #2b2724;
}
#popup #btnClose
{
	position: absolute;
	right: 15px;
	bottom: 7px;
	display: block;
	line-height: auto;
	background: #959393;
}
#popup #btnClose:hover
{
	background: #cc6;
}
#popup #btnClose img
{
	margin: 0;
}