/* CSS Document */
/* NEW DROP DOWN MENU CSS STYLES BELOW */

#nav_top  {
	line-height:20px;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	float:none;
	}
	
#nav_top a {
	display: block;
	text-decoration: none;
	color:#000000;
	}

#nav_top a:hover {
	background: #660000;
	color:#FFFFFF;
	font-weight:bold;	
	}

#nav_top li li a {
	display: block;
	font-weight: normal;
	color: #000000;
	}

#nav_top li li a:hover {
	background: #660000;
	color: #FFFFFF;	
	}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

li {
	float: left;
	position: relative;
	width: 105px;
	text-align: center;
	cursor: default;
	border: 1px solid #660000;
	border-width: 1px 1px 1px 1px;
  	}

li ul {
	list-style-type: none;
	display: none;
	position: absolute; 
	top: 20px;
	left: 0;
	background:#CC6666;
	margin-top:1px;
	margin-left: -1px;
	}

li ul li {
	border: 1px solid #660000;
	border-width: 0px 1px 1px 1px;
	}

li > ul {
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul { 
	display: block; 
	}
	
p  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.green {
	color: #00CC00;
	font-weight: bold;
}
.blue {
	color: #0000CC;
	font-weight: bold;
}

.vbs  {background-image:url(images/VBS/SonQuestForumHeader.jpg);
		background-repeat:no-repeat;}

.force_break  {
	clear:both;
	}


#content  {
	width:75%;
	text-align:left;
	float:left;
	padding-left:20px;
	padding-right:20px;

	
	}
	
#content_nortbar  {
	width:95%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	border:thin;
	border:#993300;

	}
	
#scripture  {
	width:20%; 
	margin-left:15px;
	
	}

#wisdom  {
	width: 35%;
	margin-left:15px;
	}
	
h1  {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

h2  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	clear:both
	}

#footer  {
	width:inherit;
	clear:both;

}

#container  {
	width:800px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#menu  {
	width:100%;
	text-align:inherit;

	}
	
body  {
	text-align:center;


}
	
	
hr {
background-color:#660000;
color:#660000;
}
#container table caption {
	font-size: x-large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

