﻿ul.SitePicker {
    position: relative;
    right: -6px;
    float: left;
    list-style-type: none;
    width: 920px;
    height: 209px;
    margin: 20px 0px;
    padding: 0px;
    background-color: #CC2030;
}

ul.SitePicker li {
    position: relative;
    left: -12px;
    float: left;
    margin: 0px;
    padding: 0px;
    z-index: 2;
}

ul.SitePicker li a.Button.Circle {
    position: absolute;
    bottom: 8px;
    right: 24px;
}

ul.SitePicker li#ChooseYourSite {
    position: absolute;
    top: 0px;
    left: -12px;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 2px 6px;
    background-color: #000000;
    color: #CC2030;
    font-size: 20px;
    text-transform: uppercase;
    z-index: 3;
}

ul.SitePicker li#PickMotorcycle {
    float: left;
    width: 304px;
    height: 198px;
    background: url(/Images/Public/Layout/SitePicker/LegendMotorcycle.jpg) no-repeat right top;
}

ul.SitePicker li#PickUTV {
    float: left;
    width: 304px;
    height: 198px;
    border-left: 4px solid #000000;
    border-right: 4px solid #000000;
    background: url(/Images/Public/Layout/SitePicker/LegendUTV.jpg) no-repeat right top;
}

ul.SitePicker li#PickFireEMS {
    float: left;
    width: 304px;
    height: 198px;
    background: url(/Images/Public/Layout/SitePicker/LegendFireEMS.jpg) no-repeat right top;
}

