/* 
Author: Jason MacMillan 
29/05/2009:
W3C CSS Validator results for file://localhost/TextArea (CSS level 2.1)
Congratulations! No Error Found.
This document validates as CSS level 2.1 ! 
*/

/* JM: Footer area - Complete */
#footer {
	clear:both;	 /* JM:NS Fix */
	background-color: #98A5D4;
	border-top: solid 2px #fff;
	margin-top:0.88em;/*14px;*/
	color:#fff;
	height:4.38em;/*70px;*/
	width:60em;/*960px;*/
	}

#footerlinks {
	margin:0.44em;/*7px;*/
	padding-left:0.88em;/*14px;*/
	}

#footerlinks li {
	display:table-cell; /* JM:IE6/Opera/NS Fix */
	padding-right:1.31em;/*21px;*/
}

#footerlinks a {
	color: #fff;
	font-size:0.8em;
	font-weight:bold;
	text-decoration: none;
}

#footerlinks a:hover {
	text-decoration: underline;
}

#footerlogos {
	margin:0.44em;/*7px;*/
	margin-top:0;
	margin-bottom:0;
	}

#nhshslogo {
	height:2.88em;/*46px;*/
	width:3.44em;/*55px;*/
	}

#healthierlogo {
	height:2.5em;/*40px;*/
	width:6.25em;/*100px;*/
	}
	
#footerlogos img {
	padding-left:0.88em;/*14px;*/
	padding-top:0.44em;/*7px;*/
	padding-right:0.44em;/*7px;*/
	margin-bottom:0.44em;/*7px;*/
	}