﻿/* elements
   ----------------------- */
body, html {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    color: #000000;
    margin: 0px;
    padding: 0px;
    font-size: 85%;
}

img {
    border: 0px;
}

a:link, a:visited {
    color: #000000;
}

a:hover, a:active {
}

#inner {
    width: 900px;
    margin: 0 auto;
}

/* container <div id="container">
   ----------------------- */
#container {
    min-width: 780px;
}
/* header <div id="header">
   ----------------------- */
#header {
    width: 100%;
    position: relative;
    height: 70px;
    top: 8px;
    margin: 0px 0px 15px 0px;
}



/* logo <img id="logo" >
   ----------------------- */
#logo {
    position: absolute;
    top: 5px;
    left: 0px;
}

/* strapline <div id="strapline">
   ----------------------- */
#strapline {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 299px;
    height: 36px;
    background: url(../images/strapline.gif);
}

#menuL {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 6px;
    height: 6px;
    background: url(../images/menuL.gif) top left no-repeat;
}
#menuR {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 6px;
    height: 6px;
    background: url(../images/menuR.gif) top right no-repeat;
}
#imageHead {
    position: relative;
    height: 100px;
    width: 100%;
    background: #FFFFFF url(../images/headGraphic.jpg) top right no-repeat;
    border-bottom: #dfdfdf solid 1px;
}
#imageHead h1 {
    margin: 20px 0 0 0;
    padding: 15px 0px 0px 20px;
    color: #226231;
    font-family: Helvetica, arial, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
}
#homepageHeader {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 403px;
    height: 65px;
    background: url(../images/homepageHeader.gif) no-repeat;
}
#headcolL {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 120px;
    background: url(../images/headColL.jpg) top left no-repeat;
}
#headcolR {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 4px;
    height: 120px;
    background: url(../images/headColR.jpg) top right no-repeat;
}
#imageCurveL {
    position: absolute;
    top: 0px;
    left: 4px;
    width: 3px;
    height: 3px;
    background: url(../images/imageCurveL.gif) top left no-repeat;
}
#imageCurveR {
    position: absolute;
    top: 0px;
    right: 4px;
    width: 3px;
    height: 3px;
    background: url(../images/imageCurveR.gif) top right no-repeat;
}
#leftBorder {
    position: relative;
    background: #FFFFFF url(../images/leftBorder.gif) repeat-y top left;
}
#leftBorder span {
    position: absolute;
    top: -1px;
    left: 0px;
    width: 4px;
    height: 300px;
    background: url(../images/headColContentL.jpg) top left no-repeat;
}
#rightBorder span {
    position: absolute;
    top: -1px;
    left: auto;
    right: 0px;
    width: 4px;
    height: 300px;
    background: url(../images/headColContentR.jpg) top left no-repeat;
}
#rightBorder {
    position: relative;
    background: url(../images/rightBorder.gif) repeat-y top right;
}


/* contentContainer table
   ----------------------- */
#contentContainer {
    position: relative;
    min-height: 270px;
    padding: 15px 0px 20px 0px;
}

table#content {
    width: 100%;
    border-collapse: collapse;
}

/* left Column
   ----------------------- */
td.lhs {
    vertical-align: top;
    width: 150px;
    padding: 0px 0px 0px 10px;
}
.lhs h1 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #226231;
    font-size: 160%;
    font-weight: normal;
}




/* middle Column
   ----------------------- */
td.mid {
    vertical-align: top;
    padding: 0px 20px 20px 25px;
}
.mid h1 {
    margin: 5px 0px 15px 0px;
    padding: 0px;
    color: #226231;
    font-size: 170%;
    font-weight: normal;
    font-family: Trebuchet MS;
}
.mid h2 {
    margin: 20px 0px 5px 0px;
    padding: 0px;
    color: #226231;
    font-size: 135%;
    font-weight: normal;
    font-family: Trebuchet MS;
}

.mid h3 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #226231;
    font-size: 120%;
    font-weight: bold;
    font-family: Trebuchet MS;
}

.mid h4 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    color: #226231;
    font-size: 110%;
    font-weight: normal;
    font-family: Trebuchet MS;
}

.mid strong {
    color: #336633;
}

.mid b {
    color: #336633;
}

.mid ul li, .mid ol li {
    line-height: 160%;
    color: #226231 !important;
    font-family: Arial, Helvetica, sans-serif;
}

.mid ul {
    margin-top: 0px;
}

/*  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

Currently an unresolved error with P tag on firefox have used H6 instead

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.mid h6 {
    margin: 5px 0px 15px 0px !important;
    padding: 0px !important;
    color: #226231 !important;
    font-size: 85% !important;
    font-weight: normal;
}

.mid p {
    margin: 5px 0px 15px 0px !important;
    padding: 0px !important;
    color: #226231 !important;
    font-size: 100% !important;
    font-weight: normal;
    line-height: 1.6em;
}

.mid a:link, .mid a:visited {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
      text-decoration:none;
}

.mid a:hover, .mid a:active {
    color: teal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
}

.mid table {
    color: #226231 !important;
    margin: 15px auto 15px auto;
}

.mid table tr td {
    padding: 5px 20px 5px 20px;
}

.mid table#index_drivers
{
width:400px;
}

.mid table#index_drivers tr td
{
background: #f1eed3;
 vertical-align: text-top;
}

.mid table#index_drivers tr th
{
background: url(/images/menuGrad.gif) #f1eed3; 
height:30px;
font-size:1.2em;
}


/* right Column
   ----------------------- */
td.rhs {
    vertical-align: top;
    width: 200px;
    padding: 0px 20px 0px 0px;
    font-weight: normal !important;
}

.rhs a:link, .rhs a:visited, .lhs a:link, .lhs a:visited  {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.rhs a:hover, .rhs a:active, .lhs a:hover, .lhs a:active {
    color: teal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none !important;
}

.rhs h1 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 30px;
    color: #226231;
    font-size: 1.6em;
    font-weight: normal;
    height: 24px;
    background: url(/images/iconSpeech.gif) no-repeat;
}

.rhs p {
    padding: 0px 0px 0px 15px;
    margin: 0px;
    line-height: 1.6em;
    color: #797979;
}

.clients a {
    background: url(../images/iconArrow.gif) no-repeat 110px 0px;
    padding: 0px 0px 0px 0px;
    height: 24px !important;
    line-height: 20px;
    display: block !important;
    line-height: 1.6em;
}

.clients img 

{
margin: 0 0 0 6px;
}

#latest_news
{
margin:110px 0 0 0;
}

#latest_news img
{
margin:0;
padding:0;
}

#latest_news .content
{
margin:0;width:170px;
padding:0 0 0 10px;
}

#latest_news .content p
{
margin-top:5px;width:170px;
padding-top:0;
color:#797979;
 line-height:180%;
}


    #latest_news a {
    background: url(../images/iconArrow.gif) no-repeat 70px 0px;
    height: 24px !important;
    display: block !important;
    margin:5px 0 0 0;
    line-height:160%;
    }


#latest_news .content h1
{
 line-height:120%;
 margin:0;
 padding:0;
 font-size:1.4em;
   font-weight:bold;
}

.driver {
    padding-top: 15px;
}
.driver a {
    background: url(../images/iconArrow.gif) no-repeat 140px 0px;
    padding: 0px 0px 0px 30px;
    height: 24px !important;
    line-height: 20px;
    display: block !important;
}
.driver a:hover {
    color: #FF6600;
    text-decoration: underline;
}
.driver h1 {
    height: 24px;
    background: url(/images/iconPlus.gif) no-repeat;
}
#ifaLogos {
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.randomImage {
    position: absolute;
    top: 0px;
    left: 5px;
    background: url(../images/randomImage_01.jpg) no-repeat;
    width: 162px;
    height: 91px;
}
/* footer
   ----------------------- */
#footer {
    position: relative;
    background: url(../images/footerX.gif) repeat-x top left;
    height: 25px;
    padding: 6px 0px 0px 5px;
    font-size: 0.95em;
    line-height: 130%;
}
#footer p {
    clear:both;
    padding: 0px;
    margin: 0px;
    color: #666;
}

#footer a {
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    color: Red;
}

#footer a:hover {
    color: teal;
    text-decoration:none;
}

#footer ul 
{
  
    height: 10px;
    width: 200px;
    display: block;
    margin: -45px 6px 0px 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
    position:relative;
    top:0px;
    right:0px;
}

#footer ul li {
    float: right;
}
#footer ul li span {
    border-right: #bababa 1px solid;
}
#footer ul a {
    text-decoration: none;
    padding: 0px 5px 0px 5px;
    color: #6f6f6f;
}
#footer ul a:hover {
    text-decoration: underline;
    color: #000000;
}
#footerL {
    position: absolute;
    top: -3px;
    left: 0px;
    width: 7px;
    height: 5px;
    background: url(../images/footerL.gif) no-repeat top left;
}
#footerR {
    position: absolute;
    top: -3px;
    right: 0px;
    width: 7px;
    height: 5px;
    background: url(../images/footerR.gif) no-repeat top right;
}

/* contact form
    -------------------- */




.contact_form {
    background: none !important;
}

.contact_form tr td   {
    margin-top:0px !important;
    margin-bottom:0px !important;
}


.contact_form tr td  p {
    margin-top:0px !important;
    margin-bottom:0px !important;
}

.contact_form tr td.td1 {
    width: 150px;
}

.txt {
    width: 210px;
}

.form_button {
    padding: 0px 0px 10px 0px !important;
}

.text_area {
    margin: 0px 0px 20px 0px;
}

#county optgroup option {
    color: #000;
}

#sitemap tr td {
    padding: 0px 0px 0px 20px;
}

/* ~~~~~~~~~~~~~~~~~ links table ~~~~~~~~~~~~~~~~~~~~~ */

#links
    {
    BORDER: #ffffff 1px solid;
    BORDER-COLLAPSE: collapse; 
    BACKGROUND-COLOR: #f1eed3; 
    TEXT-ALIGN: left;
    width:100%
    }

#links tr td img
    {
    BORDER: #c0c0c0 1px solid;  
    padding:0px;
    margin: 10px 10px 10px 15px;  
    height:80px;
    width:100px;
    background-color:Red;
    }
    
    #links tr td p
    {
    width:250px;
    text-align:left;
    }
    
    #links tr td p a
    {
    text-align:left;
    margin-left:10px;
    display:block;
    }

    #links tr td 
    { 
  
    vertical-align: middle;   
    border:1px solid #fff;
    padding:0px;
    }

    .links_spacer
    {
    border:1px solid #ffffff;
    }
    
    #links tr.alt_colour 
    {
     background-color:#dfd19c; 
    }
    
    #date
    {
    position:absolute;
    top:95px;
    margin:0 0 0 5px;
    width:200px;
    color:#226231;
     font-weight:bold;
      font-size:1em;
    }
    
    .red {
        color: red;
    }

#enquiry table 
{
margin:10px 0 0 0;
background-color:#f1eed3;
border-collapse:collapse;
color:#797979;  
}

#enquiry table tr th
{
  background-color:#fff;
  padding: 0 0 4px 0;
}

#enquiry table tr td
{
padding:3px 3px 3px 5px;
}

#search
{
float:right;
margin:2px 15px 0 0;
}

#comment
{
 width:121px;
    overflow-x: hidden;
}

table#index_drivers
{

}

table#index_drivers tr td a:hover, table#index_drivers tr td a:active {
     text-decoration:underline !important;
}

table#index_drivers td ul, table#index_drivers td ul li
{
padding:0px;
margin:0px;
}