* {
    font-family: verdana, arial, sans-serif;
    font-size: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

html {
    background: #e0f3fd url("../img/html-background.png") top left;
}

body {
    font-size: 0.75em;
    background: transparent url("../img/body-background.png") top left repeat-x;
    color: #59595b;
}

div#container {
    width: 894px;
    margin: 0px auto 0px auto;
    position: relative;
}

a#logo {
    position: absolute;
    top: 18px;
    left: 0px;
    display: block;
    border: none;
}

a#logo img {
    border: none;
}

span#tagline {
    text-transform: uppercase;
    color: #0066b3;
    font-weight: bold;
    font-size: 105%;
    position: absolute;
    top: 55px;
    left: 290px;
}

img#van {
    display: block;
    position: absolute;
    right: -14px;
    top: 47px;
}

ul#nav-primary {
    margin: 0px 0px 0px 0px;
    padding: 116px 0px 0px 0px;
    list-style: none;
    height: 27px;
    background: transparent url("../img/nav-primary-background.png") bottom left repeat-x;
}

ul#nav-primary li {
    float: left;
    width: 103px;
    height: 27px;
    margin: 0px 0px 0px 0px;
}

ul#nav-primary li.last {
    padding: 0px 4px 0px 0px;
    background: transparent url("../img/nav-primary-li-last-background.png") top right no-repeat;
}

ul#nav-primary a {
    display: block;
    width: 103px;
    height: 24px;
    background: #2d8cc9 url("../img/nav-primary-a-background.png") top left no-repeat;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 110%;
    padding: 3px 0px 0px 0px;
}

ul#nav-primary a:hover,
ul#nav-primary a.here {
    background-image: url("../img/nav-primary-a-background-hover.png");
}

ul#breadcrumbs {
    background: #abe1fa url("../img/breadcrumbs-background.png") top left no-repeat;
    height: 20px;
    margin: 12px 0px 0px 0px;
    list-style: none;
    padding: 0px 0px 0px 14px;
}

ul#breadcrumbs li {
    height: 20px;
    float: left;
    font-size: 110%;
    padding: 0px 15px 0px 6px;
    background: transparent url("../img/breadcrumbs-li-background.png") right 7px no-repeat;
    margin: 0px 0px 0px 0px;
}

ul#breadcrumbs li.last {
    background: none;
}

ul#breadcrumbs a {
    text-decoration: none;
    display: block;
    height: 20px;
    float: left;
}

ul#breadcrumbs a:hover {
    text-decoration: underline;
}

div#content-outer {
    float: left;
    width: 894px;
    margin: 4px 0px 0px 0px;
    background: transparent url("../img/content-outer-background.png") top left repeat-y;
}

div#content {
    float: left;
    width: 894px;
    min-height: 471px;
    background: transparent url("../img/content-background.jpg") top left no-repeat;
}

div#content-primary {
    width: 544px;
    float: left;
    padding: 20px 20px 20px 20px;
}

div#content-secondary {
    width: 261px;
    margin: 0px 0px 0px 9px;
    float: left;
    padding: 20px 20px 20px 20px;
}

a {
    color: #0066b3;
    outline: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0px 0px 20px 0px;
}

h1 {
    font-size: 190%;
    color: #0066b3;
    margin: 0px 0px 20px 0px;
}

h2 {
    font-size: 140%;
    color: #0066b3;
    margin: 0px 0px 10px 0px;
}

div#footer {
    clear: both;
    padding: 43px 0px 0px 40px;
    height: 48px;
    position: relative;
    left: -28px;
    width: 910px;
    color: white;
    font-size: 90%;
    background: transparent url("../img/footer-background.png") bottom right no-repeat;
}

div#footer a {
    color: white;
}

form table {
    margin: 0px 0px 20px 20px;
}

form td,
form th {
    padding: 5px 10px 5px 10px;
    vertical-align: top;
    text-align: left;
}

label {
    color: #0066b3;
}

input,
textarea,
select {
    border: 1px #3096e3 solid;
    padding: 2px 3px 2px 3px;
}

button {
    display: block;
    width: 103px;
    height: 27px;
    background: #2d8cc9 url("../img/nav-primary-a-background.png") top left no-repeat;
    color: white;
    border: none;
}

button:hover {
    background-image: url("../img/nav-primary-a-background-hover.png");
}

ul.errorlist {
    list-style: none;
    margin: 0px 0px 0px 0px;
}

ul.errorlist li {
    color: #ff4040;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

ul {
    margin: 0px 0px 20px 20px;
}

li {
    margin: 0px 0px 5px 0px;
}

