﻿/* home.php */
#home_left {
  position: relative;

  float: left;
  width: 325px;
  margin: 0px;
  padding: 0px;
  
   background-image: url(../images/home/box_body.jpg); 
background-position: left top;
background-repeat: repeat-y;
}

#home_right {
  position: relative;
  float: left;
  width: 325px;
  margin-left: 12px;
  
   background-image: url(../images/home/box_body.jpg); 
background-position: left top;
background-repeat: repeat-y;
}

#home_left_topbox, #home_right_topbox {
  position: relative;
  width: 325px;
  padding: 0px;
  margin: 0px;
   
  padding-bottom: 30px;


}

#home_left_secondbox, #home_right_secondbox {
  position: relative;
  width: 325px;
  padding: 0px;
  margin: 0px;

  
   padding-bottom: 30px;
  /* background-color: #FCCA47;*/
}

#home_right_topbox, #home_right_secondbox {
  /* background-color: #FCCA47;*/
}

#home_middle {
  position: relative;
  float: left;
  width: 325px;
  margin-left: 12px;
  
     background-image: url(../images/home/box_body.jpg); 
background-position: left top;
background-repeat: repeat-y;
}

#home_middle .snapbox {
  position: relative;
  width: 325px;
  height:370px;
  padding: 0px;
  margin: 0pt;
  
 border:none;
 
  background-image: url(../images/home/box_foot.jpg); 
background-position: left bottom;
background-repeat: no-repeat;

}
#home_middle  ul.scrollcontent{
 height:250px;
}


div.scrollcontent a , div.long_scrollcontent a {
color:#01529E;
font-size:12px;
font-family:Verdana, Tahoma, Arial;
font-weight:normal;
text-decoration:none;

}
div.scrollcontent a:hover, div.long_scrollcontent a:hover {

text-decoration:underline;

}


.rb {
background-image: url(../images/home/box_foot.jpg); 
background-position: left bottom;
background-repeat: no-repeat;


float:left;
}


.rb div, .snapbox div{

float:left;
padding: 0px;
padding-left:17px;

width:297px;

}

.rb ul , .snapbox ul{
padding: 0px 27px;
margin:0 10px 0 0;
list-style:none;

}
.rb ul li, .snapbox ul li{
padding: 1px 0px;
margin:0px;
}
img.icon {
float:none;
vertical-align:top;
height:90px;

}
.rb h3, .snapbox h3 {
display:none;
line-height:300%;
width: 213px;
height:90px;


margin:0px;
padding: 0px;
margin-top:-15px;
text-indent: -9999px;



font-size:15px;
}







