@charset "utf-8";
/* CSS Document */

/*Styles for the home page only*/

#titleLine {
	clear: both;
	background-color: #005195;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	color: #FFF;
}
#titleLine h1 {
	font-size: 18px;
	color: #FFF;
	padding: 0.3em;
	font-family: Verdana, Geneva, sans-serif;
}
/*---------------------------------------start of Find Cleaner box styles------------------------------*/
#findacleaner {
	width: 302px;
	height: 148px;
	background-image: url(../images/find_cleaner_bckgrd.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#findacleaner .findBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #266200;
	margin: 0px;
	padding: 0px;
	width: 170px;
	position: absolute;
	top: 10px;
	left: 130px;
}
#findacleaner .findLink a:link,#findacleaner .findLink a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 122px;
	top: 94px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
}
#findacleaner .findLink a:hover {
	color: #000;
	text-decoration: none;
}
/*---------------------------------------end of Find Cleaner box styles------------------------------*/

#mainContent {
	width: 540px;
	float: right;
	margin-right: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#mainContent p {
	margin: 0px;
	padding: 0px;
}

/*---------------------------------------start of Get accredited box styles------------------------------*/
#getAccredited {
	background-image: url(../images/get_accredited_bckgrd.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 302px;
	float: left;
	margin-top: 12px;
	position: relative;
}
#getAccredited .getAcc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005195;
	margin: 0px;
	padding: 0px;
	width: 170px;
	position: absolute;
	top: 10px;
	left: 130px;
}
#getAccredited .getLink a:link,#getAccredited .getLink a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 137px;
	top: 102px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
}
#getAccredited .getLink a:hover {
	color: #000;
	text-decoration: none;
}
/*---------------------------------------end of Get accredited box styles------------------------------*/
/*---------------------------start of find a job block styles----------------------------------------*/
#findaJob {
	background-image: url(../images/find_job_bckgrd.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 302px;
	float: right;
	margin-right: 45px;
	margin-top: 12px;
	position: relative;
}
#findaJob .jobBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005195;
	margin: 0px;
	padding: 0px;
	width: 170px;
	position: absolute;
	top: 10px;
	left: 120px;
}
#findaJob .jobLink a:link,#findaJob .jobLink a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 142px;
	top: 102px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
}
#findaJob .jobLink a:hover {
	color: #000;
	text-decoration: none;
}
/*---------------------------end of find a job block styles----------------------------------------*/
/*-----------------start of knowledge base block styles---------------------------------------------*/
#knowledgeBase {
	background-image: url(../images/knowledge_base_bckgrd.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 193px;
	float: right;
	margin-right: 35px;
	margin-top: 12px;
	position: relative;
}
#knowledgeBase p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #005195;
	position: absolute;
	left: 17px;
	top: 100px;
	margin: 0px;
	padding: 0px;
}
#knowledgeBase a:link,#knowledgeBase a:visited {
	color: #005195;
	text-decoration: none;
}
#knowledgeBase a:hover {
	color: #266200;
	text-decoration: none;
}
/*---------------------------end of knowledge base block---------------------------------*/
