/*CSS specific to listings pages*/

/*DIV containing contentBlockTop and contentBlockBottom*/
#centralContentBlock{
  margin:0;
}


/*DIV containing breadCrumb, contentBlock and toolsColumn (if applicable) */
#contentBlocksContainer{
  width:595px;
  padding:0 0 0 5px;
  margin:0 0 0 160px;
}

#contentBlockTop{
  position:relative;
  background: url(../img/line_dotted_content_listing.gif) no-repeat 10px 72px;
  padding: 0 10px 50px 10px;
  border:1px solid #DCDCDC;
}

#contentBlockBottom .floatRight a {color:black;}


/* Container Div for Main News Page Search */

#contentBlockMainNewsPageSearch{
  position:relative;
  padding:55px 0px 0px 0px;
  border:0px ;
  margin-top: 10px;
}

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

/* End of Container Div for Main News Page Search */



.listingMonthHeader{
  position:relative;
  height:40px;
  border-bottom:1px solid silver;
}

.listingMonthHeader .listingEntryDate{
  font-weight:bold;
  top: 15px;
  left:0;
}

.listingEntry{
  position:relative;
  line-height:1.5em;
  padding:5px 0;
  border-bottom:1px solid silver;
}

.listingEntryDate{
  width:120px;
  position:absolute;
  left:0;
}



.listingEntryJobTitle{
  margin:0 170px 0 120px;
}

.listingEntryJobTitleLink{
  color:black;
  font-weight:bold;
}

.listingEntryBrand{
  width:155px;
  position:absolute;
  right:0;
}

.listingHeader{
  position:relative;
  background-color: #5DC0D0;
  margin-top:10px;
  padding:10px 0;
  line-height:1.5em;
  font-weight:bold;
}

.listingHeader .listingEntryDate{
  width:120px;
  position:absolute;
  left:3px;
}




#vacanciesHeader{
  position:absolute;
  top:20;
}


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

h2 {
  padding: 20px 0 0 0;
  margin-bottom: 20px;
  font-size: 165%;
}

.brandscontainer {
  position:relative;
  padding: 10px 10px 0 10px;
  border-bottom: #CCCCCC solid 1px;
}

.brandscontainer p {
  
}

.brandsimgposition {
  padding-top: 10px;
  margin-top: 10px;
}


.historyTimelineContainer {
  background-color:#b7deff;
  /*height: 2em;*/
  padding: 10px 10px 10px 10px;
  border-bottom: #CCCCCC solid 1px;
}

#historyTimeline, #historyTimeline ul {
  display: inline;
}

#historyTimeline li {
	display: inline;
	padding-right: 1em;
}

#historyTimeline a {
	color: #000000;
	text-decoration: underline;
	display: inline;
	font-weight: bold;
}

#historyTimeline a.active, #historyTimeline a:hover {
	text-decoration: none;
	font-weight: bold;
	}
	

.headingSiteMap {
	background-color: #b7deff;
	padding: 10px;
}

.headingSiteMap a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 90%;
}

.headingSiteMap a.active, .headingSiteMap a:hover {
	text-decoration: none;
	font-weight: bold;
}


.containerSiteMap {
	border: #CCCCCC solid 1px;
	margin-bottom: 10px;
}

.containerSiteMap ul{
	list-style: none;
  padding:0 10px;
  margin:0 0 0 15px;
}

.containerSiteMap li{
  background: url(../img/bullet_b_arrow.gif) no-repeat 0 5px;
  padding-left: 17px;
  margin:10px 0;
  font-weight:bold;
  color:#ED8410;
}

/* added for second tier of menu list */

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

.containerSiteMap li li{
	background: none;
  margin:10px 0;
  font-weight: normal;
  color:#ED8410;
}


.errorPageUl ul{
	list-style: none;
	padding:0 10px;
	margin:0 0 0 10px;
}

.errorPageUl li{
	list-style: none;
  background: url(../img/bullet_b_arrow.gif) no-repeat 5px 5px;
  padding-left: 17px;
  margin:10px 0;
  font-weight:bold;
  color:#ED8410;
}