	#left h1{
	font-size: 1.3em;
	font-weight:bold;
	color: #20618e;
	width:100%;
	margin:0;
	padding:8px 0 8px 8px;
	line-height:18px;
	border:none;
}




/* questions and answers*/

.title-box1{
	background: #266f99 url(../img/cv_question.png) no-repeat top left;
	text-align: left;
	height: 21px;
	padding: 2px 0 0 25px;
	margin-top: 15px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.10em;
}
.title-box2{
	background: #35a6b7 url(../img/cv_answer.png) no-repeat top left;
	text-align: left;
	height: 21px;
	padding: 2px 0 0 25px;
	margin-top: 15px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.10em;
}


.question {
position: relative;
left: 6px; /*Number should match -left shadow depth below*/
top: 6px; /*Number should match -top shadow depth below*/
margin-bottom:20px;
}

.questionshadow{
width: 500px; /* container width*/
background: #e7f2f9;
}

.questionshadow .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid #acd0ea;
padding: 8px;
position: relative;
left: -6px; /*shadow depth*/
top: -6px; /*shadow depth*/
}



.answer{
position: relative;
left: 6px; /*Number should match -left shadow depth below*/
top: 6px; /*Number should match -top shadow depth below*/
}

.answershadow{
	width: 500px; /* container width*/
	background: #e3f6f9;
	margin-bottom: 20px;
}

.answershadow .innerdiv{
	/* Add container height here if desired */
	background-color: white;
	border: 1px solid #a7e1eb;
	padding: 8px;
	position: relative;
	left: -6px; /*shadow depth*/
	top: -6px; /*shadow depth*/
	text-align: justify;
}


.innerdiv p{
padding:3px 10px 3px 10px;
margin-bottom:4px;
line-height:18px;
text-align:justify;
}
.innerdiv p.more{
position: relative;
top: 1px;
left: 340px; 
padding-bottom:10px;
}









