/* HOMEPAGE RULES */

/* SITE CONTAINERS */

div#whole_site_container {
}

div#site_container {
}

div#container {
}

/* HEADER */

div#header {
	height: 365px;
}

	#header h1 {
		height: 365px;
	}


/* SITE INTRO TEXT */

div#intro_text {
	height: 150px;
}


/* MAIN SITE CONTENT BODY */

div#whole_site_container {
}

div#site_container {
}

div#main_body {
}

h3#industries_of_expertise {
	display: block;
	width: 387px;
	height: 23px;
	margin: 20px 0px 0px -10px;
	background: transparent url("/images/misc_elements/home_ind_of_exper.gif");
	background-repeat: no-repeat;
}

h3#industries_of_expertise span {
	visibility: hidden;
}

ul#industries_of_expertise_list {
	list-style: none;
	padding: 20px 0px 0px 0px;
}
	#industries_of_expertise_list li a {
		line-height: 30px;
		display: block;
		width: 337px;
		padding: 0px 0px 6px 50px;
		margin: 0px 0px 10px -10px;
		font: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #757474;
	 	background: transparent url("/images/misc_elements/home_li.gif");
		background-position: 0px 0px;
	}

	#industries_of_expertise_list li a:hover {
		background-position: 0px -36px;	
		color: #FFFFFF;
	}
/* MAIN TEXT REGION */

	div#body_text {
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
		#body_text h2 {
		}
		