body
{
    background-color: #FFF;
    background-position: left top;
    background-repeat: repeat-x;
    color: #014284;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    text-align: center;
    margin: 0;
    padding: 0;
}

.watermarked
{
    border: 2px solid #BEBEBE;
    background-color: #F0F8FF;
    color: gray;
    font-size: 14px;
}

.MapLabel
{
    font-size: small;
    background-color: #E3F2D3;
    border: solid 1px #7DC242;
    padding: 0 3px 0 14px;
    font-weight: bold;
}
.MapLabel_Bing
{
    font-size: small;
    background-color: #E3F2D3;
    border: solid 1px #7DC242;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 2px;
}

#faq_toc
{
    margin: 0 20px;
}
.faq_answer
{
    padding: 10px 10px 10px 20px;
}

/*general styles*/

a img
{
    border-style: none;
}

h1
{
    color: #014284;
    font-size: 1.6em;
    line-height: normal;
    text-align: left;
    margin: 0 0 8px;
    padding: 16px 0 0;
}

h2
{
    color: #014284;
    font-size: 1.4em;
    line-height: normal;
    text-align: left;
    margin: 8px 0;
    padding: 0;
}

#home-boxes h2
{
    background-color: #7DC242;
    background-image: url(images/box-hdr.gif);
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    width: 274px;
    margin: 0;
    padding: 9px 0 9px 6px;
    height: 18px;
}

#home-boxes h2 a
{
    color: #FFF;
    font-size: 0.8em;
    text-decoration: none;
    vertical-align: text-top;
}

/*h2 a:hover
{
    color: #014284;
    text-decoration: none;
}*/

p
{
    text-align: left;
    margin: 0;
    padding: 0 0 10px;
}

/*topbar elements*/
#topbar-home
{
    background-image: url(images/home-image.jpg);
    background-position: 397px 27px;
    background-repeat: no-repeat;
    height: 230px;
    padding: 0;
    width: 900px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#logo
{
    float: left;
    height: 156px;
    padding: 0;
    width: 900px;
    margin-top: 33px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#logo img
{
    float: left;
    left: 15px;
    text-align: left;
    border-style: none;
    margin: 0 0 0 15px;
    padding: 0;
}

/*general content*/

#contentcontainer
{
    background-color: #FFF;
    float: left;
    text-align: left;
    width: 870px;
    margin: 0 auto;
    padding: 15px;
}

#navcontainer
{
    float: left;
    text-align: left;
    background-color: #B0D235;
    width: 870px;
    left: 15px;
    margin: 0;
    padding: 0;
    position: relative;
}

#navcontainer.tab1
{
    background-color: #B0D235;
}
#navcontainer.tab2
{
    background-color: #99CC66;
}
#navcontainer.tab3
{
    background-color: #8AC75A;
}
#navcontainer.tab4
{
    background-color: #6EA765;
}
#navcontainer.tab5
{
    background-color: #336699;
}
#navcontainer.tab6
{
    background-color: #083B84;
}
#navcontainer.tab7
{
    background-color: #003366;
}

#container
{
    background-color: #FFF;
    background-image: url(images/top-bg.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-align: left;
    width: 900px;
    margin: 0 auto;
    padding: 0;
}

#content
{
    float: left;
    left: 0px;
    text-align: left;
    width: 870px;
    margin: -15px 0 0 0;
    padding: 0;
    position: relative;
}

#HomeTextContent
{
    height: 17em;
    overflow: hidden;
}

#content a
{
    color: #083B84;
    font-weight: bold;
    text-decoration: none;
}

/*#content a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}*/

#content img
{
    /*float: right;     margin: 6px 0 15px 10px;     padding: 0;*/
}

/*home boxes*/

#home-boxes
{
    float: left;
    text-align: left;
    width: 870px;
    margin: 10px 0 0 0;
    padding: 0;
}
#home-boxes p a
{
    color: #014284;
    text-decoration: underline;
}
#home-boxes p
{
    color: #014284;
    font-size: 0.85em;
    line-height: 15px;
    text-align: left;
    font-weight: bold;
    margin: 5px 0 8px;
    padding: 0 6px;
}

.homebox1, .homebox2, .homebox3
{
    background-color: #C9E3AD;
    background-image: url(images/box-ftr.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    margin: 0;
    min-height: 275px; /*height: auto !important;     min-height: 241px;*/
    padding: 0;
    width: 280px;
    position: relative;
}

.homebox1
{
    left: 0px;
}

.homebox2
{
    left: 15px;
}

.homebox3
{
    left: 30px;
}

.moredetails
{
    border-style: none;
    margin: 3px 0 10px 7px;
    display: inline-block;
}


/*navigation*/

.nav, .nav ul
{
    float: left;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
}

.nav a
{
    display: block;
}

.nav li
{
    display: inline;
    float: left;
}
.nav li a
{
    padding-left: 7px;
    float: left;
    padding-top: 4px;
}

#navcontainer a
{
    color: #FFFFFF;
}

/*#navcontainer a:hover
{
    color: #014284;
}*/

.nav li a.tab1, .nav li a.tab2, .nav li a.tab3, .nav li a.tab4, .nav li a.tab5, .nav li a.tab6, .nav li a.tab7
{
    color: #FFF;
    text-decoration: none;
    width: 117px;
    background-repeat: no-repeat;
    background-position: left top; /*height: auto !important;*/
    height: 37px;
}

.nav li a.tab1
{
    background-image: url(images/tab1.gif);
    width: 119px;
}

.nav li a.tab2
{
    background-image: url(images/tab2.gif);
}

.nav li a.tab3
{
    background-image: url(images/tab3.gif);
}

.nav li a.tab4
{
    background-image: url(images/tab4.gif);
}

.nav li a.tab5
{
    background-image: url(images/tab5.gif);
}

.nav li a.tab6
{
    background-image: url(images/tab6.gif);
}

.nav li a.tab7
{
    background-image: url(images/tab7.gif);
}

/*footer elements*/
#footerEdge
{
    background-image: url(images/btm-bg.gif);
    background-repeat: no-repeat;
    clear: both;
    float: left;
    width: 900px;
    height: 11px;
    margin: 0 auto 10px auto;
    padding: 0;
}
#footer
{
    background-color: #7DC242;
    clear: both;
    float: left;
    text-align: left;
    width: 900px;
    margin: 0 auto;
    padding: 0;
    color: #fff;
}

#footer .DropDownStyle
{
    margin: 0;
}
#footer td
{
    padding: 2px 0;
}

#footer a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.footerbox
{
    float: left;
    margin-top: 5px;
    padding-left: 15px;
    width: 280px;
}

.footerbox p
{
    clear: both;
    color: #FFF;
    font-size: 1em;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    margin: 0;
    padding: 5px 10px 0 0;
}

.footerbox h2, h2.arrow, .ArrowH2 h2
{
    background-image: url(images/arrow.gif);
    background-position: left;
    background-repeat: no-repeat;
    border-bottom-color: #A1D377;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 1.15em;
    margin: 0 !important;
    padding: 5px 0 5px 25px;
    clear: both;
    color: #fff;
}
.ArrowH2 h2
{
    background-position: 3px 0;
    padding: 2px 0px 8px 27px;
}

#footer .color_b
{
    background-color: inherit;
    color: inherit;
}

.ArrowH2 h2
{
    color: inherit;
}
.footerbox ul
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

.footerbox li
{
    border-bottom-color: #A1D377;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 280px;
}

.footerbox li a
{
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    width: 100%;
}

/*.footerbox li a:visited
{
    color: #FFF;
}

html > body .footerbox li a
{
    width: auto;
}

.footerbox li a:hover
{
    color: #014284;
}*/

.dropdown
{
    width: 200px;
    margin: 0;
}
/*form div label
{
    display: block;
    float: left;
    width: 50px;
    text-align: right;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
}
form div
{
    /*clear: left;* /
    display: block;
    width: 280px;
    zoom: 1;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}*/

.more
{
    background-image: url(images/arrowsmall.gif);
    background-position: left;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 1.2em;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 2px 5px 5px 20px;
    float: right;
}

.more a /*, .more a:visited*/ /*, .more a:visited*/
{
    color: #FFF;
    text-decoration: none;
}

/*.more a:hover
{
    color: #014284;
    text-decoration: none;
}*/

.whiteArrow
{
    background-image: url(images/arrowsmallwhite.gif);
}

#copyright
{
    clear: both;
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
    width: 900px;
    font-size: 0.9em;
}

#copyright a
{
    color: #014284;
    font-weight: bold;
    text-decoration: none;
}

/* from normal */
#CoverAll
{
    position: fixed;
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #444444;
    filter: alpha(opacity=70);
    opacity: .7;
    z-index: 2002;
}
#TrackFaultInfo, #PrivacyPolicy, #WorkStartedPopup, #WorkCompletedPopup, #ReportDownloadPopup, #ReportDownloadShadow, #EmergencyHotline, #HomeTextFull, #FeaturedCommentFull, #VotePopup
{
    position: fixed;
    left: 50%;
    z-index: 2003;
    text-align: left;
}
* html #CoverAll, * html #TrackFaultInfo, * html #PrivacyPolicy, * html #WorkStartedPopup, * html #WorkCompletedPopup, * html #ReportDownloadPopup, * html #ReportDownloadShadow, * html #EmergencyHotline, * html #HomeTextFull, * html #FeaturedCommentFull, * html #VotePopup
{
    position: absolute;
}
#TrackFaultInfo
{
    width: 500px;
    padding: 5px;
    top: 200px;
    margin-left: -250px;
}
#PrivacyPolicy
{
    width: 400px;
    padding: 5px;
    top: 80px;
    margin-left: -200px;
}
#PrivacyPolicy table th
{
    padding: 0px 0px 5px 0px;
}
#WorkStartedPopup
{
    width: 320px;
    padding: 0px 5px 0px 5px;
    top: 100px;
    margin-left: -160px;
}
#WorkCompletedPopup
{
    width: 320px;
    padding: 0px 5px 0px 5px;
    top: 100px;
    margin-left: -160px;
}
#ReportDownloadPopup
{
    width: 320px;
    padding: 0px 5px 0px 5px;
    margin-left: -160px;
    top: 300px;
}
#ReportDownloadShadow
{
    width: 320px;
    padding: 0px 5px 0px 5px;
    margin-left: -155px;
    top: 305px;
    filter: alpha(opacity=70);
    opacity: .7;
}
#EmergencyHotline
{
    width: 400px;
    padding: 5px;
    top: 250px;
    margin-left: -200px;
}
#HomeTextFull
{
    width: 800px;
    padding: 5px;
    top: 80px;
    margin-left: -400px;
}
#HomeTextFull img
{
    margin-top: auto !important;
}
#FeaturedCommentFull
{
    width: 600px;
    padding: 5px;
    top: 80px;
    margin-left: -300px;
}
#VotePopup
{
    width: 600px;
    padding: 5px;
    top: 80px;
    margin-left: -300px;
}
.DropDownStyle
{
    
    margin: 5px;
    font-size: 1.1em;
    width: 18em; /*180px;*/
}
.textbox
{
    font-size:1.1em;
    font-family: Arial, Helvetica, sans-serif;
}
.BigValidation
{
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
.BigValidation ul
{
    margin: 0;
    padding: 0 0 0 40px;
}
.Hidden
{
    display: none;
    visibility: hidden;
}
.box-heading
{
    font-size: 0.8em;
    font-weight: bold;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
}
#contentcontainer .box-content
{
    font-size: 0.8em; /*font-weight: bold;*/
    padding: 5px;
    background-color: #E3F2D3;
}
.sidebar
{
    background-color: #E3F2D3;
}
#contentcontainer .box-content a
{
    font-size: 1.1em;
    color: #333366;
    font-weight: bold;
    text-decoration: underline;
}
#contentcontainer .box-content hr
{
    color: #72BC1F;
    background-color: #72BC1F;
    height: 1px;
    border-style: none;
    border-top: solid 1px #72BC1F;
}
.xtop, .xbottom
{
    display: block;
    background: transparent;
    font-size: 1px;
}
.xb1, .xb2, .xb3, .xb4, .xb5
{
    display: block;
    overflow: hidden;
}
.xb1, .xb2, .xb3
{
    height: 1px;
}
.xb2, .xb3, .xb4, .xb5
{
    background: #fff;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}
.xb1
{
    margin: 0 5px;
    background: #444;
}
.xb2
{
    margin: 0 3px;
    border-width: 0 2px;
}
.xb3
{
    margin: 0 2px;
}
.xb4
{
    height: 2px;
    margin: 0 1px;
}

.xb5
{
    height: 2px;
    margin: 0px;
}

.xw1, .xw2, .xw3, .xw4, .xw5
{
    display: block;
    overflow: hidden;
}
.xw1, .xw2, .xw3
{
    height: 1px;
}
.xw2, .xw3, .xw4, .xw5
{
    background-color: Transparent;
    border-left: 1px solid Transparent;
    border-right: 1px solid Transparent;
}
.xw1
{
    margin: 0 5px;
    background: #ffffff;
}
.xw2
{
    margin: 0 3px;
    border-width: 0 2px;
}
.xw3
{
    margin: 0 2px;
}
.xw4
{
    height: 2px;
    margin: 0 1px;
}
.xw5
{
    height: 2px;
    margin: 0px;
}

.xboxcontent
{
    display: block;
    border: 0 solid #444;
    border-width: 0 1px;
    height: auto;
}
.xwboxcontent
{
    display: block;
    border: 0 solid #ffffff;
    border-width: 0 1px;
    height: auto;
}
.color_a
{
    background: #333366;
    color: #FFFFFF;
}
.color_b
{
    background: #7DC242; /*#72BC1F;*/
    color: #FFFFFF;
}
.color_c
{
    background: #758279;
    color: #fff;
}
.color_d
{
    background: #fff;
    color: #000;
}
.color_e
{
    background: #E3F2D3;
    color: #333366;
}
.color_f
{
    background: #CED6E3;
    color: #333366;
}
#ReportDownloadPopup .color_d, #ReportDownloadShadow .color_d
{
    background: transparent;
}
.bluebutton, .greenbutton, .redbutton, .contactbtn, .bluebutton180, .greenbutton180, .redbutton180
{
    cursor: pointer;
    font-size: 13px !important;
    font-weight: bold !important;
    color: White !important;
    background-repeat: no-repeat;
    padding-left: 34px;
    text-decoration: none !important;
}
.bluebutton, .greenbutton, .redbutton, .bluebutton180, .greenbutton180, .redbutton180
{
    padding-top: 9px;
    padding-right: 4px;
    width: 122px;
    padding-bottom: 7px;
    height: 18px;
    display: block;
    text-align: left;
}
input.bluebutton, input.greenbutton, input.redbutton
{
    border-style:none;
    width: 160px;
    height: 34px;
    color:Black;
}
input.bluebutton180, input.greenbutton180, input.redbutton180
{
    border-style:none;
    width: 180px;
    height: 34px;
}
.bluebutton180, .greenbutton180, .redbutton180
{
    width: 142px;
}
.bluebutton
{
    background-image: url(Images/ArrowButtonBlue.gif) !important;
}
.bluebutton:hover
{
    background-image: url(Images/ArrowButtonGreen.gif) !important;
}
.bluebutton:active
{
    background-image: url(Images/ArrowButtonRed.gif) !important;
}
.greenbutton
{
    background-image: url(Images/ArrowButtonGreen.gif) !important;
}
.greenbutton:hover
{
    background-image: url(Images/ArrowButtonRed.gif) !important;
}
.greenbutton:active
{
    background-image: url(Images/ArrowButtonBlue.gif) !important;
}
.redbutton
{
    background-image: url(Images/ArrowButtonRed.gif) !important;
}
.redbutton:hover
{
    background-image: url(Images/ArrowButtonBlue.gif) !important;
}
.redbutton:active
{
    background-image: url(Images/ArrowButtonGreen.gif) !important;
}
.bluebutton180
{
    background-image: url(Images/ArrowButtonBlue180.png) !important;
}
.bluebutton180:hover
{
    background-image: url(Images/ArrowButtonGreen180.png) !important;
}
.bluebutton180:active
{
    background-image: url(Images/ArrowButtonRed180.png) !important;
}
.greenbutton180
{
    background-image: url(Images/ArrowButtonGreen180.png) !important;
}
.greenbutton180:hover
{
    background-image: url(Images/ArrowButtonRed180.png) !important;
}
.greenbutton180:active
{
    background-image: url(Images/ArrowButtonBlue180.png) !important;
}
.redbutton180
{
    background-image: url(Images/ArrowButtonRed180.png) !important;
}
.redbutton180:hover
{
    background-image: url(Images/ArrowButtonBlue180.png) !important;
}
.redbutton180:active
{
    background-image: url(Images/ArrowButtonGreen180.png) !important;
}
/* Survey2 */
.Survey2Wrapper
{
    width: 650px;
    font-size: 1em;
    text-align: left;
    border-left: solid 2px #72BC1F;
    padding-left: 10px;
}
.Survey2Title
{
    font-weight: bold;
    font-size: 1.25em;
    padding: 5px 5px 5px 10px;
    margin: 10px 0px 10px -12px;
}
.Survey2Question
{
    font-weight: bold;
    font-size: 1.2em;
    padding: 5px 5px 5px 10px;
    margin: 10px 0px 10px -10px;
}
.Survey2ValidationHeader
{
    background: #FF3300 none repeat scroll 0 0;
    color: #FFFFFF;
}
.Survey2Validation
{
    color: #FF3300;
    font-weight: bold;
    font-size: 2em;
    float: right;
    display: block;
    margin: -3px 5px 0 0;
}
.Survey2Answer
{
    font-weight: normal;
    font-size: 1.1em;
}
.Survey2Answer td
{
    padding: 0;
    width: 120px;
}
.Survey2SubQuestion
{
    font-weight: normal;
    font-size: 1em;
    padding: 0 0 0 8px;
    margin-top: 5px;
}
.Survey2TextBox
{
    border: solid 1px #72BC1F;
    color: #333366;
}
.Suevey2Submit
{
    font-weight: bold;
    padding: 3px 7px;
    margin-top: 25px;
    float: right;
}
