/* body --------------------------------------------------------------------------------- */
html body {
    font-family: trebuchet ms, verdana, tahoma, arial;
    font-size: 82%;
    line-height: 1.5em;
    background: #fff url(../img/bg.gif) repeat-y left top;
    color: #333;
    margin: 0;
    padding: 10px;
    padding-top: 0;
    text-align: left;
}
img {
    border: none;
}
#container {
    width: 800px;
}
/* header --------------------------------------------------------------------------------- */
#header {
    margin: 0;
    padding: 0;
    background: #fff url(../img/bg_head.gif) repeat-x left top;
}
#header img {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid white;
}

/* navigation --------------------------------------------------------------------------- */
#menu {
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    border-bottom: 1px solid white;
}
#menuList {
    width: 100px;
    border: none;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
}
#menuList li {
    font-weight: bold;
    font-size: 86%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    border-top: 1px solid white;
}
#menuList a:link, #menuList a:visited, #menuList a:hover {
    display: block;
    background-color: transparent;
    border: none;
    padding: 0.1em 0.4em 0.1em 0.4em;
    text-decoration: none;
    color: white;
    margin: 0;
}
#menuList a:hover {
    background-color: #00AAE7;
}
#menuList li.active {
    color: #4D4D4D;
    padding: 0.1em 0.4em 0.1em 0.4em;
    background-color: white;
    text-decoration: none;
    border: none;
    border-right: 1px solid white;
}
#menuList {background-color: #0093DD}

/* Fix IE. Hide from IE Mac \*/
* html ul li a { height: 1%; }
/* End */

/* content -------------------------------------------------------------------------------- */
div.content {
    margin: 0;
    padding: 0;
    margin-left: 110px;
    width: 680px;
}
div.content h1 {
    margin-top: 20px;
}
ul.bullet
{
    margin-left: 10px;
    list-style-type:disc;
    padding-left: 10px;
    list-style-position:outside;
    list-style-image:url('../img/bullet.gif');
}
ul.bullet li {
    padding-top: 0;
    margin-top: 0;
}

#aboutus .pers {
    margin-top: 30px;
}
#aboutus .persImg {
    float: left;
    width: 100px;
}
#aboutus .persTitle {
    padding-top: 1em;
}
#aboutus .disabled {
    color: #999;
}
#aboutus .disabled h3 a {
    color: #999;
}

#contact h3 {
    margin-bottom: 5px;
}

#links div {margin-top: 50px;}
#links div img {
    float: left;
}
#links div h3 {margin-left: 170px;}

/* 2-column layout ------------------------------------------------------------------------- */
.column1 {
    float: left;
    width: 310px;
}
.column2 {
    float: left;
    width: 368px;
}

/* footer --------------------------------------------------------------------------------- */
#footer {
    clear: both;
    font-size: 75%;
    border-top: 1px solid #999;
    margin-top: 50px;
    padding: 0;
    margin-left: 110px;
    color: #999;
    text-align: left;
}
#footer a {
    color: #555;
    font-weight: bold;
    text-decoration: none;
}




