@import url(normalize.css);
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

body {
    font-size: 1em;
    line-height: 1.4;
    min-width:1024px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

html {
  font-family:Arial, Helvetica, sans-serif;
}
h1 {
  color:#005f7a;
  font-family: 'Bree Serif', serif, Arial;
  font-weight:bold;
  font-size:22px;
}
h2 {
  color:#3b3b3b;
  font-weight:bold;
  font-size:16px;
}
h3 {
  color:#0090b9;
  font-weight:bold;
  font-size:15px;
}
h4 {
  color:#82bd42;
  font-weight:bold;
  font-size:14px;
}
h5 {
  color:#454545;
  font-weight:bold;
  font-size:14px;
}
h6 {
  font-size:13px;
}

body#tinymce, body.contentpane{
  background:#fff;
  border:0 none;
}

.wrapper {
  width: 960px;
  margin:0 auto;
}
#header {
  background: #ffffff;
  height: 145px;
}
#top{
  width:746px;
  float:right;
}
#banner {
  background: #ffffff;
}
#content {
  font-size: 13px;
  background: #ffffff;
  padding-bottom: 10px;
}
#footer {
  clear: both;
}
#right, #main, #left {
  float: left;
  padding: 50px 0;
}
.one_column #main{
  width:960px;
}
.one_column #left, .one_column #right{
  display:none;
}
/*.two_column_r #right{
  width:197px;
}
.two_column_r #main{
  width:590px;
  margin-right:10px;
}*/
.two_column_l #left{
  width:200px;
  margin-right:40px;
  min-height: 1px;
}
.two_column_l #main{
  width:672px;
}
.two_column_l #right, .two_column_r #left{
  display:none;
}
/*.three_column #main{
  width:383px;
  margin-right:10px;
}
.three_column #right{
  width:197px;
}
.three_column #left{
  width:197px;
  margin-right:10px;
}*/

.separator, .clear{
  clear:both;
}
.buttonheading{
  float:right;
}
.menu, .menu ul{
  padding:0;
  margin:0;
}
.menu li{
  list-style:none none;
}

#header .logo{
  display:block;
  float:left;
  margin:40px 0 0 0;
}
#top {
  position:relative;  
}
#top .topmenu {
  position:absolute;
  top: 0;
  right:0;
}
#top .topmenu li {
  float:left;
  margin-left:10px;
}
#top .topmenu a {
  color:#fff;
  text-decoration:none;
  display:block;
  text-shadow: 0.1em 0.1em 0.05em #777;
  line-height:14px;
  height:14px;
  font-size:14px;
  text-align:center;
  height:44px;
  line-height:30px;
}
#top .topmenu .item-162 a, #top .topmenu .item-199 a{
  background:url(../images/site/toptab-1.jpg) no-repeat center top;
  width:166px;
}
#top .topmenu .item-163 a {
  background:url(../images/site/toptab-2.jpg) no-repeat center top;
  width:167px;
}
#top .topmenu .item-164 a {
  background:url(../images/site/toptab-3.jpg) no-repeat center top;
  width:106px;
}
#top .topmenu .item-162 a:hover, 
#top .topmenu .item-163 a:hover,
#top .topmenu .item-164 a:hover,
#top .topmenu .item-199 a:hover{
  background-position:center bottom;
}

#top .search.moduletable{
  background:#fff;
  border:1px solid #c3c3c3;
  border-radius:5px;
  padding:10px;
  float:right;
  height:14px;
}
#top input[type=text]{
  background:transparent;
  border:0 none;
  width:115px;
  color:#4f4f4f;
  font-size:13px;
  font-weight:normal;
  height:14px;
  line-height:14px;
  display: block;
  float: left;
  
  transition: width 300ms;
  -webkit-transition: width 300ms;
  -webkit-appearance:none;
  padding:0;
}
#top input[type=text]:focus {
  width:120px;
  outline:none;
  font-weight:normal;
}
#top input[type=submit]{
  margin-left:10px;
  width:14px;
  height:16px;
  border:0 none;
  cursor:pointer;
  background:  url(../images/site/search-bt.jpg) no-repeat center top;
  color:transparent;text-indent:-9999px;*font-size:0px;line-height:0;
  display: block;
  float: left;
  -webkit-appearance:none;
  padding:0;
}

#navigation{
  margin:90px 0 0 30px;  
}
#navigation .menu {
  font-family: 'Bree Serif', serif, Arial;
  float: left;
}
#navigation .menu li.level1{
  text-align: center;
  background:transparent;
  float: none;
  display:inline-block;
}
#navigation .menu li.level1.first{
  border-radius: 5px 0 0 5px;
}
#navigation .menu li.level1.last{
  border-radius: 0 5px 5px 0;
}
.lt-ie8 #navigation .menu li.level1 {
  float:left;
}
#navigation .menu li.level1 > a {
  font-family: 'ABeeZee', sans-serif;
  font-size: 15px;
  border: 0 none;
  color:#000;
  padding: 10px 12px;
}
#navigation .menu li.level1.last > a {
  padding-right:23px;
}
#navigation .menu li.level1 > a:hover {
  background:#f48e1f;
  color:#fff;
  border-radius:5px;
}
#navigation .menu li.level1.active > a span {
  border-bottom:2px solid #c9cbcd;
}

#navigation .menu li ul li{
  background:transparent;
  width:194px !important;
}
#navigation .menu li ul li a{
  display:block;
  border:0 none;
  background:  url(../images/site/menu/bg.png) repeat-y;
  font-size:13px;
  color:#454545;
  font-weight:normal;
  font-family:Arial, Helvetica, sans-serif;
  padding: 0;
}
#navigation .menu li ul li > a span{
  margin:0 7px;
  padding:8px 10px;
  width:160px;
  height:16px;
  line-height:16px;
  display:block;
  border-bottom:1px solid #e3e2dc;
  text-align:left;
}
#navigation .menu li ul li.last > a span {
  border-bottom:0 none;
}
#navigation .menu li ul li.active > a span{
  background:#f2f1e6;
}
#navigation .menu li ul li a:hover span{
  color:#fff;
  background:#bab9ac;
}
#navigation .menu li.level1 > ul {
  margin: 0 0 0 18px;
}
#navigation .menu li.level1 > ul li ul {
  margin: 6px 0 0 0;
  width:184px !important;
}
#navigation .menu li.level1 > ul li ul li ul {
  margin: 0 0 0 -7px;
}
#navigation .menu li ul li.level2.first {
  padding-top:20px;
  background:  url(../images/site/menu/top.png) no-repeat center top;
}
#navigation .menu li ul li.level2.last {
  padding-bottom:12px;
  background:  url(../images/site/menu/bottom.png) no-repeat center bottom;
}

#navigation .menu li ul li.level2 ul {
  background:  url(../images/site/menu/arrow_sub.png) no-repeat left top;
  padding-left: 6px;
}
#navigation .menu li ul li.level2 ul li a{
  background:  url(../images/site/menu/bg_sub.png) repeat-y;
}
#navigation .menu li ul li.level2 ul li {
  width: 184px !important;
}
#navigation .menu li ul li.level2 ul li > a span{
  width:150px;
}
#navigation .menu li ul li.level2 ul li.first {
  padding-top:10px;
  background:  url(../images/site/menu/top_sub.png) no-repeat center top;
}
#navigation .menu li ul li.level2 ul li.last {
  padding-bottom:15px;
  background:  url(../images/site/menu/bottom_sub.png) no-repeat center bottom;
}

#banner {
  background:#accd3b url(../images/site/banner.jpg) no-repeat center bottom;
  height:149px;
  line-height:149px;
  color: #FFF;
  text-shadow: 0px 1px 3px #979797;
  text-align:center;
  font-family: 'Sanchez', serif;
  font-size: 48px;
}

#left .menu li.level2{
  border-bottom:1px solid #e3e3e3;
}
#left .menu li a{
  display:block;
  color:#454545;
  font-weight:normal;
  padding:10px 30px;
  width:140px;
  text-decoration:none;
}
#left .menu li a:hover{ 
  font-weight:bold;
  text-decoration:none;
}
#left .menu li.level2 > a {
  font-size:14px;
}
#left .menu li.level2.parent > a {
  background-image:url(../images/site/arrow-right.png);
  background-position:15px 14px;
  background-repeat:no-repeat;
}
#left .menu li.level2.parent > a.open {
  background-image:url(../images/site/arrow-down.png);
  background-position:13px 15px;
}
#left .menu li.level2 > a:hover, #left .menu li.level2.current > a {
  background-color:#f5fbef;
  color:#81bd41;
  font-weight:bold;
}
#left .menu li.level2 > a.open {
  font-weight:bold;
}
#left .menu li.level3 > a {
  font-size:13px;
  padding-left:40px;
  width:130px;
}
#left .menu li.level3 > a:hover, #left .menu li.level3.active > a, #left .menu li.level3 > a.open {
  color:#81bd41;
  font-weight:bold;
}
#left .menu li.level4 > a {
  font-size:12px;
  padding-left:50px;
  width:120px;
}
#left .menu li.level4 > a:hover, #left .menu li.level4.active > a {
  font-weight:bold;
}

#content a {
  color:#0091b9;
  font-weight:bold;
  text-decoration:none;
}
#content a:hover {
  text-decoration:underline;
}

#footer {
  padding:0;
  background:  url(../images/site/footer-bg.jpg) repeat;
}
#footer-top{
  background:  url(../images/site/footer-top.png) repeat-x center top;
  padding-top:40px;
  padding-bottom:120px;
  /*margin-top:30px;*/
}
#footer .logos {
  float:left;  
}
#footer .copyright{
  float:right;
  text-align:right;
  margin:10px 0;
  line-height:20px;
}
#footer .copyright p{
  margin:0;  
}
#footer, #footer a{
  font-size:12px;
  color:#4f4f4f;
  text-decoration:none;
}
#footer p a:hover{
  text-decoration:underline;
}
#footer .development{
  margin: 0;
  line-height: 15px;
  height: 15px;
  float:right;
  clear: right;
  width:229px;
}
#footer .development img{
  margin-top:-4px;  
}
#footer .development a{
  font-weight:normal;
  text-decoration:none;
  display: block;
  float: left;
  margin-right: 5px;
}

#ff_form1 #bfLabel45{
  visibility:hidden;
}