@charset "utf-8";

/* * { */
/*     margin: 0; */
/*     padding: 0; */
/* } */

html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, Lucida Grande, Arial, sans-serif;
    color: #343434;
    background: #f0f0f0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: bottom;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,p {
    padding: 4px 0;
}

a {
    outline: none;
    border: none;
}

.shadow_left {
    width: 944px;
    background: transparent url('../img/shadow_l.png') repeat-y;
    margin: 0px auto;
}

.shadow_right {
    width: 960px;
    background: transparent url('../img/shadow_r.png') repeat-y right;
}

#wrapper {
    width: 944px;
    margin: 30px auto;
    background: url("../img/header.png") no-repeat;
    padding: 154px 0px 0px 0px;
    position: relative;
}

#navigation {
    list-style: none;
    padding-right: 2px;
    right: 0px;
    margin: 0 0 0 0;
    top: 118px;
    position: absolute;
    z-index: 1;
    width: 942px;
    background: #1a1a1a;
    display: block;
    overflow: hidden;
    font-size: 0.9em;
    font-weight: normal;
    height: 33px;
    text-transform: capitalize;
}

#navigation li {
    display: inline;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 33px;
    background: transparent;
    float: right;
}

#navigation a {
    display: block;
    float: right;
    padding: 0 8px;
    color: #f2f2f2;
    text-decoration: none;
}

#navigation .selected {
    color: #FFF;
    text-decoration: none;
    background-color: #ec4530;
    background: #32ADF1;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#navigation a:hover {
    border: none;
    background: url("../img/nav_bar_r.jpg") repeat-x bottom center;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tabs li {
    display: inline;
    margin: 0 8px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 33px;
    background: transparent;
    float: right;
}

.tabs a {
    display: block;
    float: right;
    padding: 0 8px;
    color: #f2f2f2;
    text-decoration: none;
}

#content {
    color: #000;
    background: #ffffff;
    /* width: 880px; */
    width: 100%;
    overflow: hidden;
    height: auto;
    position: absolute;
    margin-top: 0px;
    visibility: visible;
    position: relative;
    padding: 16px 32px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    padding: 15px;
    background: transparent url("../img/footer.png") no-repeat;
    color: #f2f2f2;
    text-align: center;
    margin: 0px 0 0 0;
    font-size: 10pt;
}

#footer a:link {
    color: #f2f2f2;
    text-decoration: none;
    font-weight: bold;
}

#footer a:visited {
    color: #f2f2f2;
    text-decoration: none;
    font-weight: bold;
}

#footer a:hover{
    color: #32adf1;
    text-decoration: none;
    font-weight: bold;
}

#footer a:active {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#chakra_nav {
    width: 100%;
    height: 32px;
}

#chakra_nav li {
    display: inline;
    float: right;
}

#chakra_nav a {
    padding: 0 8px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: normal;
}