/* Start of CMSMS style sheet 'site' */
#site {
  background-color: 	#A29083;
  table-layout: fixed;
}

#header_left {
  width:		auto;
  background-image:	url('./images/site/header_left.jpg');
  background-repeat:	repeat-x;
  background-position:	right;
}

#header {
  width:		950px;
  height:		221px;
  background-image:	url('./images/site/header.jpg');
}

#header_right {
  width:		auto;
  background-image:	url('./images/site/header_right.jpg');
  background-repeat:	repeat-x;
  background-position:	left;
}

#header_right_menu {
  width: 100%;
  height: 100%;
  background-image:	url('./images/site/header_right_menu.jpg');
  background-repeat:	no-repeat;
  background-position:	left;

}

#content {
}

#vert_menu {
  position:		absolute;
  top:			221px;
  width:		197px;
  height:		437px;
  left:			50%;
  background-image:	url('./images/site/vert_menu.jpg');
  margin-left:		295px;
}

#vert_menu_items {
  position:		absolute;
  width:		152px;
  height:		437px;
  left:			50%;
  top:			240px;
  margin-left:		323;
}

#top_content {
  width:		100%;
  background-color: 	#0D0F0C;
}

#top_content_inner {
  width:		983px;
  position:		relative;
  left:			50%;
  margin-left:		-474px;
  background-image:	url('./images/site/vert_menu_top.gif');
  background-repeat:	repeat-y;
  background-position:	right;
}

#top_content_inner_polaroid {
  padding-bottom: 20px;
  width: 783px;
  background-repeat:	no-repeat;
  background-position:	bottom right;
}

#top_content_inner_no_polaroid {
  padding-bottom: 20px;
  width: 783px;
}

#top_content_inner3 {
  width: 575px;
}

#top_content_shadow {
  height:		18px;
  width:		100%;
  background-image:	url('./images/site/top_content_shadow.gif');
  background-repeat:	repeat-x;
  background-color: 	#A29083;
}

#bot_content {
  width:		100%;
}

#bot_content_inner {
  width:		760px;
  position:		relative;
  left:			50%;
  margin-left:		-474px;
}

#bot_content_shadow {
  height:		19px;
  background-image:	url('./images/site/bot_content_shadow.gif');
  background-repeat:	repeat-x;
  background-color: 	#A29083;
}

#vert_menu_and_content_shadow_polaroid,  #vert_menu_and_content_shadow_no_polaroid {
  position:		relative;
  left:			50%;
  margin-left:		150px;
  width:		362px;
  height:		36px;
  background-repeat:	no-repeat;
}

#vert_menu_and_content_shadow_polaroid {
  background-image:	url('./images/site/vert_menu_and_content_shadow_polaroid.gif');
}

#vert_menu_and_content_shadow_no_polaroid {
  background-image:	url('./images/site/vert_menu_and_content_shadow_no_polaroid.gif');
}

#footer_left {
  width:		auto;
  background-image:	url('./images/site/footer_left.jpg');
  background-repeat:	repeat-x;
  background-position:	right;
}

#footer {
  height:		50px;
  background-image:	url('./images/site/footer.jpg');
}

#footer_right {
  width:		auto;
  background-image:	url('./images/site/footer_right.jpg');
  background-repeat:	repeat-x;
  background-position:	left;
}

/* 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: 14px 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; }
/* End of 'site' */

