body {
background-image:url('../images/bg.jpg');
margin: 0px;
padding: 0px;
text-align:center;
}

p {
    color:#222;
    font-weight: bold;
    font-size: 1em; 
}

#page {
    background-color: white;
    margin: 0px auto;
    width: 980px;
    text-align:left;
    font-family: sans-serif;
}

#dots {
    width:340px;
    float:left;
}

#sitetitle {
    float: right;
    width: 620px;
    background-image:url('../images/bg_address.gif');
    background-repeat:repeat-y;
    background-color: #3a5e7c;
    /*background: #4a6e8c;*/
    margin: 30px 0px 0px;
    height: 130px;
    color:#FFF;
    font-family: sans-serif;
}

#sitetitle h1 {
    font-size: 3.2em;
    letter-spacing:2px;
    margin: 15px;
}

#sitetitle h2 {
    font-size: 1.1em;
    font-style: italic;
    margin: 0px 15px ;
    letter-spacing:2px;
}

#nav {
    float: right;
    width: 620px;
    font-family: sans-serif;
    font-size: 1.2em;
    text-align: right;
    margin: 22px 8px 0px 0px;
    color: #4a6e8c;
}

#nav a {
    text-decoration: none;
    color: #4a6e8c;
}

a.nav:hover {
    background-color: #dbe2e8;
}

a.nav:visited {
    color: #4a6e8c;
}

#banner {
    margin: 10px 0px;
}

#content {
    background-color: #FFF;
}

#content .float-left {
    width:336px;
    float:left;
}

div.address {
    background-image:url('../images/bg_address.gif');
    background-repeat:repeat-y;
    background-color: #3a5e7c;
    padding: 8px 10px;
}

p.address {
    color: #EEE;
    font-size: 1.5em;
}

.float-right {
    float: right;
    width: 620px;
    display: block;

}

.image-right {
/*    background-color: #101010;*/
    float:right; 
    width:200px;
}

.img-content {
    margin: 0px 0px 6px;
}

p.hibreak{
    color:#4a6e8c;
    font-weight: bold;
    font-size: 1.1em;
    clear: both;
}

h3{
    color:#335577;
}

p.tickbox {
    color:#335577;
    font-size: 1.1em;
}

p.tickbox-compact {
    color:#335577;
    font-size: 1.1em;
    margin: 0px 0px 5px;
}

img.tickbox {
    vertical-align: middle;
    margin-right: 1em;
}

ul.bold {
    font-weight: bold;
    font-size: 1.2em;
    color: #2a4e6c;
    list-style-type: none;
    padding: 0px;
}

div.quote {
    background: #BDF;
    border: 1px solid #111;
    padding: 1em;
    margin: 8px 4px;
}


#footer {
    clear: both;
    text-align: center;
    color:#4a6e8c;
    font-size: 0.95em;
    padding: 15px 0px;

}

#footer a {
    text-decoration: none;
    color: #4a6e8c;
}