/*==[ Navigation CSS ]=============================================*/
@import url('../navigation.css');


/*==[ Structural Layout CSS ]======================================*/
#container   { background-image: url('/_assets/images/ui/hcp/UI-Container-BG.png'); }
/*#page        { background-image: url('/_assets/images/ui/hcp/UI-Page-BG.png'); }*/
/*#header      { background-image: url('/_assets/images/ui/hcp/UI-Header-BG.png'); }*/


/*==[ Page Tools CSS ]=============================================*/
#page_tools { margin: 0px; text-align: left; }
#page_tools a
{
	padding: 0px 20px 0px 0px;
	font-size: 11px; color: #333333;
	text-decoration: none;
}
#page_tools a img { position: relative; top: 2px; }


/*==[ Content Area CSS ]===========================================*/
#content
{
	position: relative;
	width: 880px; margin: 0px auto; padding: 0px 0px 10px 20px;
	background: url('/_assets/images/ui/csm/content_bg_900px.png') bottom left no-repeat;
}

#home_callouts {
	position: relative; float: right;
	margin: 0px 1px 18px 18px;
	width: 340px; text-align: right;
}

#home_intro { width: 500px; margin: 7px 0px 0px 0px; text-align: left; }


/*==[ ISI CSS ]====================================================*/
#isi
{
	position: relative; clear: both;
	width: 868px;
	margin: 0px auto 15px auto; padding: 11px 15px 10px 15px;
	border: 1px solid #FADC41; border-top: none; border-bottom: none;
	background: url('/_assets/images/ui/csm/isi_bg.png') bottom left repeat-x;
}

#isi_bottom
{
	position: absolute; bottom: -9px; left: -1px;
	width: 900px; height: 10px;
	font-size: 5px; line-height: 5px;
	background: url('/_assets/images/ui/csm/isi_bottom_900px.png') bottom left repeat-x;
}

