﻿/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{ 
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ol, ul {list-style:none;}
blockquote, q {quotes:none;}
ins {text-decoration:none;}
del {text-decoration:line-through;}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {display:none;}

body 
{
    font-family:Georgia,Palatino,Times New Roman,Serif;
    color:#333333;
    background:#ffffff;
    text-align:center;
    font-size:75%;
    line-height:1.5;
}

a, a:link, a:visited 
{
	color:#0099ff;
}

/* Layout */
#container 
{
    width:600px;
    margin:0 auto;
    text-align:left;
    background:#ffffff url(images/bg-body.jpg) no-repeat;
    position:relative;
    min-height:384px;
}

#column1 
{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:77px 0 0 30px;
	width:135px;
	float:left;
	background:#ffffff;
	position:relative;
	z-index:20;
}

#column2 
{
	margin:30px 30px 0 30px;
	width:375px;
	float:left;
	background:#ffffff;
	position:relative;
	z-index:20;
}

#clear 
{
	height:1px;
}

/* Header */
#header 
{
	padding:187px 0 0 30px;
	height:17px;
}

#header h1 a 
{
	display:block;
	background:url(images/h1-royalmailhotel.jpg) no-repeat;
	width:163px;
	height:11px;
	text-indent:-999px;
	overflow:hidden;
}

/* Footer */
#footer 
{
	position:relative;
	top:-145px;
	clear:both;
	padding-top:145px;
	background:url(images/bg-footer.gif) no-repeat;
	height:131px;
	margin-bottom:-165px;
	z-index:10;
}

#footer .www 
{
	display:block;
	background:url(images/bg-www.gif) no-repeat;
	margin:18px 0 0 30px;
	text-indent:-999px;
	overflow:hidden;
}

#footer .twc 
{
	display:block;
	background:url(images/bg-twc.gif) no-repeat right;
	margin:20px 0 0 0;
	text-indent:-999px;
	overflow:hidden;
}

#footer #fleft 
{
	color:#666666;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.917em;
	margin:10px 0 0 30px;
	width:300px;
	float:left;
}

#footer #fright
{
	float:right;
	width:180px;
	margin:10px 30px 0 0;
} 

/* Styles */
#column1 h2 
{
	font-family:Gill Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	color:#a90230;
	font-size:0.833em;
	margin-bottom:1em;
}

#column1 ul li a
{
	display:block;
	background:url(images/bg-bullet.gif) no-repeat;
	background-position:0 7px;
	padding-left:10px;
}

#column1 ul li.AspNet-Menu-Selected a
{
	background:url(images/bg-bullet-sel.gif) no-repeat;
	background-position:1px 6px;
	color:#000000;
	font-weight:bold;
}

#column1 ul li.AspNet-Menu-Selected li a
{
	background:url(images/bg-bullet.gif) no-repeat;
	background-position:0 7px;
	color:#0099ff;
	font-weight:normal;
}

#column1 .pastissues 
{
	margin-top:30px;
}

#column2 p
{
	margin-bottom:1em;
}

#column2 h2 
{
	color:#a90230;
	font-size:2em;
	min-height:47px;
}

#column2 .homeFalse .pagetitle
{
	color:#b1b2b4;
	min-height:0;
}

#column2 h3 
{
	color:#a90230;
	font-size:1.25em;
	margin-bottom:1em;
}

#column2 h4 
{
	color:#a90230;
	font-style:italic;
	margin-top:2em;
	margin-bottom:1em;
}

#column2 h5 
{
	margin-top:0.25em;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.25em;
	font-weight:bold;
}

#column2 .floatLeft 
{
	float:left;
	color:#999999;
	margin-right:10px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.833em;
}

#column2 .floatRight
{
	float:right;
	color:#999999;
	margin-left:10px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0.833em;
}

#column1 #h2contents
{
	background:url(images/h2-contents.gif) no-repeat;
	text-indent:-999px;
	width:70px;
	height:7px;
	overflow:hidden;
	margin-top:10px;
}

#column1 #h2pastissues
{
	background:url(images/h2-pastissues.gif) no-repeat;
	text-indent:-999px;
	width:87px;
	height:7px;
	overflow:hidden;
	margin-top:10px;
}

#twitter {
    margin-top: 20px;
}