/* ----------------------------------------------------------------------------------- */
/* -		LEVEL 2	: REDEFINES														 - */
/* ----------------------------------------------------------------------------------- */

.orldafings {
	width:673px;
	}
.mainArea {
	background:#5C584B url(/img/common/mainareabg_level2.jpg) repeat-y;
	}
	
/* --------------------------------------------------- */
/* -	SECONDARY NAV								 - */


.secondaryNavWrapper {
	width: 255px;
	background:#B8B196 url(/img/common/secnavtopbg.jpg) no-repeat;
	padding:10px 10px 10px 10px;
	}

.secondaryNavWrapper p {
	color:#333333;
	margin-bottom:15px;
	}


/* --------------------------------------------------- */
/* -	HEADING WIDGET								 - */

.w_heading_level_2 {
	width:673px;
	}
	
.w_heading_level_2 .smallSpacer {
	font-size:0px;
	height:0px;
	}

	.w_heading_level_2 .heading {
		background-image:url(/img/nuggets/heading_background.jpg);
		background-repeat:no-repeat;
		width:333px;
		}
	
	.w_heading_level_2 .graphic {
		font-size:0;
		}
	
	.w_heading_level_2 .heading h1 {
		}
	
	.w_heading_level_2 p {
		padding:0 10px 7px 29px;
		}



/* ----------------------------------------------------------------------------------- */
/* -		LEVEL 2	: BUILD														 	 - */
/* ----------------------------------------------------------------------------------- */

.level_2_contentAreaWrapper {
	background:url(/img/common/l2_contentarea_bkg.jpg) repeat-y;
	width:652px;
	margin-left:11px;
	}

.level_2_contentArea {
	background:url(/img/common/l2_contentarea_topbg.jpg) no-repeat left top;
	color:#333333;
	}

.level_2_contentArea p {
	color:#000000;
	}

.level_2_contentArea .left,
.level_2_contentArea .right {
	width:263px;
	padding:16px;
	display:inline;
	}
.level_2_contentArea .left {
	margin-right:21px;
	}

.level_2_contentArea .content-wrap {
	padding:26px 0 19px 19px;
	}
	.level_2_contentArea ul, .level_2_contentArea ol {
    list-style-position:inside;
    padding: 0 16px;
}
.level_2_contentArea ul {
    list-style-type:disc;
}

.level_2_contentArea ol {
    list-style-type:decimal;
}

.level_2_contentArea ul li, .level_2_contentArea ol li {
    line-height: 14px;
}

