* {
    margin: 0;
    padding: 0;
}
body {
    background: url("images/bg.gif") repeat-y scroll center top #A5B7C5;
}
a, a:hover, a:active, a img, a, a:hover img, a:active img {
    border: medium none;
    outline: medium none;
}
#header {
    background: url("images/heade_bg.jpg") no-repeat scroll left top transparent;
    height: 254px;
    margin: 0 auto;
    position: relative;
    width: 900px;
}
h1.logo {
    left: 314px;
    position: absolute;
    top: 29px;
}
a.logo {
    background: url("images/logo.gif") no-repeat scroll left top transparent;
    display: block;
    height: 53px;
    text-indent: -5000em;
    width: 551px;
}
h2.contactdetails {
    background: url("images/contact_details.gif") no-repeat scroll left top transparent;
    height: 123px;
    left: 622px;
    position: absolute;
    text-indent: -5000em;
    top: 107px;
    width: 247px;
}
#navigation {
    background: url("images/nav_bg.jpg") no-repeat scroll left top #DDDDDD;
    height: 46px;
    margin: 0 auto;
    position: relative;
    width: 900px;
}
#navigation ul {
    left: 30px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 14px;
}
#navigation li {
    display: inline;
    margin: 0;
    padding: 0;
}
#navigation li a {
    background-image: url("images/nav.gif");
    border-right: 2px solid #000000;
    float: left;
    height: 0;
    margin-right: 10px;
    overflow: hidden;
    padding-right: 10px;
    padding-top: 19px;
}
#navigation li#nav-1 a {
    background-position: 0 0;
    width: 54px;
}
#navigation li#nav-1 a:hover {
    background-position: 0 -19px;
}
#navigation li#nav-2 a {
    background-position: -88px 0;
    width: 77px;
}
#navigation li#nav-2 a:hover {
    background-position: -88px -19px;
}
#navigation li#nav-3 a {
    background-position: -197px 0;
    width: 186px;
}
#navigation li#nav-3 a:hover {
    background-position: -197px -19px;
}
#navigation li#nav-4 a {
    background-position: -418px 0;
    width: 115px;
}
#navigation li#nav-4 a:hover {
    background-position: -418px -19px;
}
#navigation li#nav-5 a {
    background-position: -568px 0;
    border: medium none;
    margin-right: 0;
    padding-right: 0;
    width: 48px;
}
#navigation li#nav-5 a:hover {
    background-position: -568px -19px;
}
#contentwrapper {
    margin: 0 auto;
    position: relative;
    width: 900px;
}
div.content {
    float: left;
    padding: 5px 0 20px 30px;
    width: 590px;
}
div.content p {
    color: #0072C7;
    font: 12px/1.6em Verdana,Helvetica,Arial,sans-serif;
    padding-top: 0.8em;
}
div.content h2 {
    color: #12295B;
    font: bold 16px/1.6em Verdana,Helvetica,Arial,sans-serif;
    padding-top: 0.8em;
}
div.content h3 {
    color: #333333;
    font: bold 14px/1.6em Verdana,Helvetica,Arial,sans-serif;
    padding-top: 0.8em;
}
div.content ol, div.content ul {
    margin-left: 16px;
    padding-top: 0.8em;
}
div.content li {
    color: #0072C7;
    font: 12px/1.6em Verdana,Helvetica,Arial,sans-serif;
}
div.content a {
    color: #000024;
    text-decoration: underline;
}
div.content a:hover {
    text-decoration: none;
}
div.content a:active {
}
div.images {
    clear: none;
    float: right;
    padding: 30px 30px 0 0;
    text-align: right;
    width: 230px;
}
div.images img {
    border: 15px solid #FFFFFF;
    margin-bottom: 15px;
}
div.clear {
    clear: both;
}
#footer {
    border-top: 2px dotted #0072C7;
    clear: left;
    margin: 0 0 0 30px;
    padding: 20px 0 25px;
    position: relative;
    width: 588px;
}
#footer p {
    color: #0072C7;
    font: 12px/1.6em Verdana,Helvetica,Arial,sans-serif;
}
#footer a {
    color: #000024;
    text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}
#footer a:active {
}

