/*************************************************************************************\

								CSS FOR TECHNICAL CONSULTING

\*************************************************************************************/

#consulting_container {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#consulting_tophalf {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
	background: url('../../images/technical_consulting_bg.png') top left no-repeat;
}

#consulting_tophalf #consulting_content {
	display: block;
	position: relative;
	margin: 0;
	padding: 40px 0px 0px 260px;
}

#consulting_content h2 {
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #000;
}

#consulting_content p {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #000;
}

#consulting_content a {
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	color: #00f;
}


/*****************************************************************************************\

	CLASS DEFINITIONS

\*****************************************************************************************/
