body {
	background-color: #e2e2e2;
	font-size: 10px;
	line-height:14px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color:#191718;
	padding:0px;
	margin: 0px;
	
}

/* ---------- links -------------- */
a {color: #b58d13;text-decoration: none;}
a:visited {color:#b58d13;}
a:hover {color: #b58d13;text-decoration: underline;}
a:active { color:#b58d13;}

a:active
{
outline: none;
}

:focus {
-moz-outline-style: none;
}

/* ---------- text -------------- */
h1 {
font-size: 12px;
letter-spacing: .07em;
text-transform:uppercase;
color: #c7c8ca;
padding:0px;
text-indent: -9999px;
margin: 0px;
}

h2 {
font-size:10px;
font-weight: normal;
padding: 0px 12px;
margin:0;}

p, pre{
padding: 0px 12px 14px 12px;
margin:0px;
}

div.caption{
	font-size:10px;
	display: inline;
	vertical-align:0px;
	text-align:right;
    float:right;
	padding-top:1px;
	width:inherit;
	background-color:#ffffff;
	padding-right: inherit;
}


/* ---------- images -------------- */
img {border:0;padding:0;margin:0;}
img.download {vertical-align:middle;}



/* ----------container to center the layout-------------- */
#horizon        
	{
	text-align: center;
	position: absolute;
	top: 10%;
	left: 0px;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	min-width: 1220px; 
	}

#container {
	text-align: left;
	width: 1172px;
	height: 499px;
	margin: 0px auto;
	background: url(pics/background.gif) no-repeat;
}

/* ----------banner for logo-------------- */
#banner {
text-align: left;
height: 32px;
padding: 0px;
margin: 0px;
}

/* -------------- panes ------------- */
#holder-textpane {
float:right;
width: 264px;
height:450px;
margin: 0;
padding: 0;
}
#textpane {
height:450px;
overflow: hidden;
}
#holder-navpane {
float:right;
width: 164px;
height:450px;
margin: 0;
padding: 0;
}
#main_menu{
height:450px;
overflow:hidden;
}

/* -------------- image pane - variables from indexhibits ------------- */
div#content { 
height:467px;
width: 736px;
padding: 0px;
margin: 0px;
z-index:1;
}
#s1 {
height:450px;
padding: 0px 8px;
margin: 0px;
border:0px;
}

/* -------------- arrows ------------- */
#imagepane-arrows {
	text-align: right;
	height: 16px;
	margin-left:708px;
	z-index:100;
	position: absolute;
}
#textpane-arrows {
	text-align: right;
	height: 16px;
	margin:0px;
	background: url(pics/textpane-overflow.gif) no-repeat;
	width: 258px;
	padding-right:0px;
	display:none;
}
#navpane-arrows {
	text-align: right;
	height: 16px;
	background: url(pics/navpane-overflow.gif) no-repeat;
	width: 150px;
	display:none;
	margin:0;
	padding:0;
}


/* --------------jquery scrollbar------------- */
.gray-bar .jScrollPaneTrack {
	background: #fff;
}
.gray-bar .jScrollPaneDrag {
	background: #adafb2;
}
.gray-bar .scroll-pane {
	background: #fff;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
color: #adafb2;
font-size: 8px;
margin-top: 3px;
padding: 0;
text-align: right; 
}

#footer p{
	margin: 0;
	padding: 0;
	text-indent: 0;
}

/* -----------jquery accordion navigation --------------------------- */
#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#fff;
	width:156px;
}
#navigation a.head {
	cursor:pointer;
	background:#fff url(pics/arrow-right.gif) no-repeat scroll 8px 4px;
	color:#000;
	display:block;
	margin:0px;
	padding:0px;
	text-indent:18px;
	text-decoration: none;
}
#navigation a.head:hover {
	color:#000;
}
#navigation a.selected {
	background-image: url(pics/arrow-down.gif);
}
#navigation a.current {
	background-color:#E2E2E2;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:10px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li li a {
	color:#000;
	display:block;
	text-indent:10px;
	text-decoration: none;
	text-indent:28px;
}
#navigation li li a:hover, #navigation li a:hover  {
	background-color:#E2E2E2;
	color:#000;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}