﻿/*--- Nav container ---*/
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:5px;
background-color: transparent;
color: #F3E7A9;
float: left;
width: 100%;
font-family: verdana, helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: #F3E7A9;
text-decoration: none;
float: left;
border-right: 1px solid #BBB774;
}

#navcontainer ul li a:hover
{
background-color: transparent;
color: #fff;
}


/*--- Footer container ---*/
#footercontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top:5px;
background-color: transparent;
color: #F3E7A9;
float: left;
width: 100%;
font-family: verdana, helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}

#footercontainer ul li { display: inline; }

#footercontainer ul li a
{
padding: 0.2em 1em;
background-color: transparent;
color: #F3E7A9;
text-decoration: none;
float: left;
border-right: 1px solid #BBB774;
}

#footercontainer ul li a:hover
{
background-color: transparent;
color: #fff;
}


/*--- PRAY BUTTON ---*/

div.pray {
	height: 17px;
	width: 138px;
	margin: 0;
	padding: 0;
	background-image: url("../testimony/healingprayer_hov.png");
	text-align: center;
}

div.pray a, div.pray a:link, div.pray a:visited {
	display:block;
	text-align: center;
}

div.pray img {
	width: 100%;
	height: 100%;
	border: 0;
	text-align: center;
}

div.pray a:hover img {
	visibility:hidden;
	text-align: center;
}

/*--- PRN BUTTON ---*/

div.prn {
	height: 17px;
	width: 138px;
	margin: 0;
	padding: 0;
	background-image: url("../testimony/printerfriendly_hov.png");
	text-align: center;
}

div.prn a, div.prn a:link, div.prn a:visited {
	display:block;
	text-align: center;
}

div.prn img {
	width: 100%;
	height: 100%;
	border: 0;
	text-align: center;
}

div.prn a:hover img {
	visibility:hidden;
	text-align: center;
}

/*--- My Story BUTTON ---*/

div.story {
	height: 17px;
	width: 138px;
	margin: 0;
	padding: 0;
	background-image: url("../testimony/mystory_hov.png");
	text-align: center;
}

div.story a, div.story a:link, div.story a:visited {
	display:block;
	text-align: center;
}

div.story img {
	width: 100%;
	height: 100%;
	border: 0;
	text-align: center;
}

div.story a:hover img {
	visibility:hidden;
	text-align: center;
}

/*--- List item highlights ---*/

#toolnav2 ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: transparent;
	float: left;
	font-family: verdana, helvetica, sans-serif;
}

#toolnav2 ul li { display: inline; }

#toolnav2 ul li a
{
	margin: 2px 1px 2px 1px;
	list-style-type: none;
	float: left;
	width: 310px;
	height: 10px;
	text-align: left;
	font-size: 10px;
	color: #000000;
	background: #ffffff url('../images/buttons/btn_admin_up.png');
	text-decoration: none;
	display: inline-block;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#toolnav2 ul li a:hover
{
	color: #000000;
	background: #ffffff url('../images/buttons/btn_admin_hov.png');
}

#toolheader2 {
	border: thin double #666666;
	background-color: #999966;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 1px;
	width: 340px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 1px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

/*--- Game Counter BUTTON ---*/

div.games {
	height: 39px;
	width: 143px;
	margin: 0;
	padding: 0;
	background-image: url("../images/games_hov.png");
	text-align: center;
}

div.games a, div.games a:link, div.games a:visited {
	display:block;
	text-align: center;
}

div.games img {
	width: 100%;
	height: 100%;
	border: 0;
	text-align: center;
}

div.games a:hover img {
	visibility:hidden;
	text-align: center;
}


