/*  WIDE LH nav table content for nav w/ video in top area*/
/* control cell sizes, borders and backgrounds */
/*  pages with blue main background colors */
/*  narrow and other elements - scroll down */

.navVidTop{
	width: 342;
	height: 280;
	background-image: url(../../images/lh_nav_wide_under_vids.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.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.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.gif);
	height: 27px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-left: 1px solid #0E7438;
	border-top: 1px solid #0E7438;
}
	
/*  NARROW and Shared LH nav table content below image*/
/* control cell sizes, borders and backgrounds */
/*  pages with blue main background colors */

.topCell{
	/* must span all columns */
	height: 50px;
	font-size: 15px;
	border-top: 1px solid #0E7438;
	border-right: 2px solid #0E7438;
	border-left: 2px 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.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.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.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;
	}
	

