.clr{clear:both;}
/* BEGINN WRAPPER*/

body .contentpane{ /* FOR PRINT AND POPUP / index2.php */
background:#FFFFFF;
color:#333;
}
/* TOP POSITION */
#top{
position:relative;
width: 950px;
margin: 0 auto;
z-index:auto;
height:120px;
}
#nav{
position:absolute;
top:0;
left:4px;
}
a{
overflow: hidden; /* for Suckerfish*/
}
#nav h3{
display:none;
}

#logo{
position:absolute;
top:60px;
left:4px;
}

#banner{
position:absolute;
right:0;
top:70px;
}
#banner h3{ display:none;}


/* END TOP POSITION*/

/* BEGINN MIDDLE POSITION */
#middle{
position:relative;
margin:0 auto;
background:url(../images/middle_bg.png) no-repeat left bottom;
width:950px;
height:326px;
}


#search{
position: absolute;
z-index: 5;
top: 80px;
right: 0;
width: 163px;
height:24px;
text-align:left;
background:url(../images/search_bg.gif) no-repeat left top;
}
#search .inputbox{
border:none;
background:none;
height:24px;
width:160px;
font-size:12px;
color:#999;
padding-top:6px;
padding-left:10px;
}
#search .button {display:none}


#middle_left{
position:absolute;
bottom:0;
left:12px;
width:602px;
height:258px;
overflow:hidden;
text-align:left;
}

#middle_right{
position:absolute;
top:140px;
right:0;
height:165px;
width:250px;

overflow:hidden;
}
#middle_left h3{
display:none;
}
/* END MIDDLE POSITION */


/* BEGINN CONTENT POSITION*/
#content{
position:relative;
margin:0 auto;
width:950px;
z-index:99;
margin-top:4px;
}

#content_middle{
float:left;
width:610px;
padding-bottom:20px;
margin-top:30px;
padding-left:6px;
padding-right:6px;

}
#content_right{
margin-top:30px;
position:relative;
float:right;
width:250px;
}

/* BEGINN BOTTOM POSITION*/
#bottom{
clear:both;
position:relative;
margin:0 auto;
width:980px;
padding-top:10px;
padding-bottom:20px;
}
#bottom_left{
float:left;
margin:10px;
}
#bottom_right{
float:left;
margin:10px;
}

.bottom_row{
}
#footer{
clear:both;
position:relative;
margin:0 auto;
width:960px;
padding-top:10px;
padding-bottom:20px;
background: url(../images/sep.gif) repeat-x top;
color:#ccc;
font-size:90%;
}
#bottom_menu{
position:absolute;
right:0;
top:5px;
}
/* The Tips */
.tool-tip{
color:#333;
width:250px;
z-index:13000;
}

.tool-title{
font-weight:normal;
font-size:16px;
font-family:Tahoma, "Times New Roman", Times, serif;
margin:0;
color:#333;
padding:8px 8px 0px 8px;
background: #fff ;
text-align:left;
}

.tool-text{
font-size:11px;
padding:8px 8px 8px 8px;
background:#fff ;
text-align:left;	
border:1px solid #ccc;
}

