/*	
	colour palettes
		Blue: 		#00AEEF
		Orange:		#F7941E

		Blue 50%:	#6DCFF6
		Blue 40%: 	#8ED8F8 - nav off
		Blue 20%: 	#C7EAFB
		Blue 15%:	#CCEAFD - background
		Blue 10%: 	#E1F4FD
	
		Grey text:	#666
		Grey 20%:	#D1D3D4 - nav select
		Grey 50%:	#939598

		Black:		#000
		White:		#FFF
*/

#content #customCourses {
	background-color: #EFF9FE;
	background-image:url(../images/services/arrowIndent.jpg);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	padding: 20px 25px 20px 50px;
}

/*-- dot line --*/

#table img {
	margin-top: 5px;
	margin-bottom: 10px;
}

/* --- course quick finder columns --- */

#table {
	width: 814px;
	height: auto;
	float: left;
}
#ourClientsTableL {
	width: auto;
	position: relative;
	float: left;
}
#ourClientsTableR {
	width: auto;
	position: relative;
	float: left;
}
#table ul{
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0 15px 0 0;
} 

/* --- workshops links --- */

.workshops {
}
.workshops a:link, .workshops a:visited  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #777;
	text-decoration: none;
	display: block;
}
.workshops a:hover {
	color: #F7941E;
}

/* --- workshops --- */

#cardContentL {
	width: 400px;
	position: relative;
	float: left;
}
#cardContentR {
	width: 400px;
	position: relative;
	float: right;
}
.card{
	width: 370px;
	height: auto;
	margin: 10px 0 0 0;
	padding: 15px 15px 5px 15px;
	background-color: #EFF9FE;
	font-size:13px;
	line-height: 17px;
}

/* --- back to top links --- */

#backTop{
	background-image:url(../images/services/arrowUp.gif);
	height: 30px;
	width: 30px;
	float: right;
	background-repeat: no-repeat;
	background-position: right top;
}
.topPage {
	float: right;
	clear: both;
}
.testskill {
}
.testskill a:link, .testskill  a:visited {
	text-decoration: none;
	color: #F7941E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
.testskill a:hover {
	color: #666;
}
.testimg{
	float: right;
	margin-top: -15px;
}
#wrapper #container #content .testskill a .testArrow {
	margin: 0 5px 2.5px 0;
}
