@charset "utf-8";
@import url("/css/behaviours.css");
@import url("/css/titles.css");

html { min-height: 100%; margin-bottom: 1px; }
html, body
{
	height: 100%;
}

form
{
	margin: 0px;
	padding: 0px;
}

body, p, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #292b25;
}

.popin_content_div .main_content
{
	line-height: 1.9em;
}

.popin_content_div .main_content a
{
	color: #292b25;
	text-decoration: none;
}


img
{
	border: 0px;
}

a {
	outline: none;
}

#cover_layer
{
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

#popin_layer
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#video_player
{
	position: absolute;
	top: 0px;
	left: 144px;
	width: 856px;
	height: 443px;
	min-height: 443px;
	background-color: black;
	display: none;
	z-index: 2;
}

#video_player .video
{
	background-color: black;
	margin: 0 auto;
	margin-top: 54px;
	height: 345px;
	width: 600px;
	text-align: center;
}

#video_player div.close_button
{
	float: right;
	margin-top: 16px;

}


.nav_items ul
{
	margin: 0px;
	padding: 0px;
}
.nav_items ul li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.subnav_content .splash_image
{
	padding-left: 15px;
}


.arch-scroll-pane .jScrollPaneTrack {
	background: url(/images/scrollers/arch/track.gif) repeat-y;
}
.arch-scroll-pane .jScrollPaneDrag {
	background: url(/images/scrollers/arch/drag_middle.gif) repeat-y;
}
.arch-scroll-pane .jScrollPaneDragTop {
	background: url(/images/scrollers/arch/drag_top.gif) no-repeat;
	height: 4px;
}
.arch-scroll-pane .jScrollPaneDragBottom {
	background: url(/images/scrollers/arch/drag_bottom.gif) no-repeat;
	height: 4px;
}
.arch-scroll-pane a.jScrollArrowUp {
	height: 5px;
	background: url(/images/scrollers/arch/track.gif) no-repeat;
}

.arch-scroll-pane a.jScrollArrowDown {
	height: 5px;
	background: url(/images/scrollers/arch/track.gif) no-repeat;
}

.preloadImages
{
	display: none;
}


.main_content A.info_link
{
	color: #660014;
	font-weight: bolder;
}

.main_content A.work_link
{
	color: #e38f0b;
}
