@charset "utf-8";
/* BASIC PAGE STYLES */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	scrollbar-base-color:#369;
}


#pageWrapper{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	text-align:left;
}
#mainWrapper{
	margin-left:50px;
	margin-right:50px;
	margin-top:35px;
	margin-bottom:35px;
}
#headerWrapper{
	height:90px;
	width:100%;
	margin-bottom:10px;
}
#bodyWrapper{
	height:450px;
	width:100%;
	background-color:#420e00;
	overflow:hidden;
}
#bodyWrapperHome{
	position:absolute;
	height:450px;
	width:800px;
	background-color:#420e00;
	overflow:hidden;
	display:none;
	}
#bodyWrapperFlash{
	position:absolute;
	height:450px;
	width:800px;
	z-index:100;
}
#footerWrapper{
	height:40px;
	width:100%;
	margin-top:35px;
}
#footerWrapperHome{
	position:absolute;
	height:40px;
	width:800px;
	margin-top:485px;
	z-index:50;
}


#nl_logo{
	float:left;
	background-image:url(../images/logo_new_leaf.gif);
	background-repeat:no-repeat;
	width:81px;
	height:91px;
}
#nl_logo a{
	display:block;
		width:81px;
	height:91px;
}
#nyrp_logo{
	float:left;
	background-image:url(../images/logo_nyrp.gif);
	background-repeat:no-repeat;
	width:130px;
	height:41px;
	margin-left:268px;
}
#nyrp_logo a{
	display:block;
	width:130px;
	height:41px;
}
#nyrpTag{
	float:left;
	color:#7ac142;
	font-size:12px;
	font-style:italic;
	margin-left: 28px;
	margin-top:0;
}

#headerNav{
	float:right;
	text-align:right;
	margin-top:76px;
}
#headerNav a, #headerNav a:link, #headerNav a:visited{
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#420e00;
}
#headerNav a:hover{
	text-decoration:underline;
}



/* main body */
#navWrapper{
	float:left;
	width:234px;
	height:450px;
	padding-top:50px;
}
#dividerWrapper{
		float:left;
	width:29px;
	height:450px;
	border:none;
	border-left-color:#FFF;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#FFF;
	border-right-style:solid;
	border-right-width:2px;
}
#contentWrapper{
		float:left;
	width:374px;
	height:450px;
}
#contentWrapperFull{
		float:left;
	width:530px;
	height:450px;
}
#content{
	padding-top:50px;
	padding-left:37px;
}
#content2{
	padding-top:50px;
	padding-left:37px;
}
.content{}
#pageImageWrapper{
		float:left;
	width:159px;
	height:450px;
}


/* formatting styles */
H1{
	font-size:14px;
	font-weight:normal;
	color:#c5d763;
	letter-spacing:4px;
	margin-bottom:20px;
	text-transform:uppercase;
	}
H2{
	font-size:12px;
	font-weight:normal;
	color:#c5d763;
	}
P {
	line-height:180%;
	margin-bottom:15px;
}
.tightLineSpacing{
	line-height:150%;
}
.content a, .content a:link, .content a:visited{
	text-decoration:underline;
	color:#c5d763;
}
.content a:hover{
	text-decoration:underline;
}

.white{
	color:#FFF;
}
a.white, a.white:link, a.white:visited{
	text-decoration:underline;
	color:#FFF;
}
a.white:hover {
	text-decoration:underline;
}

.tableSpacing td{
	padding-top:2px;
	padding-bottom:6px;
}
#content ul{
	margin-top:6px;
	margin-bottom:14px;
}
#content li{
	list-style:none;
	padding-left:18px;
	background-image:url(../images/bullet_ndash.gif);
	background-position:0px 8px;
	background-repeat:no-repeat;
	margin-bottom:6px;
}