@media screen,print{
/* This div is for the Royal Mail logo */
#header_left_layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 149px;
	height: 103px;
	z-index: 16;
	background-color: #CC0000;
	border: none;
}

#header_left_layer img{
	border: none;
	padding-top: 10px;
}

/* This div is for the Mailsort Technical name */
#header_right_layer {
	position: absolute;
	right: 10px;
	top: 50px;
	width: 250px;
	height: 50px;
	z-index: 17;

}

#LayerBody {
	left:14px;
	top:212px;
	height: 100%;
	width: auto;
	z-index:4;
	background-repeat: no-repeat;
	background-position: 100% 0px;
}

.listContent {
	background:#FFFFFF url(../images/pa_flexilist_gradient.gif) repeat-x;
	height: inherit;/*90px;*/
	padding: 8px 0px 0px 8px;
	border: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2BCC6;
}
.listContent a{
	color: #000000;
	text-decoration:none;
}
.listContent a:hover{
	color: #FE0000;
	text-decoration:underline;
}
.listContent p {
	font-size: 0.9em;
}
.box {
	font-size: 14px;
}
.box p {
	font-size: 0.9em;
	margin-left: 15px;
}

.box a{
	color: #000000;
	text-decoration:none;
}

.box a:hover{
	color: #FE0000;
	text-decoration:underline;
}

/* Dynamic positioning of boxes on front page*/

#subjectBoxList {
	list-style-type: none;
}

#subjectBoxList li {
	float: left;
    width: 233px;
	margin-left: 2.25%;
	margin-right: 2.25%;
	margin-top: 2.25%;
	margin-bottom: 2.25%;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}

#indexTitle {
	min-height: 160px;
	margin: 2% 4% 0% 4%;
}

#indexTitleAdvert {
	float: right;
	min-height: 130px;
	width: 20.5%;
	margin: 2% 3% 0% 1%;
}
#indexTitleBanner {
	float: left;
	min-height: 130px;
	width: 70%;
	margin: 2% 2% 0% 2%;
}

}
