@CHARSET "UTF-8";
a.frequent:link {
    color: #003399;
}
a.frequent:visited {
    color: #3003399;
}
a.frequent:hover {
    color: #000000;
}
a.frequent:active {
    color: #003399;
}
.clear {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
#container {
    margin: 0em auto;
    /*width: 746px;*/
}
.content {
    margin: 0pt auto;
     background-color: #e2e3dd;
    text-align: left;
    font-size: 12px;
}
#content-body {
    width: 100%;
    height: 128px;
    float: left;
    background-color: #e2e3dd;
}
.content.people {
    display: none;
}
.content.news {
    display: none;
}
.content.tourism {
    display: none;
}
.content.images {
    display: none;
}
.content.statutes {
    display: none;
}
.content.hansard {
    display: none;
}
#search-column {
    width: 400px;
    height: 55px;
    margin-top: 40px;
    margin-left: 45px;
    margin-bottom: 0px;
    float: left;
}
#keywords {
    font-weight: bold;
    float: right;
    margin-top: 8px;
    margin-right: 19px;
}
#frequent-search {
    float: right;
    margin-top: 20px;
    margin-right: 35px;
}
#frequent-terms {
    float: right;
    margin-top: 5px;
    margin-right: 147px;
    line-height: 18px;
}
#container ul {
    list-style: none;
    list-style-position: outside;
}
#container ul.menu li {
    font-weight: 700;
    background-image:url(../img/tab.gif);
    background-repeat: no-repeat;
    width: 95px;
    height: 28px;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    margin-left:0px;
    right: 20px;
}
#container ul.menu li.active {
    background-image:url(../img/tab-active.gif);
    background-repeat: no-repeat;
    width: 95px;
    height: 28px;
    top: 1px;
    border-bottom: 0;
    color: #000000;
}

