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