/* --------------------------------------------------
	PRAISE CENTER CHURCH - OFFICIAL SITE
	www.praisecenterchurch.org
	
	DESIGNED AND MAINTAINED BY DWELLING PRODUCTIONS
	www.dwellingproductions.com
-------------------------------------------------- */


/* --------------------------------------------------
	MAIN SITE MENU
-------------------------------------------------- */

.mainMenu{
width: 150px; /* width of menu */
/* height: 30px;  height of menu */  /* DO NOT USE - Causes Re-adjustment Glitch */
}

.mainMenu .headerbar{
width: 150px; /* width of header */
height: 30px; /* height of header */
margin-bottom: 0; /* bottom spacing between header and rest of content */
padding: 0; /* possible indentation of header text */
}

.mainMenu .headerbar a{
text-decoration: none;
display: block;
}

.mainMenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /* bottom spacing between each UL and rest of content */
}

.mainMenu ul li{
padding-bottom: 2px; /* bottom spacing between menu items */
}

.mainMenu ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #1f1f1f;
	display: block;
	padding-left: 25px; /* link text is indented 8px */
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
}

.mainMenu ul li a:visited{
color: black;
}

.mainMenu ul li a:hover{ /*hover state CSS*/
color: #b0b0b0;
}
h3 {
	margin: 0px;
	padding: 0px;
}
#baseSpace {
	height: 10px;
}

/* Rollover - About */
a.rolloverAbout {
	width: 139px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/navAbout.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a:hover.rolloverAbout {
    background-position: -139px 0;
}
/* Rollover - Events */
a.rolloverEvents {
	width: 139px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/navEvents.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a:hover.rolloverEvents {
    background-position: -139px 0;
}
/* Rollover - Ministries */
a.rolloverMinistries {
	width: 139px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/navMinistries.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a:hover.rolloverMinistries {
    background-position: -139px 0;
}
/* Rollover - Resources */
a.rolloverResources {
	width: 139px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/navResources.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a:hover.rolloverResources {
    background-position: -139px 0;
}
/* Rollover - Bible College */
a.rolloverBibleCollege {
	width: 139px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/navBibleCollege.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a:hover.rolloverBibleCollege {
    background-position: -139px 0;
}
/* Rollover - Contact */
a.rolloverContact {
	width: 139px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/navContact.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a:hover.rolloverContact {
    background-position: -139px 0;
}


/* --------- HOME ROLLOVERS */


/* Rollover - About */
a.rolloverAboutHome {
	width: 139px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/navAboutHome.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a:hover.rolloverAboutHome {
    background-position: -139px 0;
}
/* Rollover - Events */
a.rolloverEventsHome {
	width: 139px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/navEventsHome.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a:hover.rolloverEventsHome {
    background-position: -139px 0;
}
/* Rollover - Ministries */
a.rolloverMinistriesHome {
	width: 139px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/navMinistriesHome.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a:hover.rolloverMinistriesHome {
    background-position: -139px 0;
}
/* Rollover - Resources */
a.rolloverResourcesHome {
	width: 139px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/navResourcesHome.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a:hover.rolloverResourcesHome {
    background-position: -139px 0;
}
/* Rollover - Bible College */
a.rolloverBibleCollegeHome {
	width: 139px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/navBibleCollegeHome.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a:hover.rolloverBibleCollegeHome {
    background-position: -139px 0;
}
/* Rollover - Contact */
a.rolloverContactHome {
	width: 139px;
	height: 30px;
	text-decoration: none;
	background-image: url(../images/navContactHome.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}
a:hover.rolloverContactHome {
    background-position: -139px 0;
}