/*  WIDE LH nav table content for nav w/ video in top area*/
/* control cell sizes, borders and backgrounds */
/*  pages with white main background colors */

.navVidTop{
	width: 342;
	height: 280;
	background-image: url(../../images/lh_nav_wide_under_vids_adopt.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
	padding-top: 10px;
	padding-bottom:5px;
}

.centerCell{  /*use when 3 cols*/
	height: 25px;
	border-top: 1px solid #0E7438;
	border-left: 1px solid #0E7438;
	background-color: White;
}

.bottomRowWideAll{
	/* wide set only - must all columns */
	background-image: url(../../images/lh_nav_wide_bottom_curves_adopt.gif);
	height: 27px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-top: 1px solid #0E7438;
}

.bottomRowWideLeft{
	/* for 2 col set only */
	background-image: url(../../images/lh_nav_wide_bottom_curve_left_adopt.gif);
	height: 27px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-top: 1px solid #0E7438;
}

.bottomRowWideRight{ /* for 2 col set only */
	background-image: url(../../images/lh_nav_wide_bottom_curve_right_adopt.gif);
	height: 27px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-left: 1px solid #0E7438;
	border-top: 1px solid #0E7438;
}
	
.bottomRowWideLeft3{ /* for 3 col set only */
	background-image: url(../../images/lh_nav_wide_bottom_curve_left3_adopt.gif);
	height: 27px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-top: 1px solid #0E7438;
	/* background-position: top;*/
}

.bottomRowWideCenter3{
	/* for 3 col set only */
	background-image: url(../../images/lh_nav_wide_bottom_curve_center3_adopt.gif);
	height: 27px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-left: 1px solid #0E7438;
	border-top: 1px solid #0E7438;
	/* background-position: top;*/
}	

.bottomRowWideRight3{ /* for 3 col set only */
	background-image: url(../../images/lh_nav_wide_bottom_curve_right3_adopt.gif);
	height: 27px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-left: 1px solid #0E7438;
	border-top: 1px solid #0E7438;
	/* background-position: top;*/
}	
	
	
	
	
/*  NARROW and Shared LH nav table content below image*/
/* control cell sizes, borders and backgrounds */
/*  pages with white main background colors */
/*  to cell is the one with the icon */

.topCell{
	/* must span all columns */
	height: 50px;
	font-size: 18px;
	border-right: 2px solid #0E7438;
	border-left: 2px solid #0E7438;
	border-top: 1px solid #0E7438;
	background-color: White;
}


.lhCell{					
	height: 25px;
	border-top: 1px solid #0E7438;
	border-left: 2px solid #0E7438;
	background-color: White;
}

.rhCell{					
	height: 25px;
	border-top: 1px solid #0E7438;
	border-left: 1px solid #0E7438;
	border-right: 2px solid #0E7438;
	background-color: White;
	
}

.singleCell{			/* must span all colums */
	height: 25px;
	border-top: 1px solid #0E7438;
	border-right: 2px solid #0E7438;
	border-left: 2px solid #0E7438;
	background-color: White;
}

.bottomRowNarrowAll{	/* for 2 col set only - must both columns */
	background-image: url(../../images/lh_nav_narrow_bottom_curves_adopt.gif);
	height: 27px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-top: 1px solid #0E7438;
}

.bottomRowNarrowLeft{ /* for 2 col set only */
	background-image: url(../../images/lh_nav_narrow_bottom_curve_left_adopt.gif);
	height: 27px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-top: 1px solid #0E7438;
}

.bottomRowNarrowRight{ /* for 2 col set only */
	background-image: url(../../images/lh_nav_narrow_bottom_curve_right_adopt.gif);
	height: 27px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-left: 1px solid #0E7438;
	border-top: 1px solid #0E7438;
}


/* control text and colors inside the cells */

#navigationLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#navigationLeft a {
	color: #0E7438;
	font-weight: bold;
	/*padding: 5px 10px;*/
	text-decoration: none;	
}
	
#navigationLeft a:hover {
	color: #F26762;
}
	
#navigationLeft #currentpage a {
	color: #F26762;
	}
	


