@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:10px;
}
#footerWrapperHome{
	position:absolute;
	height:40px;
	width:800px;
	margin-top:470px;
	z-index:50;
}


#nl_logo{
	float:left;
	background-image:url(../images/logo_new_leaf.gif);
	background-repeat:no-repeat;
	width:81px;
	height:91px;
}
#proceeds{
		float:left;
	width:125px;
	height:59px;
	margin-left:8px;
	padding:10px;
	background-color:#420e00;
	font-size:9px;
	line-height:14px;
}
#nl_logo a{
	display:block;
		width:81px;
	height:91px;
}
#footerCopy{
	float:left;
	padding-left:268px;
	color:#420e00;
	margin-bottom:15px;
	padding-bottom:12px;
	border-bottom:1px solid #420e00;
}
#footerCopy a:link, #footerCopy a:hover, #footerCopy a:visited{
	color:#420e00;
	text-decoration:none;
}
.green{
	color:#7ac142;
	padding-left:5px;
	padding-right:5px;
}
#social{
	float:left;
	width:235px;
height: 35px;
padding-top:6px;
	border-right:1px solid #420e00;
}

#social a:link{
	margin-left:10px;
}
#nyrp_logo{
	float:left;
	background-image:url(../images/logo_nyrp.gif);
	background-repeat:no-repeat;
	width:130px;
	height:41px;
	margin-left:30px;
}
#nyrp_logo a{
	display:block;
	width:130px;
	height:41px;
}
#nyrpTag{
	float:left;
	color:#7ac142;
	font-size:12px;
	margin-left: 28px;
	margin-top:0;
	width:370px;
}
#nyrpTag a:link, #nyrpTag a:visited, #nyrpTag a:hover{
	color:#7ac142;
}

#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;
	float:right;
	text-align:right;
	margin-top:76px;
}



/* 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;
	}
.subHead{
		display:block;
		font-size:14px;
		font-weight:normal;
		color:#c5d763;
		text-decoration:underline;
		margin-bottom:0;
	}
P {
	line-height:180%;
	margin-bottom:15px;
}
.recipeTable P{
		line-height:130%;
		margin-bottom:6px;
}
.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;
}
ul.bulletList{
	list-style:inside;
}
ul.bulletList li{
	line-height:160%;
}
.smallNote{
    float: left;
    font-size: 10px;
    margin-top: 5px;
    position: relative;
}
.otContainer{
	margin-bottom:10px;
}
.otContainer h1, .otContainer h2{
	letter-spacing:normal;
	text-transform:none;
}