@charset "utf-8";
/* CSS Document */
.stafflist-list{
	list-style:none;
	margin-left:30px;	
}
.stafflist-list li{
	padding:3px 0px;	
}
.stafflist-list li span{
	display:inline-block;	
}
.who-staff-name{
	width:200px;
	font-size:1.1em;	
}
.who-staff-title{
	width:450px;
	font-style:italic;	
}
#list-funders{
	list-style:none;
	text-align:center;
	font-size:120%;
}
#list-funders li{
	padding:10px 0px;
}

/* GUIDANCE DOCUMENTS */
.guidance #title-block h2{
	font-style:italic;
	margin-top:-5px;
}
#doc-cover{
	float:left;
	width:250px;
	padding:10px 20px 0px 0px;
	text-align:center
}
#doc-cover img{
	border:1px solid #CCC;	
}
#doc-description, .doc-section-main{
	float:left;	
	width:730px;
}
#doc-ordering{
	clear:both;	
}
.download-block{
	display:block;
	position:relative;
	width:250px;
	background-color:#FFF;
	border:1px solid #CCC;
	padding:8px 0px 8px 0px;
	margin-bottom:6px;
	text-align:center;
	font-size:110%;
	font-weight:bold;
}

/* guidance documents - purchase */

#doc-purchase-title{
	margin:0px 0px 15px 0px;	
}
#doc-purchase{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#FFF;	
	padding:20px;
	margin:30px 0px 20px 0px;
}
#doc-purchaseintro, #doc-pricing{
	float:left;
}
#doc-purchaseintro{
	width:500px;
	border-right:1px solid #ccc;	
}
#doc-pricing{
	padding-left:20px;
}
.doc-price{
	font-size:120%;
	padding-bottom:5px;	
}
.sh-note{
	padding:4px 10px;	
	font-style:italic;
}
#doc-description li{
	padding:4px;	
}

.doc-purchaseoption{
	margin-top:20px;	
}
.doc-purchaselink{
	display:block;
	float:left;
	width:160px;
	font-size:130%;
}
.doc-purchaseinstructions{
	margin-left:220px;	
	padding:10px 0px 0px 20px;
}
#doc-assistance{
	margin:30px 70px 0px 70px;
	text-align:center;
	color:#fff;
	font-size:110%;
	background-color:#5B9BD4;
	padding:10px 0px;	
}
#doc-assistance a:link, #doc-assistance a:visited, #doc-assistance a:hover{
	color:#edf6ff;
}

/* guidance documents - others */
#doc-other{
	border-top:1px solid #003366;	
	border-bottom:1px solid #003366;	
}
#doc-other h2{
	float:left;
	width:300px;
}
#doc-other-list{
	list-style:none;
}
.doc-other-item{
	float:left;
	text-align:center;
	width:250px;
	height:280px;
	background-color:#003366;
	margin:0px 15px;
}
.doc-other-item a{
	display:block;
	color:#FFF;	
}

.doc-other-item div{/* title of doc*/
	font-size:110%;
	padding-top:10px;
	background-color:#003366;
}

#pdi-cbk #doc-other-cbk, #pdi-elg #doc-other-elg, #pdi-prekls #doc-other-prekls  {
	display:none;	
}

/* SERVICE INQUIRY */
#service-inquiry #pagecontent{
	background:url(../Images/service_inquiry-bg.jpg) no-repeat right center;
	width:100%;
}