@media print{
  body{
    width: 100%;
  }
  #navigation{
    display: none;
  }
  #additional{
    display: none;
  }
  #container{
    width: 100%;
  }
  * html #container{
    margin-left: 0;
    margin-right: 0;
  }
  #content{
    margin-left: 0;
    margin-left: 0;
  }
  #content.content{
    margin-left: 0;
  }
  #accessNavigation{
    display: none;
  }
  #header h1 img{
    float: left;
    clear: both;
  }
  #header h1{
    background: none !important; /* used to supress background when user's browser is set to print them */
  }
  #header h1 img.vm2, #header h1 img.vm3, #header h1 img.vm4{
    display: none;
  }
  #header h1 img.default{
    display: block !important;
  }

  body div#container{
    /*overflow: hidden;*/
    width: 100%;
  }
  body div#footer{
    border-top: none;
  }
}
*{
    margin: 0;
    padding: 0;
}
* htm body{
    text-align: center; /* centralized reading with sub IE6 */
}
body{
    background-color: #fff;
    font-family: arial, verdana, sans-serif;
    font-size: 8pt;
    margin: 0;
}
body *{
    font-size: 1em;
}
#container{
    text-align: left;
    width: 779px;
    margin: auto; /* centralized reading for stand comp */
}
div.PDFDownload{
    height: 39px;
    background: url(images/pdf.jpg) no-repeat;
    padding-left: 39px;
    padding-top: 0.5em;
}
div.PDFDownload span.details{
    display: block;
}
div.result{
    margin-top: 1em;
    border-bottom: solid 1px #dcdcdc;
}
ul{
    padding-left: 20px;
    margin-top: 1em;
    margin-left: 0;
}
ul.relatedLinks, ul.district_stations{
    margin-left: 0;
}
.small{
    font-size: 0.8em !important;
}
.large{
    font-size: 1.2em !important;
}
.largest{
    font-size: 1.5em !important;
}
#frame.blackOnYellow *{
    background: #ff0 !important;
    color: #000 !important;
}
#frame.blackOnYellow a{
  color: #000 !important;
  text-decoration: underline !important;
}
#frame.blackOnYellow a:hover{
  color: #c00 !important;
}
#frame.blackOnOrange *{
    background: #f90 !important;
    color: #000 !important; 
}
#frame.blackOnOrange a{
  color: #000 !important;
  text-decoration: underline !important;
}
#frame.blackOnOrange a:hover{
  color: #00f !important;
}
#frame.yellowOnBlack *{
    background: #000 !important;
    color: #ff0 !important;
}
#frame.yellowOnBlack a{
  color: #ff0 !important;
  text-decoration: underline !important;
}
#frame.yellowOnBlack a:hover{
  color: #5f0 !important;
}
#frame.blackOnYellow h1 img.default, #frame.blackOnOrange h1 img.default, #frame.yellowOnBlack h1 img.default{
    display: none;
}
#accessNavigation ul, #navigation ul, #additional ul{
    margin: 0;
    padding: 0;
}
ol{
    padding-left: 25px;
    margin-top: 1em;
}
p{
    margin-top: 1em;
}
a img{
    border: none;
}
a{
    color: #c3060c;
    text-decoration: none;
}
a:hover{
    color: #01135d;
    text-decoration: underline;
}
h2{
    margin-bottom: 0;
}

h3, h4, h5{
    margin-top: 1em;
    margin-bottom: 0;
}
h3.subhead{
    margin-top: 0 !important;
}
h2{
    font-size: 1.5em;
}
h3{
    font-size: 1.3em;
    color: #c3060c;
}
h4{
    font-size: 1.125em;
    /*margin-top: 1em;*/
}
h5{
    font-size: 1em;
    font-weight: bold;
    /*margin-top: 1em;*/
}
#content hr { /* added by J Thompson on 26th June 08 */
    padding: 0;
    margin: 1em 0;
}
#content h3, #content h4, #content h5{
    margin-top: 1em;
    margin-bottom: 0;
}
/* site header - remains the same on all pages */


#header{
    background: url() repeat-x top left;
    clear: both;
}
#header h1{
    background: url(http://www.cambsfire.gov.uk/images/style/header.jpg) no-repeat top left;
    overflow: hidden;
    margin-bottom: 0;
}
* html #header h1{
    overflow: visible;
    height: 1px;
}
#header img{
    float: right;
}
a#highVis_default{
    display: block;
    padding: 5px 0 5px 32px;
    background: url(images/contrast_default.jpg) no-repeat center left;
}
a#highVis_YellowOnBlack{
    display: block;
    padding: 5px 0 5px 32px;
    background: url(images/contrast_YellowOnBlack.jpg) no-repeat center left;
}
a#highVis_BlackOnOrange{
    display: block;
    padding: 5px 0 5px 32px;
    background: url(images/contrast_blackOnOrange.jpg) no-repeat center left;
}
a#highVis_BlackOnYellow{
    display: block;
    padding: 5px 0 5px 32px;
    background: url(images/contrast_BlackOnYellow.jpg) no-repeat center left;
}
* html #accessNavigation{
    height: 1px;
    overflow: visible;
}
#accessNavigation{
    clear: both;
    overflow: hidden;
    border-bottom: solid 3px #c3060c;
    padding: 3px 0;
    margin: 5px 0 0 0;
}
#accessNavigation #accessLinks{
    padding-left: 10px;
    overflow: hidden;
    float: left;
    margin-bottom: 0;
}
#accessNavigation #accessLinks li{
    float: left;
    display: block
}
#accessNavigation #searchForm{
    float: left;
    margin: 0;
}
#accessNavigation #accessLinks a, #accessNavigation #searchForm label{
    background: url(http://www.cambsfire.gov.uk/images/style/arrow.jpg) no-repeat top left;
    padding: 2px 0 1px 15px;
    margin-top: 2px;
    display: block;
    margin-right: 5px;
    color: #000;
    font-weight: bold;
    height: 15px;
    overflow: visible;
    float: left;
}
#txtQuery{
    padding: 2px 0 2px 3px;
}
#accessNavigation #accessLinks a.audio{
    background-image: url(http://www.cambsfire.gov.uk/images/style/listen.jpg);
    padding: 4px 0 3px 30px;
    margin-top: 0;
}
#accessNavigation #searchForm *{
    float: left;
}
#accessNavigation #searchForm fieldset{
    border: none;
}
* html #navigation{
    padding-right: 0;
}
#navigation{
    float: left;
    padding: 10px 10px 10px 5px;
    margin: 0;
    width: 155px;
}
#navigation li, #navigation ul, #additional li, #additional ul{
    display: block;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#navigation a{
    display: block;
    padding: 2px 5px;
    font-weight: bold;
    color: #333;
    margin: 2px;
    border: solid 1px #dbdbdb;
}
* html #navigation a { 
    margin: 1px;
}
* html #navigation li{
    border: solid 1px #dcdcdc;
}
* html #navigation #fontSize li, * html #navigation #languages li{
    border: solid 1px #f3f3f3;
}
* html #navigation #affiliateLinks li{
    border: none;
}
#navigation a:hover{
    border: solid 1px #333;
}
#navigation li.current a{
    color: #fff;
    background: #cc0000;
    border: solid 1px #cc0000;
}
#navigation li.current li a{
    padding-left: 15px;
    color: #cc0000;
    background: #fff;
    border: solid 1px #fff;
}
#navigation li.current a:hover{
    border:solid 1px #cc0000;
}
#navigation li.current li.current a{
    background: url(http://www.cambsfire.gov.uk/images/style/arrow_small.jpg) no-repeat left top #fff;
}
#navigation li.current li.current a:hover{
    border: solid 1px #fff;
}
#navigation #navigationLinks{
    background: #dbdbdb;
    padding: 5px;
}
#navigation #navigationLinks div{
    border: solid 1px #a5a5a5;
}
#navigation #navigationLinks #pageLinks{
    border-bottom: solid 1px #fff;
    margin: 0 2px;
}
#navigation #navigationLinks #siteLinks{
    border-top: solid 1px #a5a5a5;
    margin: 0 2px;
}
#navigation #navigationLinks #siteLinks a{
    color:    #812c55;
}
#navigation #navigationLinks #siteLinks a:hover{
    border: solid 1px #812c55;
}
#languageLinks a{
    padding: 0;
}
/*content area - specific formatting */
ul.siteMap{
    margin-top: 2em;
}
ul.siteMap li{
    list-style: disc;
}
ul.siteMap ul{
    margin-top: 0;    
}
#content.content{
    margin-right: 0;
}
* html #content{
    margin: 10px 205px 10px 168px;
}
#content{
    margin: 10px 207px 10px 170px;
}
.imageFloater{
    float: right;
    /*margin: 0 0 5px 5px;*/
    margin: 1em 0 5px 5px;
}
.stationManagerPhoto {  
   float: left;
   margin: 1em 10px 5px 0;
}
#content .imageContainer{
    margin-bottom: 1em;
}
#content div.imageContainer p.caption, #content .imageFloater p.caption{
    margin: 0;
    font-style: italic;
}
#content div.locationMap{
    overflow: hidden;
    margin: 10px 0;
    font-style: italic;
    padding: 0;
}
#content #mapContainer img{
    margin: 0;
    }
#content #mapContainer{
    width: 400px;
    height: 225px;
    padding: 0;
}
a.return{
    background: url(images/back.jpg) no-repeat top left;
    padding-left: 22px;
}
a.return:hover{
    background: url(images/back_hover.jpg) no-repeat top left;
}
address{
    font-style: normal;
}
address.station{
    margin-bottom: 1em;
    margin-top: 1em; 
    line-height: 1.5;
}
address.station span.label {
   font-weight: bold;
   color: #333333;
}

div.alert{
    background: #f3f3f3;
    padding: 10px;
    border: solid 1px #dbdbdb;
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1em;
}
* html div.imgalert{
    height: 1px; overflow: visible;
}
div.imgalert{
    background: #f3f3f3;
    padding: 0 !important;
    border: solid 1px #dbdbdb;
    font-size: 1.25em;
    margin-bottom: 1em;
    overflow: hidden;
    float: left;
}
div.imgalert img{
    float: left;
}
* html div.imgalert a{
    height: 1px;
    overflow: visible;
}
div.imgalert a{
    display: block;
    overflow: hidden;
    float: left;
}

div.alert p{
    margin-top: 0;
    margin-bottom: 1em;
}
div.alert div.alertBody{
    font-weight: normal;
    font-size: 0.8em;
/*    margin-bottom: -1em;*/
}
div.alert a{
    font-size: 0.8125em;
}
.distance{color: #c3060c;} /*usually an anchor*/
div.committeeChair{
  border: solid 1px #dcdcdc;
  overflow: hidden;
    background: #eee;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
div.committeeChair .heading {
    padding-bottom: 1em;
}
div.committeeChair .heading, div.committeeMembers .heading {
    margin-left: 5px;
}
div.committeeMembers{
  border: dashed 1px #dcdcdc;
  overflow: hidden;
  background: #fff;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
* html div.committeeMembers div.container, * html div.committeeChair div.container{
    width: 603px;
    overflow: hidden;
}
div.commiteeMembers div.container, div.committeeChair div.container{
    width: 620px;
    overflow: hidden;
}
div.assoiciateMembers{
  border: solid 1px #fff;
  overflow: hidden;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
div.committeeChair h4{
  margin-top: 0;
}
* html div.committeeChair div.imageContainer{
    overflow: visible;
    height: 1px;
}
div.committeeChair div.imageContainer{
    float: left;
    overflow: hidden;
    margin: 0 10px 0 10px;
}
ul.committeeMembers{
  display: block;
  text-align: center;
    margin: 0;
    overflow: hidden;
    padding-left: 0;
}
* html ul.committeeMembers{
    overflow: visible;
    height: 1px;
    width: 100%;
    padding-left: 20px;
}
* html ul.committeeMembers li{
    margin: 10px 20px 10px 0;
}
ul.committeeMembers li{
  display: block;
  float: left;
  border: solid 1px #dcdcdc;
  background: #fff;
  margin: 10px 0 10px 20px;
  width: 125px; /*100px;*/
  height: 300px;
    overflow: hidden; /* new code */
}
ul.committeeMembers span{
  display: block;
}
ul.committeeMembers span.imageContainer{
  height: 150px;
  width: 100px;
  overflow: hidden;
}
ul.committeeMembers span.personName{
    font-weight: bold;
}
ul.committeeMembers span.personInfo{
    margin-bottom: 0.5em;
}

/* the interactive county map (Find A Fire Station, or FAFS): */

div#FAFS_map_container {
   width: 400px;
   height: 457px;
   overflow: hidden;
   background: #cccccc url(http://www.cambsfire.gov.uk/images/style/county_outline_plus_borders_NEW_-_PNG_FLAT.png) 0 0 no-repeat scroll;
   position: relative; /* required to provide absolute reference point for map pins (children of ul#pins) */
   top: 0;
   left: 0;
}
ul#pins {
   margin: 0;
   padding: 0;
   border: 0;
   position: absolute;
   top: 0;
   left: 0;
   width: 400px;
   height: 457px;
   overflow: hidden;
}
ul#pins li a {
    border: 0;
}
ul#pins li a:hover { /* we now have JS rollover function to replace this CSS rule */
    /* border-bottom: 1px solid #ff0000; */
}
ul#pins li{
    list-style: none;
}



/*footer layout */
#footer{
    border-top: solid 3px #c3060c;
    clear: both;
    padding-top: 2px;
    overflow: visible;
    margin-top: 2em;
}
#footer #moto{
    float: right;
}
#footer #copyright{
    float: left;
    padding-left: 10px;
}
#footer #referenceLinks{
    float: left;
    padding-left: 10px;
    margin-top: 0;
}
#footer #referenceLinks li{
    float: left;
    padding-left: 10px;
    border-left: solid 1px #000;
    list-style: none;
}
#footer #referenceLinks a{
    color: #000;
}
#footer #referenceLinks a:hover{
    color: #c3060c;
}
#footer #site_footer_icons { /* Site footer icons added by CFRS 8 Jan 2010 */
    clear: both;
    padding: 0 10px;
}
#footer #site_footer_icons img {
    margin: 0;
}
#footer #site_footer_icons img a {
    border: 1px solid #ffffff;
}
#footer #site_footer_icons img a:hover {
    border: 1px solid #000000;
}
span.incidentArea{
    display: block;
    font-weight: bold;
}
ul.standardList, ul.equipmentList{
    margin: 0;
    padding: 0;
}
ul.standardList li, ul.equipmentList li{
    display: block;
    list-style: none;
    /* margin-bottom: 5px; */
    margin-top: 2px;
    margin-bottom: 2px;
    overflow: hidden;
    /* padding: 2px; */
    padding: 3px;
}
* html ul.standardList li, * html ul.equipmentList li{
    height: 1px;
    overflow: visible;
}
ul.standardList li.odd, ul.equipmentList li.odd{
    /* border: solid 1px #a5a5a5; */
    border-top: 1px solid #aaaaaa;
}
ul.standardList li.even, ul.equipmentList li.even{
    /* border: solid 1px #ffffff; */
    border-top: 1px solid #aaaaaa;
}/*
ul.standardList li.odd img, ul.equipmentList li.odd img{
    float: right;
}
ul.standardList li.even img, ul.equipmentList li.even img{
    float: right;
}*/
ul.standardList a.mainLink{
    display: block;
}
ul.standardList .imgFloater{
    float: right;
    
}
ul.news{
    margin-left: 0;
    padding-left: 0;
}
ul.news li{
    display: block;
    list-style: none;
    padding: 0;
    margin-bottom: 1em;
}
ul.news span.issueDate{
    display: block;
}
#fontSize{
    background: #dbdbdb;
    padding: 5px;
    margin-top: 5px;
}
#fontSize div{
    background: #f3f3f3;
    padding: 5px;
}
* html #fontSize{
    overflow: visible;
    height: 1px;
}
* html #fontSize ul{
    overflow: visible;
    height: 1px;
}
#fontSize ul{
    overflow: hidden;
}
#fontSize li{
    float: left;
    padding: 0;
}
#fontSize li a{
    border: none;
    padding: 0;
}
#fontSize li a:hover{
    border: none;
}
#fontSize h2{
    font-size: 1em;
}
#languages{
    background: #dbdbdb url(http://www.cambsfire.gov.uk/images/style/c1_bottomRight.jpg) no-repeat bottom right;
    padding: 5px;
    margin-top: 5px;
}
#languages div{
    background: #f3f3f3 url(http://www.cambsfire.gov.uk/images/style/c2_bottomRight.jpg) no-repeat bottom right;
    padding: 0 0 5px 0;
}
#languages h2{
    font-size: 1em;
}    
#languages a{
    border: none;
}
#languages a:hover{
    border: none;
}
* html div.contactList{
    overflow: visible;
    height: 1px;
}
div.contactList{
    overflow: hidden;
}
div.contactList div.contact{
    float: left;
    width: 42%;
    margin-right: 14px;
}
#navigation #affiliateLinks { 
   padding-left: 0;
}
#navigation #affiliateLinks li {
    list-style-type: none;
    margin-top: 5px;
    padding-left: 0;
    border: 0; 
    text-align: center; 
}
#affiliateLinks a {
    border: 0;
    padding: 0;
    margin: 0 !important; 
    display: inline; 
}
#affiliateLinks a:hover{
    border: 0;
}
#affiliateLinks a img { 
  

}
form.feedback{
    margin-top: 1em;
}
form.feedback label{
    float: left;
    clear: left;
    display: block;
    width: 150px;
    text-align: right;
    padding: 0 10px 0 0;
}
form.feedback fieldset{
    border: none;
    margin-bottom: 1em;
}
form.feedback div.error{
    border: solid 1px #c00;
    padding: 5px;
    background: #ffd4d4;
}
form.feedback input.text, form.feedback textarea{
    width: 300px;
}
form.feedback textarea{
    height: 5em;
}
body#additional{
    padding: 0;
}
#additional{
    text-align: left;
    float: right;
    padding: 10px 5px 10px 10px;
    width: 192px;
}
#additional li.item{
    list-style: none;
}
#additional div.item, #additional li.item{
    background: #dbdbdb;
    padding: 5px;
    margin-bottom: 5px;
    width: 182px;
}
#additional #areaLinks{
    padding-left: 0;
}



#latestNewsLinks {
    list-style: url(http://www.cambsfire.gov.uk/images/style/latestNews_bullet.jpg);
    padding-left: 20px !important;
}
* html #latestNewsLinks{
    margin-left: 0;

}
#latestNewsLinks li{
    display: list-item;  
    margin-left: 10px;
    list-style: url(http://www.cambsfire.gov.uk/images/style/latestNews_bullet.jpg);
    padding-left: 0 !important;

}
* html #latestNewsLinks li{
    margin-left: 0;
    padding-left: 0 !important;
}
#additional div.item{
    padding: 5px;
}
#additional div.item h2{
    background: #f3f3f3;
    margin-top: 0;
}
#additional div.item ul, #additional li.item ul{
    background: #f3f3f3;
}

#additional div.item li, #additional li.item li{
    padding: 2px 0;
    background: #f3f3f3;
}
#additional div.item li{
    padding-left: 20px;
    list-style-type: disc;
}
#additional div.item a, #additional li.item a{
    display: block;
    background: #f3f3f3;
    color: #000;
}

#additional li.item a{
    padding-left: 10px;
    padding-right: 10px;
}
#additional li.item a img{
    margin-left: -10px;
    margin-right: -10px;
    display: block;
}

#additional div.item a:hover, #additional li.item a:hover{
    color: #c3060c;
}
#additional li.item a span.caption{
    display: block;
}
#additional #subNav{
    background: #dbdbdb;
    padding: 5px;
}
#additional #subNav ul{
    border: solid 1px #a5a5a5;
    padding: 5px;
}
#additional #subNav li{
    list-style: none;
    font-weight: bold;
    margin-bottom: 2px;
    background: #fff;
    color: #cc0000;
    display: block;
    border: solid 1px #fff;
}
#additional #subNav li.selected{
    color: #fff;
    background: #c00;
    border: solid 1px #cc0000;
}
#additional #subNav li.selected a{
    color: #fff;
}
#additional #subNav li.selected a:hover{
    color: #fff;
} 
#additional #subNav a{
    display: block;
    padding: 2px;
}
div#searchResults{
    overflow: hidden;
    width: 600px;
}
* html ul.atoz{
    overflow: visible;
    height: 1px;
}
ul.atoz{
    padding-left: 0;
    overflow: hidden;
    display: block;
}
ul.atoz li{
    float: left;
    list-style: none;
}
ul.atoz a{
    display: block;
    border: solid 1px #cc0000;
    color: #cc0000;
    width: 1.75em;
    padding: 0.25em 0;
    text-align: center;
    margin: 2px;
}
ul.atoz a:hover{
    color: #01135d;
    border: solid 1px #01135d;
    text-decoration: none;
}
* html div.stationManager{
    overflow: visible;
    height: 1px;
}
div.stationManager{
    overflow: hidden;
}
div.stationManager{
    overflow: hidden;
    margin-bottom: 0.5em;
}
* html div.stationManager{
    overflow: visible;
    height: 1px;
}
table.jobDetails, table.jobDetails * {
    border: 0;
    margin: 0;
    padding: 0;
}
table.jobDetails {
    margin: 1em 0 2em 0;
}
table.jobDetails th, table.jobDetails td {
    border-bottom: 1px solid #cccccc;
}
table.jobDetails th {
    padding: 2px 1.1em 2px 0;
}
table.jobDetails td {
    padding: 2px 2px 2px 0;
}
.docLinkInfo {
    font-style: italic;
}



