/*
    designed by WebTemplateOcean.com
    http://www.webtemplateocean.com/
    released under Creative Commons Attribution-ShareAlike 3.0 license
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px Arial, Helvetica, sans-serif;
    color: #5C5C5C;
    margin:0 0 12px 0;
    padding:0;
    background:url("../images/br_body.jpg");

}
h1 {
    font-size: 38px;
    font-weight: normal;
    color: #004891;
    padding: 4px;
}

h1 a, h1 a:hover {
    color: #000000;
    text-decoration: none;
}

h2 {
    font-size: 25px;
    font-weight: normal;
    color: #004891;
}

p {
    padding: .8em 0;
    line-height: 1.8em;
    text-align: justify;
}

p#subtitle {
    padding: 5px 0 0 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #777777;
}

a {
    color: #3297D3;
    text-decoration: none;
border: none;
}

a:hover {
    text-decoration: underline;
}

/* page */

#page {
    position: relative;
    width: 960px;
    padding: 0;
    margin: 0 auto;
    background: #FFFFFF url("../images/page.gif") no-repeat bottom;
}

/* ------------------------------------------------------ HEADER ------------------------------------------------------ */
#header {
    height: 140px;
    padding: 0;
    text-align: center;
}
#logo {
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
}
#logo img {
    border: none;
}
/* ------------------------------------------------------ MENU ------------------------------------------------------ */
#menu {
    height: 46px;
    margin: 0;
    background: transparent url("../images/menu.gif") center top;
    background-repeat: no-repeat;
}
#menu ul {
    list-style: none;
    padding-left: 200px;
}
#menu ul li {
    display: block;
    float: left;
    padding: 0;
    margin-right: 4px;
    line-height: 46px;
    text-align: center;
}
#menu ul li a {
    display: block;
    float: left;
    padding: 0 6px 0 0;
    text-decoration: none;
    color: #3297D3;
}
#menu ul li a  span {
    display: block;
    float: left;
    height: 46px;
    padding: 0 20px 0 26px;
    cursor: pointer;
}
#menu ul li a:hover {
    color: #0058B0;
    background: url("../images/menuright.gif") no-repeat right top;
}

#menu ul li a:hover span, #menu ul li a.active span {
    background: url("../images/menuleft.gif") no-repeat left top;
}

#menu ul li a.active {
    background: url("../images/menuright.gif") no-repeat right top;
}

#mainimg {
    display: block;
    height: 160px;
    margin: 20px 0 25px 0;
}

/* ------------------------------------------------------ CONTENT ------------------------------------------------------ */
#content {
    float: left;
    width: 530px;
    padding: 20px 50px 20px 60px;
}

#content .post {
    padding: 0 0 3.5em 0;
}

#content h2 {
    font-size: 2.75em;
    letter-spacing: -1px;
}

#content h2 a {
    color: #2582B7;
    text-decoration: none;
}

p.postmeta {
    color: #888888;
}

#content .entry {
    padding: 12px 0 0 0;
}
.center {
    text-align: center;
}
/* ------------------------------------------------------ SIDEBAR ------------------------------------------------------ */
#sidebar {
    float: right;
    width: 240px;
    padding: 35px 20px 10px 20px;
    background-color: #EFF0F1;
}
#sidebar h2 {
    width: 183px;
    text-align: center;
    font-size: 1.2em;
    line-height: 42px;
    background: url("../images/sb_head_br.jpg") no-repeat;
}
#sidebar .box {
    text-align: center;
    padding: 12px 0;
}

#sidebar p {
    text-align: left;
    line-height: 2em;
}
#sidebar ul {
    list-style: none;
    padding: .4em 0 2.75em 0;
}
#sidebar ul li {
    padding: .2em 20px .2em 20px;
    line-height: 2.5em;
    background: url("../images/list_item.gif") no-repeat 20px .9em;
    border-bottom: 1px solid #DEE0E0;
}
#sidebar ul li a link{
    padding: 0 0 0 22px;
color: green;
}
#sidebar ul li a:hover{
    padding: 0 0 0 22px;
color: pink;
}
.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* ------------------------------------------------------ FOOTER ------------------------------------------------------ */
#footer {
    clear: both;
    padding: 10px 40px;
}
#footer p {
    font-size: .85em;
    text-align: center;
    text-transform: uppercase;
    color: #7C7C7C;
}
/* ------------------------------------------------------ STICKY FORM ------------------------------------------------------ */
table.form  {
     width: 95%;
     font-size: 100%;
     border: 1px solid #cccccc;
    background-color: #EFF0F1;
     }
.stickyorg {
   font-size: 90%;
   text-align: left;
   padding: 3px;
   color: #0482FF;
   }
.stickyorgcenter {
   font-size: 90%;
   text-align: center;
   padding: 3px;
   color: #0482FF;
   }
.sticky {
   color: #EA2611;
   font-size: 90%;
   text-align: left;
   padding: 3px;
   }
.test {
   color: #FFFFFF;
   font-size: 90%;
   text-align: left;
   padding: 3px;
   }
.stickycenter {
   color: #EA2611;
   font-size: 90%;
   text-align: center;
    padding: 3px;
   }
/* ------------------------------------------------------ LISTS ------------------------------------------------------ */
ol.a {
   list-style-type:numeral;
   }
