@import url('layout.css');
@import url('colors.css');

@media screen{
	body{background-image:url('../graphics/layout/bg_body.gif');}
	#header {background-image:url('../graphics/layout/bg_header.jpg')}
	.news_articles ul li, #content ul li, #nav_left ul li {background-image:url('../graphics/layout/bullet.gif');}
	.content_shadow{background-image:url('../graphics/layout/content_shadow.png')}

}

#custom_header .content_image_box {
border: 0;
}
#custom_header .content_image img {
margin: 0;
}

#custom_header {
height: 47px;
}

#about_us #custom_header {
background: url('../graphics/aboutus.png') no-repeat center;
}

#membership #custom_header {
background: url('../graphics/membership.png') no-repeat center;
}

#advocacy #custom_header {
background: url('../graphics/advocacy.png') no-repeat center;
}

#e-advocacy #custom_header {
background: url('../graphics/e-advocacy.png') no-repeat center;
}

#programs #custom_header {
background: url('../graphics/programs.png') no-repeat center;
}

#news_resources #custom_header {
background: url('../graphics/news.png') no-repeat center;
}

#spotlights #custom_header {
background: url('../graphics/spotlights.png') no-repeat center;
}

#zip {
width: 200px;
margin: -22px auto 2em;
}

#zip .searchbox {
background: none repeat scroll 0 0 transparent;
border: 1px solid #CCC;
color: #212121;
font-family: Arial,Helvetica,sans-serif;
font-size: 13px;
height: 21px;
line-height: 16px;
padding: 4px 3px 4px 9px;
width: 150px;
border-radius: 8px;
}

#zip .button {
height: 26px;
padding: 0 !important;
width: 29px;
background: none repeat scroll 0 0 transparent;
border: 1px solid #CCC;
border-radius: 8px;
margin-left: 2px;
}
