/* common */

body, div, p, ul, h1, h2, h3, h4, h5, h6, form {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}

ul {
  margin-left: 20px;
}
li {
  margin-left: 20px;
}
sup {
  font-size: 6px;
}

.button {
  color: #FFF;
  background: url(button_bg.png) repeat-x;
  height: 26px;
  border: none;
  font-weight: bold;
}

/* html */

body {
  background-image: url(body_bg.jpg);
  background-repeat: repeat-x;
}


/* layout */

#site {
  width: 1000px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 20px 0;
}
#head {

}
#left {
  width: 210px;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}
#content {
  width: 775px;
  float: left;
  margin-top: 15px;
}

/* head */

#head_main {
  float: left;
  width: 725px;
  margin-right: 15px;
}

#head_right {
  float: left;
  width: 260px;
}

#head_search {
  color: #FFF;
  background: #4cbadd url(search_bottom.png) bottom repeat-x;
  height: 240px;
}
#head_search h3 {
  height: 20px;
  background-color: #0280d7;
  font: bold 16px Arial;
  padding: 3px 20px;
  margin-bottom: 10px;
}
#head_search p {
  float: left;
  width: 80px;
  padding-left: 20px;
  font: bold 12px Verdana;
  margin: 5px 0;
}
#head_search input, #head_search select {
  width: 140px;
  margin: 2px 0;
}
#head_search input.minmax {
  width: 60px;
}
#head_search .submit {
  text-align: right;
  padding-right: 14px;
  margin-top: 14px;
}

#upper_menu {
  height: 26px;
  background-image: url(upper_menu_blue.gif);
  padding-left: 100px;
}
#upper_menu ul {
  margin: 0;
  background-image: url(upper_menu_green.gif);
  list-style: none;
}
#upper_menu ul li {
  float: left;
  width: 180px;
  margin: 0;
  text-align: center;
  height: 26px;
}
#upper_menu ul li a {
  font: bold 16px Arial;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 4px;
  background-image: url(upper_menu_list.gif);
}
#upper_menu ul li a:hover {
  background-image: url(upper_menu_green.gif);
}

#banner {
  background-image: url(banner_bg.jpg);
  height: 180px;
  position: relative;
}

#logo {
  position: absolute;
  top: 23px;
  left: 12px;
}
#logo a {
  width: 80px;
  height: 134px;
  display: block;
  background-image: url(mentor_logo.jpg);
}
#banner h1 {
  font: bold 17px Arial;
  color: #0064a9;
  position: absolute;
  top: 79px;
  left: 130px;
}
#banner h2 {
  font: 18px Arial;
  color: #042135;
  position: absolute;
  top: 100px;
  left: 190px;
}


#head_bottom {
  height: 34px;
  background-image: url(head_bottom_bg.gif);
}
#breadcrumb {
  background-image: url(breadcrumb_bg.gif);
  margin-left: 210px;
  height: 20px;
  padding: 7px 15px;
  font: bold 16px Arial;
  color: #FFF;
}
#breadcrumb a {
  color: #FFF;
  text-decoration: none;
  padding: 0 5px;
}

/* left */

#main_menu {
  margin-bottom: 15px;
}
#main_menu ul {
  margin: 0;
  list-style: none;
}
#main_menu ul li {
  margin: 0;
}
#main_menu ul li a {
  background-image: url(main_menu_bg.jpg);
  background-position: 14px;
  background-repeat: no-repeat;
  display: block;
  padding: 8px 22px;
  font: bold 14px Verdana;
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid #d9d9d9;
  background-color: #103352;
}
#main_menu ul li a:hover {
  background-color: #178f22;
  color: #6dc475;
}


/* foot */

#foot {
  height: 32px;
  background-image: url(footer_bg.jpg);
  background-repeat: repeat-x;
  padding: 7px;
  text-align: center;
  color: #FFF;
  font: 12px Verdana;
  margin-top: 30px;
}
#foot span {
  padding: 0 5px;
}
#foot a {
  padding: 0 5px;
  color: #FFF;
  text-decoration: none;
}
#foot a:hover {
  text-decoration: underline;
}

/* index class */

.clear {
  clear: both;
}
.clear_left {
  clear: left;
}

.success {
  border: solid 2px #104C24;
  padding: 10px;
  text-align: center;
  color: #104C24;
  font-weight: bold;
}
.error {
  border: solid 2px #CC0000;
  padding: 10px;
  text-align: center;
  color: #CC0000;
  font-weight: bold;
}

/* window */

.window {
  border-bottom: 3px solid #104c24;
  margin-bottom: 15px;
  background-color: #d9d9d9;
  color: #525252;
}
.window h3 {
  font: bold 16px Verdana;
  color: #FFF;
  background-image: url(window_head.gif);
  background-repeat: repeat-x;
  height: 20px;
  padding: 6px 10px;
  border-bottom: 2px solid #FFF;
}
.window p {
  padding: 8px;
  font: 13px Arial;
}
.window p.link {
  text-align: right;
}
.window p.link a {
  color: #525252;
  font-weight: bold;
  text-decoration:none;
}
.window p.link a:hover {
  color: #178f22;
  text-decoration: underline;
}

/* pager */

.pager {
  text-align: center;
  margin: 10px 0 0;
  color: #FFF;
  font-weight: bold;
}
.pager a {
  color: #525252;
  text-decoration: none;
}
.pager a:hover {
  color: #178f22;
  text-decoration: underline;
}