@charset "UTF-8";
/* CSS Document */

html, body {margin:0; padding:0; width:100%; height:100%; }


* {margin:0;padding:0;}


body {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	background-image: url(../_img/background.jpg); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	width: 760px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
  margin-top: 25px;
  display: block;
  width: 760px;
  height: 100px;
  background-image: url(../_img/header.png);
}

#menu-container {
  font-size: 12px;
  margin-top: 25px;
  display: block;
  width: 760px;
  height: 40px;
  background-image: url(../_img/menu.png);
}

  div#menu h2 {
  margin: 0;
  padding: 0;
  }
  
  ul#menu {
  margin: 0;
  padding: 0.3em 0em;
  padding-top: 13px;
  text-align: center;
  }


  ul#menu li {
  display: inline;
  margin: 0.1em 1em;
  position: relative;
  text-align: left;
  }

  ul#menu h2, ul#menu h3 {
  font-size: 100%;
  font-weight: normal;
  display: inline;
  }


  ul#menu li a {
  text-decoration: none;
  padding: 0 0.4em;
  }

  ul#menu li a:hover {
  text-decoration: underline;
  }

  ul#menu li.mega a {
  background: transparent url(../_img/arrow.gif) center right no-repeat;
  padding: 0 1.2em;
  }

  ul#menu li.mega a:hover {
  text-decoration: underline;
  }

  ul#menu div {
  display: none;
  }

  ul#menu li.mega div {
  border: 1px solid #e5e5e5;
  width: 18em;
  position: absolute;
  top: 1.6em;
  left: 0em;
  padding: 1.3em;
  background: #fff;
  color: #000;
  }

  ul#menu li.hovering div {
  display: block;
  }

  ul#menu li.mega div a {
  color: #0372c9;
  padding: 0;
  background-image: none;
  text-decoration: underline;
  }

  ul#menu li div a.more {
  color: #006600;
  font-weight: bold;
  }


  ul#menu div h3 {
  color: #748d00;
  font-weight: bold;
  font-size: 1.1em;
  }
  ul#menu div p {
  margin: 0 0 0.8em 0;
  padding: 0;
  }



  /*.menu-ul {
    list-style: none;
    width: 760px;
    padding-top: 13px;
  }
  
  .menu-li {
  display: inline;
  padding: 0 12px 0 12px;
  }*/
  
  ul#menu li { 
    display: inline; 
    position: relative; 
  } 
  
  ul#menu div {
    display: none;
  }

  ul#menu li.mega div {
    width: 18em;
    position: absolute;
    top: 1.6em;
    left: 0em;
  }
  
  ul#menu li.hovering div {
    display: block;
  }
  
  /*#menu a, a:link, a:visited, a:active {
    color: #000;
    text-decoration: none;
  }
  
  #menu a:hover {
    color: #006600;
    text-decoration: underline;
  }*/

#content-top {
  margin-top: 25px;
  width: 760px;
  height: 18px;
  background-image: url(../_img/content-top.png);
  background-repeat: no-repeat;
	background-position: center top;
}

#content {
  margin: 0;
  padding: 0 20px 0 20px;
  background: #FFF;
  width: 720px;
}

#content img {
display: block;
}

#content ul, #content ol {
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 15px;
}

#content-bottom {
  width: 760px;
  height: 18px;
  background-image: url(../_img/content-bottom.png);
  background-repeat: no-repeat;
	background-position: center bottom;
}

#footer {
  font-size: 11px;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 760px;
  height: 65px;
  background-image: url(../_img/menu.png);
  background-repeat: no-repeat;
	background-position: center top;
}

.footer-left {
  float: left;
  padding-left: 15px;
  padding-top: 13px;
  text-align: left;
}

.footer-right {
  float: right;
  padding-right: 15px;
  padding-top: 13px;
  text-align: right;
}

h1 {
  padding-bottom: 10px;
}

h2 {
  padding-bottom: 8px;
}

h3 {
  padding-bottom: 6px;
}

p {
  padding-bottom: 10px;
}

.roundedcornr_box_615299 {
   background: #6699cc;
}
.roundedcornr_top_615299 div {
   background: url(../_img/roundedcornr_615299_tl.png) no-repeat top left;
}
.roundedcornr_top_615299 {
   background: url(../_img/roundedcornr_615299_tr.png) no-repeat top right;
}
.roundedcornr_bottom_615299 div {
   background: url(../_img/roundedcornr_615299_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_615299 {
   background: url(../_img/roundedcornr_615299_br.png) no-repeat bottom right;
}

.roundedcornr_top_615299 div, .roundedcornr_top_615299, 
.roundedcornr_bottom_615299 div, .roundedcornr_bottom_615299 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_615299 { margin: 0 15px; }