/* $Id: mobile.css 27 2010-06-16 15:52:58Z markb $ */

body {
    font-size: 1em;
    font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a {
        text-decoration: none;
}
a:link {
    color: #069;
}
a:visited {
        color: #069;
}
a:hover {
        color: #990D00;
}

#left {
    float: left;
    clear: none;
}
#right {
    float: right;
    clear: none;
}
#footer {
    clear: both;
}

#footer p {
    margin: 0;
}

label {
    display: block;
    clear: right;
}

#banner {
    margin-bottom: 4em;
}

#banner li {
    display: block;
    list-style-type: none;
    float: left;
    margin-right: 2em;
}


