@charset "utf-8";
/* CSS Document */

#footernav_wrapper {
	width: 141px;
 	height: 61px;
 	position: relative;
 	background-color: #FF0000;
 }
.footernav_text {
	visibility: hidden;
}
 
/*======= Begin Pop-Up Nav Styles =======*/
 
ul#footernav {
    float:left;
    width:141px;/*1000px total with padding*/
	height: 61px;
    background:#353535;
    list-style:none;
    margin: 0px; /* reset the default left margin in IE */
    padding:0px 0px; /* reset the default left padding in good browsers */
}
#footernav li {
    position:relative; /* establish stacking context for the AP'd dropdown sublist */
    float:left;
    font-weight:bold;
    background: url(../images/churches_button.png);
}
#footernav li a {
    float:left;
    width:141px;/*142px total with padding*/
    padding:0px; /* text padding for left and right only */
    line-height:61px; /* center the text vertically */
    text-decoration:none;
    color:#ffffff;/* 1st level font color(deepskyblue)*/
    text-align:center;
}
#footernav li:hover, 
#footernav li.sfhover{ 
    background: url(../images/churches_button_ro.png);/* background for all links on hover */
    visibility: visible;/* makes IE7 think something changes on hover, fixes IE sticking dropdown */
}
#footernav li:hover a, 
#footernav li.sfhover a {color:#FFF}/*1st level font color on hover*/
 
/*=== All Sublist Styles ===*/
#footernav ul {
    position: absolute; /* position the sublist to nearest positioned ancestor, the (#nav li) in this case*/
    width:132px;
    height:100%;
	padding: 0px;
    margin-left:-2000px;/* hide the sublist */
    left:5px; /* IE6&7 need this to position the sublist correctly on hover*/
    top:-250px;
    list-style: none;
    background: #313131;/* IE needs some sort of BG on the nested ul */
}
#footernav li li{
    float:left;
    width:132px;
    height:25px;
    font-weight:normal;/*reset from #nav li*/
    background:#353535 url(../images/footer_button.png) no-repeat;/*override #nav li with image*/
}
#footernav li li a{
    float: none;/*reset the float from #nav li a*/
    height: 25px;
	/* display: block; */
    line-height: 25px;/*reset from #nav li a */
    padding: 0px;
    text-align: center;/*reset from #nav li a */
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 132px;
}
/*=== Hide Sublists ===*/
#footernav li:hover ul,
#footernav li.sfhover ul {
    margin-left:-2000em;
}
/*=== Sublist Font Colors ===*/
#footernav li:hover li a, 
#footernav li.sfhover li a {color:#c5c5c5;} /*2nd level font color*/
 
#footernav li li:hover a, 
#footernav li li.sfhover a {color:#FFFFFF;} /*2nd level font color on hover*/
 
/*=== 2nd level "li" BG-color on hover ===*/
#footernav li li:hover,
#footernav li li.sfhover{
    background: url(../images/footer_button_RO.png);
}
/*=== Second Level UL position on hover ===*/
#footernav li:hover ul,
#footernav li.sfhover ul{ 
    margin-left: 0; /* show the sublist (line up with left border on main list items)*/
}
 
/************* HEADER NAVIGATION STYLES ***************************
*****************************************************************/

/*======= Begin Pop-Up Nav Styles =======*/
 
#topnav_wrapper {
	width: 990px;
 	height: 33px;
 	position: relative;
 	background-color: #FF0000;
	text-align: center;
 }

 
/*======= Begin Pop-Up Nav Styles =======*/
 
ul#topnav {
    float:left;
    width:990px;/*1000px total with padding*/
	height: 33px;
    background:#353535;
    list-style:none;
    margin: 0px; /* reset the default left margin in IE */
    padding:0px 0px; /* reset the default left padding in good browsers */
}
#topnav li {
    position:relative; /* establish stacking context for the AP'd dropdown sublist */
    float:left;
    background: url(../images/button_bg_13.jpg) no-repeat;
	margin-right: 8px;
	
}
#topnav li a {
    float:left;
    width:156px;/*142px total with padding*/
    /*padding: 3px 0px 0px 0px;  text padding for left and right only */
    line-height:30px; /* center the text vertically */
    text-decoration:none;
    color:#ffffff;/* 1st level font color(deepskyblue)*/
    text-align:center;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#topnav li:hover, 
#topnav li.sfhover{ 
    background: url(../images/button_bg_RO_13.jpg);/* background for all links on hover */
    visibility: visible;/* makes IE7 think something changes on hover, fixes IE sticking dropdown */
}
#topnav li:hover a, 
#topnav li.sfhover a {color:#FFF}/*1st level font color on hover*/
 
/*=== All Sublist Styles ===*/
#topnav ul {
    position: absolute; /* position the sublist to nearest positioned ancestor, the (#nav li) in this case*/
    width:144px;
    height:100%;
	padding: 0px;
    margin-left:-2000px;/* hide the sublist */
    left:5px; /* IE6&7 need this to position the sublist correctly on hover*/
    top:30px;
    list-style: none;
    background: #313131;/* IE needs some sort of BG on the nested ul */
}
#topnav li li{
    float:left;
    width:144px;
    height:25px;
    font-weight:normal;/*reset from #nav li*/
    background:#353535 url(../images/dropdown_button.png) no-repeat;/*override #nav li with image*/
	
}
#topnav li li a{
    float: none;/*reset the float from #nav li a*/
    height: 25px;
	line-height: 25px;/*reset from #nav li a */
    padding: 0px;
    text-align: center;/*reset from #nav li a */
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;
	margin: 0px;
	width: 144px;
}
/*=== Hide Sublists ===*/
#topnav li:hover ul,
#topnav li.sfhover ul {
    margin-left:-2000em;
}
/*=== Sublist Font Colors ===*/
#topnav li:hover li a, 
#topnav li.sfhover li a {color:#c5c5c5;} /*2nd level font color*/
 
#topnav li li:hover a, 
#topnav li li.sfhover a {color:#FFFFFF;} /*2nd level font color on hover*/
 
/*=== 2nd level "li" BG-color on hover ===*/
#topnav li li:hover,
#topnav li li.sfhover{
    background: url(../images/dropdown_button_RO.png);
}
/*=== Second Level UL position on hover ===*/
#topnav li:hover ul,
#topnav li.sfhover ul{ 
    margin-left: 0; /* show the sublist (line up with left border on main list items)*/
}