﻿.tasklist
{
    height:auto;
    overflow:hidden;
    margin-bottom:10px;
}

.tasklist a
{
    width:200px;
    display:block;
    font-size:18px;
    float:left;
    margin:0px 0px 10px 0px;
}

.contactform
{
    width:450px;
    height:auto;
    overflow:hidden;
    float:left;
}

.contactmap
{
    width:500px;
    height:400px;
    overflow:hidden;
    float:right;
}

#div_links a
{
    display:block;
    width:240px;
    height:auto;
    margin:0px 0px 10px 0px;
    float:left;
    font-size:14px;
}


.hidden
{
    display:none;
}