@media screen {

	.boxesSubpages {position: relative; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 170%; color: #4c4c4c;}
	
	/*#boxesMain>div.box:first-child {background: #0a416c;}
		#boxesMain>div.box:first-child h2 {color: #fff}*/
	
	.boxesSubpages .box {float: left; width: 158px; margin: 0; background: #dff1fb url(img/subpageBoxBg.jpg) top left repeat-x; 
	text-align: left; padding: 22px 20px 15px 20px; -moz-border-radius: 12px; border-radius: 12px; behavior: url(../libs/pie/PIE.htc);
	margin-bottom: 15px}
		.boxesSubpages .box h2 {
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 18px;
			font-weight: normal;
			font-style: normal;
			margin-bottom: 20px;
			margin-top: 0px;
			color: #009fe3;
		}
		.boxesSubpages .box p {text-align: left; margin: 0; padding: 0px; margin-top: 10px; margin-bottom: 0px}
			.boxesSubpages .box a, .boxesSubpages .box a:link, .boxesSubpages .box a:visited, .boxesSubpages .box a:hover {text-decoration: none; color: #424849}
		
		.boxesSubpages .readMore {font-family: Tahoma, Geneva, sans-serif; font-size: 12px; font-weight: bold; color: #073763; margin-top: 10px; margin-bottom: 20px}
		
		.boxesSubpages .readMoreBtn {}
		.boxesSubpages .readMoreBtn:hover {-moz-opacity:.50; filter:alpha(opacity=50); opacity:.50;}

@media print {
	.boxesSubpages  {display: none}
}
