@import url("universal.css");

/* Box Models */

div.boxthird{
	width:259px;
	height:150px;
	float:left;
	margin:0px 3px;
	background:#ebeff1;
	overflow:hidden;
	text-align:center;
	position:relative;
	display:inline;
}

div.boxthird_br{
	width:259px;
	float:right;
	margin:0px 3px;
	background:#ebeff1 url(../images/logo_corner_br.png) bottom right no-repeat;
	overflow:hidden;
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	display:inline;
}

div.doublebox{
	width:524px;
	float:left;
	margin:0px 3px;
	overflow:hidden;
	position:relative;
	padding-bottom:40px;
	background:#ebeff1 url(../images/corner_bl.png) bottom left no-repeat;
	display:inline;
}


/* Box Headers */

div.boxthird h2, div.doublebox h2, div.boxthird_br h2{
	font-size:12px;
	text-transform:uppercase;
	color:#FFF;
	margin:0px 0px 10px 0px;
	padding:5px 10px;
	background:#2b6885 url(../images/header_bg.png) 0px 0px repeat-x;
	text-shadow:0px 1px 2px #275e78;
	text-align:left;
}

/* Box Paragraph */

div.doublebox p{
	width:484px;
	font-size:11px;
	line-height:16px;
	margin:5px auto;
	
}

div.boxthird p.description{
	width:239px;
	font-size:11px;
	line-height:14px;
	margin:5px 0px;
	position:absolute;
	bottom:20px;
	left:10px;
}
