
/**
* SECTION:government_panels
*
* Product selection panels along bottom of page.
*/

fieldset
{
	float:left;
	background-repeat:repeat-y;
	width:306px;
	height:483px;
	margin-right:10px;
	background-image:url(../../images/layout/panels/government/government_bg.jpg);
}

*html fieldset
{
	margin-bottom:-5px;
}

fieldset dl
{
	margin-left:10px;
	font-size:90%;
	padding-top:10px;
	line-height:18px;
}

fieldset dt
{
	font-weight:bold;
}

fieldset dd
{
	padding-left:15px;
}

.features
{
	height:344px;
}

#secure_data_centre_panel .title
{
	height:47px;
	background-repeat:no-repeat;
	background-image:url(../../images/layout/panels/government/data_center_title.jpg);
}

#secure_managed_services_panel .title
{
	height:47px;
	background-repeat:no-repeat;
	background-image:url(../../images/layout/panels/government/managed_title.jpg);
}

#website_design_service_panel .title
{
	height:47px;
	background-repeat:no-repeat;
	background-image:url(../../images/layout/panels/government/design_title.jpg);
}

#website_design_service_panel .features
{
	height:344px;
}

fieldset .footer
{
	bottom:0px;
	width:306px;
	height:11px;
	background-repeat:no-repeat;
	background-image:url(../../images/layout/panels/government/government_footer.jpg);
}

/**
* SECTION:coming soon text
*
* Coming soon message at bottom of page.
*/

#body_message .column
{
	clear:both;
	width:500px;
	margin:auto;
	padding-top:30px;
	text-align:center;
}
