/* BEGIN CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET */

/* BEGIN SITE DEFAULTS */
body{
	background: #CCC; color: #000; font: .75em/1.5em "Trebuchet MS", Arial, sans-serif; width:100%;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

h2{
	font-size: 1.8333em;
	color: #A00000;
}

a{
	text-decoration:underline;
	color: #900;
}
/* END SITE DEFAULTS */


#pageWrapper{
	position: relative;
	margin:0 auto;
	padding: 0 4px;
	width: 760px;
	background: #FFF url(/page/-/images/page-background.gif) top center repeat-y;
	color: #000;
}

/* BEGIN HEADER STYLES */
#header{
	position: relative;
	width:760px;
	z-index: 1000;
}

#header img{
	display: block;
}

#title{
	position:absolute;
	bottom:4px;
	left:4px;
	width:310px;
	height:52px;
}

#title a{
	display:block;
	width:310px;
	height:52px;
}

#title span {position: absolute; left: -9999px;}

#siteSearch{
	position: absolute;
	bottom: 23px;
	right: 0;
	width: 220px;
	padding-right: 15px;
}

#siteSearch input{
	margin: 0 5px 0 0;
	padding: 3px 0 0 5px;
	color: #A4A4A4;
	font-size: .91667em;
	width: 148px;
	height: 16px;
	border: 1px solid #878787;
}

#siteSearch button{
	background: transparent url(/page/-/images/search-btn.gif) top left no-repeat;
	height: 19px;
	width: 54px;
	text-indent: -5000em;
	border: none;
	cursor: pointer;
}

#searchBar{
	position: relative;
	width: 760px;
	height: 93px;
	background: transparent url(/page/-/images/header-background.jpg) top center no-repeat;
}
/* END HEADER STYLES */


/* BEGIN NAV STYLES */
#siteNav li{
	float: left;
	width: 125px;
	height: 38px;
	border-right: 2px solid #DF9999;
	background-color: #B00000;	
}

#siteNav li.hover,
#siteNav li:hover{
	background-color: #42709A;
}

#siteNav li.last{
	border-right: none;
}

#siteNav li a{
	display: block;
	width: 125px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 1.1667em;
	font-weight: bold;
}

#siteNav li ul{
	position: absolute;
	width: 170px;
	left: -5000em;
	background-color: #FFF;
	border: 2px solid #507AA0;
}

#siteNav li ul li{
	height: auto;
	width: 170px;
	border-right: none;
}

#siteNav li.hover ul,
#siteNav li:hover ul{
	left: auto;
	margin-left: -2px;
	border: 2px solid #507AA0;
}

#siteNav li ul li a{
	background-color: #FFF;
	font-size: 1em;
	color: #000;
	text-align: left;
	padding:5px 15px;
	width: auto;
	height: auto;
	line-height: 1.5;
	border-bottom: 1px solid #cccccc;
}

#siteNav li ul li a:hover{
	background-color: #FFF;
}
/* END NAV STYLES */


/* BEGIN CONTENT STYLES */
#pageContent{
	clear:both;
	overflow: hidden;
	position: relative;
	width: 747px;
	padding: 15px 0 0 13px;
	background: transparent url(/page/-/images/content-background.gif) top left no-repeat;
}

#mainContent{
	position: relative;
	float: left;
	width: 508px;
	margin-right: 5px;
}

#mainContent p{
	margin-bottom: 1.5em;
}

#mainContent img{
padding: 10px
}

.interior #mainContent{
	width: 468px;
	padding: 10px 20px 0 20px;
}

.wide #mainContent{
	margin-right: 0;
	width: 700px;
}

.interior #mainContent h2{
	margin-bottom: 20px; line-height:1.2
}

.interior #mainContent h3{ line-height:1.2; font-color:#000; font-size:1.25em; padding-bottom:5px
}

.interior #mainContent h4 {font-weight:bold; color:#8a0808}

#mainContent strong {font-weight:bold}

.interior  #mainContent ul {margin-left: 20px; list-style-type:disc}
.interior #mainContent li {padding-left: 17px; margin: .3em 0}

/* BEGIN SLIDES */

#slides{
	position: relative;
	margin:0 0 5px -4px;
	width: 502px;
	height: 201px;
	padding: 10px 3px 15px 3px;
	background: transparent url(/page/-/images/slides-background.png) top left no-repeat;
	color: #FFF;
}

#slides h2{
	font-size: 1.8333em;
	padding: 3px 20px 8px 15px;
	border-bottom: 2px solid #719DC4;
	color: #FFF;
}

#slides h3{
	font-size: 2em;
	line-height: 1.2; padding-bottom:4px
}

#slides img{
	float: right;
}

#slides a{
	color: #FFF;
}

#slides #pager{
	position: absolute;
	top: 14px;
	right: 20px;
	font-size: 1.3333em;
}

#slides #pager a{
	text-decoration: none;
	float: left;
	padding: 0 5px;
}

#slides #pagerNav{
	float: left;
}

#slides #pager a.activeSlide{
	font-size: 1.375em;
}

#slides a#prev{
	background: transparent url(/page/-/images/leftArrow.gif) top left no-repeat;
	width: 10px;
	height: 21px;
	display: block;
	text-indent: -5000em;
	padding: 0;
}

#slides a#next{
	background: transparent url(/page/-/images/rightArrow.gif) top right no-repeat;
	width: 10px;
	height: 21px;
	display: block;
	text-indent: -5000em;
	padding: 0;	
}

#slides #workItems{
	padding: 5px 8px 5px 15px;
	width: 479px;
}

#slides #workItems li{
	width: 479px;
}

#slides #workItems p{
	margin: 0; font-size: 1.1em}
}

#slides img{
	border: 6px solid #5086B8;
	border-top: none;
	float: right;
	margin-left: 8px;
}

a.readmore_slides {font-size:10px}

/* END SLIDES */

.box{
	width: 501px;
	background: transparent url(/page/-/images/box-background.gif) top left repeat-y;
}

.box-top{
	width: 501px;
	background: transparent url(/page/-/images/box-top.gif) top left no-repeat;
	padding: 10px 0;
}

.box-bottom{
	width: 501px;
	height: 10px;
	background: transparent url(/page/-/images/box-bottom.gif) top left no-repeat;
}

.box-content{
	padding: 20px 20px 0 20px;
}

.box-content li{
	margin-bottom: 1.5em;
}

.box-content li p{
	display: inline;
}

.box h2{
	position: relative;
	border-bottom: 1px solid #FFF;
	padding:0 10px 10px 20px;
}

.rss{
	display: block;
	text-indent: -5000em;
	background: transparent url(/page/-/images/rss-icon.jpg) top left no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 0;
}

#subContent{
	position: relative;
	float: left;
	width: 223px;
	margin: 0 0 0 0;
}

.sidebar_box {width: 223px; min-height:121px; background: url(/page/-/images/sidebar_box_bg.jpg) 0 0 no-repeat; padding: 20px 0;}
.sidebar_box h2 {text-align: center; margin: 0 10px 15px; line-height: 1.3; font-size:1.5em}
.sidebar_box ul {margin: 0 10px;}
.sidebar_box li {margin-bottom: 1em;}
a#read_more {color:#000; text-decoration:none; font-weight:bold}

#publications{
	text-align: center; margin-top:3px
}

#publications_newsroom {
	text-align: left; margin-top:3px
}

#publications select{
	width: 158px;
	margin-bottom: 10px;
}

#publications p{
	margin: .5em 0 0 0;
}

#publications p em{
	font-style: normal;
	color: #666;
	font-weight: bold;
	font-size: 1.5em;
}

#stayInformed {
	text-align: left;
}

#stayInformed form{
	padding-left: 30px;
}

#stayInformed input{
	margin: 0 0 8px 0;
	padding: 3px 0 0 5px;
	color: #A4A4A4;
	font-size: .91667em;
	width: 158px;
	height: 16px;
	border: 1px solid #878787;
}

#stayInformed input#zip{
	width: 95px;
	margin-right: 5px;
}

#stayInformed button{
	background: transparent url(/page/-/images/signUp.gif) top left no-repeat;
	height: 20px;
	width: 56px;
	text-indent: -5000em;
	border: none;
	cursor: pointer;
}

#specialProjects{
	width: 223px;
	padding: 20px 0 45px 0;
	text-align: center;
	background: transparent url(/page/-/images/specialProjects.jpg) top left no-repeat;
}

#specialProjects h2{
	padding-bottom: 20px;
}

/* END CONTENT STYLES */


/* BEGIN FOOTER STYLES */
#footer{
	clear: both;
	width: 760px;
	padding: 20px 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: .8333em;
	color: #888;
}

#footer a{
	color: #000;
}



/* =homepage some added stuff */
h2#spotLight {background: url(/page/-/images/spotLightHeaderBg.png) no-repeat; height: 39px; text-indent: -900em; width: 500px;}
#spotLightContent {background: url(http://www.nelp.org/page/-/images/spotlightContentBg.png) repeat-x; min-height: 166px; margin: 1px 0 15px 0; padding:20px 20px 0; width: 460px;}
#spotLightContent h3 {font-size: 18px; margin-bottom: 5px;}
#spotlightLink {background: url(http://www.nelp.org/page/-/images/rightArrow.png) no-repeat; padding: 0 0 0 25px; color: #000; margin:  0 0 0 320px;}
#fPublications a {color: #000;}
#fPublications {list-style: disc; margin: 0 0 0 27px; padding-right: 15px;}


div.ourWork.sidebar_box {padding: 10px 0 0 0px; background: url(/page/-/images/sidebar_box_bg-work-2.jpg) no-repeat; width: 223px; overflow: hidden; height: 120px; margin-bottom: 15px; position: relative;}

div.ourWork.sidebar_box .cycle { padding: 0 10px; width: 203px; background: #ccdcec;}
div.ourWork.sidebar_box #ourWorkPager { position: absolute; bottom: 5px; font-size: 13px; width: 190px; margin-left: 15px;}
div.ourWork.sidebar_box #ourWorkPager a
{ display: block; float: left; padding: 2px 6px; border: 1px solid #6c9fd2; background: #dbdbdb;margin-right: 5px;}
div.ourWork.sidebar_box #ourWorkPager a.activeSlide { background: #276fb8; color: #fff;}

.ourWork h2 {padding: 0 0 0 0; margin: 0 0 5px 0; text-align: left;}
.ourWork .left {float: left; width: 100px;}
.ourWork .right {float: right; margin: 0; display: inline;}
.ourWork p {font-size: 14px; font-weight: bold;}
.ourWork a {color: #000; text-decoration: none;}
div.publications.sidebar_box > a {margin-left: 50px;}


.ourWork h2 {padding: 0 0 0 0; margin: 0 0 5px 0; text-align: left;}
.ourWork .left {float: left; width: 100px;}
.ourWork .right {float: right; margin: 0; display: inline;}
.ourWork p {font-size: 14px; font-weight: bold;}
.ourWork a {color: #000; text-decoration: none;}
