@charset "utf-8";
/* TDA CSS Document & Welsh  */

* {
	color: #000;
	/* [disabled]font-weight: normal; */
	

}



body {
	/*background:url(http://webarchive.nationalarchives.gov.uk/20120203163341/http://tda.gov.uk/images/bg.gif) #FFF repeat-x 0 0;
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.625em;
	line-height:1.5;
	height:100%;*/
	
}


	
/* FOOTER */

#footerContainer {
	width:100%;
	background:url(../images/footerTile.gif) repeat-x left top;
	color:#222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.625em;
	line-height:1.5;
	margin:0; padding:0;  
}

#footerContainer, .push {
	height:180px; /* .push must be the same height as footer */
	clear:both;
	margin:0; padding:0;  
	
}

body.home .push {
	height:0px;
	
}

body.home #footerContainer {
	background:none!important;
	padding-top:0px;
	margin-top:0px;
	height:123px;
	margin:0; padding:0;  
	
}

#footer {
	clear:both;
	position:relative;
	width:949px;
	margin:0 auto 0 auto;
	padding:0 0 35px 11px;
	/*background:url(http://webarchive.nationalarchives.gov.uk/20120203163341/http://tda.gov.uk/images/footerTDA.gif) no-repeat scroll right 41px;*/
	background:url(../images/logo/logo2b.jpg) no-repeat scroll right 35px ;
	
}
#footer_main {
	clear:both;
	position:relative;
	width:949px;
	margin:0 auto 0 auto;
	padding:0 0 55px 11px;
	/*background:url(http://webarchive.nationalarchives.gov.uk/20120203163341/http://tda.gov.uk/images/footerTDA.gif) no-repeat scroll right 41px;*/
	background:url(../images/logo/logo2b.jpg) no-repeat scroll right 35px ;
	
}
body.home #footer {
	background:url(http://webarchive.nationalarchives.gov.uk/20120203163341/http://tda.gov.uk/images/footerTDA.gif) no-repeat scroll right 0px;
	margin-top:14px;
	padding-bottom: 0px;
	height:106px;
	margin-bottom:7px;
	
}

#footer p {
	font-size:1.1em;
	color:#bebebe;	
	float:left;
	width:500px;
	margin-top:61px;
	
}

body.home #footer p {
	margin-top:22px;
}

#footer a {
	color:#fff;	
}

ul#navFooter {
	list-style:none;
	margin:11px 0 0 0;
	padding:0;
	clear:left;
	float:left;
	width:340px;
	margin:0; padding:0;  
}

body.home ul#navFooter {
	width:440px;
	margin:11px 0 0 0;	
	
}

ul#navFooter li {
	list-style:none;
	float:left;
	margin:0;
	padding:0 5px;
	background:url(http://webarchive.nationalarchives.gov.uk/20120203163341/http://tda.gov.uk/images/footerDivider.gif) no-repeat left 5px;
	line-height:1.8;
}

ul#navFooter li.first {
	padding:0 5px 0 0;
	background:none;
}

ul#navFooter li.last {

}

ul#navFooter li a {
	font-weight:normal!important;
	font-size:1.1em;
}

#footer a:link, #footer a:visited {
	color:#d9d9d9;
	font-weight:bold;
	border-bottom:1px solid #989899;	
	text-decoration:none;
}

#footer a:hover, #footer a:focus {
	border-bottom:none;	
	text-decoration:none;
}

#footer a.top, #footer a.top:visited {
	background:url(http://webarchive.nationalarchives.gov.uk/20120203163341/http://tda.gov.uk/images/backToTop.gif) no-repeat left top;
	float:right;
	width:107px;
	height:29px;
	display:inline;
	border:none;
	font-size:1.3em;
	height:30px;
	margin-right:238px;
	margin-top:21px;
	padding:8px 0 0 12px;
	text-decoration:underline;
	color:#222;
	outline:none;
	
}

#footer a.top:hover {
	text-decoration:none;	
}

#footer a.corporateHome, #footer a.corporateHome:visited {
	border:medium none;
	display:block;
	height:107px;
	left:729px;
	position:absolute;
	text-indent:-9999px;
	top:42px;
	width:222px;
	text-decoration:none;
	border:none;
}

#footer a.corporateHome:focus, #footer a.corporateHome:visited:focus {
overflow:hidden;
}

body.home #footer a.corporateHome, body.home #footer a.corporateHome:visited {
	top:2px;	
}




/* Class to self-clear elements containing floats */
.clear:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
