/************************************************/
/*                                             	*/
/* By Pastor Clinton Macomber, Feb 2005        	*/
/*   updates: May 2007						   	*/	
/*	 updates: 6-2008: css3					   	*/
/*												*/
/************************************************/


/***********************************************/
/* Masthead Layout                             */
/***********************************************/
#masthead{
	margin: 0 auto;
	text-align: center;
	}
	
	#masthead table{
		margin: 0 auto;
		text-align: left;
		padding: 0;
		}
		
	#masthead #siteName{
		margin: 0;
		padding: 0 0 8px 0;
		color: #E6ECFF;
		font-weight: normal;
		}

	/* -----------  Main Menu Setup -----------------*/
	#masthead #mainmenu {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: medium;
		font-weight: bold;
		color: #FFFFFF;
		list-style-type: none;
		font-size: small;
		}
		
		#masthead #mainmenu table {
			margin-right: auto;
			margin-left: auto;
			} 
	#mainmenu ul {
          list-style: none;
		  margin: 0;
		  padding: 0;
      		}
		#masthead #mainmenu ul {
			  list-style: none;
			  margin: 0;
			  padding: 0;
				}
		#masthead #mainmenu ul li {
			  margin: 0 2px;
			  border: 3px ridge #668CFF;
			  }
		#masthead #mainmenu ul li a {
			  display: block;
			  background-color: #0033CC;
			  color: #FFFF66;
			  text-decoration: none;
			  padding: 0 4px;
			}
		#masthead #mainmenu ul li a.current {
			  background-color: #990000;
			  color: #FFE6E6;
			}
		#masthead #mainmenu ul li a:hover {
			  background-color: #001F7A;
			  color: #FFFF66;
			}


	/* -----------  Section Menu Setup -----------------*/
	#masthead #sectionmenu {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: medium;
		font-weight: bold;
		color: #660000;
		background-color: #668CFF;
		list-style-type: none;
		font-size: small;
		}
	
		#masthead #sectionmenu ul {
			  list-style: none;
			  margin: 0;
			  padding: 0;
				}
		#masthead #sectionmenu ul li {
			  /*float: left;*/
			  margin: 0 2px;
			  border: 3px ridge #668CFF;
			  } 
		#masthead #sectionmenu table li.th {
			background-color: #993300;
			color: #FFE4C4;
			font-weight: bold;
			font-variant: small-caps;
			text-transform: capitalize;
			}
		#masthead #sectionmenu ul li a {
			  display: block;
			  background-color: #668CFF;
			  color: #FFFF66;
			  text-decoration: none;
			  padding: 0 4px;
			}
		 #masthead #sectionmenu ul li a.current {
			  background-color: #990000;
			  color: #FFFFFF;
			}
		#masthead #sectionmenu ul li a:hover {
			  background-color: #0033CC;
			  color: #FFFF66;
			}
