/*
.intro
{
	clear: both;
}
*/

p
{
	text-align: justify;	
}

#right_container
{
	float: right;
	margin-right: 25px;
	text-align: left;
	width: 48%;
	margin-left: 15px;
}

/*.intro h3, .content h3*/
.block h3
{
	/*font-size: 150%;*/
	/** This is a hack, and all the font sizes should be fixed to resize correctly in IE **/
	font-size: 19px;
	
	font-weight: bold;
	margin-top: 2.25em;
	margin-bottom: 1em;
}

/*.intro p*/
.intro_text
{
	font-size: 110%;
	/*font-size: 110%;*/
	/** This is a hack, and all the font sizes should be fixed to resize correctly in IE **/
	font-size: 14px;
}

/*.content h5, .intro h5*/
h5
{
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: .5em;
	text-align: left;
}

#left_container
{
	float: left;
	width: 48%;
	margin-right: 15px;
}

#img_container
{
	text-align: center;
}

#promo_img
{
	border: 2px solid #FFFFFF;
	/*margin-left: 25px;*/
}

#promo_img2
{
	border: 2px solid #FFFFFF;
	margin-top: 25px;
}


/*.content*/
.block
{
	clear: both;
	margin-left: 25px;
	margin-right: 25px;
}


.content_left
{
	width: 48%;
	float: left;
	margin-right: 15px;
}

.content_right
{
	width: 48%;
	float: right;
	margin-left: 15px;
}

.labor_header
{
	margin-top: 1em;
}
