/* CSS Document */
img {
   behavior: url("pngbehavior.htc");
}
body,
html {
    margin:0;
    padding:0;
	background-color: #067fc8;
    color:#000;
    }
body {
    min-width:740px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #067fc8;
    }
h1, h2, h3, h4 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	}
body, p {	
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height: 150%;
	}

#wrap {
    background:#FFFFFF;
	border: 2px solid #0368a4;
    margin:0 auto;
    width:740px;
    }
#header {
    background:#36b43f;
	height: 149px;
    }
#header h1 {
    padding:5px;
    margin:0;
    }
#nav {
    background:#feb51a;
	border: 1px solid #ffa00b;
    padding:5px;
	text-align: center;
    }
#nav ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li{
    display:inline;
    margin:0;
    padding:0 5px;
    }
#nav li a{
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;

}
#nav li a:hover {
		color: #ea2e23;

}
#main {
    background:#FFFFFF;
	background-image: url(images/bg_kid_fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 15px;
	padding: right: 15px;
    float:left;
    width:495px;
	height: 100%;
    }
#main h2, #main h3, #main p {
    padding:0 10px;
    }
#main a{
color: #feb51a;
font-weight: bold;
}

#main a:hover{
color: #00a2e2;
font-weight: bold;
text-decoration: none;
}


#sidebar {
    background:#FFFFFF;
    float:right;
    width:200px;
	height: 100%;
    }
#sidebar ul {
    margin-bottom:0;
    }
#sidebar h3, #sidebar p {
    padding:0 10px 0 0;
    }

#footerlogos{
clear: both;
}
#footer {
    background:#feb51a;
	border: 1px solid #ffa00b;
    padding:2px;
	text-align: center;
    }
#footer p {

	color: #FFFFFF;
    }
#footer a {
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#footer a:hover {
	color: #CC3300;
}

.top a {
	text-align: right;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	color: #333399;
	text-decoration: none;
	}
.top a:hover {
	color: #CC3300;
}

#main ul{
list-style-image: url(images/bullet.gif);

}
#main .map li a{
	list-style: none;
	text-decoration: none;

}
#main li a:hover {
	color: #CC3300;
}

.map{
list-style-image: url(images/bullet.gif);
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 11px;
}

.specialbold{
font-weight: bold;
color: #64be21;
}
#credit{
font-size: 9px;
color: #ffffff;
font-family: Verdana, Geneva, Arial, sans-serif;
text-align: center;

}

#credit a{
color: #feb51a;
text-decoration: underline;
}

#credit a:hover{
color: #64be21;
}

#video{
	float: right;
	margin-left: 5px;
	width: 200px;
}
.newimage{
	border: 3px solid #feb51a;
}