.accordionCont .imagesBox{ margin-right:10px; float:left; overflow:hidden;}
.accordionCont .imagesBox images {
	border-radius:5px;
	border:1px solid #c2c0c0;
	box-shadow: 0px 0px 5px #c2c0c0;
	display:block;
	margin-right:15px;
	padding:5px;
	margin-bottom:15px;
	width:170px;
	height:170px;
}

/* start accordion */
.accordionCont { }
div.faqsHeader {
	background:url(../images/accordian-Bg.gif) left bottom repeat-x #e2e1e1;
	border-bottom:1px solid #ccc;
	color:#544c4c;
	cursor: pointer;
	height:60px;
	line-height:18px;
	margin:0;
	padding:11px 20px 15px 18px;
	width: auto;
}
div.faqsHeader h6 { padding-left:0px; color:#666; font-size:13px; }
div.faqsHeader.active {
	background:none;
	border-bottom:0px solid #e48892;
}
div.faqsHeader .name {
margin:0px;	
	color:#333;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	padding-top:6px;
	float:left;
	width:500px;
	font-family:'Open Sans', sans-serif;
}
div.faqsHeader .location {
margin:0px 5%;	
	color:#333;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	padding-top:6px;
	float:left;
	width:200px;
}
div.faqsHeader .jobref {
	color:#333;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	padding-top:6px;
	float:left;
	width:180px;
}
.categry-head {
    float: left;
	font-weight:600;
}
.faqsDetail {
	border-bottom:1px solid #ccc;
	padding:8px 10px 15px 18px;	
	clear:both;
}
.faqsDetail p {  color: #555;
                margin-bottom: 15px;   }


.faqsDetail h3 {font-weight: bold; color:#555; margin-bottom: 18px; margin-left:-17px;}

div.faqsHeaderr span.accordsuffix, div span.accordprefix, div.cont-head span.accordsuffix {
	cursor: pointer;
	float: right;
	margin:0px 0 0 0;
}

.t_head{ position:relative; float:left;/*background:url(../images/greyBullet.gif) no-repeat left 6px;*/ padding-left:0px; width:92%;}


.btnDefault{
	background: #293545; /* Old browsers */
	background: -webkit-linear-gradient(top, #39567d 0%, #293545 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #39567d 0%, #293545 100%); /* W3C */
	border: none;
	border-radius: 2px;
	color: #fff !important;
	display: inline-block;
	padding: 5px 20px 5px;
	text-decoration: none;
	text-transform:uppercase;
}
.btnDefault:hover, .btnDefault:focus{background: #293545; /* Old browsers */
	background: -webkit-linear-gradient(top, #293545 0%, #39567d 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #293545 0%, #39567d 100%); /* W3C */
	outline: none;}
.btnDefault:active{background: #293545; /* Old browsers */
	background: -webkit-linear-gradient(top, #293545 0%, #39567d 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #293545 0%, #39567d 100%); /* W3C */
	border: none;
	}	