body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pageWrapper {   /* div */
	text-align:center;
}
.wrapperWidth {   /* div */
	width:100%;   /* affects all pages in the site - can be overriden by local CSS rules */
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
}
body,td,th {
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.small {
	font-size:10px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
strong {
	color: #666;
	font-weight:bold;
}
blockquote {
	margin: 20px;
	margin-top: 0px;
}
/*----------------------------------------------------   main layout blocks   ----------------------------------------------------*/
#pageHeader {
	width:950px;
	text-align:right;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	margin-top:35px;
}
	#logo {
		text-align:left;
		float:left;
	}
	#menuBox {
		width:575px;
		float:right;
		text-align:center;
		margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	}
		#menu {
			font: 15px/1.4 Verdana, Arial, Helvetica, sans-serif;
			text-align:center;
			margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
		}
			#menu .menuItem, #menu .menuItemOn { padding-left:20px;padding-right:20px;}
			
			#menu .menuItem a:link { color: #0086B9; text-decoration:none; }
			#menu .menuItem a:visited { color:#0086B9; text-decoration:none; }
			#menu .menuItem a:hover { color:#EE2B7B; text-decoration:none; }
			#menu .menuItem a:active { color:#EE2B7B; text-decoration:none; }
			
			#menu .menuItemOn a:link { color: #EE2B7B; text-decoration:none; }
			#menu .menuItemOn a:visited { color:#EE2B7B; text-decoration:none; }
			#menu .menuItemOn a:hover { color:#EE2B7B; text-decoration:none; }
			#menu .menuItemOn a:active { color:#EE2B7B; text-decoration:none; }

		#subMenuHome {
			font: 22px/1.0 Verdana, Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			background:#0096CE url(../images/header_bgd_NGO_recruitment.jpg) top repeat-x;
			text-align:center;
			margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
			margin-top:5px;
		}
		
		.subMenuHome {
			background:#0096CE url(../images/header_bgd_NGO_recruitment.jpg) top repeat-x;
			text-align:center;
			margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
			padding-top:5px;
			padding-bottom:5px;
			width:270px;
			color:#FFFFFF;
		}
		.subMenuHome strong { color:#FFFFFF; }
		
		#subMenu {
			background:#0096CE url(../images/header_bgd_NGO_recruitment.jpg) top repeat-x;
			text-align:left;
			margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
		}
			.subMenuItem a:link { color: #fff; text-decoration:none; }
			.subMenuItem a:visited { color:#fff; text-decoration:none; }
			.subMenuItem a:hover { color:#fff; text-decoration:underline; }
			.subMenuItem a:active { color:#fff; text-decoration:none; }
			
		#sectionIndicatorClients {
			padding-left:70px;
			text-align:left;
		}
		#clientServicesRecruitment {
			padding:5px;
			padding-left:30px;
		}
			
		#sectionIndicatorExecutives {
			padding-left:200px;
			text-align:left;
		}
		#executiveRecruitment {
			padding:5px;
			padding-left:150px;
		}
		
		#sectionIndicatorAbout {
			padding-left:330px;
			text-align:left;
		}
		#aboutNonprofitRecruitment {
			padding:5px;
			padding-left:300px;
		}
		
		#sectionIndicatorContact {
			padding-left:445px;
			text-align:left;
		}
		#contactRecruitment {
			padding:5px;
			padding-left:410px;
		}

#pageContent {
	clear:both;
	width:950px;
	text-align:left;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	padding-top:35px;
	margin-bottom: 50px;
}
	#recruitSectionTitle {
		margin-bottom: 5px;
		font-size: 15px;
		color: #EE2B7B;
	}
		#subSectionIndicator {
			padding-left:30px;
			text-align:left;
		}
		#subSubMenu {
			background:#0096CE url(../images/header_bgd_NGO_recruitment.jpg) top repeat-x;			
			text-align:left;
			padding:5px;
			margin-bottom:30px;
		}
			.subSubMenuItem { padding-left:10px;padding-right:10px;}
			
			.subSubMenuItem a:link { color: #fff; text-decoration:none; }
			.subSubMenuItem a:visited { color:#fff; text-decoration:none; }
			.subSubMenuItem a:hover { color:#fff; text-decoration:underline; }
			.subSubMenuItem a:active { color:#fff; text-decoration:none; }
			
	#mainContent {
		text-align: justify;
		width:60%;
	}
		dt { font-size:14px;margin-bottom:10px; }
		dd .FAQanswer{margin:10px;padding:0;}
		
		.floatRight {
			float:right;
			padding-left:50px;
			padding-bottom:20px;
		}
		.floatLeft {
			float:left;
			padding-right:50px;
			padding-bottom:20px;
		}
		.clear { clear:both;}
		
	#mainContentRight {
		padding-left:80px;
	}
	
#dots-bottom { /* not used for the moment */
	height:14px;
	width:950px;
	background-image:url(../images/line-of-dots.gif);
	background-position: right;
	background-repeat:repeat-x;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
}	

#pageFooter {
	width:950px;
	height:225px;
	background-image:url(../images/footer_bgd_non-profit_recruitment.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: right;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
}
	#footerContent {
		padding-top:65px;
		padding-right:10px;
		text-align: right;
	}
/*----------------------------------------------------   links   ----------------------------------------------------*/
a:link {
	color: #00A4E1;
	text-decoration:none;
}
a:visited { color:#00A4E1; text-decoration:none; }
a:hover { color:#EE2B7B; text-decoration:none; }
a:active { color:#EE2B7B; text-decoration:none; }

.hot {}
.hot a:link {
	color: #FF7DB1;
	text-decoration:none;
}
.hot a:visited { color:#FF7DB1; text-decoration:none; }
.hot a:hover { color:#FF7DB1; text-decoration:none; }
.hot a:active { color:#FF7DB1; text-decoration:none; }
/*----------------------------------------------------   headers   ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #444;
	font-weight:bold;
}
h1 {
	font-size: 15px;
	font-weight:bold;
	color: #EE2B7B;
}
#homeImages h2 {
	font-size: 15px;
	font-weight:normal;
	color: #EE2B7B;
}
/*----------------------------------------------------   lists   ----------------------------------------------------*/
#pageContent ul {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style:none;
}
#pageContent ul li {
	padding-left: 15px;
	padding-bottom: 2px;
	background-image:url(../images/listBullet.gif);
	background-position: 0 7px;
	background-repeat:no-repeat;
}
#pageContent ol {
	margin: 0px;
	margin-left: 30px; /* shouldn't have to do that because of the padding existing in the container block */
	margin-bottom: 20px;
	padding-left: 0px;
}
#pageContent ol li {
	padding-left: 10px;
}
#pageContent ol ul li {
	padding-left: 20px;
}
#pageContent ol ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
#pageContent ul ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
/*----------------------------------------------------   forms   ----------------------------------------------------*/
form {
	margin:0px;
	margin-bottom: 20px;
}
.textField {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #000;
	border: 1px solid #0096CE;
	border-color:#80DCFF;
	padding:2px;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight:normal;
	background-color: #00AEEF;
	border: 1px solid #00AEEF;
}
/*----------------------------------------------------   video   ----------------------------------------------------*/
#videoBox {
	text-align:center;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	margin-bottom: 20px;
}
/*----------------------------------------------------   misc   ----------------------------------------------------*/
.quoteBox {
	padding-left:50px;
	background-image: url(../images/leftDoubleQuote.gif);
	background-repeat:no-repeat;
}
hr { 
	border-color: #00AEEF;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 20px;
  height: 0;
 }