/* CSS RESET ----------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    /*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
strong {font-weight:bold;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* CSS RESET - END */

/* GENERALS */

.spacer-10 { clear: both; height: 10px; }
.spacer-15 { clear: both; height: 15px; }
.spacer-20 { clear: both; height: 20px; }
.spacer-30 { clear: both; height: 30px; }
.spacer-40 { clear: both; height: 40px; }

.clear {clear: both; height: 1px;}

/* BEGIN */

html {
    background-color:#ffd363;
}

h1#logo {
    position: absolute;
    top: 0px;
    left: 25px;
    width: 280px;
    height: 127px;
    background: url(images/logo.png) transparent no-repeat;
    text-indent: -9999px;
}

h2 {
    color: #063;
    margin: 6px 0;
    font-size: 16px;
    letter-spacing: normal;
}

a {
    text-decoration: none;
}

p {
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    margin: 12px 0px;
}

em {
    font-style: italic;
}

body {
    font-family: Arial;
}

/* TOP */

#top {
    background: #006731;
    text-align: center;
}

/* HEADER */

#header {
    position: relative;
    height: 127px;
    background: url(images/bg-header-02.jpg) no-repeat top center #fab30e;
}

#header-content {
    position: relative;
    margin: auto;
    width: 960px;
}

#header-content #header-copy {
    position: absolute;
    top: 0px;
    right: 42px;
}

/* TITLE */

#nav {
    position: relative;
    height: 36px;
    background: url(images/bg-nav.png) repeat-x;
    border-bottom: 1px solid #ffe9af;
}

#nav #nav-content {
    position: relative;
    padding: 0px 42px 0px 25px;
    width: 893px;
    margin: auto;
    height: 36px;
}

#nav #nav-content ul {
    list-style: none;
    height: 36px;
    margin-left: 0px;
}

#nav #nav-content ul li {
    height: 36px;
    float: left;
    font-family: Arial;
    color: #006630;
    font-size: 14px;
    font-weight: bold;
    background: transparent;
}

#nav #nav-content ul li a {
    height: 36px;
    padding: 0px 13px;
    color: #006630;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    background: transparent;
    display: block;
}

#nav #nav-content ul li a:hover, #nav #nav-content ul li.selected a  {
    background: url(images/bg-nav.png) repeat-x bottom;
}

/* CONTENT */

#wrapper {
    background-image:url(images/bg.jpg);
    padding: 10px 0px 40px;
}

#wrapper #content {
    padding: 0px 42px 0px 25px;
    width: 893px;
    margin: auto;
}

#wrapper #content .nav-left {
    position: relative; 
    width: 200px; 
    float: left;
}

#wrapper #content .nav-left ul {
    list-style: none;
}

#wrapper #content .nav-left ul li {
    height: 35px;
    float: left;
    font-family: Arial;
    color: #006630;
    font-size: 14px;
    font-weight: bold;
    background: url(images/bg-left-nav.png) no-repeat top;
}

#wrapper #content .nav-left ul li a {
    height: 35px;
    padding: 0px 12px 0px 12px;
    color: #006630;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    display: block;
    width: 176px;
    background: url(images/bg-left-nav.png) no-repeat top;
}

#wrapper #content .nav-left ul li a:hover, #wrapper #content .nav-left ul li.selected a {
    background: url(images/bg-left-nav.png) no-repeat bottom;
}

#wrapper #content .nav-left ul li ul.subnav li {
    height: 24px;
    float: left;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    background: #006731;
    border-bottom: 1px solid #0a7c40;
}

#wrapper #content .nav-left ul li ul.subnav li a {
    height: 24px;
    float: left;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    background: #006731;
    line-height: 24px;
    padding: 0px 15px 0px 15px;
    width: 170px;
}

#wrapper #content .nav-left ul li ul.subnav li a:hover, #wrapper #content .nav-left ul li ul.subnav li.selected a {
    background: #005428;
}

#wrapper #content .article {
    position: relative;
    float: left;
    background: url(images/bg-article.jpg) repeat-y;
    width: 693px;
}

#wrapper #content .article .text {
    width: 623px;
    padding: 35px;
}

/* FOOTER */

#footer {
    background: #006633;
}

#footer #footer-content {
    margin: auto;
    position: relative;
    width: 960px;
    height: 80px;
} 

/* SLIDER */

#slider {
    position: relative;
    overflow: hidden !important;
    width: 693px;
    height: 280px;
    margin: auto;
    z-index: 100;
}

#slider .slides_container {
    width: 693px;
    height: 280px;
    display:none;
}

#slider .slides_container div.item {
    width: 693px;
    height: 280px;
    display:block;
    background: #ffffff;
}

#slider .slides_container div.item img {
    width: 693px;
    height: 280px;
}

#slider .pagination {
    list-style:none;
    margin:0;
    padding:0;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 200;
}

#slider .pagination li {
    float: left;
    margin-left: 15px;
}

#slider .pagination a {
    width: 24px;
    height: 24px;
    display: block;
    background: url(images/point.png) no-repeat top;
    text-indent: -9999px;
}

#slider .pagination .current a {
    width: 24px;
    height: 24px;
    display: block;
    background: green;
    background: url(images/point.png) no-repeat bottom;
    text-indent: -9999px;
}