@charset "utf-8";
/* CSS Document */
	#divCONTENT {
		background-image: url(../_images.site/SERVICES/CONTENT_BKG.jpg);
		background-repeat: no-repeat;
		background-position: 15px 111px;
		height: auto;
	}
	
/**** SERVICES MENU *******/
	a.company_services_menu_OFF {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 8.5pt;
		color: #000000;
		text-decoration: none;
		cursor: pointer;
		margin: 0px 30px 0px 0px;
		padding: 5px 7px 3px 8px;
	}
	
	a.company_services_menu_OFF:hover {
		text-decoration: underline;
		cursor: pointer;
	}

	.company_services_menu_ON {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 8.5pt;
		color: #31516e;
		text-decoration: none;
		cursor: pointer;
		margin: 0px 30px 0px 0px;
		padding: 5px 7px 3px 8px;
		border-bottom: 1px dashed #aabbd3;
	}
	
	.company_services_menu_ON:hover {
		text-decoration: underline;
	}

/**** SERVICES DIRECTORY LISTING *******/
	.SERVICES_DIRECTORY_title {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11pt;
		color: #000000;
	}
	
	.SERVICES_DIRECTORY_blurb {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 9pt;
		line-height: 12pt;
		color: #000000;
	}

/**** SERVICES HEADERS *******/
	.SERVICES_TITLE {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 18pt;
		line-height: 20pt;
		color: #000000;
	}
	
	.SERVICES_SUBTITLE {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12pt;
		color: #31516e;
	}