	/*
	The Preston Partnership Rounded Corners CSS Document
	developed by Vanessa Eley at dotSquared
	www.dotsquared.co.uk
	*/
	
/* Rounded Corners for TPP */

.roundedBox {
	position:relative;
	padding:17px;}
				
.corner {
	position:absolute;
	width:17px;
	height:17px;}		

.topLeft {
	top:0;
	left:0;
	background-position:-1px -1px;}

.topRight {
	top:0;
	right:0;
	background-position:-16px -1px;}

.bottomLeft {
	bottom:0;
	left:0;
	background-position:-1px -16px;}

.bottomRight {
	bottom:0;
	right:0;
	background-position:-16px -16px;}
	
/* Navigation box  */

.roundedBoxNav {
	position:relative;
	padding:13px;}

.topLeftNav {
	top:0;
	left:0;
	background-position:0 0;}

.topRightNav {
	top:0;
	right:0;
	background-position:-7px 0;}

.bottomLeftNav {
	bottom:0;
	left:0;
	background-position:0 -7px;}

.bottomRightNav {
	bottom:0;
	right:0;
	background-position:-7px -7px;}
	
/* ends */

#rightBlueBox {
	background-color:#EBECEE;
	width:560px;
	min-height:313px;
	float:right;
	margin:10px 0 10px 0;
	padding:10px 20px 20px 20px;}
	
#rightBlueBox .corner {
	background-image:url(../images/_corners/rightBluebox.gif);}
	
#navigationBox {
	background-color:#F6A322;
	clear:both;
	font-size:1.2em;
	height:12px;}
	
#navigationBox .corner {
	background-image:url(../images/_corners/navigationBox.gif);}

