/* Start of CMSMS style sheet 'layout' */
/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

html{
	font-size:76%;
}

body {
	background-color:#990000;
	background-image:url(Assets/img/back.gif);
	background-attachment:fixed;
	background-position:center top;
	background-repeat:no-repeat;
	color: #666;
	padding: 26px 0px 26px 0px;
	font-size:100%;
	line-height:1.5em;
	font-family:Arial, Helvetica, sans-serif;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#333;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {
	background:#fff;
}

.container{
	background-image:url(Assets/img/menu-greyback.gif);
	background-repeat:repeat-y;
}

/* headings
----------------------------------------------- */
h1{
	font-weight:bold;
	font-size:2.6em;
	line-height:1.1em;
	color:#990000;
	border-top:2px solid #cccccc;
	border-bottom:2px solid #990000;
	padding:9px 0px;
}

h2 {
	font-weight:bold;
	font-size:1.9em;
	line-height:1.1em;
	color:#999999;
	border-bottom:1px dotted #999999;
	padding:9px 0px;
	margin-bottom:5px;
}

h3{
	font-weight:bold;
	font-size:1.4em;
	line-height:1.1em;
	border-bottom:1px dotted #999999;
	padding:0px 0px 9px 0px;
	color:#000;
}

h3.news{
	font-weight:bold;
	font-size:1.4em;
	line-height:1.1em;
	border-bottom:1px dotted #999999;
	padding:0px 0px 9px 0px;
	color:#000;
}

h3.news a:hover{
	color:#cc0000;
}

h3.link{
	font-weight:bold;
	font-size:1.4em;
	line-height:1.1em;
	border-bottom:1px dotted #999999;
	padding:0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
	color:#000;
}

h3.newsmain{
	font-weight:bold;
	font-size:2em;
	line-height:1.1em;
	border-bottom:1px dotted #999999;
	padding:0px 0px 5px 0px;
	color:#000;
}

h3.newsmainhome{
	font-weight:bold;
	font-size:1.5em;
	line-height:1.3em;
	padding:0px 0px 10px 0px;
	color:#fff;
}


h3.newsmainhome a{
	color:#fff;	
}

h5{
	font-size:1.5em;
	width:400px;
	line-height:1.1em;
	border-bottom:1px dotted #999;
	color:#000;
	font-weight:bold;
	margin-top:18px;
}

h6{font-size:1em; text-transform:uppercase;}

h1 a {
	font-weight:normal;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FONT SIZER CSS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.fontResizer { display: block; color: #818285; font-size:12px; line-height:20px; padding-bottom:9px;}

.fontResizer a { display: block; float: left; width: 17px; height: 17px; text-align: center; border: 1px solid #818285; line-height: 17px; color: #818285; text-decoration: none; margin-right:2px; }

.fontResizer a:hover { color: #333; text-decoration: none; }

/* 
The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call
*/

.smallFont { font-size: 10px; cursor:pointer;}

.medFont { font-size: 12px;  cursor:pointer;}

.largeFont { font-size: 15px;  cursor:pointer;}

.curFont { background: #EEEEF7; }

a.accessible{
	display: inline;
	float:none;
	width:auto;
	border:none;
	color: #818285; 
	font-size:12px; 
	line-height:20px;
	font-weight:normal;
	text-align:left;
}

.accesssplit{
	padding:0px 5px;	
}

.telephone{
	font-size:16px;
	line-height:16px;
	color:#cc0000;
	font-weight:bold;
	padding-top:85px;
}

.telephone span{
	color:#000000;	
}

/* breadcrumb
----------------------------------------------- */
.greybar{
	background-color:#f2f2f2;
	border-bottom:1px solid #cccccc;
	font-size:1.0em;
	line-height:1.8em;
	color:#666666;
	padding:5px 0px;
	margin-bottom:18px;	
}

.greybar a{
	color:#0099cc;
	font-weight:normal;
	text-decoration:underline;
}


/* page heading
----------------------------------------------- */
#header{
	background-image:url(Assets/img/header.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}


/* Home
----------------------------------------------- */

.newsslide{
	background-color:#7c7c7c;
	background-image:url(Assets/img/indexnews-back.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #fff;
	margin:0px 0px 18px 0px;
}

@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-nav {
    border-top:1px solid #fff;
	list-style-type:none;
	background-image:url(Assets/img/home-news-but.gif);
	background-repeat:repeat-x;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav li {
    float: left;
    width:193px;
}

.ui-tabs-nav a{
	background-color:#cc0000;
    background-image:url(Assets/img/home-news-but.gif);
	background-repeat:repeat-x;
	line-height:37px;
	font-size:13px;
	display:block;
	text-align:center;
	color:#fff;
	font-weight:normal;
	border-bottom:2px solid #000;
}

li.ui-tabs-selected a{
	color:#ffff00;	
}

.ui-tabs-nav a.br{
	border-right:1px solid #fff;	
}

.ui-tabs-hide{
	display:none;	
}

.homestory{
	color:#fff;	
	line-height:1.3em;
	padding:15px 0px;
}

.news-title{
	background-color:#999;
	background-image:url(Assets/img/home-news-title.gif);
	background-repeat:repeat-x;
	font-size:1.16em;
	font-weight:bold;
	color:#ffffff;
	line-height:1.8em;
	padding-left:11px;
	border-bottom:2px solid #666;
}

.parl-news{
	padding:18px 10px;
}

.hudd-news{
	padding:18px 10px;
}

.story-short{
	
}

.story-short img{
	float:left;
	margin-right:15px;
	padding:5px;
	background-image:url(Assets/img/indexnewsimg-back.jpg);
	background-repeat:repeat-x;
}

.readmore{
	text-align:right;
	margin-top:10px;
}

.readmore a{
	background-color:#e5e5e5;
	background-image:url(Assets/img/readmore-back.gif);
	background-repeat:repeat-x;
	border:1px solid #e5e5e5;
	color:#666666;
	font-size:1.0em;
	line-height:1.8em;
	padding:0px 5px;
	display:inline-block;
}

p.homenewscontent{
	margin-bottom:0px;
}

.redline{
	margin-bottom:18px;
	padding-bottom:18px;
	border-bottom:1px solid #cc0000;
}

.subnews{
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	margin-bottom:18px;
	min-height:17.5em;
}

.subnews-inner{
	padding:10px;	
}

.subnews-inner img{
	border:1px solid #ebebeb;
	padding:2px;
	float:left;
	margin-right:15px;
}

.home-right-title{
	background-color:#010101;
	background-image:url(Assets/img/home-right-title.gif);
	background-repeat:repeat-x;
	font-size:1.17em;
	line-height:2em;
	color:#ffffff;
	font-weight:bold;
	border-bottom:1px solid #fff;
	padding-left:11px;
}

.redbox{
	background-color:#cc0000;
	padding:20px;
	color:#fff;
	margin-bottom:18px;
}

.redbox span{
	color:#ffff00;	
}

.redbox a.link{
	color:#ffffff;
	padding-left:20px;
	font-weight:normal;
	text-decoration:underline;
	background-image:none;
}

.redbox span.tel{
	color:#ffffff;
	font-size:1.5em;
	line-height:1.3em;
	font-weight:bold;
	padding-left:20px;
}

.redbox span.tel2{
	color:#ffffff;
	font-size:1.5em;
	line-height:1.1em;
	font-weight:bold;
	padding-left:82px;
	display:block;
}

.redbox3{
	background-color:#cc0000;
	padding:11px;
	color:#fff;
	margin-bottom:18px;
}

.redbox3 span{
	color:#ffff00;	
}

.redbox3 span.tel2{
	color:#ffffff;
	font-size:24px;
	line-height:36px;
	font-weight:bold;
}

.redbox2{
	background-color:#cc0000;
	padding:11px 20px;
	color:#fff;
	margin-bottom:18px;
	line-height:1.0em;
}

.whitebox{
	padding:11px 9px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#666;
	font-size:0.95em;
	line-height:1.1em;
	margin-bottom:18px;
}

.whitebox img{
	border:1px solid #ebebeb;
	width:87px;
	float:left;
	margin-right:10px;
}

.pad-top{
	padding-top:15px;	
}

.contact-border{
	border-bottom:1px dotted #eb9999;
	line-height:1.8em;
	margin-bottom:5px;
}

.grey-button{
	background-color:#e5e5e5;
	background-image:url(Assets/img/readmore-back.gif);
	background-repeat:repeat-x;
	border:1px solid #e5e5e5;
	color:#666666;
	font-size:1.0em;
	line-height:1.8em;
	padding:0px 5px;
	display:inline-block;
	float:right;
	text-decoration:none;
	margin:0px 0px 0px 7px;
}

.red-button{
	background-color:#cc0000;
	background-image:url(Assets/img/redmore-back.gif);
	background-repeat:repeat-x;
	border:1px solid #cc0000;
	color:#fff;
	font-size:1.0em;
	line-height:1.8em;
	padding:0px 5px;
	display:inline-block;
	float:right;
	text-decoration:none;
	margin:12px 0px 0px 7px;
}

.red-button:hover{
	color:#ffff00;
}

.email{
	padding-top:10px;
	line-height:1.6em;
}

.email span{
	color:#999;
	font-size:0.9em;
}

.redbox2 form{
	padding-top:10px;
	display:block;
}

.redbox2 label{
	color:#ffff00;
	font-size:1em;
	line-height:1.4em;
	font-weight:bold;
	width:76px;
	display:block;
	float:left;
	padding-bottom:5px;
}

.redbox2 input{
	color:#999;
	font-size:0.9em;
	line-height:1.3em;
	font-style:italic;
	width:180px;
	margin-bottom:5px;
}

.emailinput{
	float:left;	
}

.plus{
	float:right;
}

#newsletter div{
	border-top:1px dotted #de5c5c;
	border-bottom:1px dotted #de5c5c;
	padding:17px 0px;
	margin:17px 0px;
}

#newsletter span{
	display:block;
	text-align:right;
}

#newsletter span input{
	width:102px;
	font-style:normal;
	color:#000;
}

.polloptions, .pollresults{
	padding:12px 0px;	
}

.polloption, .pollresult{
	padding-bottom:5px;	
}

.polloption label, .pollresult span.resultvotes{
	color:#cc0000;	
}

.totalvotes{
	color:#cc0000;
	font-weight:bold;
	padding-top:10px;
}

input#vote{
	float:right;	
}

div.peek{
	float:left;
	width:150px;
	text-align:right;
}

.advice-footer{
	font-size:0.9em;
	line-height:1.1em;
	color:#999;
	font-style:italic;
	margin-top:10px;
	border-top:1px dotted #999999;
	padding:10px 0px 0px 30px;
	background-image:url(Assets/img/info.jpg);
	background-repeat:no-repeat;
	background-position:0px 10px;
}

.charities{
	text-align:center;
	margin-top:10px;
}

.charities a{
	margin:0px 10px 5px 10px;
	display:block;
}

.charities a img{
	border:1px solid #ccc;
}

.subsubcontent{
	color:#666;
}

.subsubcontent a{
	color:#666;
	font-weight:normal;
	display:block;
}

.subsubcontent a:hover{
	color:#999;
}

.subsubcontent img{
	padding-bottom:9px;
	border-bottom:1px dotted #999;
	margin-bottom:12px;
}

/* Parlimentary News
----------------------------------------------- */

.NewsSummary{
	padding:30px 0px 0px 0px;	
}

.NewsSummary img{
	border:1px solid #ebebeb;
	padding:2px;
	float:left;
}

.NewsSummaryPostdate{
	font-size:0.91em;
	color:#999999;
	padding:5px 0px 15px 0px;
}

.NewsSummaryPostdate span{
	color:#ff6600;
	font-style:italic;
	background-image:url(Assets/img/posted.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0px 0px 0px 20px;
}

.NewsSummaryPostdate-home{
	font-size:0.91em;
	color:#999999;
	padding:5px 0px 15px 0px;
}

.NewsSummaryPostdate-home span{
	color:#ff6600;
	font-style:italic;
	background-image:url(Assets/img/posted-grey.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0px 0px 0px 20px;
}

.NewsSummarySummary{
	color:#666666;
	font-size:1.0em;
	line-height:1.1em;
}

.NewsSummaryMorelink a{
	color:#6699ff;
	text-decoration:underline;
	padding-top:5px;
	display:block;
	font-weight:normal;
}

#NewsPostDetailReturnLink{
	padding-bottom:14px;	
}

#NewsPostDetailReturnLink a{
	font-weight:normal;
	color:#6699ff;
	text-decoration:underline;
	background-image:url(Assets/img/return.gif);
	padding:0px 0px 0px 22px;
	background-repeat:no-repeat;
}

.NewsDetail img{
	border:1px solid #ebebeb;
	padding:2px;
	margin-right:18px;
	float:left;
	width:50%;
}

.NewsDetail p{
	line-height:1.5em;
}

#NewsPostDetailContent{
	line-height:1.5em;
	color: #666;
}

.News-footer{
	background-color:#f2f2f2;
	margin-top:25px;
}

.News-footer img{
	width:125px;
	border:none;
	margin:2px 0px 0px 0px;
}

.News-footer-return a{
	color:#ff5c19;
	font-style:italic;
	font-weight:normal;
	line-height:25px;
	padding-left:5px;
}

.align-right{
	text-align:right;
}

.align-right a{
	text-align:right;
}

.line-height{
	line-height:1.4em;	
}


/* MP's Questions
----------------------------------------------- */

.questions{
	background-image: url("Assets/img/speech-marks.gif");
	background-repeat:no-repeat;
}

.questions-inner{
	padding:0px 60px;
}

.extrapad{
	padding-top:15px;	
}


/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	margin:-10px -10px 0 -10px;
}

.box h2.nolink{
	padding:6px 12px;	
}

.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("Assets/img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("Assets/img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


/* Left menus
----------------------------------------------- */
.leftmenu{
	background-color:#fff;
}

.heading-left{
	Background-color:#cc0000;
	background-image:url(Assets/img/head-left.gif);
	background-repeat:repeat-x;
	border-bottom:2px solid #0e0101;
	font-weight:bold;
	color:#fff;
	font-size:1.6em;
	line-height:1.1em;
	padding:17px 11px;
}

ul.menu {
	list-style:none;
	background-color:#f2f2f2;
	margin-top:8px;
	border-bottom:1px dotted #999999;
}

ul.menu li span{
	display:none;
}

ul.menu li{
	margin:0;
	color:#666666;
	font-size:1.0em;
	font-weight:normal;
	display:block;
}

ul.menu li a {
	display:block;
	border-top:1px dotted #999999;
	color:#666666;
	padding:10px 10px 10px 15px;
	font-weight:normal;
	background-image:url(Assets/img/left-menu.gif);
	background-position:5px center;
	background-repeat:no-repeat;
}

ul.menu li a:hover {
	color:#cc0000;
	background-color:#ffffff;
}

ul.menu li a.selected {
	color:#cc0000;
	background-color:#ffffff;
}

ul.menu li a:active {
	background-color:#ffffff;
}

/* contact
----------------------------------------------- */

.contact p{
	color:#666;
	padding-top:18px;
	line-height:1.1em;
}

div.map{
	padding-top:8px;	
}

#sidebar_1{
	display:none;
}


/* forms
----------------------------------------------- */
div.form-title{
	color:#fff;
	background-color:#999;
	font-size:1.16em;
	line-height:2.16em;
	padding-left:13px;
	font-weight:bold;
}



fieldset {
	padding:18px;
	position:relative;
	background:#f2f2f2;
	margin-bottom:10px;
}

fieldset.searchset{
	padding:0px;
	position:relative;
	background:inherit;
	margin-bottom:0px;
}

legend {
	display:none;
}

fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}

fieldset label{
	display:block;
	color:#666;
	font-weight:bold;
	line-height:1.5em;
	padding-top:18px;
}

div.required{
	border-bottom:1px dotted #999999;
	padding-bottom:9px;
}

fieldset input {
	width:98%;
	line-height:1.5em;
	font-size:1.1em;
	color:#666;
}

fieldset textarea {
	width:98%;
	line-height:1.5em;
	font-size:1.1em;
	color:#666;
}

fieldset select {
	width:99%;
	line-height:1.7em;
	font-size:1.1em;
	color:#666;
}

form p.notice {
	font-weight:bold;
}

div.firstname{
	border:none;
	float:left;
	width:49%;
	padding-bottom:0px;
}

div.lastname{
	border:none;
	float:right;
	width:49%;
	padding-bottom:0px;
}

div.firstname input, div.lastname input{
	width:98%;
	clear:both;
}

div.address input, div.address2 input{
	margin-bottom:5px;
}

div.firstname label, div.lastname label, div.address label{
	font-weight:normal;
}

.knowmore{
	display:block;
	color:#666;
	font-weight:bold;
	line-height:1.5em;
	padding-top:18px;
}

.submit{
	text-align:right;	
}

input.search.text {
	width:66%;
}

input.search.button {
	margin-left:2%;
	width:28%;
}


/* The week ahead
----------------------------------------------- */

ul.weekahead{
	padding-top:18px;	
}

ul.weekahead li{
	margin-top:18px;
	padding:0px 0px 0px 80px;
	background-repeat:no-repeat;
	min-height:74px;
	color:#666666;
	font-size:1em;
	line-height:1.1em;
}

ul.weekahead li.monday{background-image:url(Assets/img/icons/mon.jpg);}
ul.weekahead li.tuesday{background-image:url(Assets/img/icons/tue.jpg);}
ul.weekahead li.wednesday{background-image:url(Assets/img/icons/wed.jpg);}
ul.weekahead li.thursday{background-image:url(Assets/img/icons/thurs.jpg);}
ul.weekahead li.friday{background-image:url(Assets/img/icons/fri.jpg);}
ul.weekahead li.saturday{background-image:url(Assets/img/icons/sat.jpg);}
ul.weekahead li.sunday{background-image:url(Assets/img/icons/sun.jpg);}

/* site information
----------------------------------------------- */
#site_info .box {
	color:#ccc;
	background:#666;
	margin-bottom:10px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}

/* search results
----------------------------------------------- */

ul.searchresults li{
	padding:10px 0px 0px 10px;
	list-style-type:decimal;
	list-style-position:inside;
}


/* Links and Downloads
----------------------------------------------- */

a.link{
	color:#6699ff;
	font-weight:normal;
	text-decoration:underline;
	padding-left:21px;
	background-image:url(Assets/img/link.gif);
	background-repeat:no-repeat;
	line-height:1.2em;
	background-position:left center;
}

a.downloads{
	color:#6699ff;
	font-weight:normal;
	text-decoration:underline;
	padding-left:21px;
	background-image:url(Assets/img/downloads.gif);
	background-repeat:no-repeat;
	line-height:1.2em;
	background-position:left center;
}


/* Footer
----------------------------------------------- */

.footer{
	margin-top:18px;
	padding-top:18px;
	border-top:1px solid #cc0000;	
}

.footerlogos{
	padding-bottom:18px;	
}

.footerlogos a{
	margin-right:18px;
	display:inline;
}

.footerlogos a.endlogo{
	margin-right:0px;	
}

.footerlogos a img{
	border:1px solid #ccc;
	display:inline-block;
}

.footermenu{
	margin-bottom:21px;
	background-color:#cc0000;
}

.footermenutitle{
	background-color:#000;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.16em;
	line-height:2.43em;
	color:#fff;
	padding-left:13px;
}

.footerlists{
	padding:20px 13px;	
}

.websitelists ul, .linkslists ul{
	width:165px;
	float:left;
	display:block;
}

.leftlist{
	margin-right:10px;	
}

.websitelists ul li a, .linkslists ul li a, .charitieslists ul li a{
	background-image:url(Assets/img/footerbullet.gif);
	background-position:5px center;
	background-repeat:no-repeat;
	border-bottom:1px dotted #eb9999;
	color:#eb9999;
	display:block;
	font-weight:normal;
	padding:5px 10px 5px 15px;
	font-size:0.9em;
}

.websitelists ul li a:hover, .linkslists ul li a:hover, .charitieslists ul li a:hover{
	color:#fff;
}

.websitelists{
	width:340px;
	float:left;
	margin-right:25px;
}

.charitieslists{
	width:180px;
	float:left;
	margin-right:25px;
}

.linkslists{
	width:340px;
	float:left;
}

.liststitle{
	color:#ffff00;
	font-size:1.1em;
	line-height:1.0em;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px dotted #eb9999;
}

.footer-base{
	width:940px;
	margin:0px auto;
	color:#fff;
	font-size:0.9em;
	padding-top:10px;
}

.footer-base span{
	float:left;
}

.footer-base a{
	float:right;
	width:101px;
}
/* End of 'layout' */

