/* css for Heritage common */
@import url(reset.css);
a {
  cursor: pointer; cursor: hand;  
}

body {
 background: #fff url('images/bg_page.png') repeat-x 0 0;
 color: #2e3b2a;
 font: 62.5%/1.5em Verdana,  Arial, "Lucida Grande", LucidaGrande,  sans-serif; 
 width: 99.999999%;
	text-align: center;
}
img { border: none; }

#wrapper {
	text-align: left;
	margin: 14px auto 0;
	width: 922px;
	padding-bottom: 14px;
}
#wrapper-in {
	border: 1px solid #a29c9c; 
	width: 100%;
	height: 100%;
}
#conTent {
	width: 906px;
	height: 100%;
	padding: 8px;
	background: #fff;
}
#conTent-in {
	width: 100%;
	height: 100%;
	background: #3e522b;
	border: 1px solid #a19c9c;
	position: relative !important; /* ******************* */
}
#conTent-in2 {
	width: 100%;
	height: 100%;
	background: url('images/bg_common-tile.png') repeat-y 0 0;
}
#conTent-in2b {
	width: 100%;
	height: 100%;
	position: relative;
	background: url('images/bg_common-top.png') no-repeat 0 0;
}
#info {
	width: 897px;
  top: 10px;
  left: 9px;
}
#infobottom {
  width: 100%;
  height: 39px;
  background: url('images/bg_info-bottom.png') no-repeat 0 0;
}
/* ********************************** */
#header {
  width: 233px;
  height: 91px;
  position: absolute;
  top: 20px;
  left: 18px;
  padding: 5px 0;
  border-bottom: none;
  z-index: 5;
}
#header h1 {
  width: 231px;
  height: 91px;
  position: relative;
  margin-left: 1px;
}
#header h1 span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('images/bg_head-h1.jpg') no-repeat 0 0;
}



#left {
	float: left;
	width:260px;
	min-height: 326px;
	margin-left: 1px;
}
* html #left {
/*	height: 326px; */
	height: 340px;
}
#sidenav ul {
  line-height: 2.1em;
  font-size: 12px;
  font-weight: bold;
}
#sidenav ul li {
  width: 189px;
  height: 31px;
  border-top: 1px solid #52604c;
  padding-left: 20px;
  background: url('images/li_dot.png') no-repeat 6px 10px;
}
#sidenav ul li.thetop {
 border-top: none; 
}
#sidenav ul li a {
  color: #fff;
  text-decoration: none;
}
#sidenav ul li a:hover {
  color: #e6f2dc;
  text-decoration: underline;
}

#topright p {
  width: 210px;
  float: right; 
  padding-top: 16px;
}
#topright a {
  color: #fff;
  text-decoration: none; 
}
#topright a:hover {
  color: #e6f2dc;
  text-decoration: underline; 
}
h2#perfect {
 width: 633px;
 height: 103px;
 position: relative; 
 margin-left: 2px;
}
h2#perfect span {
 width: 100%;
 height: 100%;
 position: absolute; 
 background: url('images/bg_common-h2.jpg') no-repeat 0 0;
}

#navbottom {
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  line-height: 2em;
}
#navbottom p {
  padding-bottom: 0.75em; 
}
#navbottom a {
 color: #fff;
 text-decoration: none; 
 white-space: nowrap;
}
#navbottom a:hover {
 color: #fff;
 text-decoration: underline; 
}


#footer {
	clear: both;
}
#foot-left {
  width: 46%;
  color: #bbb8a2;
  float: left;
  padding: 0.75em 0;
}
#foot-right {
  width: 46%;
 color: #ab9f5c;
 float: right;
 text-align: right;
  padding: 1em 0 0.5em; 
}
#foot-right a {
  color: #ab9f5c;
  text-decoration: none; 
}
#foot-right a:hover {
  color: #ab9f5c;
  text-decoration: underline; 
}
