/*
this file contains css specific to company page
*/
a img { border: none; }

#contentStrip 
{
  position:absolute;
  bottom:0px;
  margin:0px auto;
  height:75px;
  padding:0px;
  width:1000px;
  background-color:#87d241;
}

#contentStrip ul { 
	width: 100%; 
	}

#contentStrip ul li {
	float:left;
	padding:0px;
	}
	

#contentStrip h1
{
  position:absolute;
  left:75%;
  margin:0px;
  display:inline;
  font-size:50px;
  text-align:left;
}

#contentStrip .topLayer
{
  position:absolute;
  width:1000px;
  margin:0px;
  padding:0px;
  height:75px;
}

#contentstrip img {float:left;}


/*add id for h1*/
#contentStrip .imageStrip h1
{
	bottom:-9px;
}

#contentStrip .topLayer h1
{
	bottom:69px;
}

/* special case for QA */
#contentStrip .imageStrip h1.qa
{
	font-size:38px;
	bottom:-8px;
}

#contentStrip .topLayer h1.qa
{
	font-size:38px;
	bottom:69px;
}

/* special case for R&D */
#contentStrip .imageStrip h1.rd, #contentStrip #awardStrip h1.rd
{
	font-size:33px;
	bottom:-6px;
}

#contentStrip #awardStrip h1.rd { 
	margin-left: 220px;}

#contentStrip .topLayer h1.rd
{
	font-size:33px;
	bottom:70px;
}

/* special case for Membership */
#contentStrip .imageStrip h1.mm
{
	font-size:35px;
	bottom:-8px;
}

#contentStrip .topLayer h1.mm
{
	font-size:35px;
	bottom:69px;
}

/******* award specific *******/
#awardStrip {
  position:absolute;
  bottom:0px;
  margin:0px auto;
  height:156px;
  padding:0px;
  width:700px;
  background-color:#87d241;
}


/******* end award specific *******/

.title h1
{
  color:#85d542;
}