.splash {
	padding: 0px;
	height: 345px;
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.splashFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
a.splashFooter, a.splashFooter:visited {
	color: #FFFFFF;
}
a.splashFooter:hover {
	color: #CCCCCC;
}
p a, p a:visited {
	color: #666666;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-decoration: none;
}
p a:hover {
	color: #FFCB08;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73A533;
}
div#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
div#topdiv {
	clear: both;
	height: 250px;
	width: 800px;
	border: 4px solid #000000;
}
div#maincontentwrapper {
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
div#menucolumn {
	float: left;
	width: 200px;
}
div#maincontent {
	float: left;
	width: 600px;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 1;
}
div#Title {
	float: left;
	width: 600px;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#rightbuttons {
	float: left;
	width: 120px;
	margin-bottom: 10px;
	margin-top: 15px;
	z-index: 3;
	margin-left: 15px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	font-size: 1.1em;
	line-height: 1.2em;
}
div#join {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 90px;
	width: 120px;
	border: 1px solid #000000;
}
/*body {font-family: verdana, arial, sans-serif; font-size:100%; behavior:url(css/csshover.htc);}
* {margin:0; padding:0;} */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #999999;
	behavior:url(css/csshover.htc);
	font-size: 0.8em;
	line-height: 1.2em;
}

/* the horizontal menu starts here */
div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left;	 /* draws line on bottom edge of div */
	font-size:1.4em;	/* SET FONT-SIZE HERE */
	background-color:#000000; /* colors the div */
	margin-top:0px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	z-index: 20;
	}
div#listmenu ul {
	margin: 0;
	padding: 0;
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#000000; /* creates dividing lines between the li elements */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	font-size:1.0em;
	line-height: 1.6em;
	}
div#listmenu li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	}
div#listmenu li:hover { 
	background-color:#666666; /*sets the background of the menu items */
	}
div#listmenu a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding:0 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#FFFFFF;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#FFFFFF;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:14em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%;
	padding:0 0 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}
div#listmenu ul li ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* another level of pop-outs */
div#listmenu ul li ul li:hover ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li ul li ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */

/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:0px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #069;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#listmenu ul li ul li ul { 
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  }
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
  top:-1px;
  left:10em;
  }

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
	@media all and (min-width: 0px){
   body div#listmenu ul li ul {padding-bottom:70px;}
   body div#listmenu ul li ul li ul {padding-bottom:22px;}
   body div#listmenu ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */

   }
/*end Opera hack */
/* end of hack zone */
/* END OF LIST-BASED MENU */
div#topmenuwrapper {
	width: 800px;
	margin 0 0 0 0;
	padding: 0 0 0 0;
} 

.clearboth {
	clear: both;
}
/* Page titles section
======================*/
.nodisplay {
	font-size: 1px;
	background-position: 0px 0px;
	display: none;
}
div#NewsPageTitle {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/news.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#ContactPageTitle {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/contact_pawb.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#FactsPageTitle {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/facts.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#EnergyPageTitle {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/energy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#HealthPageTitle {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/our_health.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}div#JobsPageTitle {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/jobs.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#LinksPageTitle {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/useful_links.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#SafetyPageTitle {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/safety.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* Page titles section yn Gymraeg
======================*/
div#NewsPageTitleCy {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/news_cy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#ContactPageTitleCy {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/contact_pawb_cy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#FactsPageTitleCy {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/facts_cy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#EnergyPageTitleCy {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/energy_cy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#HealthPageTitleCy {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/our_health_cy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}div#JobsPageTitleCy {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/jobs_cy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#LinksPageTitleCy {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/useful_links_cy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#SafetyPageTitleCy {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 600px;
	background-image: url(../images/safety_cy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



div#quote {
	width: 125px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 40px;
	float: left;
	top: 0px;
	right: 0px;
}
div#maintextblock {
	width: 400px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
.line {
	border: 2px solid #000000;
}
div#columns {
	background-color: #FFCB08;
}
div#leftcolumn {
	background-color: #FFFFFF;
	width: 650px;
	float: left;
}
h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-top: 0px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#video {
	width: 220px;
	height: 135px;
	border: 1px solid #666666;
	float: left;
	z-index: 2;
}
div#rightvideocolumn {
	width: 350px;
	margin-left: 20px;
	float: left;
}
.bold {
	font-weight: bold;
}
h2 {
	line-height: 1.3em;
	font-size: 1.5em;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-bottom: 2px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.footnote {
	font-size: xx-small;
	line-height: normal;
	padding-bottom: 4px;
}
li {
	font-size: 1.1em;
	line-height: 1.2em;
}
.intro {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: block;
}
#introbox {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	width: 800px;
}
div#frontmaincontentwrapper {
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}

