@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 11px 0px 0px 0px ;
	background-color: #302002;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
body a {
	color: #993300;
	text-decoration:underline;
}
.content-bg {
	background-color: #ebdb9f;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.navBG {
	background-image:url(../images/nav-bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
.navTd {
	background-image:url(../images/nav-bottom-bg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	vertical-align:top;
	width:221px;
	height:139px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5f4a24;
	text-align:center;
}
.footer a {
	color: #5f4a24;
	text-decoration:none;
}
.footer a:hover {
	color: #ebbf66;
	text-decoration:underline;
}
#body_content {
	padding: 0px 30px 0px 39px;
}
#bottom_image {
	background-position:bottom;	
}
.facts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#993300;
	font-weight:bold;
	margin-bottom:10px;
}
.thumbcontainer { 
	float:left;
	margin-left:2em;
	margin-bottom:2em;
	width:185px;
	height:100px;
	text-align:center;
}
/* High Slide CSS */
.highslide {
	cursor: url(../images/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid #ebdb9f;
}
.highslide:hover img {
	border: 2px solid #7c1e03;
}
.highslide-wrapper {
	background: #7c1e03;
}
.highslide-image {
	border: 10px solid #7c1e03;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
	font-weight:bold;
	color: #FFFFFF;
	text-align:center;
    border: 5px solid #7c1e03;
    border-top: none;
    padding: 5px;
    background-color: #7c1e03;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../images/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../images/highslide/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}