body
{
    font-family: Arial;
    font-size: 10pt;
    color: rgb(77, 77, 77);
    margin-top: 0px;
    margin-bottom: 0px;
}

img
{
    border: 0px;
}

h1
{
    font-size: 14pt;
    font-weight: 500;
    color: rgb(44, 65, 118);
}

h2
{
    font-size: 15pt;
    font-weight: 500;
    color: rgb(215, 38, 42);
}

h3
{
    font-size: 13pt;
    font-weight: 500;
    color: rgb(44, 65, 118);
}

.divider
{
    width: 100%; /*border: 5px solid rgb(229, 229, 229);*/
    border: 0px;
    height: 5px;
    background-color: rgb(229, 229, 229);
}

.smalldivider
{
    width: 100%; /*border: 5px solid rgb(229, 229, 229);*/
    border: 0px;
    height: 2px;
    background-color: rgb(229, 229, 229);
}

a.link, a.link:visited, .documentlink a, .documentlink a:visited
{
    text-decoration: none; /*    color: rgb(104, 165, 194);*/
    color: rgb(1, 128, 190);
}

a.link:hover, a.link:active, .documentlink a:hover, .documentlink a:active
{
    text-decoration: underline;
}

a.nolink, a.nolink:hover, a.nolink:active, a.nolink:visited
{
    text-decoration: none;
    color: inherit;
}

.floatright
{
    float: right;
}

.hidden
{
    visibility: hidden;
    display: none;
}

.maindiv
{
    margin: auto;
    width: 1500px;
    background-color: rgb(241, 241, 241);
}

.wplbanner
{
	background-image: url('Images/banner.png');
	width: 100%;
	height: 131px;
}

.menubg
{
    background-image: url('Images/redmenubg.png');
    width: 100%;
    height: 64px;
}

.menu
{
 /*   width: 965px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;*/
}

.menuitemouter
{
    /*min-width: 20px;*/
    float: left;
    margin-top: -30px;
    padding-top: 18px;
    height: 46px;
}

.menuitem
{
    font-size: 13pt;
    font-weight: bold;
    color: rgb(255, 255, 255);
    padding: 6px;
    height: 34px;
    background-position: center center;
    background-repeat: no-repeat;
}

.menuitemspacer
{
    vertical-align: top;
    height: 46px;
    padding-top: 18px;
    margin-top: -38px;
    width: 60px;
    float: left;
}

.submenubg
{
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 1500px;
    height: 64px;
    display: none;
    visibility: hidden;
}

.submenu
{
    padding-top: 22px;
    height: 42px;
    float: left; /*    display: block;     visibility: visible;*/
    display: none;
    visibility: hidden;
}

.submenuspacer
{
    height: 20px;
    float: left;
}

.submenuitem
{
    vertical-align: middle;
    float: left;
    font-size: 11pt;
    font-weight: bold;
}

.submenuitemspacer
{
    width: 55px;
    height: 20px;
    float: left;
}

.submenuitemlink, .submenuitemlink:visited, .submenuitemlink:active
{
    text-decoration: none;
    color: rgb(44, 65, 118);
}

.submenuitemlink:hover
{
    color: rgb(1, 128, 190);
}

.menulink, .menulink:visited, .menulink:active, .menulink:hover
{
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.spacer260
{
    width: 260px;
    height: 1px;
    float: left;
}

.spacer320
{
    width: 160px;
    height: 1px;
    float: left;
}

.bannerlogo
{
    float: left;
    height: 131px;
    width: 220px;
    margin-top: 26px;
    margin-left: 0px;
}

.bannertext
{
    float: left;
    height: 131px;
    margin-top: 30px;
    color: #ffffff;
    width: 570px;
}

.bannerlogowpl
{
    float: left;
    height: 100px;
    width: 220px;
    margin-top: 26px;
    margin-left: 0px;
}

.bannertextwpl
{
    float: left;
    height: 100px;
    margin-top: 30px;
    color: #ffffff;
    width: 570px;
}


.bannertextinner1
{
    height: 28px;
}

.bannertextinner2
{
    height: 33px;
    padding-top: 8px;
}

.bannertextcallus
{
    font-size: 17pt; /*color: rgb(143, 152, 184);*/
}

.bannertextcallus img
{
    vertical-align: middle;
}


.bannertext0800
{
    /*font-size: 17pt; */
    color: rgb(143, 152, 184);
    font-weight: bold;
}

.t_byline
{
    width: 100%; /*height: 400px;*/
}

.quicklinks
{
    /*float: left;*/
    height: 30px;
    margin-left: 116px;
    font-size: 12pt;
}

.quicklinks img
{
    vertical-align: bottom;
}

.quicklinks a
{
    display: inline-block;
    height: 30px;
}

.quicklinks span
{
    display: inline-block;
    width: auto;
}

.loginbutton
{
    background-image: url('Images/loginbutton.png');
    background-repeat: no-repeat;
    width: 77px;
    height: 29px;
    padding-left: 11px;
    font-weight: bold;
    float: left;
    padding-top: 5px;
}

.loginbutton:hover
{
    background-image: url('Images/loginbuttonhover.png');
}

.maincontent
{
    margin: auto;
    width: 1024px;
    overflow: auto;
}

.maincontentGrid
{
    margin: auto;
    width: 100%;
}

.maincontent p
{
    line-height: 1.6em;
}

.toplink
{
    float: right;
    color: rgb(1, 128, 190);
    font-size: 9pt;
}

.footer1
{
    padding-top: 5px;
    width: 100%;
    margin: auto;
    background-color: rgb(203, 203, 203);
    background-image: url('Images/footer1bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    line-height: 1.4em;
}

.footercontent
{
    margin: auto;
    width: 965px;
}

.footercontactus
{
    float: left;
    width: 275px;
}

.footerspacer
{
    float: left;
    width: 65px;
    height: 1px;
}

.footerform
{
    float: left;
    font-size: 9pt;
    width: 625px;
}

.footer2
{
	width: 100%;
	margin: auto;
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	padding-top: 5px;
}

.footerbottom
{
    margin: auto;
    width: 965px;
}

.footerblurb
{
    width: 340px;
    float: left;
    font-size: 13pt;
    font-weight: bold;
}

.footercopyright
{
    float: left;
    font-size: 10pt;
}

.clear
{
    clear: both;
}

.footertextbox
{
    width: 100%;
}

.footertextarea
{
    width: 100%;
    height: 104px;
}

.sfTxtLbl
{
    font-size: 8pt;
}

.sfTxt
{
    width: 100%;
    border: 0px;
}

.footercontactus0800
{
    font-size: 12pt;
    color: rgb(77, 77, 77);
}

.footercontactuslink
{
    font-size: 10pt;
}

.footercontactuslocation
{
    font-size: 10pt;
    font-weight: bold;
    float: left;
}

.footercontactusphone
{
    font-size: 10pt;
    float: right;
}

.submitenquirybutton
{
    width: 201px;
    height: 34px;
    background-image: url('Images/submitenquirybtn.png');
    background-color: transparent;
    background-position: right center;
    background-repeat: no-repeat;
    border: 0px;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.submitenquirybutton:hover
{
    background-image: url('Images/submitenquirybtn_hover.png');
}

.findoutmore
{
    text-decoration: none;
    width: 166px;
    height: 34px;
    background-image: url('Images/findoutmorebtn.png');
    background-color: transparent;
    background-position: right center;
    background-repeat: no-repeat;
    border: 0px; /*    float: right;      padding-top: 10px;     padding-bottom: 10px; */
}

.findoutmore:hover
{
    background-image: url('Images/findoutmorebtn_hover.png');
}

.makeanorder
{
    text-decoration: none;
    width: 126px;
    height: 34px;
    background-image: url('Images/ordernowbtn.png');
    background-color: transparent;
    background-position: right center;
    background-repeat: no-repeat;
    border: 0px; /*    float: right;      padding-top: 10px;     padding-bottom: 10px; */
}

.makeanorder:hover
{
    background-image: url('Images/ordernowbtn_hover.png');
}

.downloadaccountform
{
    text-decoration: none;
    width: 166px;
    height: 34px;
    background-image: url('Images/downloadpdfbtn.png');
    background-color: transparent;
    background-position: right center;
    background-repeat: no-repeat;
    border: 0px; /*    float: right;      padding-top: 10px;     padding-bottom: 10px; */
}

.downloadaccountform:hover
{
    background-image: url('Images/downloadpdfbtn_hover.png');
}

.searchbutton
{
    text-decoration: none;
    width: 126px;
    height: 34px;
    background-image: url('Images/searchbtn.png');
    background-color: transparent;
    background-position: right center;
    background-repeat: no-repeat;
    border: 0px; /*    float: right;      padding-top: 10px;     padding-bottom: 10px; */
}

.searchbutton:hover
{
    background-image: url('Images/searchbtn_hover.png');
}

.documentlink
{
    line-height: 3.0em;
}

.map-canvas
{
    height: 665px;
    width: 100%;
}

.findawaitomosite
{
    text-decoration: none;
    width: 199px;
    height: 34px;
    background-image: url('Images/findawaitomositebtn.png');
    background-color: transparent;
    background-position: right center;
    background-repeat: no-repeat;
    border: 0px;
}

.findawaitomosite:hover
{
    background-image: url('Images/findawaitomositebtn_hover.png');
}


.mobilcard
{
    width: 190px;
    border: 1px solid rgb(127, 127, 127);
}

.fuelstoptablecelltop
{
    border-top: 1px solid rgb(127, 127, 127);
}

.fuelstoptablecellleft
{
    border-left: 1px solid rgb(127, 127, 127);
    padding-left: 4px;
}

.fuelstoptablecellright
{
    border-right: 1px solid rgb(127, 127, 127);
    min-width: 200px;
}

/*.fuelstoptablecellright::after
{
    clear: both;
}*/

.fuelstoptablecell
{
    border-bottom: 1px solid rgb(127, 127, 127);
    width: 160px;
    float: left;
    line-height: 1.6em;
    white-space: nowrap;
}

.contactdiv
{
    height: 100%;
}

.locatorinfobox
{
    width: 100%;
    white-space: nowrap;
}

.maplocatorinfobox
{
    /*width: 180px;*/
    padding: 1px;
}

.locatorfilter
{
    border: 1px solid rgb(203, 203, 203);
    padding: 5px;
}

.infoboxsubdetail
{
    font-weight: bold;
    color: rgb(44, 65, 118);
}

.infoboxheading
{
    color: rgb(215, 38, 42);
    font-weight: bold;
}

.overlay
{
    visibility: hidden;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*background-color: #AAAAAA;*/
}

.overlaybox
{
    width: 300px;
    margin: 100px auto;
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 15px;
    text-align: center;
    position: absolute;
}

.contactdiv
{
    position: relative;
}

.contactoverlay
{
    visibility: hidden;
    display: none;
/*    opacity: 0.5;
    filter: alpha(opacity=50); */
    position: absolute;    
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.contactdetails
{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin-left: 20px;
    color: #ffffff;
    display: inline-block;
/*    opacity: 100;
    filter: alpha(opacity=1000); */
}

.psuedolink:hover
{
    cursor: pointer;
    cursor: hand; /* For browsers that don't understand pointer */
}
