body
{
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: arial, sans-serif;
}

body.white
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: arial, sans-serif;
}

/*navigation*/
#navigation
{
	width: 100%;
	height: 116px;
	background-color: #FFF;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-image: url(images/pagestructure_images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 20px;
	z-index: 25;
}

img.aa_title
{
	margin-top: 13px;
}

#whiteline
{
	position: absolute;
	width: 14px;
	height: 400px;
	left: 0px;
	bottom: 0px;
	background-color: #fff;
}

#whitehorizline
{
	position: absolute;
	height: 14px;
	width: 400px;
	right: 0px;
	top: 0px;
	background-color: #fff;
}

#whiterightline
{
	position: absolute;
	height: 100%;
	width: 14px;
	right: 0px;
	bottom: 0px;
	background-color: #fff;
}

#backnextnav
{
	position: absolute;
	right: 25px;
	top: 48px;
	color: #fff;
	z-index:10;
	font-size: .9em;
}

#navigation ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: fixed;
	bottom: 19px;
}

#navigation ul li
{
	float: left;
	margin: 0 25px 0 0;
	list-style-type: none;
	padding: 0;
}

/*home page*/
#home_content
{
	position: relative;
	border-width: 14px 14px 0 14px;
	border-color: #FFF;
	border-style: solid;
}

#home-text
{
	width: 340px;
	\width: 380px;
	w\idth: 340px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	font-size: 15px;
	color: #fff;
	text-align: justify;
	line-height: 1.5em;
	padding: 47px 50px 47px 50px;
	background-image: url(images/pagestructure_images/home_txtbg.png);
	background-repeat: no-repeat;
}

#home-text a
{
	color: #ff3333;
	text-decoration: none;
}

#home-text a:hover { text-decoration: underline; }

#homeimgtitle
{
	width: 340px;
	\width: 380px; 
	w\idth: 340px;
	position: absolute;
	top: 0px;
	right: 60px;
	z-index: 25;
	font-size: 15px;
	color: #fff;
	line-height: 1.5em;
	background-image: url(images/pagestructure_images/home_titlebg.png);
	background-repeat: no-repeat;
	padding: 47px 5px 47px 50px;
}

/*projects page*/
#horizontal_content
{
	position: relative;
	width: 9500px;
	height: 578px;
	border-width: 14px 0 0 14px;
	border-color: #FFF;
	border-style: solid;
	background-color: #000;
}

#clear { clear: both; }
img.pg_title { margin: 7px 0 0 8px; }

ul
{
	list-style-type: none;
	padding: 0;
}

h2
{
	color: #ff0000;
	font-size: 18px;
}

ul.resume li
{
	margin-bottom: 15px;
}

ul.projects
{
	list-style-type: none;
	padding: 0;
}

.projects_title {
	color: #ff0000;
	font-size: 16px;
}

.subtitle
{
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}

.project
{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.project em
{
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}

ul#horizontal_list
{
	list-style-type: none;
	margin: 13px 0 0 42px;
	font-size: 15px;
	color: #fff;
	padding: 0;
}

ul#horizontal_list li
{
	float: left;
	margin: 0 30px 0 0;
	text-align: right;
}

ul#horizontal_list img { border: 1px #FFF solid; }

ul#horizontal_list a
{
	color: #fff;
	text-decoration: none;
}

ul#horizontal_list a:hover
{
	color: #ff3333;
	text-decoration: none;
}

#short_content
{
	position: relative;
	width: 97%;
	height: 578px;
	background-color: #000;
	border-width: 14px 0 0 14px;
	border-color: #FFF;
	border-style: solid;
}

#project_text
{
	font-size: 16px;
	color: #e3e3e3;
	line-height: 1.5em;
	margin: 40px 0 0 30px;
	width: 880px;
	padding: 0;
}

.proj_descrip { text-align: justify; }

#slides
{
	float: right;
	width: 514px;
	margin: 0 0 20px 30px;
	border: 1px #ccc solid;
}

#video_slides_nav
{
	float: right;
	width: 514px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 30px;
}

#vimeo_link
{
	float: right;
	width: 514px;
	margin: 0 0 15px 30px;
}

/*mission page*/
#vertical_content
{
	position: relative;
	width: 97%;
	background-color: #000;
	border-width: 14px 0 116px 14px;
	border-color: #FFF;
	border-style: solid;
}

#vertical_text
{
	font-size: 16px;
	color: #e3e3e3;
	line-height: 1.5em;
	margin: 40px 0 0 70px;
	width: 833px;
	padding: 0 0 50px 0;
}

#projects_introtext
{
	font-size: 16px;
	color: #e3e3e3;
	line-height: 1.5em;
	margin: 120px 0 0 42px;
	padding: 0;
}

#vertical_text a
{
	color: #e3e3e3;
	text-decoration: underline;
}

#vertical_text a:hover { color: #eb2626; }

#vertical_text a.red
{
	color: #eb2626;
	text-decoration: none;
}

#vertical_text a.red:hover { color: #e3e3e3}

a.red
{
	color: #eb2626;
	text-decoration: none;
}

a.red:hover { color: #e3e3e3}



/*artists dropdown*/

.biobox
{
	display: none;
	position: relative;
	border: solid #fff 1px;
	padding: 20px;
	background-color: #000;
	text-align: left;
	font-size: .9em;
	width: 840px;
}

p.biolink
{
	text-align: right;
}

#vertical_text.press ul { margin-bottom: 2.5em; }
#vertical_text.press ul li { margin-bottom: 1.3em; }

#vertical_text img
{
	border: 1px #FFF solid;
	margin-right: 20px;
}

#vertical_text img.right
{
	border: 1px #FFF solid;
	margin-right: 20px;
	float: right;
}

#rightimages
{
	position: absolute;
	top: 70px;
	left: 320px;
}

#rightimages img
{
	border: 1px #FFF solid;
	margin-bottom: 50px;
}

#vertical_text p { margin-bottom: 40px; }

#vertical_text .biobox p { margin-bottom: 20px; }

/*lightbox*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


