/* Generated by KaZcadeS */
body {
  text-align: center;
  background-color: #050505;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #333333;
}
a:link {
  color: #000000;
  text-decoration: underline;
}
a:visited {
  color: #000000;
  text-decoration: underline;
}
a:active {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
#page_wrapper {
  border: 2px solid #f4f4ee;
  background: #f3e7a9 url(../img/hp_strip.jpg) repeat-y scroll left top;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  text-align: left;
}
#page_header {
  background: #515230 url(../img/header.jpg) no-repeat scroll left top;
  height: 140px;
}
#page_header h1 {
  margin: 0px;
  padding-top: 30px;
  padding-left: 20px;
  font-family: verdana,helvetica,sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #fcf8e3;
  letter-spacing: -1px;
}
#page_header h2 {
  margin: 0px;
  padding-top: 0px;
  padding-left: 20px;
  font-family: verdana,helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #e2d179;
}
#menu_bar {
  background: #a5a162 url(../img/hpm_bg.jpg) no-repeat scroll left top;
  height: 30px;
}
#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top: 5px;
  background-color: transparent;
  color: #f3e7a9;
  float: left;
  width: 100%;
  font-family: verdana,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
}
#navcontainer ul li {
  display: inline;
}
#navcontainer ul li a {
  border-right: 1px solid #bbb774;
  padding: 0.2em 1em;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  float: left;
}
#navcontainer ul li a:hover {
  background-color: transparent;
  color: #ffb90f;
}
#navcurrent ul li a:visited {
  background-color: transparent;
  color: #ffb90f;
}
#content_wrapper {
  background: transparent url(../img/hp_strip.jpg) no-repeat scroll left top;
}
#left_side {
  float: left;
  width: 680px;
}
#left_side h3 {
  margin: 10px 15px 10px 10px;
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #8b4500;
}
#left_side p {
  margin: 10px 15px 10px 10px;
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
#left_side ul li {
  margin: 10px 15px 10px 10px;
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
#right_side {
  float: right;
  width: 190px;
}
#right_side h3 {
  border: 1px solid #3a3b22;
  padding: 4px;
  background: #595a38 none repeat scroll 0%;
  margin-right: 10px;
  margin-bottom: 5px;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #fcf8e3;
}
#right_side h4 {
  margin-right: 10px;
  margin-bottom: 5px;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  color: #e2d179;
}
#right_side p {
  margin: 5px 5px 15px;
  padding-right: 10px;
  font-family: verdana;
  font-size: 11px;
  line-height: 16px;
  color: #e2d179;
}
#right_side li {
  margin: 5px 5px 15px;
  padding-right: 10px;
  font-family: verdana;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
}
#page_footer {
  background: #515230 url(../img/hpfoot.jpg) no-repeat scroll left top;
  width: 900px;
  height: 77px;
}
#page_footer a:link {
  color: #ffffff;
  text-decoration: none;
}
#page_footer a:visited {
  color: #f2c968;
  text-decoration: underline;
}
#page_footer a:active {
  color: #f2c968;
  text-decoration: underline;
}
#page_footer a:hover {
  color: #f2c968;
  text-decoration: none;
}
#page_footer p {
  text-align: center;
  padding-top: 42px;
  font-family: verdana;
  font-size: 11px;
  line-height: 16px;
  color: #e2d179;
}
.spacer {
  margin: 0px;
  padding: 0px;
  height: 10px;
  clear: both;
}


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	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(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#current li {
   margin: 10px 15px 10px 10px;
  font-family: verdana;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
