/* [Layout Style] */

/* [Centering box] */
#layout_center_outer         { text-align: center; }
#layout_center_inner         { margin: auto; text-align: left; width: 975px; }


/* [Banner Area] */
#layout_banner { position: relative; height: 170px; }
#layout_banner img#layout_banner_image {
  position: absolute; top: 0px; left: 0px; border: none; display: block;
}
#layout_banner h1 {
  position: absolute; top: 48px; left: 265px; font-size: 16pt; font-style: italic; color: #ffffff;
}
#layout_banner h2 {
  position: absolute; text-align: right; width: 340px; top: 112px; left: 600px;
  font-size: 12pt; font-style: italic; color: #ffffff; font-weight: normal;
}
#layout_banner #layout_banner_search {
  position: absolute; top: 105px; left: 265px; font-size: 10pt; color: #ffffff;
}
#layout_banner #layout_banner_search label {
  font-weight: bold; color: #ffffff; padding-right: 10px;
}
#layout_banner #layout_banner_search #topbar_search_go_btn{
  margin: 0 5px;
  border: none; width: 20px; height: 24px; 
  background: url(/UserFiles/Image/layout/btn_search.png) 0 -24px no-repeat;
}
#layout_banner #layout_banner_search #topbar_search_go_btn:hover{
  background-position: 0 0px;
}
#layout_quicklinks {
  float: right;
  padding: 0 10px;
}
/* [Middle Area] */
#layout_middle {
  position: relative;
  border-left: 1px solid #FFCA1C;
  border-right: 1px solid #FFCA1C;
  border-bottom: 2px solid #FFCA1C;
  background: #ffffff url(/UserFiles/Image/layout/background_page.gif) repeat-y;
}
#layout_middle #layout_middle_left {
  float: left;
  position: relative;
  left: 18px;
  width: 174px;
  padding: 12px;
  background: #DEE7F6 url(/UserFiles/Image/layout/background_sidebar.png) repeat-x;
  z-index: 2;
}
#layout_middle #layout_middle_center {
  float: left;
  position: relative;
  left: 40px;
  width: 702px;
  z-index: 1;
}
#layout_middle #layout_middle_right {
  float: left;
  position: relative;
  left: 60px;
  top: 10px;
  width: 10px; 
  background-color: #80ffff;
}
#layout_footer {
  background: url(/UserFiles/Image/layout/background_footer.png);
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 80%;
  color: #ffffff;
}
#layout_footer a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
#layout_footer a:hover {
  text-decoration: underline;
}


/* Web Poll */
#web_poll {
  padding: 10px 0 0 0;
  margin: 0 0 5px 10px;
}
#web_poll h1 {
  margin: 0 0 1em 0; font-size: 105%;
}
#web_poll p {
  margin: 0.5em 0 0.5em;
}

#web_poll .poll .question{
  font-size: 100%;
}
#web_poll a { text-decoration: none; color: #ad2c16; }
#web_poll a:hover { text-decoration: underline; }

#web_poll .status {
  background-color: #FFE191;
}
h1, h2, h3 { color: #00477F; }
