/*  
Originally created by Juxtaprose, (c) copyright 2010
http://juxtaprose.com/
*/

html { 
  	-webkit-font-smoothing: antialiased; 
	overflow-y: scroll;
}

body {
	background-color: #63656c; 
	background-image: url("/images/site/bg-body.jpg");	
	background-repeat: repeat;	
	color: #4f4f4f;
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 75%;
	text-align: center;	
}

a:hover, a:active { outline: none; }

/* centering and framing */
#headwrap {
	width: 100%;
	background-image: url("/images/site/bg-headwrap.jpg");
	background-repeat: repeat-x;
	overflow: hidden;
}

#outwrap {
	width: 100%;
	background: #fff;	
	overflow: hidden;	
}

#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 980px;
	text-align: left;
}

/* Accessiblity Skip Menu */
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
 
#skip a:focus {
	position: static;
	width: auto;
	height: auto;
} 

/* masthead */
#masthead {
	position: relative;
	margin: 0 auto 1px auto;
	padding: 0;
	width: 980px;
	height: 130px;
}

#logo {
	position: absolute;
	top: 0;
	left: 9px;
	width: 135px;
	height: 171px;
	background-image: url("/images/site/nllfs-logo.png");
	background-repeat: no-repeat;	
	background-position: 0 -50px;
}

#masthead h1, #masthead h3 {
	position: absolute;
	top: 32px;
	left: 162px;
	margin: 0;
	padding: 0;
	width: 480px;
	height: 76px;
	background-image: url("/images/site/bg-logo-text.png");
	background-repeat: no-repeat;
	text-indent: -9999em;
}

#masthead h1 a, #masthead h3 a {
	display: block;
	width: 480px;
	height: 76px;
}

#tagline {
	position: absolute;
	top: 22px;
	left: 690px;
	width: 244px;
	height: 61px;
	margin: 0;
	padding: 12px;
	color: #634c75;
	background-color: #e5e2e9;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: center;	
	background-image: url("/images/site/tagline.gif");
	background-position: 19px 10px;
	background-repeat: no-repeat;
	text-indent: -9999em;
}

/* primary navigation (nav1) */
#nav1 {
	position: relative;
	list-style: none;
	width: 980px;
	height: 40px;
	margin: 0  auto;
	padding: 0;	
	font-family: InterstateBold, sans-serif;
  	font-style: normal;
  	font-weight: normal;	
	font-size: 15.2px; 
	line-height: 16px;
	text-transform: uppercase;
}

#nav1 li {
	position: absolute;
	top: 7px;
	height: 26px;
	margin: 0;
	padding: 0;	
	background-image: url("/images/site/bg-nav1.gif");
	background-position: 100% 6px;
	background-repeat: no-repeat;
	text-align: left;
}

#nav1 li a {
	display: inline-block;
	height: 16px;
	padding: 5px 9px 4px 9px;
	color: #fff;
	text-decoration: none;
	text-align: center;	
}

#nav1_1 {left: 159px; width: 104px;}

#nav1_2 {left: 295px; width: 116px;}

#nav1_3 {left: 444px; width: 179px;}

#nav1_4 {left: 655px; width: 183px;}

#nav1_5 {
	left: 872px;
	width: 108px;
	background: none !important;	
}


.home #nav1_1 a, .about #nav1_2 a,
.publications #nav1_3 a, .news-notes #nav1_4 a,
.contact #nav1_5 a {
	color: #5d7559;
	background: #f3f3ed;
}

#nav1 a:hover {
	text-decoration: underline;
}

/* page structural elements */
#main {
	float: left;
	display: inline; /* ie6 only */
	height: 350px; /* ie6 only */
	min-height: 350px;
	width: 600px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 90px;
	padding-bottom: 30px;
}

.home #main {
	width: 282px;
	margin-right: 22px;
	padding-bottom: 0;
}

html>body #main {
	height: auto; /* override ie6-only rule above */
}

#sidebar {
	float: left;
	display: inline; /* ie6 only */
	width: 250px;
	margin: 30px 0;
}

.home #sidebar {
	width: 636px;
	margin-bottom: 0;
}

/* home page only */
#extrawrap {
	width: 100%;
	background-color: #fff;
	background-image: url("/images/site/bg-extra.jpg");
	background-repeat: repeat-x;
	border-top: 18px solid #fff;
}

#extra {
	margin: 0 auto 0 auto;
	width: 980px;
	color: #3f6738;
	overflow: hidden;
	text-align: left;
}

#extra .c {
	float: left;
	display: inline; /* ie6 only */
	width: 281px;
	min-height: 212px;
	height: 212px; /* ie6 only */	
	padding: 20px;
}

#extra .m {
	width: 286px;
	border-left: 1px dotted #3a3041;
	border-right: 1px dotted #3a3041;	
}

html>body #main, html>body .c {
	height: auto; /* override ie6-only rule above */
}

/* extra info zone text and inline elements */
#extra h2 {
	margin: 0;
	font-family: InterstateBold, sans-serif;	
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

#extra p {
	font-size: 14px;
	line-height: 22px;
}

#extra .more {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

#extra a {
	color: #3f6738;
}

#extra a:hover { 
	color: #fff;
	background: #3f6738; 
}

/* main text and inline elements */
#main p, #main ul, #main ol {
	color: #4f4f4f;
	font-size: 14px;
	line-height: 22px;
}

#main ul {
	list-style-image: url("/images/site/ul-dot.gif");
}

#main ul.newslist {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#main ul.newslist h3 {
	margin-bottom: 14px;
}

#main ul.newslist p {
	margin: 7px 0;
}

#main ul.newslist strong, .press-kit #main strong {
	font-size: 12px;
	text-transform: uppercase;	
}

#main strong.intext {
	font-size: 14px !important;
	text-transform: none !important;
}

.home #main ul {
	margin-left: 1em;
	padding-left: 0;
}

.home #main li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #757575;
	font-size: 12px;
	line-height: 18px;
}

.home #main li.last {
	border: 0;
}

.home #main li a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#main a, #sidebar a { 
	color: #37742d;
}

#main .read a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

#main .read span {
	font-size: 10px;
	text-transform: uppercase;
}

#main .more {
	overflow: hidden;
}

#main .more a {
	float: right;
	display: inline-block;
	background: #5d7559;
	color: #fff;
	height: 18px;
	padding: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

#main a:hover, #sidebar a:hover { 
	color: #fff;
	background: #37742d; 
	text-decoration: none;
}

/*
#main .welcomebox { 
	padding: 15px 10px 10px 10px; 
	background: #9fd142; 	
}

#main .welcomebox p { margin: 5px 0 0 0;}
#main .welcomebox h3 { 
	margin: 0; 
	color: #fff; 
	font-size: 1.7em; 
	font-weight: normal; 
}

#main .featured {
	margin: 25px  0 5px 0;
	color: #666;
	text-align: right;
}

#main .featured img {
	padding-bottom: 5px;
}

#main .featured span {
	font-size: 0.8em;	
	text-transform: uppercase;
}

#main .featured a.txt {
	color: #666;
	background: #fff;	
	font-size: 1.2em;
}

#main .featured a.txt:hover {
	background: #666;
	color: #fff;	
}

#main .introline {
	margin: 0;
	font-size: 0.85em;
	text-transform: uppercase;
}
*/

#main h1, .home #main h2 {
	margin: 0 0 7px 0;
	color: #5d7559;	
	font-family: InterstateBold, sans-serif;	
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

#main h2 {
	margin: 10px 0 3px 0;
	color: #624684;	
	font-family: InterstateBold, sans-serif;	
	font-size: 24px;
	font-weight: normal;
}

#main h3 {
	margin: 10px 0 0 0;
	color: #5d7559;	
	font-family: InterstateBold, sans-serif;	
	font-size: 18px;
	font-weight: normal;
}

.home #main h3 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

/*
#main .byline {
	color: #66b623;
}

#main .byline a {
	color: #66b623;
	background: #fff;
}
*/

#main h1 a, #main h2 a {
	text-decoration: none;
}	

#main h1 a:hover, #main h2 a:hover {
	text-decoration: underline;
}	

#main .readline {
	margin: -10px 0 30px 0;
}

#main .dateline {
	font-size: 11px;
	color: #5d7559;
	text-transform: uppercase;
}

#main img {
	float: left;
	display: inline; /* ie6 only */
	margin: 7px 15px 15px 0;
}

#main .imagebox {
	float: left;
	display: inline; /* ie6 only */
	margin: 12px 15px 12px 0;
}

#main .imagebox img {
	float: none;
	margin: 0;
}

#main .imagebox p {
	margin: 0;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}

#main .hidembed {
	display: none;
}

/* home page rotating items */
.rotating {
	height: 466px;
	width: 636px;
}

.rotating .rotate {
	display: none;	
}

.rotating .firstitem {
	display: block;
}

.rotating img {
	height: 420px;
	width: 620px;
	padding: 7px;
	border: 1px solid #dfddcf;	
}

.rotating p {
	margin: 4px 1px 0 0;	
	color: #999;
	font-size: 10px !important;
	text-transform: uppercase;	
	text-align: right;
}

.rotating a {
	color: #999 !important;
	text-decoration: none;
}

.rotating a:hover {
	color: #37742d !important;
	background: #fff !important;
}

/* main images */
#main img.imageright, #main div.captionright {
	clear: both;
	float: right;
	padding: 0 0 15px 15px;
}

#main img.imageleft, #main div.captionleft {
	clear: both;
	float: left;
	padding: 0 15px 15px 0;
}

#main img.imagecenter, #main div.captioncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 15px 0;
	text-align: center;
}

#main div.captionright p, #main div.captionleft p, #main div.captioncenter p {
	margin: 2px 0 0 0;
	font-size: 0.9em;
}
/*
#main a.imagelarge img, #main .thinbox a.imagelarge img {
	padding-bottom: 20px;
	background-image: url("/images/site/enlarge.png") !important;
	background-position: bottom right;
	background-repeat: no-repeat;
}
*/


/* sidebar text and inline elements */
#sidebar h3 {
	margin: 0 0 2px 0;
	font-size: 11px;
	text-transform: uppercase;
}

#sidebar p {
	font-size: 1.0em;
	line-height: 1.3em;
}

#sidebar .borderbox {
	padding: 15px;
	color: #5d7559;	
	background: #ecf4ec;
	border: 1px solid #ddeddd;	
}

#sidebar .borderbox h3 {
	margin: 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #ddeddd;	
	font-family: InterstateBold, sans-serif;	
	font-weight: normal;
	font-size: 14px;	
	text-align: center;
	text-transform: uppercase;
}

#sidebar .borderbox p { 
	margin: 12px 0 0 0;
	line-height: 18px;
}


/*

#sidebar .headbox {
	width: 302px;
	margin-top: 20px;	
}

#sidebar .headbox h3 {
	width: 100%;
	margin: 0 0 7px 0;
	padding: 7px 0;
	color: #fff;
	background: #02a4d3;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

#sidebar .headbox h3.dark {
	background: #1d224e;
}

#sidebar .headbox .midimg {
	padding: 0 5px;
}

#sidebar .headbox h4 {
	margin: 0;
	color: #02a4d3;
	font-size: 1.2em;
	font-weight: normal;
}

#sidebar .headbox h4 a {
	color: #02a4d3;
	text-decoration: none;
}	

#sidebar .headbox p, #sidebar .headbox a {
	color: #1d224e;	
}

#sidebar .ad300 {
	margin-top: 20px;
}

#sidebar .sidethumb {
	float: right;
	width: 115px;
	margin-left: 10px;
}

#sidebar .sidethumb img {
	margin-bottom: 2px;
}
*/

#sidebar .nav2 {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;	
	font-family: InterstateBold, sans-serif;
	font-weight: normal;
}

#sidebar .nav2 li {
	margin: 0;
	padding: 0;
}

#sidebar .nav2 li a {
	display: block;
	height: 18px;
	padding: 10px 10px;
	margin: 0;
	background: #cacaca;
	color: #65686f;
	border-bottom: 1px solid #fff;		
	font-size: 14px;
	font-weight: bold;

	text-decoration: none;
}

#sidebar .nav2 li a:hover {
	text-decoration: underline;
}

#nav2on {
	background: #65686f !important;
	color: #fff !important;
}

/* convenience classes */
.clr {
	clear: both;
}

.separator {
	clear: both;
	margin: 20px 0;
	line-height: 0;
	border-bottom: 1px dashed #b5beb4;
}

.marbottom {
	margin-bottom: 10px;
}

.marbottom20 {
	margin-bottom: 20px !important;
}

.martop0 {
	margin-top: 0px !important;
}

.martop30 {
	margin-top: 30px !important;
}

.feedicon {
	margin-left: 5px;
}

/* footer */
#footer {	
	clear: both;
	width: 980px;	
	margin: 20px auto 10px auto;
	color: #fff;
	text-align: left;
}

#footer p {	
	margin: 0 0 20px 20px;
	font-size: 13px;
}

#footer .credits, #footer .juxta {	
	color: #d5d5d5;
	font-size: 10px;
	text-transform: uppercase;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .credits a {	
	color: #d5d5d5;
	text-decoration: underline;
}

#footer a.bib, #footer .juxta a {
	color: #d5d5d5;
	text-decoration: none;
}

#footer .credits a:hover,
#footer .juxta a:hover {	
	color: #fff;
	text-decoration: underline;
}

#footer .juxta span {
	font-style: italic;
}

/* jquery.tools overlay */
div.overlay {
	display: none;
	text-align: center;	
	overflow: hidden;
}

div.overlay a.close {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 28px;
	width: 28px;
	background-image: url("/images/site/apple-close.png");	
	cursor: pointer;	
	z-index: 2000;
}

div.overlay div.owrap {
	width: 800px;
}

div.owrap .avwrap {
	margin: 30px auto;
	padding: 0 20px;
	text-align: center;
}

div.owrap .mep-container {
	margin: 0 auto;
}

div.owrap .mep-poster img {
	margin: 0 !important;
}

div.owrap img {
	margin: 5px 5px 0 0;
}	

