/* CSS Document */

#topfooter{
	width: 732px;
	height: 41px;
	overflow: hidden;
}

#topfooter h1{
	/*overflow: hidden;
	height: 100px;*/
	background-image: url(../images/PATH_home_r11_c2.jpg);
	background-repeat: no-repeat;
	height: 0px;
	overflow: hidden;
	padding-top: 133px; 
	width: 731px;	
}

#footer{
	clear:both;
	width:731px;
	background-color: #5182BC;
	vertical-align: middle;
	text-align: center;
	/*display: table-cell;	*/
}

#footer p{
	margin:0;
	padding:5px 10px;
	font-size: 9px;
	color: #FFFFFF;
}

#footer a:visited, a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

