@charset "UTF-8";
/* CSS Document */
body {
	font:62.5% Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
}
a:link,a:visited {
	color:#007DAE;
}
a:hover,a:active {
	color:#222;
}

#wrapper {
	width:810px;
	margin:10px auto;
	padding:0;
}
#header {
	width:inherit;
	height:25px;
	position:relative;
	padding-top:27px;
}
#header a#walkHome {
	display:block;
	position:absolute;
	right:13px;
	top:0;
	width:91px;
	height:54px;
	background:url(/_common/img/logo_walkathome.png) 0 0 no-repeat;
	text-indent:-9999px;
}
#header ul,#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#header ul {
	width:704px;
	height:19px;
	padding-top:6px;
	background:url(/_common/bg/wl/nav.png) 0 0 no-repeat;
	text-align:center;
}
body.walkLive #header ul { background-image:url(/_common/bg/wlc/nav.png); }
#footer ul {
	width:810px;
	height:18px;
	background:url(/_common/bg/wl/nav_footer.png) 0 0 no-repeat;
	text-align:center;
	padding-top:5px;
	padding-bottom:3px;
}
body.walkLive #footer ul { background-image:url(/_common/bg/wlc/nav_footer.png); }
#header ul li,#footer ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	text-align:center;
	color:#000;
	text-transform:uppercase;
	font-size:1.1em;
	line-height:1em;
	padding:0 16px 0 17px;
	background:url(/_common/bg/pipe.gif) 0 50% no-repeat;
}
#header ul li:first-child,#footer ul li:first-child {
	background-image:none;
}

#header ul li {	font-size:1.2em;}
#header ul li a,#footer ul li a {
	color:#000;
	text-decoration:none;
}
#header ul li a:hover,#footer ul li a:hover {color:#fff;}

#footer #webCredit { 
	text-align:center; 
	padding:30px 0 20px 0; 
	font-size:1em;
	
}
#footer #webCredit a {
	display:inline-block;
	color:#aaa;
	text-decoration:none;
	padding-top:30px;
	background:url(/_common/img/logo_lisaius.gif) center 0 no-repeat;
}
#footer #webCredit a:hover {
	color:#666;
	background-position:center -200px;
}

