/* -- Core -- */

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 11px;
    font-family: Verdana, sans-serif;
    color: #000;
    background-color: #E5DFC6;
    background-image: url('../images/background.gif');
    background-repeat: repeat-y;
    background-position: top center;
}

#container {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

/* -- Global bits and pieces -- */

p {
    line-height: 14px;
}

img {
    border: 0;
}

a:link {
    color: #007DC5;
}

a:visited {
    color: #584099;
}

/* -- Header -- */

#header {
    position: relative;
    width: 800px;
    height: 219px;
    background-image: url('../images/top.gif');
}

#header #logo {
    position: absolute;
    top: 21px;
    left: 21px;
}

#header #title {
    position: absolute;
    top: 150px;
    left: 190px;
}

#header h1 {
    margin: 0;
    padding: 0;
}

#header #circle {
    position: absolute;
    top: 41px;
    left: 601px;
}

/* -- Menu col -- */

#menuCol {
    width: 170px;
    float: left;
    background-color: #76977B;
    color: #FFF;
}

div#menuCol div {
    padding: 0 20px;
}

#menuCol h3 {
    margin: 0 0 8px 0;
    font-size: 11px;
    font-weight: bold;
    color: #CFC999;
}

#menuCol h3.current {
    color: #BAD1ED;
}

#menuCol h3 a:link {
    color: #CFC999;
    text-decoration: none;
}

#menuCol h3 a:visited {
    color: #CFC999;
    text-decoration: none;
}

#menuCol h3 a:hover {
    color: #BAD1ED;
}

#menuCol ul {
    margin-top: 0px;
    margin-left: 26px;
    padding-left: 0px;
}

#menuCol ul li {
    margin-bottom: 2px;
}

#menuCol ul li a {
    text-decoration: none;
}

#menuCol ul li a:link {
    color: #FFF;
    text-decoration: none;
}

#menuCol ul li a:visited {
    color: #584099;
    text-decoration: none;
}

#menuCol ul li a:hover {
    color: #BAD1ED;
}

/* -- Content col -- */

#contentCol {
    width: 430px;
    float: left;
    background-color: #FFF;
}

div#contentCol div {
    padding: 0 20px 20px 20px;
}

#contentCol h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #007DC5;
}

#contentCol p {
    margin-top: 0;
    margin-bottom: 12px;
}

#contentCol #subMenu {
    margin: 0 0 20px 0;
    padding-left: 0;
    font-size: 10px;
    font-weight: bold;
    list-style: none;
}

#contentCol #subMenu li {
    margin-bottom: 4px;
}

#contentCol #subMenu li a {
    text-decoration: none;
}

#contentCol .topLink {
    font-size: 10px;
}

#contentCol #mission {
    margin: 0 0 0 15px;
    padding: 0;
}

#contentCol #mission li {
    margin-bottom: 10px;
}

#contentCol .phoneNumber {
    font-size: 12px;
    font-weight: bold;
}

/* -- Links col -- */

#linksCol {
    width: 200px;
    float: right;
    background-color: #FFF;
}

div#linksCol div {
    margin-top: 20px;
    padding: 0 20px 0 20px;
}

#linksCol h3 {
    margin: 0 0 8px 0;
    font-size: 11px;
    font-weight: bold;
    color: #76987C;
}

#linksCol ul {
    margin-top: 0px;
    margin-left: 0;
    padding-left: 0;
    font-size: 10px;
    list-style: none;
}

#linksCol ul li {
    margin-bottom: 8px;
}

#linksCol ul li a {
    text-decoration: none;
}

#linksCol ul li a:link {
    color: #76987C;
}

#linksCol ul li a:visited {
    color: #584099;
}

#linksCol ul li a:hover {
    color: #BAD1ED;
}