@import url('reset.css');

/* General
------------------------------------------------------------------------------*/
html {
	background-color: #fff;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Helvetica, arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-image: url(../img/body_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

* {
	background-repeat: no-repeat;
}

strong {
	font-weight: bold;
}
/*----------------------------------------------------------------------------*/

div#wrapper {
	width: 100%;
}

div#header {
	height: 90px;
	overflow: hidden;
	/*border-bottom: 1px solid red;*/
}

div#lightbox div.container {
	/*
	height: 510px;
	overflow: hidden;*/
	/*border: 1px solid red;
	margin-left: 22px;*/
}
div#lightbox div.container img {
    height: 80px;
    width: auto;
}
div#main_content {
    margin-left: 22px;
}
div#main_content p{
    line-height: 12px;
    margin-bottom: 14px;
    font-size: 11px;
}
div#main_content object, div#main_content embed {
    margin-left: 3px;
}
div.project {
	clear: both;
	padding: 0 5px 0 0;
}

div.project ul {
	margin: 0;
	clear: both;
}

div.project li {
	padding: 0 5px 5px 0;
	margin: 0;
	line-height: 0;
	display: block;
	float: left;
}

div.project li.caption {
	font-size: 110%;
	line-height: 130%;
	height: 50px;
	width: 100px;
	display: none;
}

div.project li.caption span {
	display: block;
	height: 50px;
	width: 100px;
	line-height: 12px;
}

div.nav a {
	display: block;
	width: 16px;
	height: 16px;
}

div.nav a span {
	display: none;
}

div.nav.up a {
	background-image: url('/img/up_arrow.png');
}

div.nav.down a {
	background-image: url('/img/down_arrow.png');
}

div.nav.up a:hover {
	background-image: url('/img/up_arrow-active.png');
}

div.nav.down a:hover {
	background-image: url('/img/down_arrow-active.png');
}

div.nav.left a {
	background-image: url('/img/left_arrow.png');
}

div.nav.right a {
	background-image: url('/img/right_arrow.png');
}

div.nav.left a:hover {
	background-image: url('/img/left_arrow-active.png');
}

div.nav.right a:hover {
	background-image: url('/img/right_arrow-active.png');
}

div.nav.up {
	/*padding: 0 0 3px 0;*/
	padding-bottom: 3px;
	/*float: left;*/
    margin-left: 2px;
}

div.nav.down {
	/*padding: 5px 0 0 0;*/
	padding-bottom: 3px;
	/*margin-left: 16px;*/
	margin-left: 2px;	
}



div.portfolio_item {
	position: absolute;
	height: 560px;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	text-align: left;
	/*margin-top: 20px;*/
}
div.portfolio_item p {
	position: fixed;
	padding: 5px;
	font-size: 120%;
	margin-top: 467px;
	width: inherit;
	text-align: center;
}
div.portfolio_item img {
    width: auto;
    height: 560px;
}
div.nav_container {
	position: absolute;
	left: 2px;
	top: 90px;
}

div.nav_container div.nav.left {
	margin-left: 2px;
}

div.nav_container div.nav.right {
	margin-left: 2px;
}





html, body.intro {
    padding: 0;
    margin: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-image: none;
}
body.intro {
    background-color: #000;
}
div.intro_block {
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
    text-align: center;
    /*background-position: 50% 50%;
    background-image: url(/img/logo_va_intro_blk.png);
	background-repeat: no-repeat;*/
}
div.intro_block object, div.intro_block embed {
    margin-top: 25%;
}




div.va_intro {
    height: 100%;
    padding-top: 20%;
}

