/*html reset*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
    {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
    {
    display: block
}

nav ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}
/*end reset*/

html {
    overflow-y: scroll;
}

html,body {
    font-family: Arial;
    font-size: 14px;
    color: #444;
    background: #eee;
    -webkit-text-size-adjust:none !important;
}

h1 {
    font-size: 21px;
    color: #ff6600;
    text-transform: uppercase;
    padding: 0 0 20px 0;
}

h2 {
    font-size: 18px;
    color: #000001;
    border-bottom: 3px solid #d4d4d4;
    font-weight: normal;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

h2 a {
    color: #000001;
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
}

h3 {
    font-size: 16px;
    font-weight: normal;
    color: #4d4a4b;
    padding: 0 0 15px 0;
    line-height: 20px;
}

h4 {
    color: #ff6600;
    font-weight: normal;
    font-size: 12px;
    padding: 0 0 13px 0;
    text-transform: uppercase;
}

p {
    padding: 0 0 20px 0;
    line-height: 17px;
    font-size: 14px;
}

ul, ol {
    margin: 0 0 10px 25px;
    padding: 0;
}

li {
    line-height: 20px;
}

ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}

a {
    color: #444;
    outline: none;
}

a:hover {
    color: #FF6600;
}

table {
    width: 100%;
    float: left;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-collapse: collapse;
    background: #f3f3f3;
}

table td {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    padding: 23px 0;
}

table td img {
    vertical-align: middle;
}

label {
    display: block;
    color: #444;
    padding: 0 0 7px 0;
    float: left;
    width: 100%;
}

form legend {
    display: block;
    color: #444;
    padding: 0 0 7px 0;
    float: left;
    width: 100%;
}

input[type=text], input[type=password] {
    border: 1px solid #dbdbdb;
    height: 16px;
    padding: 10px 5px;
    width: 218px;
    float: left;
}

form .form_element {
    width: 229px;
    clear: both;
    float: left;
    margin: 0 0 10px 0;
}

form .first_form_element {
    margin: 0;
}

form .form_element label.error {
    color: #ff6600;
    margin: 2px 0 0 0;
    font-size: 10px;
    display: block;
    padding: 0;
}

form fieldset h4 {
    clear: both;
}

.form_container fieldset .form_element {
    margin: 0 0 10px 25px;
}


.form_container fieldset .first_form_element {
    margin: 0 0 10px 0;
}

.dk_options_inner {
    margin: 0;
    padding: 0;
}

form .form_element label span,
span.mandatory {
    /*float: right;*/
    color: #ff6600;
}

input[disabled='disabled'] {
    color: #aaa;
}

form .checkbox,form .radio {
    height: auto;
    /*width: 100%;*/
    float: left;
}

form .checkbox div,form .radio div {
    float: left;
    width: 100%;
    margin: 0 0 7px 0;
}

form .checkbox label {
    background: url("/files/images/checkboxes.png") no-repeat scroll 0 3px
        transparent;
    border: 0 none;
    color: #444;
    padding: 0;
}

form .checkbox_container label.ui-button {
    margin-right: 15px;
}

form .radio label {
    background: url("/files/images/radio-buttons.png") no-repeat scroll 0
        3px transparent;
    border: 0 none;
    color: #444;
    padding: 0;
}

form .checkbox label span.ui-button-text,form .radio label span.ui-button-text
    {
    background: none repeat scroll 0 0 transparent;
    padding: 0 0 0 29px;
    color: #444;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    float: left;
}

form .checkbox .ui-state-active {
    background: url("/files/images/checkboxes.png") no-repeat scroll 0 -17px
        transparent;
}

form .checkbox .ui-state-disabled {
    background: url("/files/images/checkboxes.png") no-repeat scroll 0 -37px
        transparent;
    opacity: 1;
}

form .radio .ui-state-active {
    background: url("/files/images/radio-buttons.png") no-repeat scroll 0
        -17px transparent;
}

form .radio .ui-state-disabled {
    background: url("/files/images/radio-buttons.png") no-repeat scroll 0
        -37px transparent;
    opacity: 1;
}

form input[type=checkbox],form input[type=radio] {
    float: left;
}

form .added_visitor {
    margin: 0;
    width: 100%;
    float: left;
}

form .actions {
    float: left;
    width: 100%;
}

form .actions a {
    float: left;
    display: inline-block;
    background: url(/files/images/register_another.png) no-repeat right
        center #444;
    height: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 14px 40px 0 15px;
    margin: 0 9px 0 0;
}

form input[type=submit] {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border: 0;
    background: url(/files/images/form_submit.png) no-repeat right center #ff6600;
    height: 40px;
    padding: 0 41px 0 10px;
    text-align: left;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

img {
    outline: none;
}

.content_constraint {
    width: 991px;
    margin: 0 auto;
    padding: 0 8px;
}

header {
    background: #eee;
    height: 99px;
    border-bottom: 1px solid #f5f5f5;
    min-width: 1007px;
}

header #logo {
    float: left;
    padding: 24px 0 0 3px;
}

header #header_right {
    float: right;
}

#header_right #members {
    float: right;
    /*width: 126px;*/
    border-bottom: 1px solid #7c7a7b;
    border-right: 1px solid #7c7a7b;
    border-left: 1px solid #7c7a7b;
    background: #4d4a4b;
    padding: 0 4px 0 8px;
    height: 18px;
    margin: 0 0 16px 0;
}

#header_right #members ul {
    margin: 0;
}

#header_right #members ul li {
    list-style: none;
    float: left;
    display: inline;
    padding: 0 4px 0 0;
    line-height: normal;
}

#header_right #members ul .pipe {
    font-size: 7px;
    line-height: 17px;
}

#header_right #members ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #eee;
    font-size: 8px;
    font-weight: bold;
}

#header_right #social_networks {
    float: right;
    clear: both;
    margin: 5px 0 0 0;
}

#header_right #social_networks li {
    float: left;
    display: inline;
    list-style: none;
    padding: 0 0 0 5px;
}

#nav_wrapper {
    height: 41px;
    background: #ccc;
}

#internal_banner {
    min-width: 1007px;
}

#main-menu, #nav_wrapper .content_constraint {
    height: 41px;
    background: #ccc;
}

nav li a {
    text-decoration: none;
    color: #444;
}

nav li a.active {
    color: #FF6600;
    text-decoration: underline;
}

nav a:hover {
    color: #FF6600;
    text-decoration: none;
}

#nav_wrapper nav ul {
    margin: 0;
}

#nav_wrapper nav li {
    float: left;
    display: inline;
    background: url(/files/images/menu_border.jpg) no-repeat right center;
    height: 41px;
    line-height: normal;
}

#nav_wrapper nav {
    float: left;
    height: 41px;
    background: url(/files/images/menu_border.jpg) no-repeat left center;
}

#nav_wrapper nav a {
    padding: 14px 15px 0 15px;
    height: 27px;
    display: inline-block;
}

#nav_wrapper #search_wrapper {
    float: right;
    background: url(/files/images/menu_border.jpg) no-repeat right center;
    height: 41px;
    padding: 0 15px 0 0;
}

#nav_wrapper #search_box {
    float: right;
    background: url(/files/images/menu_border.jpg) no-repeat left center;
    height: 36px;
    padding: 5px 0 0 15px;
}

#nav_wrapper #search_box label {
    float: left;
    color: #444;
    width: 55px;
    line-height: 30px;
}

#nav_wrapper #search_box input[type=text] {
    float: left;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 0;
    padding: 6px 5px;
    width: 146px;
    height: 16px;
}

#nav_wrapper #search_box input[type=submit] {
    float: left;
    background: url(/files/images/search_icon.jpg) no-repeat #ff6600;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-left: 0;
    width: 31px;
    height: 30px;
    padding: 0;
    cursor: pointer;
}

#banner {
    height: 239px;
    background-color: #000;
    min-width: 1007px;
}

#banner #banner_content_background {
    width: 1225px;
    margin: 0 auto;
    height: 239px;
    background: url(/files/images/home_banner_content_bg.png) no-repeat top left;
}

#banner #banner_content {
    float: left;
    width: 440px;
    padding: 38px 0 0 0;
}

#banner #banner_content p {
    color: #fff;
    line-height: 15.75px;
}

#banner #banner_content a {
    text-decoration: none;
    color: #ff6600;
    text-transform: uppercase;
    background: url(/files/images/homepage_link_bg.png) no-repeat;
    width: 156px;
    height: 27px;
    display: block;
    font-weight: bold;
    padding: 13px 0 0 15px;
}

#main_content {
    padding: 38px 0 45px 0;
    background: #fff;
    clear: both;
    min-width: 1007px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#home_boxes {
    float: left;
    width: 1000px;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 21px 0;
    margin: 0 0 11px 0;
}

#home_boxes .home_box {
    float: left;
    width: 313px;
    height: 99px;
    border: 1px solid #d1d2d3;
    margin: 0 0 19px 23px;
    cursor: pointer;
}

#home_boxes .home_box .see_through_box {
    float: left;
    width: 313px;
    height: 99px;
    top: -100px;
    position: relative;
    background: url(/files/images/home_box_overlay.png) no-repeat left
        bottom;
}

#home_boxes #box2 {
    background: url(/files/images/home_box_2.jpg) no-repeat;
}

#home_boxes #box3 {
    background: url(/files/images/home_box_3.jpg) no-repeat;
}

#home_boxes #box4 {
    background: url(/files/images/home_box_4.jpg) no-repeat;
}

#home_boxes #box5 {
    background: url(/files/images/home_box_5.jpg) no-repeat;
}

#home_boxes #box6 {
    background: url(/files/images/home_box_6.jpg) no-repeat;
}

#home_boxes .home_box a {
    height: 40px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    margin: 59px 0 0 0;
    padding: 16px 27px 0 9px;
    float: left;
    background: url(/files/images/home_box_link_bg.png) no-repeat right
        -1px;
}

#home_boxes .home_box a span {
    float: left;
    display: block;
    height: 24px;
    padding: 16px 27px 0 9px;
}

#home_boxes .first_box {
    margin: 0 0 19px 0;
}

#bottom_boxes {
    float: left;
    width: 100%;
}

#bottom_boxes .bottom_box {
    float: left;
    width: 315px;
    margin: 0 0 0 23px;
}

#bottom_boxes .bottom_box .title {
    float: left;
    width: 100%;
    border-bottom: 3px solid #D4D4D4;
    margin: 0 0 20px;
    padding: 0 0 15px;
}

#bottom_boxes .bottom_box ul {
    margin: 0;
}

#bottom_boxes .bottom_box .title h2 {
    float: left;
    margin: 0;
    padding: 8px 0 0 2px;
    border: 0;
}

#bottom_boxes .bottom_box .title .slider_nav {
    float: right;
}

#bottom_boxes .bottom_box .title .slider_nav .slider_next,#bottom_boxes .bottom_box .title .slider_nav .slider_back
    {
    float: right;
    width: 32px;
    height: 31px;
}

#bottom_boxes .bottom_box .title .slider_nav a {
    display: inline-block;
    width: 32px;
    height: 31px;
    float: right;
    display: none;
    background: url(/files/images/slider_controls.png) no-repeat;
}

#bottom_boxes .bottom_box .title .slider_nav a.back {
    background-position: 0 -31px;
    margin: 0 4px 0 0;
}

#bottom_boxes .bottom_box .title .slider_nav a.next {
    background-position: -32px 0;
}

#bottom_boxes #insights {
    margin: 0;
    padding: 8px 0 0 0;
}

#bottom_boxes #insights p {
    padding: 0 0 0 0;
}

#bottom_boxes #insights li {
    border-top: 1px solid #dbdbdb;
    padding: 18px 0 28px 0;
    list-style: none;
    line-height: normal;
}

#bottom_boxes #insights li:first-child {
    border-top: 0;
    padding: 0 0 28px 0;
}

#bottom_boxes li strong {
    color: #444;
}

#bottom_boxes #insights li a {
    display: block;
    padding: 0 0 5px 0;
    color: #444;
    font-weight: bold;
    text-decoration: none;
}

#bottom_boxes #insights li a:hover {
    text-decoration: underline;
}

#bottom_boxes .slider {
    float: left;
    width: 315px;
}

#bottom_boxes .slider li {
    list-style: none;
    width: 315px;
}

#bottom_boxes .slider img {
    border: 1px solid #ddd;
    margin: 0 0 17px 0;
    width: 313px;
}

#bottom_boxes .slider p {
    padding: 0 0 5px 0;
}

.bx-wrapper {
    margin: 0;
}

.bx-wrapper .bx-viewport {
    background: none;
    border: 0;
    box-shadow: none;
    left: 0;
}

footer {
    height: 204px;
    border-top: 1px solid #fcfcfc;
    background: #eee;
    padding: 36px 0 21px 0;
    min-width: 1007px;
    clear: both;
}

.footer_box {
    float: left;
    font-size: 12px;
}

.footer_box h4 {
    padding: 0 0 7px 0;
    text-transform: uppercase;
    color: #222;
    font-size: 12px;
    font-weight: bold;
}

.footer_box p {
    font-size: 12px;
}

.footer_box ul {
    margin: 0;
}

.footer_box li {
    list-style: none;
    padding: 0 0 4px 0;
    color: #444;
    line-height: normal;
}

.footer_box li a {
    text-decoration: none;
    font-size: 12px;
    color: #444;
}

.footer_box p {
    color: #444;
}

footer #quick_links {
    width: 254px;
}

.footer_box li a:hover {
    text-decoration: underline;
}

footer #contact {
    width: 252px;
}

footer #contact address {
    font-style: normal;
}

footer #contact address p {
    line-height: 15.75px;
    padding: 0 0 17px 0;
}

footer #company_info {
    width: 230px;
}

footer #designed_by {
    padding: 20px 0 0 0;
}

/*#internal_banner {
    height: 119px;
    float: left;
    width: 100%;
    background: url("/files/images/internal-banner.jpg") no-repeat scroll center center #fff;
}*/

.left_column {
    float: left;
    width: 225px;
    margin: 0 23px 0 0;
}

.left_column h2,.right_column h2 {
    padding: 0 0 22px 0;
    margin: 0 0 17px 0;
}

.left_column nav li {
    border-bottom: 1px solid #dbdbdb;
    padding: 12px 0 13px 0;
}

.left_column nav li:first-child {
    padding: 0 0 13px 0;
}

.left_column nav li a:hover {
    color: #ff6600;
    text-decoration: none;
}

.left_column nav li span.active a {
    color: #ff6600;
    text-decoration: underline;
}

.left_column nav ul {
    margin: 0;
}

.left_column nav li ul {
    padding: 13px 0 0 0;
    border-top: 1px solid #dbdbdb;
    margin: 10px 0 0 0;
    display: none;
}

.left_column nav li ul li {
    border-top: 1px dotted #d4d4d4;
    border-bottom: 0;
    background: url(/files/images/sub_menu_icon.jpg) no-repeat 9px 18px;
    padding: 13px 0 0 27px !important;
    margin: 0 0 13px 0;
}

.left_column nav li ul li.last {
    border-bottom: none;
    padding: 13px 0 0 27px !important;
    margin: 0;
}

.left_column nav li ul li.first {
    border: none;
    padding: 0 0 0 27px !important;
    background-position: 9px 5px;
}

.left_column nav li ul ul {
    display: block;
}

.right_column {
    float: left;
    width: 743px;
}

.vehicle_search #content-title {
    width: 521px;
}

.vehicle_search #vehicle_search_intro {
    width: 521px;
    float: left;
    border-bottom: 1px solid #D4D4D4;
}

.vehicle_search #advert {
    float: right;
    width: 200px;
    height: 385px;
    border: 1px solid #ccc;
}

.resources {
    float: right;
    width: 214px;
    border: 1px solid #e8e8e8;
    background: #f2f2f2;
    padding: 8px 8px 0 8px;
    font-size: 13px;
    margin: 0 0 20px 20px
}

.resources img, .resources figcaption {
    margin: 0 0 8px 0;
}

.resources p {
    color: #444;
    font-size: 13px;
    padding: 0 0 8px 0;
}

.resources ul {
    background: #e6e6e6;
    padding: 16px 0 0 0;
    margin: 0 0 8px 0;
}

.resources iframe {
    margin: 0 0 8px 0;
}

blockquote {
    background: #e6e6e6;
    padding: 12px 10px 10px 10px;
    color: #ff6600;
    font-style: italic;
    font-size: 16px;
    margin: 0 0 8px 0;
    line-height: 17px;
}

.resources ul li {
    list-style: none;
    font-size: 13px;
    color: #444;
    border-top: 1px solid #d7d7d7;
    padding: 16px 12px ;
    line-height: 16px;
}

.resources ul li:first-child {
    border-top: 0;
    padding: 0 12px 16px 12px;
}

.resources ul li a {
    color: #444;
    text-decoration: none;
    font-size: 13px;
    display: block;
}

.resources a[href$=".pdf"] {
    background: url(/files/images/pdf.png) no-repeat;
    padding: 0 0 0 26px;
    display: inline-block;
}

.resources a[href$=".doc"], .resources a[href$=".docx"] {
    background: url(/files/images/word.png) no-repeat;
    padding: 0 0 0 26px;
    display: inline-block;
}

.resources ul li img {
    margin: 0 11px 0 0;
    vertical-align: middle;
    display: inline-block;
    float: left;
}

.resources ul li a {
    overflow: hidden;
}

.resources ul li a:hover {
    text-decoration: underline;
}

.full_news h3 {
    color: #000;
}

.pagination p {
    display: none;
}

.pagination ul {
    margin: 0;
}

.pagination li {
    display: inline;
    list-style: none;
    float: left;
    margin: 0 4px 0 0 ;
}

.pagination li a, .pagination li span {
    text-decoration: none;
    background: url(/files/images/pagination_bg.png) no-repeat;
    width: 31px;
    height: 25px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #979797;
    padding: 6px 0 0 0;
}

.pagination li a:hover {
    text-decoration: none;
    color: #979797;
}

.pagination li span {
    color: #FF6600;
}

.pagination li.next a {
    background: url(/files/images/next_pagination.png) no-repeat;
}

.pagination li.last a {
    background: url(/files/images/last_pagination.png) no-repeat;
}

.pagination li.first a {
    background: url(/files/images/first_pagination.png) no-repeat;
}

.pagination li.previous a {
    background: url(/files/images/previous_pagination.png) no-repeat;
}

.article_overview {
    float: left;
    width: 743px;
    border-top: 1px solid #ccc;
    padding: 16px 0 18px 0;
}

.article_overview h3 a {
    text-decoration: none;
    color: #4D4A4B;
}

.article_overview h3 a:hover {
    text-decoration: underline;
}

.article_overview .enclosure p {
    padding: 0;
}

.article_overview .enclosure img {
    border: 0;
    float: none;
    margin: 0;
}

.first_article {
    padding: 0 0 18px 0;
    border-top: 0;
}

.article_overview img {
    border: 1px solid #e6e6e6;
}

.article_overview ul li {
    list-style: none;
    float: left;
    display: inline;
    color: #444;
    font-size: 12px;
    padding: 0 3px 0 0;
}

.article_overview ul li a {
    color: #444;
    text-decoration: none;
    font-size: 12px;
}

.article_overview ul li a:hover {
    text-decoration: underline;
}

.form_container {
    border-top: 1px solid #d5d5d5;
    padding: 15px 0 0 0;
}

.what_we_do_list {
    float: left;
    width: 100%;
    padding: 14px 0 0 0;
}

.what_we_do {
    float: left;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    padding: 19px 0 9px 0;
}

.what_we_do a {
    text-decoration: none;
}

.what_we_do a p {
    color: #444;
}

.what_we_do img {
    float: left;
    margin: 0 18px 10px 0;
}

.what_we_do h3 {
    padding: 17px 0 15px 0;
}

.call_out_block_list {
    float: left;
    width: 100%;
    padding: 20px 0 0 0;
    margin: 14px 0 0 0;
    border-top: 1px solid #dbdbdb;
}

.call_out_block {
    float: left;
    width: 232px;
    margin: 0 0 0 22px;
    padding: 0 0 19px 0;
}

.call_out_block a {
    text-decoration: none;
}

.call_out_block a p {
    color: #444;
}

.call_out_block img {
    border: 1px solid #e6e6e6;
    margin: 0 0 14px 0;
}

.first_block {
    margin: 0;
}

.people_row {
    float: left;
    width: 743px;
    margin: 0 0 19px 0;
    background: url(/files/images/callout_border.jpg) no-repeat left bottom;
}

.accordian {
    float: left;
    width: 100%;
    padding: 21px 0 0 0;
}

.accordian ul {
    margin: 0;
}

.accordian li {
    list-style: none;
    float: left;
    width: 743px;
    margin: 0 0 9px 0;
}

.accordian .accordian_link {
    width: 713px;
    display: block;
    font-size: 16px;
    color: #4d4a4b;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    padding: 12px 14px 11px 14px;
    background: url(/files/images/accordian_link.png) no-repeat 703px 5px #f3f3f3;
}

.accordian .accordian_content {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    width: 719px;
    background: #fff;
    padding: 11px;
    display: none;
}

.accordian .accordian_content img {
    float: left;
    margin: 0 10px 10px 0;
}

.accordian .accordian_open {
    background-position: 703px -50px;
}

.accordian_content table th {
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    font-weight: normal;
    height: 43px;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    color: #222;
    padding: 0 0 0 10px;
}

.accordian_content table td {
    width: 49%;
    text-align: left;
    padding: 11px 0 11px 10px;
    background: #fff;
}

.accordian_content p {
    padding: 0;
}

.contact_column {
    float: left;
    width: 358px;
    margin: 21px 0 0 0;
}

.contact_column .map {
    float: left;
    width: 338px;
    height: 142px;
    padding: 10px;
    background: #f2f2f2;
    margin: 0 0 13px 0;
}

.contact_column .map img {
    border: 1px solid #d2d2d2;
}

#left_contact_column {
    margin: 21px 21px 0 0;
}

.contact_column address {
    font-style: normal;
    line-height: 17px;
}

.contact_column h3 {
    padding: 0 0 18px 0;
}

.contact_column ul li {
    list-style: none;
}

.contact_column ul li a {
    color: #ff6600;
    text-decoration: none;
}

.contact_column ul li a:hover {
    text-decoration: underline;
}

.contact_column address {
    margin: 0 0 16px 0;
}

#left_contact_column ul {
    margin: 0 0 14px 0;
}

.contact_column li {
    padding: 0 0 3px 0;
}

#right_contact_column ul {
    margin: 0 0 17px 0;
}

.contact_column input[type=submit] {
    background: url(/files/images/get_directions_button.png) no-repeat;
    border: 0;
    width: 163px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
}

.contact_column .postcode input[type=text] {
    margin: 0 0 21px 0;
}

#lower_boxes .right_contact_column {
    margin: 39px 0 0 0;
}

.left_contact_column {
    margin: 39px 21px 0 0;
}

#lower_boxes h3 {
    border-top: 1px solid #dbdbdb;
    padding: 15px 0 18px 0;
}

#lower_boxes .left_contact_column ul {
    margin: 0 0 31px 0;
}

#lower_boxes .right_contact_column ul {
    margin: 0 0 14px 0;
}

.members_company table {
    margin: 35px 0 0 0;
}

.qtip-default {
    background: #FF6600;
    border-color: #FF6600;
    color: #fff;
    font-weight: bold;
}

.form_container .form_element {
    float: left;
    margin: 0 0 0 25px;
    clear: none;
    /*height: 80px;*/
}

.form_container .first_form_element {
    margin: 0;
}

.form_container .form_element_row {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

.form_container fieldset div {
    display: none;
}

.form_container fieldset div .form_element {
    display: block;
}

.dk_container {
    background: none;
    margin: 0;
}

.dk_toggle {
    border: 1px solid #DBDBDB;
}

.dk_toggle:hover {
    border: 1px solid #DBDBDB;
}

.dk_toggle,.dk_open,.dk_open .dk_toggle {
    border-radius: 0;
}

.dk_container a {
    font-weight: normal;
}

.modded .see_through_box {
    z-index: 1;
    position: relative;
    top: -100px;
    left: 0px;
}

#nav_wrapper nav a.invisible,
#quick_links nav a.invisible,
.left_column nav a.invisible {
    display: none;
}

#quick_links nav a.active {
    text-decoration: none;
}

nav p {
    font-size: 18px;
    color: #000001;
    border-bottom: 3px solid #d4d4d4;
    font-weight: normal;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.right_column_title p, .right_column_title h1 {
    font-size: 18px;
    color: #000001;
    border-bottom: 3px solid #d4d4d4;
    font-weight: normal;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    text-transform: none;
}

span.invisible {
    display: none;
}

span.highlight {
    font-weight: bold;
    color: #ff6600;
    font-size: 14px;
}

#cookie_policy {
    background-color: #FF6600;
    border: 0 none;
    bottom: 0;
    height: 21px;
    margin: 0;
    padding: 7px 0 0 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
    display: none;
    text-align: center;
}

#cookie_policy #cookie_inner {
    margin: 0 auto;
    width: 1024px;
    font-size: 11px;
}

#cookie_policy #cookie_inner p {
    font-size: 11px;
    color: #fff;
}

#cookie_policy #cookie_inner p a {
    color: #fff;
}

#cookie_policy #cookie_inner p span {
    color: #fff;
    font-weight: bold;
}

#cookie_policy #cookie_inner #ignore {
    float: right;
}

#cookie_policy #cookie_inner #ignore a {
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.invisible {
    display: none;
    visibility hidden;
}

.full_width {
    width: 991px;
}

.submit_container {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.captcha_text {
    padding: 7px 0 0 0;
    display: inline-block;
}

.form_element p {
    float: left;
    width: 100%;
    line-height: normal;
    padding: 10px 0 0 0;
}

.form_element p:first-child {
    padding: 0;
}

.hidden {
    display: none;
    visibility: hidden;
}

.checkbox_container label {
    width: auto;
}

.checkbox_container input[type=checkbox] {
    margin-top: 0;
}

.mod_registration, .mod_login {
    float: left;
    width: 300px;
}

.login_register_right {
    float: left;
    width: 443px;
}

form p.error {
    color: #FF6600;
}

#vehicle_search_form {
    float: left;
    width: 290px;
}

#results {
    float: right;
    width: 433px;
    position: relative;
    height: 415px;
}

#results .ajax_loader{
    position: absolute;
    top: 50%;
    left: 50%;
}

#vehicle_search_form select {
    width: 290px;
    padding: 5px;
    background: none;
    border: 1px solid #dbdbdb;
    font-family: arial;
    font-size: 13px;
    color: #444;
}

#vehicle_search_form select[disabled] {
    color: #7F7F7F;
}

#empty_results {
    border: 1px solid #e6e6e6;
    float: left;
    width: 413px;
    padding: 9px;
    background: #f2f2f2;
    height: 395px;
    text-align: center;
}

#empty_results_text {
    background: #e6e6e6;
    height: 395px;
    display: table-cell;
    vertical-align: middle;
    width: 413px;
}

#empty_results_text p {
    font-size: 16px;
    color: #f56520;
    font-style: italic;
}

#results table {
    border: 0;
}

#results h3 {
    border-bottom: 1px solid #dbdbdb;
    margin: 0 0 18px 0;
    padding: 0 0 12px 0;
}

#results table th {
    background: #ccc;
    font-family: arial;
    font-size: 16px;
    color: #222;
    width: 140px;
    text-align: left;
    font-weight: normal;
    padding: 14px 0 14px 10px;
    border-left: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
}

#results table td {
    padding: 14px 0 14px 10px;
    background: none;
    font-size: 12px;
    font-family: arial;
    color: #444;
    text-align: left;
}

#results td.whiplash {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

#results table td img {
    margin: 0 2px 0 0;
    display: inline-block;
}

#results table td.poor {
    color: #ff0000;
}

#results table td.good {
    color: #01c038;
}

#results table td.acceptable {
    color: #ffba00;
}

#results table td.marginal {
    color: #f56520;
}

#vehicle_search_form label {
    color: #444;
    font-size: 14px;
}

#search_vehicles {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0 25px 0;
}

span.good {
    color: #01c038;
    font-weight: bold;
}

span.acceptable {
    color: #ffba00;
    font-weight: bold;
}

span.marginal {
    color: #f56520;
    font-weight: bold;
}

span.poor {
    color: #ff0000;
    font-weight: bold;
}

#table td {
    padding: 0;
}

iframe {
    border: none;
}
