/* Master CSS Document */

@import url(Layout.css);

@import url(Fonts.css);

@import url(GlobalNavigation.css);

@import url(Navigation.css);

@import url(leftmenu.css);

/* HOME PAGE info section */
	
	#content_body_info{
	color: #454545;
	padding-left: 12px;
	padding-right: 12px;
	text-align: justify;
	}
	
	#content_body_info_item{
	padding-bottom: 8px;	
	
	}
	
	#content_body_info_item a{
	color: #284D46;
	text-decoration: underline;
	background-image: url(../images/icons/dwn_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	}
	
	#content_body_info_item a:hover{
	background-image: url(../images/icons/dwn_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: right center;
	
	}
	
	#content_body_info_item_hide1{
	display:none;
	background-color: #D3D8DA;
	background-image: url(../images/bg_itemexpand.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	}
	
	#content_body_info_item_hide2{
	display:none;
	background-color: #D3D8DA;
	background-image: url(../images/bg_itemexpand.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	}
	
	#content_body_info_item_hide3{
	display:none;
	background-color: #D3D8DA;
	background-image: url(../images/bg_itemexpand.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	}
	
	
	/* [END] HOME PAGE info section */



