@import url("universal.css");

/* Box Models */

div#tallcontain{
	position:relative;
	width:795px;
	height:306px;
	overflow:hidden;
	margin:0px auto 6px auto;
	clear:both;
}

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

div.singlethird{
	width:259px;
	height:150px;
	margin:0px 0px 6px 0px;
	background:#ebeff1;
	overflow:hidden;
	text-align:center;
	position:relative;
}

div.tallbox{
	width:259px;
	height:306px;
	overflow:hidden;
	text-align:center;
	position:relative;
	display:inline;
}

div#one.tallbox{
	position:absolute;
	top:0px;
	left:3px;
}
div#two.tallbox{
	position:absolute;
	top:0px;
	left:268px;
}
div#three.tallbox{
	position:absolute;
	top:0px;
	right:3px;
}


div.doubletall{
	width:259px;
	height:306px;
	background:#ebeff1;
	overflow:hidden;
	text-align:center;
	position:relative;
}

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

div.doublebox{
	width:524px;
	height:190px;
	float:left;
	margin:0px 0px 0px 3px;
	overflow:hidden;
	position:relative;
	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, div.doubletall h2, div.singlethird 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.singlethird p{
	padding:25px 0px 0px 10px;
	line-height:14px;
	margin:0px;
}

a#calculator{
	display:block;
	width:230px;
	height:234px;
	background:url(../images/button_toolcalculator.jpg) 0px 0px no-repeat;
	text-indent:-9999px;
	margin:15px;
}

img.inset{
	float:right;
	padding:0px 10px 5px 5px;
}

