@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'arial_condensed_boldregular';
    src: url('/css/Arial-Condensed/arial_condensed_bold-webfont.eot');
    src: url('/css/Arial-Condensed/arial_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/Arial-Condensed/arial_condensed_bold-webfont.woff') format('woff'),
        url('/css/Arial-Condensed/arial_condensed_bold-webfont.ttf') format('truetype'),
        url('/css/Arial-Condensed/arial_condensed_bold-webfont.svg#arial_condensed_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.slide{
}


div.slideChanger{
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    width: 960px;
    z-index:89;
    position:absolute;
    margin:0px 10px;
    text-align:center;
    margin-top:345px;
}

div.slideChanger div {
    display: inline-block;
    background-color: #FFFFFF;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 3px;
    height: 16px;
    width: 12px;
    cursor: pointer;
}

div.slideChanger div:hover {
    background-color: #39bdfa;
}

div.selected {
    background-color: #005daa !important;
}


div.slideBackground{
    padding:0;
    margin:0px 0px;
    width:100%;
    height:100%;
    position:absolute;
    top:0;/*top:20px;*/
    left:0;
    z-index:-5;
    min-width: 980px;
    background-position: center top;
    background-repeat: no-repeat;
}

div.slide1{
}
div.slide2{
}

div.slide1Image{
    background-image: url(/imgs/bg/cpe_homepage_1_carousel.jpg);
    z-index:-5;
}

div.slide1Text{
  
    max-width:960px;
    min-width:960px;
    margin-top: 30px;
    margin-left: 10px;
    cursor: default;
    text-align:center;
}

div.extraText1 {
    text-align: left !important;
    font-size: 18px;
    margin: 0 50px 0 30px !important;
}


div.slide2Image{
    background-image: url(/imgs/bg/cpe_homepage_2_carousel.jpg);	
    z-index:-6;	
}
div.slide2Text{
    margin-top: 20px;
    text-align: left;
    cursor: default;
    font-size: 20px;
    margin-left: 570px;
}

#extraText2 {
    text-align: left !important;
    font-size: 18px;
    margin: 0 50px 0 30px !important;
}

div.slide3Text{
    width: 960px;
    max-width:960px;
    min-width:960px;
    margin-top: 20px;
    text-align: right;
    cursor: default;
}

#extraText3 {
    text-align: right !important;
    font-size: 18px;
    margin: 60px 30px 0 0 !important;
}


div.slide3Image{
    background-image: url(/imgs/bg/cpe_homepage_3_carousel.jpg);
    z-index:-7;

}

div.featureImage{
    background-image: url(/imgs/bg/slide2.jpg);
    z-index:-7;

}

div.slideText {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    font-family: 'arial_condensed_boldregular', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: white;
    opacity: 1;	
    text-shadow:
        -2.5px -2.5px 0 #005daa,
        2.5px -2.5px 0 #005daa,
        -2.5px 2.5px 0 #005daa,
        2.5px 2.5px 0 #005daa;
    height: 275px;
   
    z-index:105;	
    position:absolute;
    max-width:960px;
  }

div.slideText p { /*used for regular text on a banner*/
    margin: 0.8em 0em 0.8em 0em;
    line-height: 0em;
}

.extra-text p{
    text-decoration: underline;
}
div.hidden{
    display: none;
}

img {
    border:none
}

a {
    outline: 0;
    text-decoration:none;
}
/*2014-07-14removed to prevent form submission issues*/
/*:focus, :active {
    outline: 0;
    border: 0;
}*/

li {
    list-style-type: none;
}
hr {
    border: solid 1px #005daa;
}
header{
    color: #005daa;
    font-weight:bold;
}
h1, h2, h3 {
    font-family:'arial_condensed_boldregular', Arial, Helvetica, sans-serif;
    color: #005daa;
}
p{
    line-height: 1.5em;
}


body, h1, h2, h3, h4, li, ol p{
    margin: 0px;
    padding: 0px;
}
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
    color:#333;
    background-color:#eee;
}
body#home {
    /*	background-image: url(/imgs/bg/slider_bg01_truck.png);
            background-position: center top;
            background-repeat: no-repeat;*/
}
body#other {
    background-image: url(/imgs/bg/slide_island.jpg); 
    background-position: center top;
    background-repeat: no-repeat;
}
#header-wrapper {
    width: 100%;
    height:700px;
    background-image: url(/imgs/layout/header-wrap-new.png);
    z-index:-1;
    background-position: center;
    position:absolute;
    top: -20px;
}

.serviceTable {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    border: 1px;
    text-align: center;
    font-size: 12px;
   

}

.serviceTable tr:nth-child(2n){
    background-color: #39bdfa;
    

}

.serviceTable td{
    padding: 10px;
    width: 50px;
}

.serviceTable th{
    color:#005daa;  
}

.serviceTable .rowHeader{
    text-align: left;  
}


.rotate45{
        /* Safari */
     -webkit-transform: rotate(-45deg);

     /* Firefox */
     -moz-transform: rotate(-45deg);

     /* IE */
     -ms-transform: rotate(-45deg);

     /* Opera */
     -o-transform: rotate(-45deg);

     /* Internet Explorer - removed 2014-07-21*/
     /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);*/

     margin: 0px;
     transform-origin: 20% 40%;

}

#logo{
    background-image: url(/imgs/layout/logo_top.png);
    width:289px;
    height:125px;
    position: absolute;
    left: 100px;
}
#logo2{
    background-image: url(/imgs/layout/logo_top2.png);
    width:289px;
    height:125px;
    position: absolute;
    left: 100px;
}
#top_wrapper {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
   /* background-image: url(/imgs/layout/page-wrap.png);*/
    background-repeat: repeat-y;
    position:relative;
    z-index: 99;
}
#transp_grey {
    height: 700px;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: -2;
    background-image: url(/imgs/layout/transp_grey.png);
    background-repeat: repeat-y;
    background-position: center;	
    overflow-y: none;
}


#topbar {
    background-image: url(/imgs/layout/bluebar-top.png);
    height: 90px;
    width: 960px;
    margin:0px 10px;
}
#header {
    margin:0px 10px;
    height: 330px;
    width: 960px;
}
#header_short {
    height: 100px;
    width: 960px;
}

#menu {
    background-image: url(/imgs/layout/menu.png);
    height: 77px;
    width: 960px;
    margin:0px 10px;
    padding:60px 0 0 0;
    z-index:100;

}
div.menuLinks {
    font-size: 16px;
    font-weight: bold;
    color: #005daa;
    height: 27px;
    padding:15px 0 0 0;
    width: 191px;
    margin-left: 1px;
    float:left;
    text-align:center;
    font-family:'arial_condensed_boldregular', Arial, Helvetica, sans-serif;	
}
div.menuLinks_Curr {
    font-size: 16px;
    font-weight: bold;
    color: #005daa;
    height: 38px;
    padding:15px 0 0 0;
    width: 191px;
    margin-left: 1px;
    float:left;
    text-align:center;
    font-family:'arial_condensed_boldregular', Arial, Helvetica, sans-serif;
    background-image: url(/imgs/layout/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
div.menuLinks:hover {
    background-color:#ddd;
    color:#4ca875;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);

}


#content {
    width: 960px;
    margin:-33px 10px 0 10px;
    z-index: -1;
    padding-bottom:50px;
    /*background-image: url(/imgs/layout/rocks-content_bg.png);*/
    background-color: rgb(238, 238, 238);
    background-repeat: no-repeat;
    background-position: top;

}

.info-wrapper {
    position: relative;
    width: 800px;
    top: 10px;
    left: 60px;
    right: 50px;
}

.info-wrapper li{
    list-style-type: square;
}

.info-wrapper blockquote{
    font: 14px/22px normal helvetica, sans-serif;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}

.greyBoxWide {
    padding: 25px;
    height: 104px;
    width: 910px;
    /*background-image: url(/imgs/layout/box_grey_wide.png);*/
    background-color: rgb(238, 238, 238);
    clear:both;
    position:relative;
}
.blueBox {
    background-image: url(/imgs/layout/box-blue.png);
    padding: 25px;
    height: 102px;
    width: 270px;
    float: left;
    color: #FFFFFF;
    position:relative;
}

.blueBoxSmall,.blueBoxSmall {
    background-image: url(/imgs/layout/box-blue.png);
    padding: 25px;
    height: 72px;
    width: 170px;
    float: left;
    color: #FFFFFF;
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.greyBoxSmall{background-image: url(/imgs/layout/small_grey_box.png);}
.blueBox h3,.blueBoxSmall h3,#logForm h3{
    font-family:'arial_condensed_boldregular', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:#fff;
}

.blueBox a,.blueBoxSmall a, blueBox button {
    padding: 5px 7px;
    margin: 5px 0 0 0;
    float: right;
    position:absolute;
    bottom:25px;
    right:25px;
    font-family:'arial_condensed_boldregular', Arial, Helvetica, sans-serif;
    background-color: #4ca875;
    color:#fff;
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
}
.blueBox a:hover,
.blueBoxSmall a:hover,
.blueBox button:hover,
.blueBoxSmall button:hover{
    color:#005daa;
}

#paragraph{
    width:910px;
    margin: 15px;
}
#third {
    padding: 15px;
    float: left;
    height: auto;
    width: 290px;
}
#two-thirds {
    padding: 15px;
    float: left;
    height: auto;
    width: 610px;
}

#page_title{
    /*background-image: url(/imgs/layout/page_title.png);*/
    background-repeat: no-repeat;
    height: 37px;
    width: 910px;
    padding: 15px;
}

#two-column{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

#greyBox_narrow{
    width: 270px;
    height:358px;
    padding:25px;
    background-image: url(/imgs/layout/box_grey_narrow.png);
    float:left;
}
#greyBox_narrow a{
    text-decoration:underline;
    color:#333;
}
#greyBox_narrow a:hover{
    text-decoration:none;
}

.focused {
    background-color: #FFFF00
}

#subscribe-wrapper {
    margin-top: 20px;
    margin-bottom: 65px;
}

#help-wrapper {
    margin-top: 20px;
    margin-bottom: 50px;
}

#footer-wrapper {
    width: 100%;
    height:330px;
    background-image: url(/imgs/layout/footer.png);
    z-index: 99;
    background-position: center;
    position:relative;
    margin-top:-135px;
}

#footer {
    width: 300px;
    margin: 150px 0 0 0;
    bottom:0;
    left:40%;
    position:absolute;
    font-size: 11px;
    color: #FFFFFF;
}
#footer-left {
    float:left;
    background-image: url(/imgs/layout/line.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 100px;
    width: 100px;
    padding:50px 25px 25px 0;
}
#footer-right {
    float:right;
    height: 125px;
    width: 125px;
    padding:25px 25px 0 0;
}
#footer-right a{
    color:#fff;
}
#footer-right a:hover{
    text-decoration:underline;
}
#footer-bottom {
    width: 400px;
    margin-left:-50px;
}

.map-canvas {
    height: 128px;
    width:270px;
}

#logoutButton {
    cursor: pointer;
    position: absolute;
    float: right;
}

#banner {
    width: 960px;
    max-width:960px;
    min-width:960px;
}

#serviceMap fieldset {
    width:550px;
}
.firstParagraph{
    font-size: 17px;
}

.error,.req{color:red;}
.success{color:green;}
.rightAlign{text-align:right;}
.lightText{}
table#results th,table#results thead{background: #005daa;color:#ffffff}
.icon{height:15px;width:15px;}
.largeIcon{height:30px;width:30px;}
.small{width:50px}
#dimsTip{color:white;}