@charset "utf-8";
/* CSS Document */

#hw-find {
width: 100%;
height: 121px;
background:#ffffff url(images/bg-find.jpg) top repeat-x;
}
#hw-simfind {
padding: 12px 20px;
background: url(images/cor01.jpg) top left no-repeat;
font:12px Arial, Helvetica, sans-serif;
}
#hw-endsf {
background: url(images/cor02.jpg) top right no-repeat;
}
.tits {
padding-right:8px;
text-align: right;
text-transform: uppercase;
color:#70a12a;
font-weight:bold;
font-size: 120%;
}

#tith1 {
padding-bottom:10px;
color:#eda314;
font-weight:bold;
font: 140% Arial, Helvetica, sans-serif;
border-bottom: 1px #CCCCCC solid;
}
#decom {
color:#666666;
font: 12px Arial, Helvetica, sans-serif;
border-bottom: 1px #CCCCCC solid;
padding: 10px 10px;
}
div#decom .deleft{
	height:auto;
	float:left;
	width: 85px;
}
div#decom .deright{
	line-height: 110%;
	position:relative;
}
.tits2 {
  text-align: left;
  text-transform: uppercase;
  color:#70a12a;
  font-weight:bold;
  font-size: 100%;
}
#findpage {
padding: 10px 10px;
font: 14px Arial, Helvetica, sans-serif;
clear: both;
}
#decom01 {
font: 12px Arial, Helvetica, sans-serif;
border:1px #CCCCCC solid;
padding: 1px 1px;
}
	.t-left {
	vertical-align:top;
	width: 30%;
	background:#f9f9f9;
	text-align: right;
	padding-right:5px;
	line-height:130%;
	color:#333333;
	}
	.t-right {
	background:#fff5de;
	padding-left:5px;
	line-height:130%;
	color:#5e4008;
	}
	.t-right strong, .t-right b {
	text-transform:uppercase;
	}
	.t-info {
	text-align:center;
	}
#decom02 {
font: 12px Arial, Helvetica, sans-serif;
border:1px #CCCCCC solid;
padding: 10px 10px;
line-height: 150%;
}
#decom02 img {
padding: 5px 5px 5px 0px;
}
#decom02 strong, #decom02 b {
text-transform: uppercase
}

/* Stylesheet Menu*/
.navbar
{
}  

.mainDiv
{
  width:100%;
}

.topItem, .topItemClose
{
  font: bold 100% Arial,sans-serif;
  letter-spacing: 0;
  background: transparent url(images/dotline.gif) no-repeat scroll center bottom;
  /*
  background: url("images/arrow-up-title.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  */
  border: none;
  width: 100%;
  height: 20px;
  color: #9B1F21;
  cursor:pointer;
  text-indent:5px;
}

.topItemOver, .topItemCloseOver
{
  text-indent:5px;
  font: bold 100% Arial,sans-serif;
  letter-spacing: 0;
  background: transparent url(images/dotline.gif) no-repeat scroll center bottom;
  /*
  background: url("images/arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  */
  height: 20px;
  width: 100%;
  color: #CC0000;
  cursor:pointer;
}

.dropMenu
{
  /* 
  font: 100% Arial,sans-serif;	
  background-color: #d6dff7;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
  */
  margin-bottom: 5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin:3px 0px 0px 0px;
   height:18px;
   font: 100% Arial,sans-serif;	
   text-decoration:none;
   color: #215dc6;
   background: transparent url(images/arrow.png) no-repeat scroll 9px !important;
}

div.subItem a{
    margin:0px 0px 0px 20px;
   font: 100% Arial,sans-serif;
   text-decoration:none;
   color: #9B1F21;
}

.subItemOver{
  margin:3px 0px 0px 0px;
  font: 100% Arial,sans-serif;	  
  height:18px;
  color: #428eff;
}

div.subItemOver  a{
  margin:0px 0px 0px 20px;
   font: 100% Arial,sans-serif;
   cursor:pointer;	
   color: #333;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

