/* CSS Document */

body 
{
margin: 0px; 
padding: 0px; 
font-family: arial, "times new roman", serif;
color: #fff; 
background-color: #555;
text-align: center;
}

#container
{
width: 840px;
height: auto;
background-color: #000044;
text-align: left;
margin-right: auto;
margin-left: auto;
}

#header_section1
{
height: 135px;
}

#headerlogo
{
float: left;
width: 600px;
}

#navbardiv
{
background-color: #0066ff;
width: 840px;
height: 32px;
}

.navbarimages 
{
 border-thickness:1px; 
 border-color: #0066ff; 
 border-style: solid;
}

#nav { /* all lists */
		padding: 0px;
		margin: 0px;
		list-style: none;
		float : left;		
	}
	
	#nav ul { /* all lists */
		padding: 0px;
		margin: 0px;
		list-style: none;
		float : left;
		width : 10em;		
	}
	
	#nav li { /* all list items */
		padding: 0px;
		margin: 0px;
		float : left;
	}
	
	.submenu1
	{
		width: 140px;
	}
	
	#nav li ul 
	{ /* second-level lists */
		position : absolute;
		margin-left: 1px;
		left: -999em;
		background-color: #0066ff;
		border: 1px solid #fff;
		z-index: 20;
	}
	
	
	#nav li a 
	{
		display : block;
		color : black;
		font-weight : normal;
		text-decoration : none;
		background-color: #0066ff;
	}
	
	#nav li a:hover 
	{
		color : white;
		background-color: #0066ff;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul 
	{
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul 
	{ /* lists nested under hovered list items */
		left: auto;
	}
	
.bar 
{ 
text-decoration: none; 
color: #0066ff;
}
.bar:link
{ 
color: #0066ff;
}
.bar:visited
{ 
color: #0066ff;
}

.ministriesbarimg
{
 border:2px;
 border-thickness:1px; 
 border-color: #0066ff; 
 border-style: solid;
}

.aboutbarimg
{
 border:2px;
 border-thickness:1px; 
 border-color: #0066ff; 
 border-style: solid;
}

#headerpics_row
{
margin-top: 3px;
padding: 0px;
text-align: center;
width: 840px;
}
#headerdiv
{
margin-bottom: 3px;
}

#headerdiv a img
{
border-style: none;
}

#fatherdaughterimg
{
width: 141px;
}

#family_genimg
{
width: 143px;
}

#little-boy-bubbleimg
{
width: 80px;
}

#couple1img
{
width: 146px;
}

#kidsimg
{
width: 156px;
}

#motherbabyimg
{
width: 154px;
}

#title
{
color: #ffffff;
background-color: #0066ff;
}

a:link
{
color: #0066ff;
}

a:visited
{
color: #0066ff;
}

.header
{
color: #0099ff;
text-align: left;
font-size: 17pt;
font-weight: bold;
margin: 0px 0px 8px 0px;
border-bottom: 1px dotted #fff;
}


* html .header
{
	border-bottom: none;
	padding: 1px;
	background: url("http://www.northstarfamily.net/northstarimages/css-dotted.gif") repeat-x bottom;	
}

#banner
{
background-color: #000;
}
#banner h1
{
margin: 0;
padding: .3em 0 .3em .5em;
font-family: Bookman Old Style;
font-size: 3em;
font-weight: bold;
} 

#bottom_nav_bar
{
clear: both;
height: 15px;
padding-left: 120px;
padding-top: 5px;
font-size: 10pt;
font-weight: bold;
text-align: center;
border-top: 1px solid #555;
}
#nav_link
{
float: left;
text-align: center;
width: 150px;
}

#nav_link a
{
color: #0066ff;
text-decoration: none;
}

#nav_link a:hover
{
color: #fff;
background-color: #0066ff;
}

#nav_links
{
text-align: center;
border-top: 1px solid #555;
padding-top: 5px;
font-size: 11pt;
}

#nav_links ul
{
}

#nav_links ul, #nav_links ul li
{
list-style: none;
display: inline;
}
#nav_links ul li a
{
color: #0066ff;
text-decoration: none;
padding-left: 10px;
padding-right: 10px;
}

#nav_links ul li a:hover
{
color: #fff;
background-color: #0066ff;
}

#footer
{
clear: both;
padding: .5em 1em;
border-top: 1px solid #999;
text-align: center;
} 
div#footer ul 
{
padding: 0; 
margin: 0; 
list-style-type: none; 
} 
div#footer li
{
margin-right: 1em;
font-size: 11px;
color: #ffffff;
}