﻿body{
	background-color : white;
	text-align : center;
	margin : 0 0 0 0;
	padding: 0 0 0 0;
}

h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 180%;
	font-weight : normal;
	color : #0079c2;
	margin : 0 0 14px 0;
	padding: 0 0 0 0;
	line-height : 1.3;

}

h2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 130%;
	font-weight : normal;
	color : #900;
	margin : 0 0 14px 0;
	padding: 0 0 0 0;
	line-height : 1.3;
}
h3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight : normal;
	color : #0079c2;
	margin : 0 0 14px 0;
	padding: 0 0 0 0;
	line-height : 1.3;
}

h4{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 110%;
	font-weight : normal;
	color : #900;
	margin : 0 0 16px 0;
	padding: 0 0 0 0;
	line-height : 1.3;
}

A{
	color : #347499;
	text-decoration : none;
}
A:hover{
	color : #347499;
	text-decoration : underline
}

UL{
	margin : 0 0.5em 1em 2em;
	padding : 0 0 0 0;
}

UL LI{
	list-style-image : url(/assets/gfx/bullet.gif)
}

UL LI UL{
	margin : 0.5em 2em 0.5em 2em;
	padding : 0 0 0 0;	
}
UL LI UL LI{
	list-style-image : url(/assets/gfx/bullet2.gif)
}
UL LI UL LI UL LI{
	list-style-image : url(/assets/gfx/bullet3.gif)
}




img{
	border : none;
}

#container{
	margin : 0 auto 0 auto;
	padding: 0 0 0 0;
	font-size : 0.75em;
	width : 61.667em;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	text-align : left;
}

#header{
	position : relative;
	z-index : 1;
	width : 61.667em;
	height : 26.833em;
}

#header #noFlash{
	width : 61.667em;
	height : 26.833em;
}

#header Object{
	width : 61.667em;
	height : 26.833em;
}

#header #logo{
	position : absolute;
	top : 1em;
	left : 2.6em;
}
#header #logo IMG{
	width : 13em;
	height : 20.583em;
}


#header #title{
	position : absolute;
	top : 2.75em;
	right : 0;
}
#header #title IMG{
	width : 35em;
	height : 2.833em;
}


#header #headerImage1{
	position : absolute;
	top : 8.083em;
	left : 17.75em;
}

#header #headerImage1 IMG{
	width : 13.25em;
	height : 12em;
}

#header #headerImage2{
	position : absolute;
	top : 7.833em;
	left : 31.916em;
}
#header #headerImage2 IMG{
	width : 13.25em;
	height : 9.916em;
}


#header #headerImage3{
	position : absolute;
	top : 8.083em;
	right : 1.25em;
}
#header #headerImage3 IMG{
	width : 14.333em;
	height : 10.083em;
}

#header #explore{
	position : absolute;
	bottom : 0.25em;
	left : 9.166em;
}
#header #explore IMG{
	width : 7.25em;
	height : 1.833em;
}
#header #exploreWelsh{
	position : absolute;
	bottom : 0.25em;
	left : 6em;
}
#header #exploreWelsh IMG{
	width : 10.416em;
	height : 1.833em;
}


#header #skip{
	top : 0.8em;
	right: 0;
	position : absolute;
	text-align : right;
	color : #347499;
	font-size : 90%;
}
#header #skip A{
	color : #347499;
	text-decoration : none;
}
#header #languages{
	top : 0.9em;
	left : 5.8em;
	position : absolute;
	text-align : left;
	color : #347499;
	font-size : 90%;
}

#header #languages A{
	color : #347499;
	text-decoration : none;
}



#menu{
	width : 15.5em;
	background-color : #e0ecff;
	background-image : url(/assets/gfx/rounded-corner.gif);
	background-repeat : no-repeat;
	background-position : 100% 100%;
	padding : 0 0 2em 0;
	float : left;
	text-align : right;
	margin : 0 0 1em 1.35em;
	z-index : 2;
}

#menu ul{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

#menu ul li{
	margin : 0 0 0 0;
	padding : 0.3em 0 0.3em 0;
	background-image : url(/assets/gfx/menu.gif);
	background-position : 100% 0%;
	background-repeat : no-repeat;
	border-right : 1px solid #19384b;
	border-bottom : 1px solid #19384b;
	background-color : #2d6587;
	text-align : right;
	color : white;
	list-style-image : none;
	list-style : none;
}

#menu ul li A{
	color : white;
	text-decoration : none;
	background-image : url(/assets/gfx/menu-bullet.gif);
	background-position : 100% 3px;
	background-repeat : no-repeat;
	padding-right : 24px;
	display : block;
}
#menu ul li A:hover{
	color : #e0ecff;
	text-decoration : none;
}


#menu ul li ul{
	margin : 0.3em 0 0 0;
	padding : 0 0 0 0;
	border-top : 1px solid #19384b;
}

#menu ul li ul li{
	margin : 0 0 0 0;
	padding : 0.3em 0 0.3em 0;
	background-image : none;
	background-position : 100% 0%;
	background-repeat : no-repeat;
	border-right : none;
	border-bottom : none;
	background-color : #2d6587;
	text-align : right;
	color : white;
	list-style-image : none;
	list-style : none;
}

#menu ul li ul li A{
	color : #e0ecff;
	text-decoration : none;
	background-image : url(/assets/gfx/menu-bullet2.gif);
	background-position : 100% 3px;
	background-repeat : no-repeat;
	padding-right : 24px;
}
#menu ul li ul li A:hover{
	color : white;
	text-decoration : none;
}


#contentBlock{
	width : 36em;
	margin : -4em 0 -4em 0;
	padding : 0.2em 0 0 0;
	float : right;
	z-index : 3;
	zoom : 1;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size : 120%;
	line-height: 1.2em;
	position : relative;
}

#contentBlock Table TD{
	vertical-align : top;
}

#contactBlock{
	width : 15.5em;
	float : left;
	margin : 0 0 0 1.35em;

}
#contactBlock IMG{
	 height : 5.166em;
	 width : 15.5em;
	 margin: 0 0 1em 0
}

#footerBar IMG{
	width : 61.667em;
	height : 1.75em;
}

#footer{
	font-size : 90%;
	text-align : center;
	padding : 0.5em 0 0 0;
	color : #347499;
	line-height : 1.6em;
}

#footer A{
	color : #0079c2;
	text-decoration : none;
}

#updated{
	float : left;
	text-align : left;
	margin : 0 0 0 0.5em;	
}
#cwn{
	float : right;
	text-align : right;
	margin : 0 0.5em 0 0;
}

.clear{
	clear: both;
	height: 1px;
}


.question{
	margin : 0 0 1em 0;
}

.question Label{
	color : black;
	margin : 0 0 1px 0;
	padding : 0 25px 0 0;
	position : relative;
}

.question .TextFormat,
.captchaInput,
.formInput{
	display : block;
	width : 94%;
	border : none;
	background-color : #e3eeff;
	padding : 0.3em 0.5em 0.3em 0.5em;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0.3em 0 0.6em 0;
	font-size : 100%;
	color : #1261de;
	margin : 2px 0 0 0;
}

.full{
	width : 97%;	
}
.short{
	width : 90%;
}

.question .required{
	position : absolute;
	right : 5px;
	top : 2px;
}

.freeText{
	border : 1px solid black;
	background-color : #f5f5f5;
	width : 60%;
	margin : 0 0 0 45px;
	padding : 2px 5px 2px 5px;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size :100%;
}
.optionLabel{
	padding : 0 0 0 25px;
	margin : 0 0 0 0;
	display : block;
}
.optionLabel Label{
	color : #900;
	display : inline;
}

.captchaImage{
	border : 1px solid black;
	margin : 1em 0 1em 0;
}
fieldset {
	margin : 0 0 1em 0;
	clear : both;
	padding : 1em 0 1em 1em;
	border : 1px solid #900;
}

.captcha{
	margin : 0 0 1em 0;
}

.formBox{
	border : 1px solid #900;
	margin : 0 0 1em 0;
	width : 100%;
}
.releaseDate{
	font-size : 90%;
	margin : 0 0 0.5em 0;
	color : #900;
}

.releaseDate Strong{
	font-weight : normal;
}
.summaryTitle{
	font-size : 140%;
	margin : 0 0 0.5em 0;
}
.summaryTitle A{
	color : #347499;
	text-decoration : none;
}


.dataTable{
	vertical-align : top;
	border : 1px solid black;
	border-collapse : collapse;
	margin : 0 0 1em 0;
	width : 100%;
}
.dataTable TH{
	padding : 2px 5px 2px 5px;
	font-weight: normal;
	border : 1px solid black;
	border-collapse : collapse;
	background-color : #347499;
	color : white;
	vertical-align : top;
}

.dataTable TD{
	padding : 2px 5px 2px 5px;	
	border : 1px solid black;
	border-collapse : collapse;
	vertical-align : top;
}


