
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a, a:visited
{
  text-decoration: underline;
  color: #026465;
}

a:hover
{
  text-decoration: none;
}

body {
  background: #D9E9E6;
  text-align: center;
  font-family: "Trebuchet MS", Arial, Verdana;
  font-size: 11px;
  color: #333;
}
#Wrapper {
  text-align: left;
  margin: 0 auto;
  width: 980px;
  background: #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
#Header {
  height: 174px;
  position: relative;
}
.lang {
  position: absolute;
  right: 0;
  top: 46px;
  background: #14BA94;
  font-size: 10px;
  padding: 4px;
  color: #FFF;
}
.lang a, lang a:visited {
  color: #008266;
  text-decoration: none;
}
.home {
  position: absolute;
  right: 45px;
  top:110px;
}
#Menu {
  background: #007958;
  font-size: 9px;
  font-family: verdana;
  font-weight: bold;
  text-transform: uppercase;
  height: 25px;
  
}

#navigation a
{
  color: #FFF;
  text-decoration: none;
  padding-left: 7px;
  margin-right: 5px;
  
}

#navigation a span
{
  padding-right: 7px;
}

#navigation a, #navigation a span
{
  display: block;
  float: left;
  height: 16px;
  cursor: pointer;
  line-height: 13px;
  color: #CDE4DC;
  
}


#navigation a {
  background: url(/images/arrow-menu.gif) 2px 6px no-repeat;
}
#navigation li.active a,
#navigation a:hover
{
  color: #fff;
  background: url(/images/a-left.jpg) left top no-repeat;
  padding-left: 7px;
  
}

#navigation li.active a span,
#navigation a:hover span
{
  background: url(/images/a-right.jpg) right top no-repeat;
  padding-right: 7px;
  color: #FFF;
}

ul#navigation
{
  list-style: none;
  padding: 0;
  padding-top: 5px;
  overflow: auto;
  margin: 0 auto;
  float: left;
}

#navigation li
{
  display: inline;
  margin: 0;
}

#Footer {
  height: 133px;
  position: relative;
}
#Content {
  overflow: auto;
  width: 100%;
  background: #FFF url(/images/content-bg.jpg) top left repeat-x;
  position: relative;
  _display: inline-block;
  
}

.breadcrumb {
  background: url(/images/breadcrumb-bg.gif) 0px 26px no-repeat;
  padding-top: 30px;
  padding-left: 130px;
  font-family: verdana;
  font-weight: bold;
  text-transform: uppercase;
  color: #007958;
  padding-bottom: 20px;
}
.breadcrumb a {
  font-weight: normal;
  color: #999;
  text-decoration: none;
}

.breadcrumb-like {
  background: url(/images/breadcrumb-like.gif) 0px 26px no-repeat;
  padding-top: 30px;
  padding-left: 51px;
  margin-left: -111px;
  font-family: verdana;
  font-weight: bold;
  text-transform: uppercase;
  color: #007958;
  padding-bottom: 20px;
  
}
.breadcrumb-like a {
  font-weight: normal;
  color: #999;
  text-decoration: none;
}


h4 {
  font-family: verdana;
  font-weight: bold;
  text-transform: uppercase;
  color: #026465;
  margin: 5px 0;
  font-size: 10px;
  margin-bottom: 15px;
}
.date{
  font-size: 9px;
  background: #D3E8E3;
  color: #007956;
  padding: 3px;
  
}
.main {
  border-left: 1px solid #CBE4DE;
  margin-left: 79px;
  padding-left: 110px;
  min-height: 200px;
  _height: 200px;
  background: url(/images/main-bg.gif) bottom left no-repeat;
  margin-bottom: 20px;
  width: 440px;
  float: left;
  display: inline;
  
  
  
}
.menu {
  position: absolute;
  width: 148px;
  top: 70px;
  left: 20px;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0; padding: 0;
}


.menu li a:visited,
.menu li a {
  display: block;
  display: inline-block;
  width: 140px;
  background: #CFE6E0;
  color: #05634B;
  margin-bottom: 1px;
  padding: 2px 4px;
  text-decoration: none;
}
.menu li.level2 a:visited,
.menu li.level2 a {
  background: #aac6be;
  margin-left: 19px;  
  width: 121px;
  color: #FFF;
}
.menu li.level2 {
  background: url(/images/arrow.gif) 10px 10px no-repeat;
}
.sidenote {
  width: 333px;
  float: right;
  margin-top: -30px;
}
.sidenote-header {
  height: 45px;
  background: url(/images/sidebar-header.png) top left no-repeat;
  position: relative;
}
.sidenote-header span {
  position: absolute;
  top: 23px;
  left: 40px;
  font-family: verdana;
  font-weight: bold;
  text-transform: uppercase;
  color: #007958;
  font-size: 11px;
}
.sidenote-body {
  border-left: 1px solid #CCE4DE;
  border-bottom: 1px solid #CCE4DE;
  padding: 5px 10px 10px 40px;
  background: #FFF url(/images/sidebar-body.png) top left no-repeat;
}
.sidenote-banner {
  text-align: center;
  margin-bottom: 20px;
}
.created {
  position: absolute;
  top: 85px;
  left: 844px;
  font-size: 10px;
  color: #72ae9e;
  
}
.created a:visited,
.created a:hover,
.created a {
  text-decoration: none;
}
.address {
  color: #007958;
  position: absolute;
  font-size: 12px;
  top: 50px;
  left: 340px;
}
.news dd {
  margin-bottom: 20px;
}
.front-news {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CBE4DE;
  margin-left: -85px;
}

.front-news h4,
.front-news p {
  margin: 7px 0 7px 0px;
  
}
.front-news-like {
  border-bottom: none;
  margin-bottom: 0;
}

.navi a,
#pagination a {
  text-decoration: none;
}
.navi {
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.newhome {
  display: block;
  position: absolute;
  width: 170px;
  height: 100px;

  top: 10px;
  left: 60px;
}


.main table {
  border-collapse: collapse;
  margin: 10px 0;
}
.main table th,
.main table td {
  border: 1px solid #CCC;
  padding: 3px;
}
.main table th {
  font-weight: bold;
  text-align: left;
  background: #DDD;
}
table.noborder,
table.noborder th,
table.noborder td {
  border: none;
  padding: 1px;
  margin: 0;
}
.rss-image {
  margin-bottom: -4px;
}
