/* Home page only */
#hp-topleft {
  margin: 0 0 10px 0;
  padding: 0;
  width: 349px;
}

#hp-topright {
  background: url(/images/hp-top-right-bg.jpg) top left repeat-x;
  width: 600px;
  height: 480px;
  float: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#hp-topright ul#tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
#hp-topright ul#tabs li {
  float: left;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
#hp-topright ul#tabs li img {
  display: block;
}
#hp-topright ul#tabs li a {
  display: block;
  color: #fff;
  padding: 6px 0 0 0;
}
#hp-topright ul#tabs li#map-tab {
  background: url(/images/map-tab-off.gif) top left no-repeat;
  width: 180px;
  height: 30px;  
}
#hp-topright ul#tabs li#map-tab.selected {
  background: url(/images/map-tab-on.gif) top left no-repeat;
}
#hp-topright ul#tabs li#text-tab {
  background: url(/images/text-tab-off.gif) top left no-repeat;
  width: 169px;
  height: 30px;
}
#hp-topright ul#tabs li#text-tab.selected {
  background: url(/images/text-tab-on.gif) top left no-repeat;
}

#hp-topright div#text-search {
}
#hp-topright div#text-search-container {
  position: relative;
  background: url(/images/text-search-bg.jpg) top left no-repeat;
  margin: 54px auto 0 auto;
  padding: 20px 35px 5px 35px;
  width: 446px;
  height: 329px;
}
div#text-search-container h3 {
  font-size: 1.2em;
  line-height: 1.3em;  
}

div#text-search-container form#text-search-form input#keyw {
  background: url(/images/text-searchbox-bg.jpg) top left repeat-x;
  border: 1px solid #7f9cba;
  margin: 10px 0 0 0;
  padding: 3px 6px;
  width: 400px;
  height: 20px;
  overflow: hidden;
}
form#text-search-form ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  width: 415px;
  overflow: hidden;
}
form#text-search-form ul li {
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px 0;
  width: 200px;
}
form#text-search-form p {
  margin: 0;
  padding: 0;
}

form#text-search-form input#submit-text {
  position: absolute;
  top: 329px;
  left: 337px;
  padding: 0;
  width: 149px;
  height: 38px;
}


#hp-left {
  width: 298px;
  float: left;
}

#hp-bottomleft {
  overflow: hidden;
  width: 349px;
}
#hp-bottomleft #latest-news-title {
  background: url(/images/hp-latest-news.gif) top left no-repeat;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 349px;
  height: 30px;
}
#hp-bottomleft #latest-news-title h2 {
  position: absolute;
  left: -9999px;
}
#hp-bottomleft #latest-news-title span {
  float: right;
  padding: 6px 6px 0 0;
}
#hp-bottomleft #latest-news-title span a {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
}
#hp-bottomleft ul {
  list-style: none;
  background: url(/images/hp-ul-bg.jpg) top right repeat-y;
  margin: 0;
  padding: 20px;
}
#hp-bottomleft ul li {
  overflow: hidden;
  margin: 0 0 20px 0;
}
#hp-bottomleft ul li div.image {
  float: left;
  margin: 0 10px 0 0;
  width: 80px;
}
#hp-bottomleft ul li div.image img {
  display: block;
  float: left;
}
#hp-bottomleft ul li div.news-content {
  float: left;
  width: 215px;
}
#hp-bottomleft ul li div.news-content a {
  color: #000;
}


#hp-bottomright {
  width:316px;
  height:175px;
  float:left;
}

#hp-bottomright h2 {
  display:block;
  background-color:#90518C;
}

h2 {
  font-size:10px;
  color:#fff;
  padding:2px;
  margin:0 !important;
}

h3 {
  margin: 0px;
  padding: 0px;
  font-size:1em;
  margin:0;
}

p {
  margin:0;
}


#content {
  background-color:#fff;
  padding:0;
}

.clear {
  clear: both;
}
/* */
