@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 84%;
	background-color: #FFFFFF;
	line-height: 1.4;
}
#container  {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 955px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
#header  {
	background-color: #0183a7;
	position: relative;
} 
#headerMenu1 {
	position: relative;
	background-color: #CCFFCC;
}
#headerMenu1 ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #CCFFCC;
	width: 100%;
	text-align: center;
}
#headerMenu1 li {
	display: inline;
}
#headerMenu1 a {
	text-decoration: none;
	background-color: #CCFFCC;
	color: #173298;
	padding: .2em 1em;
	}
#headerMenu1 a:hover, #headerMenu1 a:focus, #headerMenu1 a:active {
	background-color: #66CC99;
}
#headerBanner {
	position: relative;
	background-image: url(Images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 121px;
}
#headerBannerLottery {
	position: relative;
	background-image: url(Images/lottery_images/LotteryBanner07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 121px;
}
#BannerClock {
	float: right;
	height: 120px;
	width: 120px;
	margin-right: 20px;
	text-align: center;
	vertical-align: middle;
	background-image: url(Images/ClockBG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#headerMenu2 {
	position: relative;
	background-color: #CCFFCC;
}
#headerMenu2 ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #CCFFCC;
	width: 100%;
	text-align: center;
}
#headerMenu2 li {
	display: inline;
}
#headerMenu2 a {
	text-decoration: none;
	background-color: #CCFFCC;
	color: #173298;
	padding: .2em 1em;
	}
#headerMenu2 a:hover, #headerMenu2 a:focus, #headerMenu2 a:active {
	background-color: #66CC99;
}
#GiftAid {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#sidebar1/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsRtHdr #sidebar1 p" rule.
*/
  {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar1 li {
	margin: 0px;
	padding: 0px;
}
#sidebar1 a {
	color: #173298;
	text-decoration: none;
	display: block;
}
#sidebar1 a:hover, #sidebar1 a:focus, #sidebar1 a:active {
	text-decoration: underline;
	}
#sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar2 {
	float: right;
	width: 200px;
	background-color: #FCEF00;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #FF3333;
}
#sidebar2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar2 li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #FF6666;
}
#sidebar2 a {
	color: #000099;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#sidebar2 a:hover, #sidebar2 a:focus, #sidebar2 a:active {
	display: block;
	background-color: #FF9966;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
	color: #FFFFFF;
}
#sidebar2 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
  {
	margin-top: 10px;
	margin-right: 220px;
	margin-bottom: 4px;
	margin-left: 4px;
	position: relative;
} 
#mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent2 {
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	position: relative;
} 
#mainContent3 img {
	float: left;
}
#WebbPic   {
}
#mainContent3 td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent3 {
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	position: relative;
	background-position: left;
} 
#mainContent3 #lotteryText ol li {
	list-style-type: none;
	list-style-image: url(Images/tick.gif);
}
.offLeft {

/* LOTTERY Div section*/
}
#lotteryText {
	margin-right: 300px;
}
#lotteryText a {
	color: #663366;
	background-color: #F3F3F3;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	text-decoration: none;
}
#lotteryText a:hover, #lotteryText a:focus, #lotteryText a:active {
	background-color: #CCCCCC;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3300;
}
#lotteryText table {
}
#mainContent3 ul {
	font-weight: bold;
	color: #FF0000;
	list-style-type: none;
}
#lotteryText2 {
	float: left;
	position: relative;
	padding-top: 14px;
}
#lotteryMenu {
	top: 130px;
	right: 0px;
	background-color: #FCEF00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0101;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
	float: right;
}
#lotteryPanels {
	position: relative;
	left: 60px;
}
#lotteryPanels ul {
	margin: 0px;
	padding: 0px;
}
#lotteryPanels li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#lotteryMenu ul {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 290px;
	background-color: #FCEF00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0101;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
}
#lotteryMenu li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #FF6666;
}
#lotteryMenu a {
	color: #000099;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#lotteryMenu a:hover, #lotteryMenu a:focus, #lotteryMenu a:active {
	display: block;
	background-color: #FF9966;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
	color: #FFFFFF;
}
#lotteryPrizePanel2 {
	position: absolute;
	top: 200px;
	right: 0px;
}
#lotteryTeddy {
	width: 49%;
	float: left;
	padding-right: 4px;
	left: 0px;
	top: 0px;
	}
	/* End of LOTTERY Section*/
	
	/* Start of CORPORATE Section*/

#CorporateMenu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 290px;
	background-color: #FCEF00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0101;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
}	
#lotterySpecial {
	position: absolute;
	width: 290px;
	background-color: #FCEF00;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0101;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
	top: 0px;
	right: 0px;
}
#CorporateMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.4em;
	font-weight: normal;
}
#CorporateMenu li {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #FF6666;
}
#CorporateMenu a {
	color: #000099;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#CorporateMenu a:hover, #CorporateMenu a:focus, #CorporateMenu a:active {
	display: block;
	background-color: #FF9966;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
	color: #FFFFFF;
	
	/*End of CORPORATE*/
}
#leftMain {
	background-color: #FF6633;
	width: 210px;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #FF3333;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #FF3333;
}
#leftMain table {
	background-color: #FFFFFF;
}
#leftMain img {
	padding-right: 10px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.whiteText {
	color: #FFFFFF;
}
#map10 {/* Start of Hospice shops maps*/
	height: 320px;
	width: 100%;
}
#map10 img {
	float: left;
	padding-right: 14px;
}
#map9 {
	height: 320px;
	width: 100%;
}
#map9 img {
	float: left;
	padding-right: 14px;
}
#map8 {
	height: 320px;
	width: 100%;
}
#map8 img {
	float: left;
	padding-right: 14px;
}
#map7 {
	height: 320px;
	width: 100%;
}
#map7 img {
	float: left;
	padding-right: 14px;
}
#map6 {
	height: 320px;
	width: 100%;
}
#map6 img {
	float: left;
	padding-right: 14px;
}
#map5 {
	height: 320px;
	width: 100%;
}
#map5 img {
	float: left;
	padding-right: 14px;
}
#map4 {
	height: 320px;
	width: 100%;
}
#map4 img {
	padding-right: 14px;
	float: left;
}
#map3 {
	height: 320px;
	width: 100%;
}
#map3 img {
	float: left;
	padding-right: 14px;
}
#map2 {
	height: 320px;
	width: 100%;
}
#map2 img {
	float: left;
	padding-right: 14px;
}
#map1a {
	height: 320px;
	width: 100%;
}
#map1a img {
	float: left;
	padding-right: 14px;
}
#map1 {
	height: 320px;
	width: 100%;
}
#map1 img {
	padding-right: 14px;
	float: left;
}/* End of hospice maps*/
#mainContent ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}
#mainSupportPic {
	position: relative;
	width: 500px;
	float: left;
}
#mainContent li {
	margin: 0px;
	padding: 0px;
}
#mainContent a {
	color: #173298;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent a:hover, #mainContent a:focus, #mainContent a:active {
	text-decoration: underline;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent2 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	list-style-type: none;
}
#mainContent2 li {
	margin: 0px;
	padding: 0px;
}
#mainContent2 a {
	color: #173298;
	text-decoration: none;
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent2 a:hover, #mainContent2 a:focus, #mainContent2 a:active {
	text-decoration: underline;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent2  table, tr, td {
	text-align: center;
}
#mainContent2 img {
	text-align: center;
}
#footer  {
	padding: 0 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	position: relative;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#Charity {
	position: absolute;
	top: 4px;
	font-size: .8em;
	color: #333333;
	width: 200px;
	left: 4px;
}
#footerMenu {
	left: 240px;
	position: absolute;
	width: 717px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer a {
	display: block;
	color: #173298;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}
#footer a:hover, #footer a:focus, #footer a:active {
	background-color: #F0F0F0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}	
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	color: #000099;
	margin-bottom: 0.3em;
}
h2 {
	font-size: 160%;
	font-weight: bold;
	color: #000099;
	text-transform: uppercase;
	margin-bottom: 0px;
}
h3 {
	font-size: 140%;
	font-weight: bold;
	color: #000099;
	margin-bottom: 0px;
}
h4 {
	color: #FF3300;
	margin-bottom: 0px;
	font-size: 120%;
}
h5 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0px;
}
h6 {
	font-size: 80%;
	color: #333333;
}
blockquote {
	font-style: italic;
}
#WillLeaflet {
	width: 92px;
	float: left;
	padding-right: 14px;
}
#mainDifference1 {
	float: right;
	margin-left: 14px;
	width: 150px;
	text-align: center;
}
#mainDifference2 {
	float: left;
	margin-right: 14px;
	width: 150px;
	text-align: center;
}
#mainDifference3 {
	float: right;
	margin-left: 14px;
	width: 150px;
	text-align: center;
}
.offLeft {
	margin-left: -9000px;
	position: absolute;
}
#Validation {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 489px;
	text-align: right;
}
#Validation img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#SkiptoMain {
	position: absolute;
	right: 10px;
	bottom: 30px;
}
#SkiptoMain ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#SkiptoMain li {
	margin: 0px;
	padding: 0px;
}
#SkiptoMain  a {
	font-size: 0.8em;
	color: #ffffff;
	text-decoration: underline;
}
.Caption {
	font-size: 0.8em;
	color: #333333;
	line-height: 1em;
}
.dividerRule {
	height: 1px;
	width: 100%;
	border-left-width: 1px;
	background-color: #CCCCCC;
}
#mobilePhone {
	float: left;
	width: 170px;
	margin-right: 15px;
}
table {
	margin-bottom: 1.3em;
	border-collapse: collapse;
}
td, th {
	padding-top: .2em;
	padding-right: .4em;
	padding-bottom: .2em;
	padding-left: .4em;
	border: 1px solid #0283A9;
	vertical-align: top;
}
.thcenter {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #FF3300;
}
.tdCentre {
	vertical-align: middle;
}
.tdLeft {
	text-align: left;
}
.tdRight {
	text-align: right;
}
#MissYouPanel {
	background-color: #66FFCC;
	padding: 4px;
	float: left;
	height: auto;
	width: 220px;
	margin-right: 14px;
	margin-bottom: 140px;
	text-align: center;
}
#missyouQ1 {
	float: left;
}
#missyouQ2 {
	position: relative;
	width: 26px;
	float: right;
	vertical-align: text-top;
}
#Apanel {
	float: left;
	width: 220px;
	margin-right: 15px;
	margin-bottom: 14px;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
#AmainPic {
	margin-left: 245px;
	text-align: center;
}
#ApanelLogo {
	text-align: center;
	width: 220px;
}
#JWappeal {
	margin-left: 245px;
}
#JWpic {
	float: right;
	margin-left: 14px;
}
#lotterySpecial {
	margin-right: 300px;
	background-image: url(Images/lottery_holly.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.contacttd {
	width: 110px;
}
#GiftAidMain {
	margin-bottom: 20px;
}
#mainContent3 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#mainContent3 li {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
}
#hpnewsimage {
	width: 300px;
	margin-right: 12px;
	margin-bottom: 6px;
	float: left;
}
#MidnightWalk {
	float: left;
	width: 150px;
	margin-right: 12px;
	margin-bottom: 40px;
}
#MidnightWalkLinks {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0283A9;
	margin-left: 4px;
}
#MidnightWalkLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#MidnightWalkLinks li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#MidnightWalkLinks a {
	color: #173298;
	text-decoration: none;
	display: block;
}
#MidnightWalkLinks a:hover, #MidnightWalkLinks a:focus, #MidnightWalkLinks a:active {
	text-decoration: underline;
	}
#MidnightWalkLinks img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.trGrey {
	background-color: #CCCCCC;
}
#EventsTable {
}
#EventsTable table {
	background-color: #CCFFCC;
}
#EventsTable td {
	border: 1px solid #0283A9;
}
#rolloverWinner {
	float: left;
	padding-right: 20px;
}
#MidnightWalk2008 {
	margin-right: 130px;
	width: 800px;
	margin-bottom: 20px;
	float: left;
}
#RSSfeed {
}
.tableSpring {
}
#lotterySpecialIMG1 {
	margin-right: 20px;
	float: left;
	padding-bottom: 50px;
}
#lotterySpecialIMG {
	float: right;
	margin-left: 20px;
}
#lotteryTicket {
	padding-bottom: 20px;
	margin-bottom: 20px;
	height: 298px;
	width: auto;
}
