body,html {
	height: 100%;
	min-height: 100%;   
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;    
}

body {	                                                       
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
} 

a:link {
	color: #6b735c;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #6b735c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #9EA987;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #6b735c;
	text-decoration: underline;
	font-weight: bold;
}    

.search a:link {
	color: #6b735c;
	text-decoration: underline;
	font-weight: bold;
}
.search a:visited {
	color: #6b735c;
	text-decoration: underline;
	font-weight: bold;
}
.search a:hover {
	color: #9EA987;
	text-decoration: underline;
	font-weight: bold;
}
.search a:active {
	color: #6b735c;
	text-decoration: underline;
	font-weight: bold;
}

.Head   {
		font: 1.1em;
    font-weight: normal;
}   

/* -- Header Links -- */
.header ul {	
	list-style: none;
}

.header li {
	display: inline;
	margin: 0;
	padding-right: 10px;
}

.header li a {
	font: 0.8em "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-style: normal;
	text-decoration: none;
}
              


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuNav { /* menu wrapper div */
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	position: relative;
}

#houseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	z-index: 99999;
}

#houseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuNav li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuNav li:hover ul ul, 
#houseMenuNav li:hover ul ul ul, 
#houseMenuNav li.sfhover ul ul, 
#houseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuNav li:hover ul, 
#houseMenuNav li li:hover ul, 
#houseMenuNav li li li:hover ul, 
#houseMenuNav li.sfhover ul, 
#houseMenuNav li li.sfhover ul, 
#houseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuNav { /* menu wrapper div */       
	width: 100%;                
	height: 24px; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px; 
	text-align: left;
}

#houseMenuNav ul { /* all submenu lists */
	line-height: 14px;
	background-color: #9cbed7;
}

#houseMenuNav li { /* all list items */
	height: 24px;       
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
}

#houseMenuNav li li { /* all items under the top level */
	width: 184px;
	height: 24px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 24px;
	/* end hack */
}

#houseMenuNav a { /* all links within the menu wrapper */
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight : normal;
	text-decoration : none;
	color : #6b735c;
	background-color: transparent;
	width: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: auto;
	height: 13px;
	_height: 100%;
	/* end hack */
}    

#houseMenuNav li a { 
	padding: 10px 10px 0 10px;	
	height: 22px;    
}

#houseMenuNav li li a { /* all item links under the top level */   
	width: 180px;   
	color: #f2f2e3; 
	padding: 10px;   
}

#houseMenuNav li a:hover { 
	padding: 10px 10px 0 10px;	  
	height: 22px;  
	color: #69705a;
	text-decoration: underline;               
}

#houseMenuNav li li a:hover {                    
	width: 180px; 
	padding: 5px 5px 0 5px;
	margin-left: 5px;  
	margin-top: 5px;    
	color: #7d856b;
	background-color: #cddab0; 
}

#houseMenuNav li ul { /* second-level lists */
	width: 210px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #4f474b;
	margin: 0;  
	padding-bottom: 14px;     
	line-height: 14px;  
	background-color: #7d856b;
}

#houseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -24px 0 0 144px;
	_margin: -24px 0 0 142px;
	border: solid 1px #999;
	line-height: 14px;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuNav #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuNav a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	text-decoration: none;
}

#houseMenuNav a#houseMenuCurrentLink
{ /* current link itself */
	margin: 1px;
	border: solid 1px #666;
	padding: 3px;
	height: 14px;
	color: #000;
	background-color: #ccc; 
	text-decoration: none;
}   

/* ------------ POSITIONING ATTRIBUTES ------------ */

.container {
	background: url(/Portals/0/bk.png) repeat-x top;
	padding: 10px;
}

.header {
	background: url(/Portals/0/logo.gif) no-repeat left top;
	text-align: right;
	padding-top: 60px;
}

.calloutContainer {
	background: #AFBEDB;
	padding: 3px;
}
	.callout {
		height: 181px;
		text-align: left;
		background: url(/Portals/0/missionStatement.png) no-repeat left top #DFE5F1;
	}
	.calloutRight {
		float: right;
		background: #AFBEDB;
		width: 614px;
		padding-right: 3px;
		text-align: right;
	}
.navContainer {
	height: 40px;
	background: #CDDAAF;
}
.contentContainer {
	border-left: 1px solid #CDDAAF;
	border-right: 1px solid #CDDAAF;
	border-bottom: 1px solid #CDDAAF;
	background: #FFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.content {
	background: #EEF2E3;
	padding: 8px;
}
	.contentLeft {
		width: 284px;
		border: 1px solid #FFF;
	}
	.contentMiddle {
		border: 1px solid #FFF;
		background: url(/Portals/0/updateBk.png) repeat-x left top;	
	}
		.contentMiddle p {		
			padding: 10px;
		}
		.contentMiddleContent{
			background: url(/Portals/0/updateBkBottom.png) repeat-x left bottom;			
		}
	.contentRight { 		
		border: 1px solid #FFF;
		width: 284px;        
	}
.footer {
	padding-top: 3px;
	padding-bottom: 12px;
	padding-left: 40px;
	background: url(/Portals/0/crossFlame.png) no-repeat left top;
	height: 60px;
	text-align: left;  	
	color: #929687;                                           
} 

h1 {
	font: 1.3em "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #69705a;	
}

h2 {
	font: 1.0em "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #4f474b;
	margin-bottom: -10px;	 
}

p {
	font: 0.8em "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #4f474b;	
	line-height: 1.2em; 
}      

.churchInfo {
	height: 105px;
	background: #e0e8cd;  
	padding: 10px;     
} 

.newsletter { 
	background: url(/Portals/0/pageCurl.png) no-repeat left top #FFF;
	height: 105px; 	
}   

.podcast {
	background: #e2e0c1;
	height: 105px;
	padding: 10px;
}


.footerText {
	font-size: 0.8em;
}    

#dnn_dnnLOGIN_hypLogin {
	color: #6b735c;
}
 
              