/* CSS Document ministry page 
   revised to make list active menu links*/

#pagetitle
{
float:left;
width: 700px;   
background-color:#fff; 
margin:10px 0 0 15px;
}
		
#ministries
{  

/* need to specfiy a width for MSIE Mac 5.2 
MacIE follows the CSS 2.0 spec for floats rather than CSS 2.1. This
basically means it does not shrink-wrap floated text blocks like many
other browser do, so it defaults to 100% width. Specify an explicit
width and the problem goes away. */
float:left;
width:175px;  
padding: 5px 5px 5px 5px;
margin-top:5px;
margin-bottom:10px;
margin-left:3px;
color: #272900;
/*border-right: 1px solid #6c9; */ 
}


			
#ministries  a
{
text-decoration: none;
font-weight:bold;
color: #663;  /*#272900;*/
}
	
#ministries a:hover, a:active
{
text-decoration: none;
color:#3cc;			/* #cc9; */
}

#ministries ul 
{
margin: 0 0 0 1px;
padding: 0;
list-style-type: none;
}

#ministries li
{
    padding-left:10px;
    font-weight:bold;
}


#ministry-info
{  

padding: 0px 5px 5px 15px;
margin-top:0px;
margin-bottom:10px;
margin-left:185px;
color: #272900;
border-left: 1px solid #6c9;  
}

