body{
    font-family: arial;
    margin: 0px;
    background-color: #101010;
    text-align: center;
}

div.container{
    position: relative;
    width: 850px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div.header{
    clear: both;
    position: relative;
    height: 110px;
    background-color: black;
}

div.logo{
    position: absolute;
    left: 0px;
    width: 250px;
    height: 109px;
    background-image: url(images/logo.png);
    background-color: white;
}

div.banner{
    position: absolute;
    left: 249px;
    width: 600px;
    height: 110px;
    border-left: solid black 1px;
    background-image: url(images/banner.png);
}

div.body{
    clear: both;
    position: relative;
    height: 410px;
}

div.nav{
    top: -1px;
    left: 0px;
    width: 249px;
    position: absolute;
    border-top: 1px solid #505050;
}

div.nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

div.nav li{
    border-bottom: 1px solid #E0E0E0;
    margin: 0;
}

div.nav li a {
    display: block;
    padding: 11px 12px;
    border-left: 10px solid #B0B0B0;
    border-right: 10px solid #D0D0D0;
    background-color: #C0C0C0;
    color: white;
    text-decoration: none;
    width: 100%;
}

div.nav li a {
    width: auto;
    font-size: 15px;
    color: #CC0000;
}

div.nav li a:hover {
    border-left: 10px solid #707070;
    border-right: 10px solid #B0B0B0;
    background-color: #909090;
    color: CC0000;
}

div.nav li a.current {
    border-left: 10px solid #707070;
    border-right: 10px solid #B0B0B0;
    background-color: #909090;
    color: CC0000;
}

div.content{
    left: 249px;
    position: absolute;
    width: 590px;
    font-size: 13px;
}

div.footer{
    clear: both;
    height: 94px;
    position: relative;
}

div.accreditations{
    position: absolute;
    left: 0px;
    padding: 10px;
    width: 229px;
    text-align: center;
}

div.accreditations img{
    height: 74px;
    margin: 0px 5px 0px 5px;
}

div.contact{
    position: absolute;
    right: 0px;
    vertical-align: middle;
    text-align: center;
    width: 600px;
    height: 94px;
    font-size: 20px;
    margin-top: 15px;
}

div.scrollable{
    overflow: scroll;
    overflow-x: hidden;
    height: 408px;
}

span.phone{
    font-weight: bold;
    color: red;
}

ul.pagelist{
    margin-top: 40px;
    list-style: none;
}

ul.pagelist li{
    margin-top: 15px;
    font-size: 15px;
}

