/** Layout **/
body {
    font-family:verdana,arial,sans-serif;
    font-size:small;
    background:#ffffff;
    color:black;
}
#wrapper {
    width:990px;
    margin:0 auto;
    padding:0;
    text-align:center;
}
#top {
    width:990px;
    height:150px;
    padding:0;
    margin:0;
    overflow:hidden;
    border-bottom:2px solid #001b3e;
}
#top img {
    margin:0;
    padding:0;
    border:none;
    width:990px;
    height:150px;
}
#contentwrap {
    width:100%;
    float:left;
    background:#6ab8ba;
}
#content {
    width:780px;
    float:right;
    margin:15px 10px 15px 0;
    text-align:left;
    color:black;
    background:#ffffff;
    position:relative;
    min-height:35em;
    height:auto !important;
    height:35em;
}
#content .sb-inner {
    background:#ffffff;
}
#content a {
    color:#3266cc;
    text-decoration:none;
}
#content a:hover {
    text-decoration:underline;
}
#content .img {
    float:right;
    padding:3px;
    border:1px solid #3266cc;
    margin-left:10px;
}
#bubbles {
    position:absolute;
    top:20px;
    left:10px;
    border:none;
}
#left {
    float:left;
    width:190px;
    text-align:left;
    background:transparent;
}
#left img {
    width:170px;
    margin:30px 0 0 10px;
    padding:0;
    border:none;
}
#footer {
    width:100%;
    float:left;
    height:60px;
    background:#6ab8ba;
    text-align:right;
    color:#001B3E;
}
#footer ul {list-style:none;float:right;}
#footer ul li {float:left;margin-right:20px;}
#footer ul li a {color:#001be3;text-decoration:none;}
#footer ul li a:hover {text-decoration:underline;}

.continner {padding:10px 15px 15px 120px;}
.footinner {padding:15px;}
.inner {padding:10px;}
.selected {font-weight:bold;background: url('/images/tick.png') left center no-repeat;}
.clear {clear:both;}

/** Navigation **/
#nav {
    list-style:none;
    margin:30px 0 10px 0;
    padding:0;
}
#nav li {
    background:#3266cc;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
}
#nav li a {
    padding:3px 5px;
    text-decoration:none;
    display:block;
    color:white;
    text-align:right;
    font-size:110%;
}
#nav li a:hover {
    text-decoration:underline;
}

/** Map **/
#map {
    width:640px;
    height:400px;
    margin:15px 0;
    border:1px solid black;
}

/** Qualifications **/
#qualtabs {
    width:100%;
    margin:10px 0 0 0;
    padding:0;
    list-style:none;
    float:left;
    background: url('/images/tabbot.png') left bottom repeat-x;
}
#qualtabs li {
    float:left;
    width:130px;
    padding:3px;
    margin:0 5px 0 0;
    text-align:center;
    background:#1eff83;
    border-top:1px solid #001b3e;
    border-left:1px solid #001b3e;
    border-right:1px solid #001b3e;
}
#qualtabs li a {
    color:black;
    display:block;
    text-decoration:none;
    font-weight:bold;
}
#qualtabs li.sel {
    background:#ffffff;
    border-bottom:1px solid white;
}
#qualtabs li.sel a {
    color:#3266cc;
}
#qualbox {
    width:100%;
    float:left;
    margin:0 0 15px 0;
    padding:0;
    border-left:1px solid #001b3e;
    border-right:1px solid #001b3e;
    border-bottom:1px solid #001b3e;
}

/** Contact **/
#contact {
    width:100%;
}
#contact label {
    float:left;
    width:120px;
}
#contact .box {
    width:350px;
    border:1px solid #3266cc;
}
#contact .but {
    background:#3266cc;
    color:white;
    border:1px solid #001b3e;
    margin-left:120px;
}

/** Text **/
h2 {font-size:130%;color:#001b3e;}
h3 {font-size:110%;color:#3266cc;}
.error {color:red;font-weight:bold;}
.status {color:#3266cc;}
.open {color:white;margin:10px 0;padding:8px;text-align:center;background:#3266cc;}
#content .open a {color:white;text-decoration:underline;}
#content .open a:visited {color:white;}