body
{
    height:100%;
}
img#bg {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.container {
    position:relative;
    z-index:1;
    width:820px;
    margin:auto;
    font-family:Arial;
}
a.selected {
    background-position:0 0;color:#3e94d1;    
}

#menu1 {
    width:100%;
}

#menu1 ul {
    text-decoration:none;
    list-style:none;
    margin:0;
}
#menu1 li {
    display:inline;
    margin:0;
}

#menu1 a {
    display:inline-block;
    height:26px;
    background-image:url('/images/tabs.gif');
    background-position:0 -48px;
    background-repeat:no-repeat;
    text-align:center;
    text-decoration:none;
    width:120px;
    font-weight: bold;
    color:#03406A;
    text-align:center;
    padding:10px 10px 0 0;

}

#menu1 a:hover {
    background-position:0 -96px;
}

#menu1 a:active
{
    border-left:0;
}

div.content {
    border: #48f solid 3px;
    clear: left;
    padding: 1em;
}

.header {
    width:100%;
    empty-cells: show;
    border: 15px solid #3e94d1;
    margin:0;
    padding:0;
    border-spacing:0;
    border-collapse:collapse;


}

td.logo-cell {
    border: solid #3e94d1;
    background-color: #3e94d1;
    margin:0;
    padding:0;
    vertical-align: middle;
}

td.spacer-cell {
    background-color: #3e94d1;
}

td.contact-cell {

    color:white;
    font-weight:bold;
}

td.contact-cell p {

    margin:5px;

}
td.contact-cell span {
    margin:5px;
    font-size:2em;

}

div.left
{
    width:270px;
    float:left;
}
div.left h3{
    text-align:center;
    color:white;
}

div.left p{
    color:white;
    font-size:small;
    margin:5px;

}

div.middle
{
    width:550px;
    float:right;
}


div.section, div.sectiong
{
    padding:10px;
    margin:20px;
    background-color:#3E94D1;
    color:#084163;
}

div.footer {
    width:100%;
    height:25px;
    clear:both;
    font-size:x-small;
    text-align: center;
    color:white;
}

div.services {
    font-weight:bold;
}


div.services ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}

div.services li {
    margin: 0;
}
div.services li a {
    display: block;
    background-color: #2175bc;
    padding: 5px 0 0 10px;
    height:27px;
    text-decoration: none;
    background:url('/images/aquabutton-dark.gif') no-repeat;
    color:#03406A;
    margin:5px;
    font-size: medium;
}


div.services li a:hover {
    background:url('/images/aquabutton-light.gif') no-repeat;
}
div.services li a:active {
    background:url('/images/aquabutton-pressed.gif') no-repeat;
    padding: 6px 0 0 10px;
    height:26px;
}


div.links a {
    display:block;
    margin:5px;
    text-align:center;
    cursor:hand;
    cursor:pointer;
}

div.links p {
    margin:5px;
    font-size:small;
    text-align:left;
}

td.service-title {
    width:100%;
    color:#03406A;
}


a.home:link {
    background:url('/images/home.png') no-repeat;
    display:inline-block;
    height:34px;
    width:34px;
    background-position:0 0;
    text-decoration: none;
}

a.home:hover {
    background-position:0 -34px;
}


a.home:active {
    background-position:0 -68px;
}

a.top {
    display:inline-block;
    height:34px;
    width:34px;
    background-position:0 0;
    text-decoration: none;
    background:url('/images/top.png') no-repeat;
}

a.top:hover {

    background-position:0 -34px;
}

a.top:active {

    background-position:0 -68px;
}

p.signature {
    text-align:right;
    font-style:italic;
}