@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

body {
  background-color: #c0272d;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1px;
  line-height: 1px;
  color: #000;
}
div {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
p,
table,
ul {
  margin: 0 0 18px 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}
table,
tr,
td {
  border: 0;
}
p {
  color: #000;
}
h1 {
  padding-bottom: 18px;
  color: #c0272d;
  font-size: 20px;
  line-height: 22px;
}
h2 {
  padding-bottom: 18px;
  color: #c0272d;
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
}
h3 {
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 5px;
  color: #c0272d;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  border-bottom: 1px solid #ccc;
}
h4 {
  margin-bottom: 18px;
  padding: 4px 0 4px 5px;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  border: 1px solid #ccc;
  text-transform: uppercase;
}
img {
  border: 0px;
  padding: 0;
  margin: 0;
}
ul {
  padding: 0 0 0 35px;
}
li {
  padding: 0;
  margin: 0;
}
ul.list1 li {
  padding-bottom: 10px;
  list-style-image: url(../_images/bullet.gif);
  padding-left: 5px;
}

.blue {
  color: #3130ca;
  font-weight: bold;
}
h3 .small {
  font-weight: normal;
  font-size: 13px;
}
p.small {
  font-size: 11px;
}
.red {
  color: #f00;
}
#fees .blue {
  color: #3130ca;
  font-weight: bold;
}
#fees .red {
  color: #ff0000;
  font-weight: bold;
}

/* Structure */
#container {
  width: 100%;
  margin: 0px auto 20px auto;
  border: 0px;
}
#topBanner {
  width: 100%;
  height: 178px;
  clear: both;
  background-image: url(../_images/back-banner-top.jpg);
}
#topArea {
  width: 904px;
  margin: 0 auto;
  height: 178px;
  position: relative;
}
#topLogo {
  width: 385px;
  height: 79px;
  float: none;
  margin: 0;
  position: relative;
  left: 12px;
}
#topRightImg {
  width: 202px;
  height: 229px;
  background-image: url(../_images/top-right-img2.jpg);
  background-repeat: no-repeat;
  float: right;
  position: absolute;
  right: 0px;
  top: -65px;
  text-align: center;
  padding: 40px 20px 20px 65px;
}
#topRightImg h3 {
  color: #ec1c24;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 0;
}
#topRightImg p {
  color: #000;
  font-size: 20px;
  font-style: italic;
  line-height: 26px;
}
#topWheelTop {
  width: 113px;
  height: 56px;
  background-image: url(../_images/top-wheel-top.jpg);
  background-repeat: no-repeat;
  float: right;
  position: absolute;
  right: 189px;
  top: 0px;
  z-index: 500;
}
#topWheelLeft {
  width: 15px;
  height: 65px;
  background-image: url(../_images/top-wheel-left.jpg);
  background-repeat: no-repeat;
  float: right;
  position: absolute;
  right: 287px;
  top: 57px;
  z-index: 500;
}
#main {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  background-color: #000;
}
#main2 {
  width: 904px;
  margin: 0px auto 10px;
  position: relative;
  top: -57px;
}

#navMain {
  width: 617px;
  height: 48px;
  position: relative;
  float: left;
}
#nav {
  width: 617px;
  height: 48px;
  margin: 0;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}
#nav ul li {
  height: 47px;
  line-height: 30px;
  text-align: center;
  display: inline;
  float: left;
}
#nav ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
}
#nav ul li a:hover,
#nav ul li a:focus {
  display: inline-block;
  color: #000;
  font-weight: bold;
}
#nav ul li.active {
  display: inline-block;
  color: #c0272d;
  font-weight: bold;
}
#nav ul li.active a {
  display: inline-block;
  color: #c0272d;
  font-weight: bold;
  text-decoration: underline;
}
#nav ul li.active a:hover,
#nav ul li.active a:focus {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}

#nav ul li.one,
#nav ul li.one a {
  width: 64px;
  background-image: url(../_images/nav-btn-1.jpg);
}
#nav ul li.two,
#nav ul li.two a {
  width: 85px;
  background-image: url(../_images/nav-btn-2.jpg);
}
#nav ul li.three,
#nav ul li.three a {
  width: 101px;
  background-image: url(../_images/nav-btn-3.jpg);
}
#nav ul li.four,
#nav ul li.four a {
  width: 60px;
  background-image: url(../_images/nav-btn-4.jpg);
}
#nav ul li.five,
#nav ul li.five a {
  width: 100px;
  background-image: url(../_images/nav-btn-5.jpg);
}
#nav ul li.six,
#nav ul li.six a {
  width: 92px;
  background-image: url(../_images/nav-btn-6.jpg);
}
#nav ul li.seven,
#nav ul li.seven a {
  width: 80px;
  background-image: url(../_images/nav-btn-7.jpg);
}

#nav ul li.one.active,
#nav ul li.one.active a {
  background-image: url(../_images/nav-btn-on-1.jpg);
}
#nav ul li.two.active,
#nav ul li.two.active a {
  background-image: url(../_images/nav-btn-on-2.jpg);
}
#nav ul li.three.active,
#nav ul li.three.active a {
  background-image: url(../_images/nav-btn-on-3.jpg);
}
#nav ul li.four.active,
#nav ul li.four.active a {
  background-image: url(../_images/nav-btn-on-4.jpg);
}
#nav ul li.five.active,
#nav ul li.five.active a {
  background-image: url(../_images/nav-btn-on-5.jpg);
}
#nav ul li.six.active,
#nav ul li.six.active a {
  background-image: url(../_images/nav-btn-on-6.jpg);
}
#nav ul li.seven.active,
#nav ul li.seven.active a {
  background-image: url(../_images/nav-btn-on-7.jpg);
}

#content {
  width: 904px;
  min-height: 350px;
  float: left;
  background-image: url(../_images/back-main-area.jpg);
  background-repeat: repeat-y;
}
#contentLeft {
  width: 556px;
  position: relative;
  top: 20px;
  left: 47px;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#buttonsRight {
  width: 202px;
  position: relative;
  top: 200px;
  right: 25px;
  float: right;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #ccc;
  padding-left: 20px;
}
#buttonsRight p {
  color: #82ac2e;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
}
#buttonsRight p span.phone {
  color: #c0272d;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}
#buttonsRight p span.fax {
  color: #c0272d;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
#buttonsRight img {
  margin: 0 0 8px;
}
#buttonsRight img.nomargin {
  margin: 0;
}

#subNav {
  width: 556px;
  height: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  top: -10px;
}
#subNav a:link,
#subNav a:visited {
  text-decoration: underline;
  color: #c0272d;
}
#subNav a:hover,
#subNav a:focus,
#subNav a:active {
  color: #ec1c24;
}

#topImage {
  width: 556px;
  height: 150px;
  float: left;
  position: relative;
  margin-bottom: 30px;
  clear: both;
}
#topImagebig {
  width: 556px;
  height: 417px;
  float: left;
  position: relative;
  margin-bottom: 30px;
  clear: both;
}
#homeImages {
  width: 556px;
  height: 200px;
  float: left;
  position: relative;
  margin-bottom: 30px;
  clear: both;
}
.fadein {
  position: relative;
  height: 200px;
  width: 556px;
  right: 0;
  top: 0;
}
.fadein2 {
  position: relative;
  height: 150px;
  width: 556px;
  right: 0;
  top: 0;
}
.fadein img,
.fadein2 img {
  position: absolute;
  left: 0;
  top: 0;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.inset {
  width: 535px;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #ccc;
  font-weight: bold;
  margin-bottom: 10px;
}

#backleftwheel {
  width: 120px;
  height: 139px;
  background-image: url(../_images/wheel-left.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: -120px;
  top: 330px;
}
#backrightwheel {
  width: 150px;
  height: 196px;
  background-image: url(../_images/wheel-right.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: -150px;
  top: 138px;
}
#right {
  margin: 20px 20px 0 0;
  float: right;
}
#bottom {
  width: 904px;
  height: 14px;
  background-image: url(../_images/bottom-corners.jpg);
  background-repeat: no-repeat;
  clear: both;
  float: left;
  position: relative;
  bottom: 0px;
  left: 0px;
}
#footer1 {
  width: 100%;
  height: 100px;
  clear: both;
  position: relative;
  top: -50px;
  color: #fff;
  text-align: center;
}
#footer2 {
  width: 904px;
  margin: 0 auto;
  padding: 15px 0;
  clear: both;
}
#keywords {
  clear: both;
  float: left;
  width: 904px;
  margin-top: 30px;
  color: #ccc;
  font-size: 11px;
}

/* Specifics */
.clear {
  width: 100%;
  height: 1px;
  clear: both;
}
.clearLine {
  width: 100%;
  height: 30px;
  border-top: 1px solid #c0272d;
  clear: both;
}
.topLink {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #ccc;
  clear: both;
  font-size: 10px;
  text-align: right;
}

.right {
  float: right;
}
.rightImage {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.centre {
  text-align: center;
}
.left {
  float: left;
}

.send {
  margin: 0px;
  padding: 2px 6px;
  border: #c0272d 1px solid;
  background-color: #3bbeec;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
input {
  margin-bottom: 10px;
  vertical-align: middle;
}
label input {
  border: 0px;
  margin: 0px;
}
textarea {
  margin-bottom: 10px;
}
select {
  margin-bottom: 10px;
}

a:link,
a:visited {
  text-decoration: none;
  color: #c0272d;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
  color: #ec1c24;
}
#footer1 a:link,
#footer1 a:visited {
  text-decoration: none;
  color: #fff;
}
#footer1 a:hover,
#footer1 a:active,
#footer1 a:focus {
  text-decoration: underline;
  color: #fff;
}
#footer1 #keywords a:link,
#footer1 #keywords a:visited {
  text-decoration: none;
  color: #ccc;
}
#footer1 #keywords a:hover,
#footer1 #keywords a:active,
#footer1 #keywords a:focus {
  text-decoration: underline;
  color: #fff;
}
