body{
background: #b1935f;
background-image: url(../images/bg.jpg);
background-repeat: no-repeat;
background-position: left top;
background-attachment: fixed;
font-family: Helvetica;
font-size: 18px;
}

*{
color: #000;
list-style-type: none;
border: 0px;
margin: 0px;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


/*accordian menu stuff*/
.header {
width: 100%;
overflow: hidden;
}

ul li a img {
border: 4px solid #b29768;
}

ul li a img:hover {
border: 4px solid #ff9900;
}

/*ul li {
background-image: url(../images/hbg.png);
background-repeat: no-repeat;
}
*/
.arrowlistmenu{
width: 800px; /*width of accordion menu*/
height: 100%;
top: 0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: #000;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 0px 0px 8px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
font-size: 24px;
font-weight: normal;
}

.arrowlistmenu .menuheader:hover{
background-image: url(../images/halfbg.png);
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
display: inline;
}

.arrowlistmenu ul li{
padding: 5px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: inline;
padding: 2px 0px;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 90%;
}
.arrowlistmenu ul li a:hover{
text-decoration: underline;
}
.arrowlistmenu ul li a:visited{
color: #A70303;
}

/* hover menu items */
#cont {
background-image: url(../images/cont.png);
background-repeat: no-repeat;
height: 36px;
width: 445px;
}

#cont:hover {
background-image: url(../images/conto.png);
}

#phil {
background-image: url(../images/phil.png);
background-repeat: no-repeat;
height: 36px;
width: 445px;
}

#phil:hover {
background-image: url(../images/philo.png);
}

#phot {
background-image: url(../images/phot.png);
background-repeat: no-repeat;
height: 36px;
width: 445px;
}

#phot:hover {
background-image: url(../images/photo.png);
}

#iden {
background-image: url(../images/iden.png);
background-repeat: no-repeat;
height: 36px;
width: 445px;
}

#iden:hover {
background-image: url(../images/ideno.png);
}

#print {
background-image: url(../images/print.png);
background-repeat: no-repeat;
height: 36px;
width: 445px;
}

#print:hover {
background-image: url(../images/printo.png);
}

#web {
background-image: url(../images/web.png);
background-repeat: no-repeat;
height: 36px;
width: 445px;
}

#web:hover {
background-image: url(../images/webo.png);
}

#quest {
background-image: url(../images/quest.png);
background-repeat: no-repeat;
height: 36px;
width: 445px;
}

#quest:hover {
background-image: url(../images/questo.png);
}

/*vertical content scroller*/
.sidebar {
position: absolute;
background-image: url(../images/sidebar.png);
background-position: left top;
top: 0px;
left: 800px;
width: 260px;
height: 610px;
}

#motioncontainer a img{ /*image border color*/
border: 0px;
margin-bottom: 5px;
}

#motioncontainer a:hover img{ /*image border hover color*/
/*border: 1px solid navy;*/
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}
/* super size stuff */
		#content{
			margin:0px auto;
			height:100px;
			width:100%;
			bottom:5%;
			z-index: 3;
			background:#262626 no-repeat 90%;
			border-top:1px solid #000;
			border-bottom:1px solid #4F4F4F;
			position:absolute;
		}
		#contentframe{
			overflow: hidden;
			border-top:solid 1px #4F4F4F;
			border-bottom:1px solid #000;
			height: 100%;
			text-align:left;
			z-index: 3;
		}
		#slidecounter{
			float:left;
			color:#4F4F4F;
			font:50px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:18px 20px;	
		}
		#slidecaption{
			overflow: hidden;
			float:left;
			color:#FFF;
			font:26px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:33px 0;
		}
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#navigation{
			background: url('images/navbg.png') no-repeat;
			float: right;
			margin:22px 20px 0 0;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}

/* lightbox stuff */
#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: #666666;
	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/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.png) right 15% no-repeat; }

#imageDataContainer{
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #666666;
	margin: 0 auto;
	line-height: 14px;
	overflow: auto;
	width: 100%;
}

#imageData{
	padding:10px 10px;
	color: #666;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{
	font-weight: lighter;
}
#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: #fff; }
