/* --- HTML --- */

html { overflow-y: scroll; overflow-x: auto; }
body { background: #2D170A url(/pictures/bg_wood_dark.jpg) repeat-x; margin: 32px 0px; padding: 0px; }
a:link, a:active { color: #0000FF; text-decoration: none;}
a:visited { color: #0000AA; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { font: bold 28px "Trebuchet MS", Tahoma, Arial, sans-serif; margin: 16px 0px 8px 0px; color: #000;}
h2 { font: bold 24px "Trebuchet MS", Tahoma, Arial, sans-serif; margin: 24px 0px 8px 0px; color: #000;}
h3 { font: bold 20px "Trebuchet MS", Tahoma, Arial, sans-serif; margin: 24px 0px 8px 0px; color: #000;}
h4 { font: bold 16px "Trebuchet MS", Tahoma, Arial, sans-serif; margin: 24px 0px 8px 0px; color: #000;}
p  { font: 13px/20px Verdana, Geneva, Tahoma, sans-serif; margin: 8px 0px; color: #000; }
td { font: 13px Verdana, Geneva, Tahoma, sans-serif; }
th { font: bold 13px Verdana, Geneva, Tahoma, sans-serif; }
dt { font: 13px/20px Verdana, Geneva, Tahoma, sans-serif; margin: 1px 24px; color: #000; }
ul { font: 13px Verdana, Geneva, Tahoma, sans-serif; }

/* --- IDs and Classes --- */

#page {
	background-color: #FFFACB;
	width: 960px;
	margin: 0px auto;  padding: 0px;
	min-height: 640px;
}
#content {
	background: #FFFACB url(/pictures/bg_page.gif);
	margin: 0px;
	padding: 16px 48px 32px 48px;
}
#content img {
	background-color: #FFF;
	margin: 1px;  padding: 11px;
	border-top: 1px solid #F7F7F7;
	border-right: 1px solid #F0F0F0;
	border-left: 1px solid #F5F5F5;
	border-bottom: 1px solid #E3E3E3;
}
#content a:hover img  { background-color: #F3F7FF; }

#content .borderoff { margin: 0px; border: 0px; padding: 0px; margin-bottom: -2px; background-color: transparent; }

a.button {
	padding: 5px 24px;
	background-color: #FFF;
	border: 1px solid #EEB677;
}
a:hover.button { background-color: #F8FAFD; }

.tabletop { 
	background: #FFFDEA; 
	padding: 16px;
	margin: 0px;
	border-collapse: collapse;
	border-top: 1px solid #F7F7F7;
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #F5F5F5;
	border-bottom: 1px solid #E3E3E3;
	-moz-box-shadow: 2px 2px 3px 0px #9F9C7F; 
}
.tabletop td { padding: 16px; }

.small { font-size: 11px; }
.light { color: #B59F90; }

/* --- Navigation --- */

#navcontainer { width: 960px; height: 36px; margin: 0px auto; background: #971111 url(/pictures/bg_nav.gif) repeat-x; }
#navleft ul { margin: 0px; border: 0px; padding: 0px; float: left;}
#navright ul {  margin: 0px; border: 0px; padding: 0px; float: right; }
#nav li { display: inline; }
#nav li a:link, #nav a:visited, #nav a:active {
	border-left: 1px solid #880B0C;
	font: bold 13px "Trebuchet MS", Arial, sans-serif;
	margin: 0px;  padding: 9px 26px 9px 26px;
	text-shadow: #000 1px 1px 0px;
	color: #FFF7AD;
	float: left;
}
#nav li a:hover { background: #500304 url(/pictures/bg_nav_selected.gif); text-decoration:none; }
#selected { text-decoration: none; background: #500304 url(/pictures/bg_nav_selected.gif) }

ul#navside { margin: 0px; padding: 0px; list-style: none; }
ul#navside li a {
	display: block;
	width: 130px;
	margin: 0px;
	padding: 8px 0px 8px 16px;
	font: bold 13px "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	color: #0000FF;
	border-right: 1px solid #F0F0F0;
	border-left: 1px solid #F5F5F5;
	border-bottom: 1px solid #E3E3E3;
	background: #FFF url(/pictures/arrow_blue.gif) no-repeat;
	background-position: 95% 10px;
}
ul#navside li a:hover { background-color: #F3F7FF; color: #0000FF; }
ul#navside li a#selected { background-color: #DEE9FF; color: #0000FF; }



/* SLIMBOX */

#lbOverlay { position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; cursor: pointer; }
#lbCenter, #lbBottomContainer { position: absolute; z-index: 9999; overflow: hidden; background-color: #000; }
.lbLoading { background: #FFF url(/pictures/lb_loading.gif) no-repeat center; }
#lbImage { position: absolute; left: 0; top: 0; border: 10px solid #FFF; background-repeat: no-repeat; }
#lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none; }

#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url(/pictures/lb_prevlabel.gif) no-repeat 0 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(/pictures/lb_nextlabel.gif) no-repeat 100% 15%; }

#lbBottom { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 10px;
	color: #666; background-color: #FFF;
	line-height: 1.4em; text-align: left;
	border: 10px solid #FFF; border-top-style: none;
}
#lbCloseLink { display: block; float: right; width: 66px; height: 22px; background: transparent url(/pictures/lb_closelabel.gif) no-repeat center; margin: 5px 0px; outline: none; }
#lbCaption, #lbNumber { margin-right: 71px; }
#lbCaption { font-weight: bold; }

