﻿/* Nav Links below */
/* ---------------------------------------------------------------------- */
.NavLinks 
{
	color:White;
	text-decoration:none;
	font-size:10px;
	vertical-align:middle;
}
.NavLinks:hover 
{
	color:Yellow;
	text-decoration:none;
	font-size:10px;
	vertical-align:middle;
}
/* Nav Cells below */
/* ---------------------------------------------------------------------- */
.NavHeader
{
	font-weight:bolder;
	color:White;
	padding-left:10px;
	height:10px;
	width:260px;
}
.NavLeftCell
{
	width:30px;
}
.NavCenterCell
{
	padding-left:3px;
	color:White;
	border-bottom:1px dotted white;
	width:230px;
}
.NavRightCell
{
}

/* Nav Controls below */
/* ---------------------------------------------------------------------- */
.FamilyAreaNav
{

	height:600px;
	background-image:url("../../Images/EarthAngel/FamilyAreaNavBackground.jpg");
	background-repeat:no-repeat;
}

.AboutQANav
{
	height:175px;
	background-image:url("../../Images/AboutQANavBackground.jpg");
	background-repeat:no-repeat;
}

.VistorsCenterNav
{

	height:214px;
	background-image:url("../../Images/VisitorsCenterNavBackground.jpg");
	background-repeat:no-repeat;
}

.GivingToQANav
{

	height:554px;
	background-image:url("../../Images/GivingToQANavBackground.jpg");
	background-repeat:no-repeat;
}

.GalleryNav
{

	height:175px;
	background-image:url("../../Images/AboutQANavBackground.jpg");
	background-repeat:no-repeat;
}

.GalleryNavHeader
{
	font-weight:bolder;
	color:White;
	padding:0px;
	height:10px;
	margin-left:-20px;
	text-align:left;		
}