@charset "utf-8";
/* CSS Document */

.item
{
  background:transparent url(../imgs/itembg.png) no-repeat 0 0;	
  position:relative;
  float:left; 
  margin-top:5px;
}

.careers
{
 width:570px;	
}

.faq
{
	width:468px;
}
.news
{
  width:550px;	
}

.title
{
	height:55px;
	position:relative;
	float:left;
	width:550px;
}
.status
{
 position:absolute;
 right:-43px;
 width:42px;
 height:55px;
 top:-1px;
}

.open
{
 background:transparent url(../imgs/minus-btn-newsevents.png) no-repeat 0px 10px;
 cursor:pointer;
}

.close
{
 background:transparent url(../imgs/plus-btn-newsevents.png) no-repeat 0px 10px;
 cursor:pointer;
}
.status img
{
  padding-top:10px;		
}

.itemtitle
{
  padding:15px 0px 0px 10px;;	
}

.itemsubtitle
{
  font-size:12px;
  font-style:italic;
  color:#545454;
  padding:0px 15px;	
}

.details
{
	position:relative; 
	padding:0px 0px 0px 15px;;	
}

.newsdetailsdescription
{
  position:relative;
  float:right;
  width:315px;
  padding:0 40px;	
}

.newsdetailsdescriptiontitle
{
	font-weight:bold;
  font-style:italic;
  color:#565451;
  font-size:16px;	
}

.newsdetail
{
  font-size:12px;
  font-weight:normal;
  line-height:1.3em;
  padding-top:5px;	
}


#faqsdetailsdescription
{
 
  width:450px;
}

#careerdetailsdescription
{
	width:520px;
	
}

.detailsdescription
{
  position:relative;
  float:right;
  padding:0px 0px 5px 0px;	
}

#faqstitle
{
	margin-top:5px;
}

.faqsdetail
{
  font-size:12.00px;
  font-weight:normal;
  line-height:1.3em;
  padding-top:5px;
  color:#63605a	
}
