﻿/* GENERAL */

body {
font-family: Arial;
position: relative;
background-color: #f2edb3;
}

img {
_behavior: url(../iepngfix.htc);
}

/* HEADER */

#header {
height: 200px;
background-image: url(../images/headerback.png);
background-repeat: repeat-x;
}

#logo {
width: 250px;
height: 122px;
margin: 20px 0px 0px 40px;
}

/* NAVBAR */

#menu {
position: absolute;
top: 0px;
right: 0px;
background-image: url(../images/moto.png);
background-repeat: no-repeat;
background-position: top right;
}

#menu ul {
padding-top: 165px;
}

#menu ul li {
display: inline;
border-right: solid 1px #cccbcb;
}

#menu ul li#last {
border-right: none;
}

#menu ul li a {
padding: 15px;
font-size: 0.9em;
color: #800000;
text-decoration: none;
}

#menu a:hover {
color: #bb0000;
}

#menu a.active {
color: #b1aa5b;
}

/* CONTENT */

#content {
padding: 40px 60px;
border-top: solid 1px #838938;
}

h1 {
font-size: 1.3em;
margin-bottom: 15px;
}

p {
font-size: 0.9em;
line-height: 25px;
margin-top: 15px;
margin-bottom: 15px;
}

a {
text-decoration: underline;
color: Black;
font-weight: bold;
}

table {
border: solid 2px black;
margin-top: 30px;
}

table p {
text-align: left;
line-height: 20px;
}

th {
font-size: 1.2em;
padding: 15px;
color: #f5f5f5;
background-color: #800000;
border-bottom: solid 2px black;
vertical-align: middle;
}

td {
padding: 0px 15px 0px 15px;
font-size: 0.8em;
border: solid 1px black;
text-align: center;
background-color: white;
vertical-align: middle;
}

p.smallprint {
font-size: 0.8em;
font-style: italic;
}

table h5 {
margin-top: 20px;
}

/* FOOTER */

#footer {
height: 30px;
text-align: right;
color: #838938;
font-size: 0.8em;
padding: 0px 25px 25px 0px;
}

#footer a {
color: #838938;
}