@charset "utf-8";
/* CSS Document */

*{
		font-family:Verdana, Geneva, sans-serif;
		}
	html,body {
		margin:0;
		padding:0;
		height:100%;
		font-family:Arial, Helvetica, sans-serif;
	}
#lifeway {
padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	position:fixed;
top:0px;
left:0px;
width:100%;
height:87px;
}
	#container {
		background-image: url(http://www2.lifeway.com/images/uploads/next/NEXTmain.jpg);
	background-repeat: no-repeat;
	background-position: center 80px;
	text-align:center;
		min-height:100%;
		position:relative;
	}
	#header {
		padding-top: 285px;
		padding-bottom:15px;
	}
	#body {
		padding:10px;
		padding-bottom:60px;	/* Height of the footer */
	}
	#footer {
		position:absolute;
		bottom:0;
		left:0px;
		width:100%;
		height:60px;			/* Height of the footer */
		background:#4386A1;
		color:#FFF;
		font-size:10px;
		font-variant:small-caps;
		padding-top:15px;
	}
	#footer a{
		color:#FFF;
		text-decoration:none}
	#footer a:hover{
		text-decoration:underline;
		color:#91E0FF;}
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		padding:10px;
	}
	
#nav{
	margin:auto;
	width:700px;
	background-color:#FFF;
	display:block;
	margin-bottom:70px;
	padding:3px;
	height:13px;
	}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color:#FFF;

}

#nav .noBord{
	border-right:none;}
#nav a {
	display: block;
	width: 100px;
	color: #666;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover {
	color: #4386A1;
	text-decoration:underline;
}
#nav li { /* all list items */
	float: left;
	width:90px;
	
	text-align:center;
	font-variant: small-caps;	/*width: 10em; *//* width needed or else Opera goes nuts */
}
#nav li ul li { /* all list items */
	float: left;
	width:90px;
	border-right:none;
	/*width: 10em; *//* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #4386A1;
	width: 120px;
	left: -999em;
	margin-left:20px;
	border: solid 1px #FFF;
	
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#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;
}
#nav ul li ul li{
	text-align:left;
	padding:5px;
	/*border-bottom:solid 1px #FFF;*/
	color:#FFF}
#nav ul li ul li a:link,#nav ul li ul li a:active, #nav ul li ul li a:visited{color:#FFF}
#nav ul li ul li a:hover{color:#CCC;}