@charset "utf-8";
/* CSS Document */

/* page layout */
body {
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    background-image: url(../images/layout/gradient.jpg);
    background-position: center;
    padding: 0px;
    margin: 0px;
}

h2 {
    color: #1E77A1;
    font-size: 16px;
}

h3 {
    color: #333333;
    font-style: italic;
}

h4 {
    font-variant: small-caps;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    color: #A5C296;
}

p {
    line-height: 140%;
}

#container {
    width: 840px;
    background-image: url(../images/layout/sidebarA.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    margin-right: auto;
    margin-left: auto;
}

#inner_container {
    width: 840px;
    background-image: url(../images/layout/sidebarB.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

#bg_container_right, #bg_container_left {
    width: 840px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: repeat-y;
}

#bg_container_right {
    background-image: url(../images/layout/sidebarB_bg.jpg);
    background-position: right;
}

#bg_container_left {
    background-image: url(../images/layout/sidebarA_bg.jpg);
    background-position: left;
    background-color: #195571;
}

#header_container {
    width: 840px;
    height: 200px;
    background-image: url(../images/banner.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

#content_container {
    background-image: url(../images/textlines.jpg);
    background-position: top center;
    margin-bottom: 4px;
    width: 789px;
    margin-left: 25px;
}

/*
#content {
    margin-left: 30px;
    margin-right: 30px;
}
*/

#footer_container {
    width: 840px;
    height: 60px;
    background-image: url(../images/layout/bottom_wlogo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: auto;
    margin-left: auto;
}

/* title header */
#title_header {
    display: none;
}

/* navigation */
#nav {
    margin: 0px;
    height: 20px;
    top: 170px;
    left: 25px;
    padding: 0px;
    padding-left: 15px;
    width: 774px;
    list-style: none;
    position: relative;
    background-color: #2E80A5;
    border-bottom: solid 3px #1E77A1;
}

#nav li {
    float: left;
    margin-left: 100px;
    text-align: center;
    padding-top: 3px;
}

#nav li a {
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
}

#nav li a:hover {
    color: #c0c0c0;
}

/* subnav */

.subnav {
    float: left;
    width: 130px;
    height: 300px;
    padding-left: 15px;
    background-image: url(../images/layout/sidemenu.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.subnav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100px;
}

.subnav ul li {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}

.subnav ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #1E77A1;
    font-weight: bold;
}

.subnav ul li a:hover {
    color: #26576C;
    font-weight: bold;
}

/* bread crumbs */
.breadcrumbs {
}

.breadcrumbs a {
    text-decoration: none;
    font-size: 10px;
    color: #000000;
}

.breadcrumbs a:hover {
    color: #A5C296;
}

/* header container */
#header_slider_container {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    width: 788px;
    height: 3px;
    top: 170px;
    left: 26px;
    border-top: solid 3px #1E77A1;
    border-bottom: solid 3px #1E77A1;
}

#header_slider_delta {
    width: 100px;
    height: 5px;
    background-color: #72A9C0;
    margin-left: -150px;
}

/*
 * Twitter
 */

 #twitter {
    width: 840px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-family: arial;
    text-align: right;
    padding-right: 40px;
 }

 #twitter a:hover {
    color: inherit;
 }

 #twitter a img {
    width: 25px;
    height: 25px;
    border: 0px;
    vertical-align: middle;
 }


