<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body {
    background-image: url(/images/backGround2.png);
    background-position: top center;
    background-color: #999999;
    padding: 0px;
    margin: 0px;
}

body, select, textarea, input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
}

img {
    border: 0;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 5px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
    color: #FFF;
}

.redHr {
    background-color: #BC1B20;
    height: 3px;
    border-width: 0px;
}

.whiteHr {
    background-color: #ffffff;
    height: 3px;
    border-width: 0px;
}

.dblHr {
    height: 6px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #cacaca;
    margin: 12px 18px;
}

#outContainer {
    width: 960px;
    margin: 0 auto;
    border-width: 0 10px 10px 10px;
    border-color: #000;
    border-style: solid;
    background-color: #FFF
}

#topHeader {
    padding: 12px 3px;
    position: relative;
}

#topHeader .bullet {
    margin: 0 3px 0 3px;
}

#topHeaderBox {
    background-color: #000;
    color: #fff;
    padding: 3px 3px 3px 4px;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
}

.RoundCorners {
    border-radius: 5px;
}

#mainHeader {
    background-image: url(../images/vertSliver-white-to-gray-to-white.png);
    background-position: top;
    background-repeat: repeat-x;
}

#callToday {
    width: 150px;
    height: 50px;
    right: 20px;
    top: 3px;
    font-weight: bold;
    position: absolute;
    text-align: center;
}

#callToday #phoneNumber {
    position: relative;
    top: -5px;
}

.redBold {
    color: #B6191F;
    font-size: 16px;
    font-weight: bold;
}

.bigBlackBold {
    color: #131313;
    font-size: 22px;
}

#imageHolder {
    position: relative;
    margin: 0 9px;
}

.ParkingBannerBox {
    border-radius: 27px;
    overflow: hidden;
}

#ParkingBannerFlag {
    left: -50px;
}

.absol {
    position: absolute !important;
}

#text-first-in {
    right: 200px;
    top: 35px;
}

#text-service {
    right: 110px;
    top: 85px;
}


#text-commitment {
    right: -20px;
    top: 85px;

}

#text-experience {
    right: 13px;
    top: 85px;
}

#text-courtesy {
    right: 62px;
    top: 85px;
}


#naviMenu, #bottomMsg {
    height: 48px;
    background-image: url(../images/menuHorzSliver.png);
    background-repeat: repeat-x;
    margin: 18px 0 0 0;
    padding: 0 0 18px 0;
    overflow: hidden;
}

#bottomMsg {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    line-height: 48px;
}

#copyRight {
    color: #000;
    font-size: 12px;
    text-align: center;
    margin: 0 0 18px 0;
}

#naviMenuUL {
    display: block;
    list-style: none;
    margin: 0px;
    height: 48px;
    padding-left: 15px;
    position: absolute;
    z-index: 99;
}

#naviMenuUL li {
    display: block;
    float: left;
}

#naviMenuUL li a {
    display: block;
    padding-top: 9px;
    padding-bottom: 8px;

}

#naviMenuUL li .active {
    padding-left: 25px;
    padding-right: 25px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-bottom-color: #FFF;
    height: 27px;
}

.hideThis {
    position: absolute;
    top: -1000px;
}

#menuHome a {
    padding-left: 25px;
    padding-right: 25px;
}

#menuServ a {
    padding-left: 25px;
    padding-right: 25px;
}

#menuAbou a {
    padding-left: 25px;
    padding-right: 25px;
}

#menuCont a {
    padding-left: 25px;
    padding-right: 25px;
}

#menuEven a {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 70px;
}

#innerContainer {
    position: relative;
    background-image: url(/images/vertSliver-white-to-gray-to-white.png);
    background-position: 0px -255px;
    background-repeat: repeat-x;
}


#Content, #rightColumn, #innerContainer, #ContentWide, #ContentNarrow, #rightColumnWide {
    min-height: 300px;
}

#Content {
    width: 613px;
    margin-left: 13px;
    margin-bottom: 13px;
}

#ContentWide {
    margin-top: -17px;
    width: 960px;
    margin-left: 0px;
    margin-bottom: 13px;

}

#ContentNarrow {

    width: 309px;
    margin-left: 13px;
    margin-bottom: 13px;

}

#rightColumnWide {
    top: 0px;
    right: 13px;
    width: 613px;
    position: absolute;
    overflow: hidden;
}

.pageTitle {
    margin-top: -35px;
    margin-bottom: -20px;
}

.clBoth {
    clear: both;
}

#rightColumn {
    top: 0px;
    right: 13px;
    width: 309px;
    position: absolute;
    overflow: hidden;
}

#ContentImageBox {
    position: relative;
}

#ContentImageBoxMessage {
    position: absolute;
    bottom: 0px;
    background-image: url(../images/transBlack.png);
    height: 45px;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
}

.TextBox {
    background-color: #F3F3F3;
    border-color: #B1B1B1;
    border-style: solid;
    border-width: 1px;
    margin: 8px 0px;
}

.TextBoxPad {
    margin: 10px;
}

.servicesUL {
    margin: 0px;
    padding: 0px;
    list-style: none;

}

.BorderULleft {
    border-left-color: #333333;
    border-left-width: 4px;
    border-left-style: solid;
    padding-left: 12px;

}

.servicesUL li {
    margin: 0px;
    padding: 0px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #CCCCCC;
    margin-top: 4px;
    padding-bottom: 3px;
}

.fontRed {
    color: #A40000;
}

.shadowText {
    text-shadow: .08em .08em .2em rgba(0, 0, 0, .8);
    font-weight: bold;
    font-size: 13px;
}

#footerTable {
    width: 960px;
    margin: 0 auto;
    border-width: 0 10px 10px 10px;
    border-color: transparent;
    border-style: solid;
    background-color: transparent;
}

#footerTable a {
    color: #FFF;
    font-style: italic;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

#footerTable table td {
    text-align: right;
}

#ICONTechFooter {
    text-align: center;
    margin: 50px;
}

#ICONTechFooter a {
    color: #bfbfbf;
    text-decoration: none;
    font-size: 11px;
    font-style: normal;
}

.HorzDivs {
    height: 93px;
    width: 3px;
    background-color: #999999;
    margin-left: 16px;
}

#firstParkingCone {
    position: absolute;
    bottom: -330px;
    right: 0px;
}

/**/
.rightColumnBoxContact {
    margin: 0 20px 20px 20px;
    background-color: #ffffff;
    padding: 0 0 7px 0;
    font-size: 15px;
}

.rightColumnBoxContact .content {
    margin: 9px 23px;
}


.rightColumnBox {
    margin: 0 0 20px 0;
    background-color: #CCCCCC;
    padding: 0 0 7px 0;
    font-size: 15px;
}

.rightColumnBox .content {
    margin: 9px 23px;
}

#rightColumnBox1 {
}

#rightColumnBox1 .header {
    background-image: url(../images/redHeader115.png);
    height: 115px;
    background-repeat: repeat-x;
    padding: 0px 20px;
    overflow: hidden;
}

#rightColumnBox1 .header h2 {
    margin: 13px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#rightColumnBox1 .content {
}

/**/

/**/
#rightColumnBox2 {
}

#rightColumnBox2 .header {
    background-color: #333333;
    height: 50px;
    background-repeat: repeat-x;
    padding: 0px 20px;
    overflow: hidden;
}

#rightColumnBox2 .header h2 {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#rightColumnBox2 .content {
}

/**/


/**/
#rightColumnBox3 {
    background-color: #333333;
}

#rightColumnBox3 .header {
    background-image: url(../images/redHeader50.png);
    height: 50px;
    background-repeat: repeat-x;
    padding: 0px 20px;
    overflow: hidden;
}

#rightColumnBox3 .header h2 {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#rightColumnBox3 .content {
    height: 204px;
    width: 264px;
    background-color: #FF0;
    background-image: url(../images/logoPlacement.png);
    text-align: center;
    overflow: hidden;
}

/**/
.pntr {
    cursor: pointer;
}

.aCntr {
    text-align: center;
}

.aRght {
    text-align: right;
}

.aLeft {
    text-align: left;
}

.logoGal {
    font-size: 12px;
    background-image: url(../images/clientLogoSelector2.png);
    background-position: top;
    padding: 0px 7px;
    background-repeat: no-repeat;
    margin: 5px;
    cursor: pointer;

}

#employee-promise {
    margin: 0 auto;
    display: block;
}

.marginx15 {
    margin-left: 15px;
    margin-right: 15px;
}

.marginx20 {
    margin-left: 20px;
    margin-right: 20px;
}

.lFloatImg {
    margin-right: 10px;
    margin-bottom: 7px;
}

.rFloatImg {
    margin-left: 10px;
    margin-bottom: 7px;
}


#columnLeftHalf {
    width: 450px;
    margin-left: 13px;
    margin-bottom: 13px;

}

#columnRighHalf {

    right: 13px;
    width: 450px;
    position: absolute;
    overflow: hidden;

}

#services-lady-in-car {
    margin: 10px 0 0 0;
}

.fntSz18 {
    font-size: 18px !important;
}

#columnFullmap {
    margin: 0px 20px 10px 20px;
}

.contactPeople {
    color: #FFF;
    margin: 28px 20px;
}

.contactPeopleName {
    font-weight: bold;
    border-bottom: 2px solid #F00;
}

.contactPeopleTitle {
    margin: 2px 0 0 0;
}

.contactPeople a {
    color: #FFF;
}

.grayColor {
    color: #333 !important;
}</pre></body></html>