/* CSS Document */

body {
	margin: 0;
	text-align:center;
	background-color:#000000;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DCDDDF;
}
#container {
	width:940px;
	margin:10px auto 0 auto;
	position: relative;
	text-align:left;
	background: url(images/kids-bg.gif) 0 235px no-repeat;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#maincontent {
	padding: 20px 0 0 20px;
	line-height: 18px;
}
div#navcontainer {
	background: url(images/nav-bg.gif) center center repeat-x;
	margin: 0;
	text-align:center;
}
.ireland div#navcontainer {
	background: url(images/nav-bg-ireland.gif) center center repeat-x;
	margin: 0;
	text-align:center;
}
div#navcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 36px;
	padding: 30px 0 0 0;
	margin: 0;
}
.ireland div#navcontainer ul {
	padding: 30px 0 0 20px;
	text-align: left;
}
div#navcontainer ul li {
	display: inline;
	margin-left: -4px;
	height: 36px;
}
div#navcontainer ul li a {
	padding: 0 15px 0 5px;
	color: white;
	text-decoration: none;
	margin: 0;
}
.ireland div#navcontainer ul li a {
	padding: 0 20px;
}
div#navcontainer ul li a:hover, #active a:link, #active a:visited, #active a:active {
	background: url(images/btn-bg.gif) top center no-repeat;
	color: #000000;
	padding-top: 19px;
	margin: 0;
}
.ireland div#navcontainer ul li a:hover, .ireland #active a:link, .ireland #active a:visited, .ireland #active a:active {
	background: url(images/btn-bg-ireland.gif) top center no-repeat;
	color: #000000;
	padding-top: 19px;
	margin: 0;
}
#footer {
	font-size: 10px;
	padding: 10px 0;
	color: #999999;
	clear: both;
	height: 30px;
}
#footer span {
	float: left;
}
#footer a {
	float: right;
	padding-left: 20px;
	color: #FFF;
}
#footer a:hover {
	color: #00b3f7;
}
.ireland #footer a:hover {
	color: #64cc59;
}
p {
	margin: 0;
	padding: 6px 0;
}
h1{
	margin: 0;
	padding:  3px  0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: lighter;
	color: #00b3f7;
}
h2{
	margin: 0;
	padding:  3px  0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #00b3f7;
}
h3 {
	margin: 0;
	padding:  3px  0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	color: #00b3f7;
}
.ireland h1, .ireland h2, .highlight {
	color: #64cc59;
}


.dhtmlgoodies_question {	
	color:#FFF;
	margin-bottom:0px;
	margin-top:2px;
	padding-left:2px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_question:hover {	
	background-color: #00b3f7;
	font-weight:bold;
}
.dhtmlgoodies_answer {
	border:2px solid #00b3f7;
	background-color:#000000;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content {	/* Content that is slided down */
	padding:3px;
	color: #FFFFFF;
	font-size: 12px;
	position:relative;
}

.dhtmlgoodies_question2 {	
	color:#FFF;
	margin-bottom:2px;
	margin-top:2px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_question2:hover {	
	background-color: #00b3f7;
	font-weight:bold;
}
.dhtmlgoodies_answer2 {
	border:2px solid #00b3f7;
	background-color:#000000;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content2 {	/* Content that is slided down */
	color: #FFFFFF;
	font-size: 12px;
	position:relative;
}


.tdheader {	
	background-color: #00b3f7;
	font-weight:bold;
	color: #FFFFFF;
	padding: 3px;
}


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background:  url(images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:  url(images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}