/* CSS Document */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *
 * GLOBAL STYLES											 *
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 
/* Zero Out
---------------------------------------- */
div, dl, dt, dd, img, body, a, .zero_out {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
/* Self Clearing Floats
---------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    width: 100%;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
*:first-child+html .clearfix { 
	display:inline-block; 
}
 Superscript/Subscript Fix

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}


/* Structure
---------------------------------------- */
body {
	background: #F1E6DB;
	font: 12px arial, helvetica, verdana, sans-serif; 
	text-align: left;
}
.bkg_container {
	width: 100%;
	text-align: left;
	min-width: 994px;
	padding-bottom: 35px;
}
.frame {
	width: 995px;
	margin: 0px auto;
	text-align:left;
}
.footer_container {
	width: 100%;
	background-color: #51402D;
}
.footer, .footer a { color: #a2cff2; }
.footer {
	width: 700px;
	padding: 35px 147px;
	font-size: 11px;
	text-align: center;
	margin: 0px auto;
}
.footer .logo {
	padding-top: 15px;
}
#hp_top {
	width: 1033px;
	height: 409px;
	background: url(../../images/bkg_body.jpg) no-repeat top left;
}

/* hidden text */
#hp_top h1, #hp_top h2, #hp_top h3 {
	position: absolute;
	margin-left: -10000px;
}
/* menu
---------------------------------------- */
#menu {
	width: 1033px;
	height: 105px;
	background: url(../../images/menu.jpg);
	margin: 0px auto; 
	padding: 0;
	position: relative;
}
#menu ul{
	margin: 0;	
}
#menu li {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute; 
	top: 0;
}
#panel1 {
	left: 250px; 
}
#panel2 {
	left: 432px; 
}
#panel3 {
	left: 623px; 
}

#menu ul li a{
  display: block;
  overflow: hidden;
  height: 105px;
  width: 170px;
  cursor: pointer;
  text-decoration:none;
}

#menu span{
    position:absolute;
    top:-10000px;
}
#menu ul li img{
  position: absolute;
  margin: 23px 0 0 24px;
}

#menu ul li p {
  margin: 0;
  padding: 0;
  display: block;
  margin-left: 24px;
  margin-top: 14px;
  font-size: 12px;
  color: #000000;

}
#menu ul li h2 {
  margin: 0;
  padding: 0;
  width: 230px;
  display: block;
  margin-left: 75px;
  margin-top: 22px;
  font-size: 24px;
  color: #000000;
  font-weight: normal !important;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *
 * END GLOBAL STYLES -- BEGIN PAGE LEVEL SELECTORS	     	 *
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 