@import url("/Assets/kids/styles/kidsleft.css");
@import url("/Assets/kids/styles/kidsfooter.css");
/* 
Styles for Kids section shared by the home page and second level pages.
Some styles from base.css are duplicated here to make Kids section more standalone/independent due to individuality of its design.
base.css is not used for Kids.
*/
/* sets on ALL elements */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #000;
	background-color: #daed4c;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25em;  /*explanation http://www.alistapart.com/articles/howtosizetextincss/ */
}
ul#skip {
	position: absolute;
	left: -999px;
	width: 990px;
}
#header p#logo {
	padding: 4px 2px 0 19px;
	width: 180px;
	height: 72px;
	float: left;
}
.print, .hide {
	display: none;
}
img {
	border: 0;
}
#header {
	height: 80px;
	background: #7eba1c;
	border-bottom: 6px solid #fff;
}
#topnav {
	padding: 57px 0 0 546px;
	white-space: nowrap;
}
#topnav li {
	display: inline;
	padding-left: 4px;
}
#wrapper {
	min-height: 150px;
	background: #015d8a url("/Assets/kids/images/wrapper/headerbgbottom.gif") repeat-x 0 0;
	overflow: auto;
}
#searchcontainer {
	padding: 10px 0 11px 190px;
	white-space: nowrap;
	background: #015d8a /*url("/assets/images/kids/wrapper/headerbgbottom.gif") repeat-x 0 0*/;
}
#searchbutton, #searchtitle {
	vertical-align: bottom;
}
