/* CSS ACCESS ACROSS WALES */


/* ---------- 1.0 MISC ---------- */

body {
   background-color: #fff;
   background: url(images/top_bg.png) top repeat-x;
   margin: 0;
   padding: 0;
   text-align: center;
   color: #606060;
   font: 1em "Arial", Tahoma, Helvetica, Sans-Serif;
}

#container {
	text-align: left;
	width:765px;
	margin:0 auto;
	position:relative;
	padding:0;
}

	

/* ---------- 2.0 Top Links ---------- */

#topLinksContainer {
	margin: 0;
	padding: 0;
	position:relative;
	top: 0px;
	width: 765px;
	height: 49px;
	right: 0;
}
	
	#topLinks {
		float: right;
		margin-top: 25px;
		right: 0px;
		padding:0;
	}
	
	#topLinks a img {
		border: 0;
		padding: 0;
		margin: 0 2px;
	}

	


/* ---------- 3.0 Search Bar ---------- */	
	
#searchContainer {
	background: url(images/topLogo.png) bottom left no-repeat;
	position: relative;
	padding: 0;
	top: 0px;
	height: 60px;
	width: 765px;
	margin: 0;
	font-size: 0em;
}

	#search {
		padding: 10px 0 0 0;
		margin: 0 0 0 190px;
		height: 30px;
	}
	
	#search input  {
		display: block;
		color: #000;
		width: 185px;
		height: 26px;
		background: url(images/searchBg.png) top left no-repeat;
		padding: 3px 3px 3px 10px;
		border-width: 0;
		margin-top: 7px;
        }
	
	#searchButton {
		display: block;
		background: url(images/search.png) center top no-repeat;
		height: 24px;
		width: 62px;
		  margin: 0 0 0 10px;
		  padding: 0;
		  border: 0;
		  text-indent: -1000em;
		  cursor: pointer; /* hand-shaped cursor */
		  cursor: hand; /* for IE 5.x */
	}
	
	#search table {
		border-width: 0px;
		margin: 0px;
		padding: 0px;
	}

	#search tr {
		border-width: 0px;
		margin: 0px;
		padding: 0px;
		
	}
	
	#search td  {
		border-width: 0px;
		margin: 0;
	}
	
	#search form {
		border-width: 0px;
		margin: 0;
		padding: 0;
	}

/* ---------- 4.0 Content ---------- */


#content {
	font: normal 0.7em Arial;
	text-align: justify;
	margin: 0px 180px 0 180px;
	padding:  10px 15px 0 15px;
	border: 0;
	width: 375px;
	clear: both;
	}
	
	/* ---------- 4.1 Content Header ---------- */
	
	#content h1, h2, h3, h4, h5, h6 {
		color: #eb540a;
		font-family: Verdana, Geneva, Arial, sans-serif;
		font-size: 1em;
		margin: 1em 0 1em 0;
		text-align:left;
	}
	
	#content h1 {
		font-size: 1.75em;
	}

	#content h2 {
		font-size: 1.5em;
	}
	
	#content h3 {
		font-size: 1.4em;
	}
	
	#content h4 {
		font-size: 1.3em;
	}
	
	#content h5 {
		font-size: 1.2em;
	}
	
	#content h6 {
		font-size: 1.1em;
	}
	
	
	/* ---------- 4.2 Content Img ---------- */
	#content img {
		border: 0;
		margin: 0;
		
	}

	/* ---------- 4.2 Content Link ---------- */
	#content a {
		color: #606060;
		text-decoration: underline;
	}
	
	#content a:hover {
		color: #000;
		text-decoration: underline;
	}

	a.viewAll strong, a.viewMore strong {
		font-size:1.3em !important;
		position:relative;
		top:1px;
		text-decoration:none !important;
	}

	
	/* ---------- 4.3 Content Lists ---------- */
	#content ul ol {
		line-height: 130%;
		margin-left: 19px;
		padding-left: 19px;
		list-style: upper-roman;
	}
	
	#content ul {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
	}
	
	#content li {
		margin-bottom: 1em;
	}

	#content ul li {
		padding-left: 16px;
		background: url(images/list.gif) no-repeat 0 0px;
	}

	#content ul ul li {
		margin-left: 15px;
		padding-left: 16px;
		background: url(images/list2.gif) no-repeat 0 2px;
	}
	
	
	/* --------- 4.4 Content Page Selection -------- */

	#pageSelection {
		margin: 30px auto 10px auto;
		text-align:center;
		padding: 0.4em;
		border-top: 1px dashed #BBB;
		border-bottom: 1px dashed #BBB;
	}

	#pageSelection ul {
	    margin: 0;
	    padding: 0;
	    display: inline;
		list-style: none;
	}

	#pageSelection ul li {
	   margin-left: 0;
	    padding: 3px 0.5em;
	    list-style: none;
	    display: inline;
		background: none;
	}
	
	#pageSelection ul li a {
	   list-style: none;
	}
	
	
	/* ---------- 4.5 Content Link Lists ---------- */
	#content #links ul li {
		margin: 0 0 1.7em 0;
	}
	
	#content #links p {
		margin-top: 0.3em;
	}
	
	/* ---------- 4.6 Content Contact Us ---------- */
	#content input {
		width: 169px;
		border: 1px solid #909090;
		float: right;
		margin: 0;
		padding: 0 5px 0 4px;
	}
	
	#content select {
		width: 180px;
		border: 1px solid #909090;
		float: right;
		margin: 0;
		padding: 0;
	}
	
	#content textarea {
		width: 362px;
		height: 120px;
		border: 1px solid #909090;
		margin-top: 10px;
		margin-bottom:: 10px;
		padding: 0 5px 0 4px;
		right: 0;
		
	}
	
	#content table {
		width: 375px;
		margin: 0 0 5px 0;
		padding: 0;
	}
	
	#content table tr {
		padding: 0;
		margin: 10px 0 0 0;
		height: 2em;
	}
	
	#content td {
		padding: 2px 0;
		margin: 0;
	}
	
	#sendMessageButton {
		display: block;
		background: url(images/send_message.png) center top no-repeat;
		height: 25px;
		width: 107px;
		margin: 20px 0 0 0px;
		padding: 0;
		border: 0;
		text-indent: -1000em;
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
	}
	
	#loginButton {
		display: block;
		background: url(images/login.png) center top no-repeat;
		height: 24px;
		width: 68px;
		margin: 20px 0 0 0px;
		padding: 0;
		border: 0;
		text-indent: -1000em;
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
	}
	
	 #registerEmailButton {
		display: block;
		background: url(images/createAccount.png) center top no-repeat;
		height: 24px;
		width: 150px;
		margin: 20px 0 0 0px;
		padding: 0;
		border: 0;
		text-indent: -1000em;
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
	}
	
	#content hr {
		height: 1px;
		border:0;
		border-bottom: 1px dashed #BBB;
	}


/* ---------- 4.7 Content C4u link Lists ---------- */
	#content #c4u ul li {
		margin: 0 0 2em 0;
	}
	
	#content #c4u p {
		margin-top: 0.3em;
	}	
	
	#content #c4u ul li {
		padding-left: 16px;
		background: url(images/list.gif) no-repeat 0 0px;
	}
	
	
	
	#content #c4u img {
		padding: 6px;
		border: 1px solid #D0D0D0;
		margin-top: 2px;
	}
	
	
		/* ------------ 4.8 Content Mail Registration ---------- */
	
	#content #emailRegistration .emailInput {
		width: 90px;
		float: left;
		size: 5;
		margin-right: 5px;
	}

	#content #emailRegistration input {
		width: 185px;
	}

	#content #emailRegistration select {
		width: 196px;
	}
	
	#content #emailRegistration table {
		cell-spacing: 0px;
		padding: 0px;
		border: 0px;
		margin: 0px;
		border-collapse: collapse;
	}
	
	#content  #emailRegistration td {
		width: 185px;
		padding: 4px 0 0 0;
		border-collapse: collapse;
		cell-spacing: 0px;
		border: 0px;
		margin: 0px;
	}
	
	#content  #emailRegistration th {
		vertical-align: top;
		text-align: left;
		padding: 4px 0 0 0;
		border-collapse: collapse;
		cell-spacing: 0px;
		border: 0px;
		margin: 0px;
	}
	
	#content  #emailRegistration .notice {
		font-size: 0.9em;
		color: #eb540a;
		display: block;
		width: 185px;
	}
	
	#content  #emailRegistration tr.lineNotice {
		margin-top: 0px;
		padding-top: 0;
		text-align: top;
	}

	#content  #emailRegistration tr.lineNotice td {
		margin-top: 0px;
		padding-top: 0;
		text-align: top;
	}
	
	#content  #emailRegistration tr.lineNotice th {
		margin-top: 0px;
		padding-top: 0;
		text-align: top;
	}

	#content  #emailRegistration tr.lineNotice td span.notice {
		display: block;
		float: top;
	}

		
/* ---------- 5.0 Menu ---------- */	
	
#menu {
	position: absolute;
	background: url(images/bottomLogo.png)  top left no-repeat;
	margin: 0;
	left: 0;
	width: 180px;
	padding: 100px 0 0 0;
}


	#menu ul {
		list-style: none;
		margin-left: 0;
		left: 0;
		padding: 0;
	}
		
	#menu ul li {
		color: #939393 ;
		display:block;
		width:180px;
		margin-top: 4px;
		background-color: #f8f8f8;
		}
		
	#menu ul li a {
		color: #939393;
		display:block;
		text-decoration:none;
		font-size:1.1em;
	
		}

	#menu ul li a strong {
		display:block;
		padding:3px 0 3px 5px;
		font-weight:normal;
		}

	#menu ul li a span {
		display:block;
		}
		
	#menu ul li acronym {
		display: block;
		float: left;
		margin-right: 10px;
		margin-top: -2px;
		font-size:1.2em;
		}
		
	
		
	#menu ul li abbr {
		display: block;
		margin: 0;
		padding-left: 20px;
		width: 160px;
	}	

	#menu ul li a:hover {
		background-color: #626262;
		color:#fff;
		}

	#menu ul li a:hover span {
		background: url(images/topLinkBg.png) top no-repeat;
		}

	#menu ul li a:hover strong {
		background: url(images/bottomLinkBg.png) bottom no-repeat;
		}

	#menu ul li a:hover acronym {
		color:#fff;
		}
		
	
	#menu ul li a acronym#current {
		color: #eb540a;
		}	
		
	#menu ul li a:hover acronym#current {
		color: #fff;
		}
	
	
		
	#menu ul li a span strong {
		font-size: 0.8em;
		display:block;
		}
		
	#menu a img {
		border: 0;
		margin: 10px 0;
		padding: 0;
	}

/* ---------- 6.0 News ---------- */

#news {
	position: absolute;
	right:0;
	top: 119px;
	width: 180px;
	padding: 0;
	margin: 0;
	clear: both;
	line-height: 70%;
}

	#news h1 {
		font: normal 1.3em 'Arial';
		color: #aeaeae;
	}
	
	#news h2 {
		font: bold 0.7em 'Arial';
		color: #606060;
		margin: 1.5em 0 0.1em 0;
		padding: 0;
	}
	
	#news a {
		font: 0.7em 'Arial';
		color: #606060;
		text-decoration: underline;
	}
	
	#news a:hover {
		font: 0.7em 'Arial';
		color: #000;
		text-decoration: underline;
	}
	
	#news a img {
		border: 0;
		margin: 0;
	}

/* ---------- 7.0 Footer ---------- */
	
#footer {
	font: 0.7em 'Arial';
	margin: 30px 0 7px 0;
	padding: 30px 0 0 195px;
	background: url(images/footer_bg.png) 195px 0 no-repeat;
	width: 570px;
	clear: both;
}

	/* ---------- 7.1 Footer Links ---------- */
	#footer ul {
	    margin: 0;
	    padding: 0;
	    display: inline;
	}

	#footer ul li {
	    margin: 0;
	    padding: 3px 6px 3px 10px;
	    background: url(images/copy.png) 0px 4px no-repeat;
	    list-style: none;
	    display: inline;
	}

	#footer ul li.first {
	    margin: 0;
	     padding: 3px 8px 3px 0px;
		background: none;
	    border-left: none;
	    list-style: none;
	    display: inline;
	}

	#footer ul li a {
		color: #606060;
		text-decoration: underline;
	}
	
	#footer ul li a:hover {
		color: #000;
		text-decoration: underline;
	}
	
	#footer a {
		color: #606060;
		text-decoration: underline;
	}
	
	#footer a:hover {
		color: #000;
		text-decoration: underline;
	}
	
	/* ---------- 7.1 Footer Copyright ---------- */
	
	#copyright {
		margin: 4px 0 0 0;
		width: 570px;
		clear: both;
	}
	

