/* css for Heritage inside */

#header {
  left: 14px;
}

#left {
	min-height: 500px;
	margin: 0;
	position: absolute;
	left: -258px;
	top: 0;
}
* html #left {
	height: 500px;
	left: -258px;
	top: 0;
}


#sidenav {
	width: 218px;
	min-height: 316px;
	position: relative;
	margin-top: 0;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	background: url('images/bg_sidenav.png') no-repeat 0 100%;
	z-index: 5;
}
* html #sidenav {
	height: 316px;
	margin-left: 0;
	padding-left: 22px;
	background: url('images/bg_sidenav.png') no-repeat 20px 100%;
	}
#sidenav-top {
	width: 218px;
	height: 5px;
	background: url('images/bg_sidenav-top.png') no-repeat 0 0;
}
* html #sidenav-top {
	height: 5px;
	background: url('images/bg_sidenav-top.png') no-repeat -2px 0;
}
#sidenav-bottom {
	margin-top: 135px;
	width: 100%;
	padding-bottom: 50px;
	background: url('images/bg_sidenav-bottom.png') no-repeat -2px 100%;
}

#left-in { 
	width:260px;
}
#left-in p {
 margin: 0 0 1em 10px;
 color: #fff;
 font-size: 1.1em;
}

#left-in a {
  color: #fff;
  text-decoration: none;
}
#left-in a:hover {
  color: #e6f2dc;
  text-decoration: underline;
}
.leftbox {
 width: 100%;
 border-top: 1px solid #22341d;
 margin-top: 25px;
}
.leftbox p {
 font-size: 1.3em;
 font-weight: bold;
 line-height: 2.3em;
 padding: 13px 0 0;
 margin: 0; 
}
.leftbox a {
  color: #c5e2a8 !important;
  text-decoration: none;
}
.leftbox a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.leftbox-left {
  float: left;
  width: 120px;
  margin-left: 15px;
 padding: 22px 0 5px; 
}
* html .leftbox-left {
 margin-left: 7px; 
}
.leftbox-left img {
 border: 2px solid #817575; 
}
.leftbox-right {
 float: right; 
 width: 120px;
 padding: 22px 0 5px;
}
.leftbox-right p.moree {
 width: 85px;
 line-height: 1.5em;
 padding: 0 18px 9px 0;
 background: url('images/arrow_more.png') no-repeat 100% 25%; 
}
.leftbox-right p.moree a {
 color: #d6bf22 !important;
 text-decoration: none; 
}
.leftbox-right p.moree a:hover {
  color: #e6f2dc !important;
 text-decoration: underline; 
}

#right {
  padding-top: 58px;
	margin-left: 260px;
	width: 634px;
 min-height: 685px; 
 position: relative;
}
* html #right {
 height: 685px; 
}

#topright {
  width: 633px;
  height: 28px;
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: 0px;
}

#navbottom {
 width: 880px;
 margin: 0 auto 10px; 
}

/* ************* common white space ************* */
#info-in {
 margin: 25px 0 18px 15px;
 width: 609px;
 border: 1px solid #c4c1c1;
} 
#infoin {
 width: 607px;
 border: 1px solid #e5e4e4;
}
#infoin h1 {
 height: 54px;
 margin: 0 16px 35px;
 background: url('images/bg_infoin-h1.png') repeat-x 0 0;
 color: #62470d;
 font-size: 1.8em;
 font-weight: bold;
 line-height: 3.0em; 
}
#infoin h2 {
 font-size: 1.5em;
 font-weight: bold;
 color: #556a41; 
  margin: 0 16px 14px 16px;
}
#infoin p {
  margin: 0 16px 16px 16px;
 font-size: 1.2em;
}

#infoin img{
	margin: 0 10px;
	border: 2px solid #C4A32F;
	background-color: #40552E;
	padding: 5px;
}

#infoin img.right{
	float: right;
	margin-right: 16px;
}

#infoin img.left{
	float: left;
	margin-left: 16px;
}

