/* @override http://localhost/~michaeldaleo/4njkids/css/main.css */



/* Structure */
html{
	background: #4479b5 url(../images/bg.jpg) repeat-x;
}

#hd h1{
	height: 195px;
	width: 300px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
}

#walk-badge{
	position: relative;
	display: inline;
	z-index: 1;
	float: left;
	margin-top: -213px;
	margin-left: 547px;
}

#nav{
	height: 60px;
}

hr{
	width: 95%;
	background: url(../images/hr-content.png) no-repeat 0 center;
	height: 3px;
	border-style: none;
}

/* Fixes ie6 link issues */
form, a{position: relative}


/*NAV*/

.navlist ul li{
	display:inline;
}

#nav.navlist a{
	color: #f5f5f5;
	font-size: 23px;
	text-decoration: none;
}

#nav.navlist a:hover{
	color: #8798b9;
	cursor:pointer;
}

#ft.navlist{
	padding-top: 20px;
}

#ft.navlist a{
	color: #7d8dab;
	font-size: 23px;
	text-decoration: none;
}

#ft.navlist a:hover{
	color: #3e4655;
	cursor:pointer;
}

/* Content */

.content-top{
	background: url(../images/bg-content-top.png) no-repeat 0 top;
	padding-top: 6px;
}
.content-mid{
	background: url(../images/bg-content-mid.png) repeat-y;
}

.content-bot{
	background: url(../images/bg-content-bot.png) no-repeat;
	height: 6px;
}


/* Sidebar */
.sidebar-top{
		background: url(../images/bg-sidebar-top.png) no-repeat 0 top;
	padding-top: 6px;
}
.sidebar-mid{
	background: url(../images/bg-sidebar-mid.png) repeat-y;
}
.sidebar-bot{
	background: url(../images/bg-sidebar-bot.png) no-repeat;
	height: 6px;
}

#ft{
	height: 74px;
	background: url(../images/bg-footer.png) no-repeat;
	margin-top: 20px;
}

/* TEXT */
html{
	color: #3d5188;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#bd p{
	margin: 0;
	width: 90%;
	text-align: justify;
	padding-left: 5%;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 10px;
}

h2{
	font: normal normal 25px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-bottom: 4px;
}

.content-top h2{
	margin-left: 10px;
	background: url(../images/hr-content.png) no-repeat 0 bottom;
}

.sidebar-top h2{
	margin-left: 10px;
	background: url(../images/hr-sidebar.png) no-repeat 0 bottom;
}

.kid-icon{
	float: left;
	position: relative;
	display: inline;
	margin-top: -130px;
	top: 40px;
	right: -520px;
}

.kid-icon-side{
	float: left;
	position: relative;
	display: inline;
	margin-top: -130px;
	top: 40px;
	right: -210px;
}


/*Contact form*/

#test{
	margin-left: 30px;
	margin-bottom: -20px;
}

#test td{
	padding-right: 10px;
	padding-bottom: 3px;
}

#error{
	margin-bottom: -1px;
}

#success{
	margin-bottom: -1px;
}

/*PNG FIX*/
img, div, input, h1, h2 { behavior: url("./js/iepngfix.htc") }
}




