#container
{
	width: 878px;
	margin: 72px auto 0 auto;
	height: 100%;
}

*html #container
{
	padding-top: 56px;
}


#background
{
	background: #E2E9E7;
	height: 220px;
	border-bottom: 2px solid white;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#header_box
{
	position: relative;
	background: #F9F5E7 url(/images/header_top.gif) no-repeat left top;
	height: 123px;
	width: 844px;
	padding-left: 20px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 11px;
}

#logo_box
{
	float: left;
	padding-right: 11px;
	width: 230px;
}

#header_images
{
	float: left;
	width: 603px;
}

.header_image
{
	margin-left: 3px;
}


#crumb_bar
{
	clear: both;
	height: 16px;
	color: #FFF;
	position: relative;
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px 0px 2px 20px;
	margin-bottom: 24px;
}

.crumb_item
{
	padding: 2px;
	color: #FFF;
	background: #EA1291;
}



#mainbox
{
	clear: both;
	background: url(/images/mainbox_repeat.gif) repeat-y left top;
	width: 878px;
	position: relative;
	margin-top: 2px;
	min-height: 50%;
    height: auto;
}

/* Hack for IE */
* html #mainbox {
    height: 50%;
}
/* End IE Hack */


#content_bg
{
	clear: both;
	width: 878px;
	position: relative;
	background: url(/images/content_bg.jpg) no-repeat 241px top;
	min-height: 400px;
    height: auto;
}

/* Hack for IE */
* html #content_bg {
    height: 100%;
}
/* End IE Hack */



#left_side
{
	position: relative;
	width: 241px;
	float: left;
	background: url(/images/left_side_top.jpg) no-repeat left top;
}

#content
{
	position: relative;
	padding: 10px 13px 30px 24px;
	width: 600px;
	float: left;

	min-height: 100%;
    height: auto;
}

/* Hack for IE */
* html #content {
    height: 100%;
}
/* End IE Hack */

#footer_block
{
	clear: both;
	position: relative;
	/*background: url(/images/footer_block.jpg) no-repeat left bottom;*/
	width: 637px;
	height: 54px;
	padding: 12px 25px;
}

#address_details
{
	position: absolute;
	top: -102px;
	left: 0;
	width: 190px;
	height: 126px;
	z-index: 10;
	background: url(/images/left_side_bottom.jpg) no-repeat left bottom;
	color: #FFF;
	text-align: right;
	padding: 30px 50px 0px 1px;
}

#footer_bar
{
	position: absolute;
	top: 0px;
	left: 241px;
	width: 597px;
	height: 44px;
	padding: 10px 65px 0px 25px;
	z-index: 10;
	background: url(/images/footer_block.jpg) no-repeat left bottom;
	color: #FFF;
	font-weight: bold;
}
#page_images
{
	float: right;
	margin: 0px 0px 10px 10px;
	width: 253px;
	text-align: right;
}

.page_image
{
	margin-bottom: 6px;
}

#case_studies_button
{
	
}


#site_by
{
	text-align: right;
}


