/* default CSS file for BUDGET's corporate site */

/* CSS styles for all pages */ 

/* All selectors are in alphabetical order */

* { margin:0; padding:0;}

a img{
  border:0;
}

body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  line height:1.2em;
  margin:0;
  padding:0;
  text-align:center;
}

/*ol li {
list-style-type:decimal;
font-weight: bold;

}*/



#breadCrumb{
  position:relative;
  font-size:0.99em;
  background-color:white;
  padding:0 0 10px 0;
}

#breadCrumb a{color:black;}

#breadCrumb form{
  margin-top:8px;
  font: 1em;
/*  float:right;*/
  text-align: right;
}

#breadCrumb form input{
  height:20px;
  font-size:1em;
  border:1px solid silver;
}


#breadCrumb form #searchin{
  font-size:1em;
  height:19px;
  padding:0;
  border:1px solid silver;
}

#breadCrumb form #searchSubmit{
  margin:0 0 5px 0;
  border:none;
  vertical-align:middle;
}


.menudivcontainer {
  float: left;
  width:145px;
  border:0px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;

}


#browseBlock{
  /* Left-hand sidebar */
  width:145px;
  float:left;
  padding:0 0 0 9px;
  border:1px solid #DCDCDC;
}

#browseBlock p{margin:20px 0;}

#browseBlock ul{
  list-style-image: url(../img/bullet_b_arrow.gif);
  padding:0 10px;
  margin:0 0 0 5px;
}

#browseBlock li{
  margin:10px 0;
  font-weight:bold;
  color:#f50002;
}


#browseBlock2{
  /* Left-hand sidebar */
  width:154px;
  float:left;
  padding:0 0 0 0px;
  border:1px solid #DCDCDC;
  margin: 15px 0 0 0;
}

#browseBlock2 p{
  margin:20px 0;
}

#browseBlock2 ul{
  list-style-image: url(../img/bullet_b_arrow.gif);
  padding:0 10px;
  margin:0 0 0 5px;
}

#browseBlock2 li{
  margin:10px 0;
  font-weight:bold;
  color:#f50002;
}




/* added for second tier of menu list */

#browseBlock ul ul{
  list-style-image: none;
  list-style-type:none;
  padding:0 10px;
  margin:0 0 0 5px;
}

#browseBlock li li{
  margin:10px 0;
  font-weight: normal;
  color:#f50002;
}

/* end of addition for second tier of menu list */

#browseBlock .selected{list-style-image: url(../img/bullet_b_downarrow.gif);}

#browseBlock a{
  color:black;
  text-decoration:none;
}

#browseBlock a:hover {color:#264f84;}



#contentBlockTop h3{
  font-weight:bold;
  font-size:1.2em;
}

#contentBlockTop p{
  margin:15px 0;
  line-height:1.2em;
}

#contentBlockTop a {color:black;}

#contentBlockTop a:hover{text-decoration:none;}


/* Added to force numerals on ordered lists */
/*#contentBlockTop ol li {
list-style-type:decimal;
list-style-image:none;
font-weight: bold;

}*/
/* End of addition to force numerals on ordered lists */



/* Added to allow multiple content boxes within pages */
.contentBlockClass h3{
  font-weight:bold;
  font-size:1.2em;
}

.contentBlockClass p{
  margin:15px 0;
  line-height:1.2em;
}

.contentBlockClass{
  position:relative;
  padding:55px 10px 10px 10px;
  border:1px solid #DCDCDC;
  margin-top:10px;
}

.contentBlockClass a {color:black;}

.contentBlockClass a:hover{text-decoration:none;}

.contentBlockClass ul{
  list-style-image: url(../img/bullet_o_dot.gif);
  margin:10px 0 10px 20px;
}

.contentBlockClass li{
  margin:15px 0;
  line-height:1.2em;
}



.contentBlockClass2 h3{
  font-weight:bold;
  font-size:1.2em;
}

.contentBlockClass2 p{
  margin:15px 0;
  line-height:1.2em;
}

.contentBlockClass2 {
  position:relative;
  padding:10px 10px 10px 10px;
  border:1px solid #DCDCDC;
  margin-top:10px;
}

.contentBlockClass2 a {color:black;}

.contentBlockClass2 a:hover{text-decoration:none;}

.contentBlockClass2 ul{
  list-style-image: url(../img/bullet_o_dot.gif);
  margin:10px 0 10px 20px;
}

.contentBlockClass2 li{
  margin:15px 0;
  line-height:1.2em;
}

.contentBlockClass2Img {
  margin-right: 10px;
  border: #CCCCCC solid 1px;
}

/* end of addition */



#contentBlockBottom{
 position:relative;
}

#contentBlockBottom img{
  margin-right:5px;
  vertical-align:middle;
  }
  
#contentBlockBottom p{
  margin:10px 0;
}

#contentBlockBottom a{color:#036;}
#contentBlockBottom a:hover{text-decoration:none;}


.floatRight{
  float:right;
}

#footer{
  /*height:20px;*/
  margin-top:15px;
  padding:10px 20px 5px 0;
  background-color:#f3f4f6;
  color:#666;
  clear:both;
}

.footertext {
  line-height: 1.25em;
  color: #666666;
}

.footertexttop {
  margin-top: 2em;
  padding-top: 1em;
  line-height: 1.25em;
  color:#666666;
  border-top: #CCCCCC solid 1px;
}
/* 20 09 2007
.footertext {
  line-height: 1.25em;
}

.footertexttop {
  margin-top: 3em;
  line-height: 1.25em;
}
*/
#footer ul{
  list-style:none;
  float:left;
  margin:0;
  padding:0;
}

#footer li{
  display:inline;
  padding:0 20px 0 20px;
  border-left:1px solid black;
}

/* 
   We have to use classes instead of the :first-child pseudo-selector
   as we should - because IE6 and below don't support it
*/
#footer ul .first-child{
  border:none;
}

#footer a{color:black; text-decoration:none;}
#footer a:hover { text-decoration:underline;}

.forcePageLength{
  clear:right;
}

#head{
  position:relative;
  height:98px;
}

#hdSmallNav{
  margin:0;
  text-align: center;
  list-style: none;
  position:absolute;
  right:0px;
  top:10px;
  overflow:visible;
}

#hdSmallNav li{
  padding-left:20px;
  margin-left:20px;
  display: inline;
  border-left: 1px solid black;
}

#hdSmallNav li img          {vertical-align:middle;}
#hdSmallNav .first-child    {border: none;}
#hdSmallNav a               {color:black; text-decoration: none;}
#hdSmallNav a:hover         {text-decoration: underline;}


#logo{
  position:absolute;
  left:0;
  top:0;
}

  /*DIV containing browseBlock and contentBlocksContainer */
#mainContainer{padding:10px 0 0 0;}

#navigation{
  position: absolute;
  top:45px;
  margin: 0;
  padding: 0;
  width: auto;
}

/* To butt the navigation images up against one another */
#navigation img{float:left; margin:0;padding:0;}

#nvHome{position:absolute; left:168px;}
#nvAboutus{position:absolute; left:267px;}
#nvCSR{position:absolute; left:366px;}
#nvNews{position:absolute; left:464px;}
#nvCareers{position:absolute; left:563px;}
#nvPartners{position:absolute; left:662px;}


#page {
  text-align:left;
  position:relative;
  width:760px;
  padding:10px;
  margin:0 auto;  
/*  border:1px solid #ccc;*/
}

#swapCSSBack{display:none;}


/* To align top content div with dotted line of left menu */
.spacer {
	height: 32px;
	position: relative;
	background-color: #ffffff;
}


/* Small 2 for CO2 references */
.sub2 { font-size: 0.8em; }

.pressparagraphimages {
  margin-right: 6px;
  margin-bottom: 2px;
  border: 1px solid #CCCCCC;
  }
  
.pressparagraphimages2 {
  margin-left: 6px;
  margin-bottom: 2px;
  border: 1px solid #CCCCCC;
  }
  
.tablepressrelease{
  width:415px;
  font-size: 8.5pt;
  }

/* Font weight Normal */
.font-normal {
  font-weight:normal;
  }