/* Contains all nav division formatting: top, bottom and side nav areas */

a:active, a:focus
{
   outline:  none;
}

body
{
	margin:0px;
	padding:0px;
}

/* top nav */


.topNavFont
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FFFFFF;
}


div.topNavBackground
{
	position:relative;
	width:100%;
	height:100px;
	background-image:url(../images/top_nav_background_repeater.png);
	background-repeat:repeat-x;
}


div.topNav
{
	position:relative;
	margin:auto;
	width:900px;
	height:100px;
}



a.aboutRollOver
{
	display: block;
	width: 90px;
	height: 20px;
	text-decoration: none;
	background: url("../images/top_nav_about.png");
	background-position: -15px 0px;
}
	a.aboutRollOver_new
	{
		display: block;
		width: 90px;
		height: 20px;
		text-decoration: none;
		background: url("../images/top_nav_about_new.png");
		background-position: -15px 0px;
	}

a.ministriesRollOver
{
	display: block;
	width: 120px;
	height: 20px;
	text-decoration: none;
	background: url("../images/top_nav_ministries.png");
}
	a.ministriesRollOver_new
	{
		display: block;
		width: 120px;
		height: 20px;
		text-decoration: none;
		background: url("../images/top_nav_ministries_new.png");
	}

a.resourcesRollOver
{
	display: block;
	width: 120px;
	height: 20px;
	text-decoration: none;
	background: url("../images/top_nav_resources.png");
}
	a.resourcesRollOver_new
	{
		display: block;
		width: 120px;
		height: 20px;
		text-decoration: none;
		background: url("../images/top_nav_resources_new.png");
	}

a.messagesRollOver
{
	display: block;
	width: 120px;
	height: 20px;
	text-decoration: none;
	background: url("../images/top_nav_messages.png");
}
	a.messagesRollOver_new
	{
		display: block;
		width: 120px;
		height: 20px;
		text-decoration: none;
		background: url("../images/top_nav_messages_new.png");
	}

a.serve_giveRollOver
{
	display: block;
	width: 120px;
	height: 20px;
	text-decoration: none;
	background: url("../images/top_nav_serve_give.png");
}
	a.serve_giveRollOver_new
	{
		display: block;
		width: 120px;
		height: 20px;
		text-decoration: none;
		background: url("../images/top_nav_serve_give_new.png");
	}



a.aboutRollOver:hover
{
	background-position: -135px 0;
}
	a.aboutRollOver_new:hover
	{
		background-position: -135px 0;
	}


a.ministriesRollOver:hover
{
	background-position: -120px 0;
}
	a.ministriesRollOver_new:hover
	{
		background-position: -120px 0;
	}


a.resourcesRollOver:hover
{
	background-position: -120px 0;
}
	a.resourcesRollOver_new:hover
	{
		background-position: -120px 0;
	}


a.messagesRollOver:hover
{
	background-position: -120px 0;
}
	a.messagesRollOver_new:hover
	{
		background-position: -120px 0;
	}


a.serve_giveRollOver:hover
{
	background-position: -120px 0;
}
	a.serve_giveRollOver_new:hover
	{
		background-position: -120px 0;
	}




/* Bottom Nav */


		div.bottomNavBackground
		{
			position:relative;
			background-image:url(../images/bottom_nav_repeater.png);
			background-repeat:repeat-x;
			height: 60px;
			width: 100%;
			z-index:250 !important;
		}
		
		div.bottomNav
		{
			position:relative;
			margin: auto;
			height: 40px;
			width: 900px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:14px;
			text-align:center;
		}
		
		
		
		
		a.homeLink
		{
			display: block;
			width: 80px;
			height: 20px;
			text-decoration: none;
			background: url("../images/bottom_nav_home.png");
		}
		
		a.blogLink
		{
			display: block;
			width: 120px;
			height: 20px;
			text-decoration: none;
			background: url("../images/bottom_nav_blog.png");
		}
		
		a.contactLink
		{
			display: block;
			width: 100px;
			height: 20px;
			text-decoration: none;
			background: url("../images/bottom_nav_contact.png");
		}
		
		a.directionsLink
		{
			display: block;
			width: 100px;
			height: 20px;
			text-decoration: none;
			background: url("../images/bottom_nav_directions.png");
		}
		
		a.givingLink
		{
			display: block;
			width: 120px;
			height: 20px;
			text-decoration: none;
			background: url("../images/bottom_nav_giving.png");
		}

		a.twitterLink
		{
			display: block;
			opacity: .5;
			MozOpacity: .5;
			filter: alpha(opacity=50);
			width: 30px;
			height: 30px;
			text-decoration: none;
			background: url("../images/twitter.png");
		}
		a.twitterLink:hover
		{
			opacity: 1;
			MozOpacity: 1;
			filter: alpha(opacity=100);
		}

		a.facebookLink
		{
			display: block;
			opacity: .5;
			MozOpacity: .5;
			filter: alpha(opacity=50);
			width: 30px;
			height: 30px;
			text-decoration: none;
			background: url("../images/facebook.png");
		}
		a.facebookLink:hover
		{
			opacity: 1;
			MozOpacity: 1;
			filter: alpha(opacity=100);
		}
		

		
/* side nav */

.sideNavLinkList
{
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}


a.sideNavLink
{
	color:#a0a0a0;
	text-decoration:none;
}

a.sideNavLink:hover
{
	color:#909090;
	text-decoration:underline;
}

a.sideNavCurrentPage
{
	color:#5a829a;
	text-decoration:none;
}