﻿/* ######## STANDARD TAG PRESETS AND STYLES  ###########  */

body {
	margin: 0;
	padding: 0;
	background-color: #e4dcda;
	background-position: top;
	text-align:center;
	font-size: 75%;
	font-family: Arial, Helvetica, San-serif;
}

table{
	border:0;
	border-collapse:collapse ;
	padding:0;
}

img	{
	border: 0;
	behavior: url("/includes/iepngfix.htc");
}

h1, h2 {
	font-weight: normal;
	color: #000000;
	}

h1	{
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 1.6em;
	height: 30px;
	background-image:url('/images/content/img_title_bkgd.jpg');
	margin-left: 20px;
	border-bottom:1px #be793e solid;
} 

h2	{
	font-size: 1.3em;
}

a	{
	color: #003399;
}

a:hover {
	color:#cc6600;
}


/* ######## PAGE FORMATTTING STYLES  ###########  */

#containertop	{
	width: 100%;
	background-image: url('/images/pg_backgnd.jpg');
	background-repeat: repeat-x;
	text-align:center;
}

.masthead {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0 18px 0 18px;
	color:#3862a0;
	background-image:url('/images/img_masthead_shadow.gif')
}

#logo_area	{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #ffffff;
	height: 142px;
}

#logo_area img	{
	margin: 20px 0 0 20px;
}

#logo_area h2.scripturequote	{
	display: block;
	width: 260px;
	font-size:1em;
	font-family: georgia,times, san-serif;
	color: #003399;
	line-height: 150%;
	font-style:italic;
	text-align: right;
	float: right;
	margin: 20px 20px 0 0;
	padding: 0;
}

#top_nav {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color:#3562a0;
	background-image:url('/images/navigation/img_nav_background.jpg');
	height: 35px;
	overflow:hidden;
}

#top_nav ul	{
	text-align: center;
	padding: 0px;
	margin: 4px 0 0 5px;
	list-style:none;
	white-space: nowrap;
	font-size: 99%;
	font-weight:bold;
	line-height: 30px;
	color: #fff;
	float: left;
}

#top_nav ul li	{
   text-align: center;
   margin: 0;
	padding: 0 6px 0 6px;
	list-style-type: none;
	display:inline;
	border-right: 1px solid #ffffff;
	border-collapse: collapse;
}

#top_nav ul li a {
	color:#ffffff;
	text-decoration:none;
	}
	
#top_nav ul li a:hover	{
	color: #ff9900
	}


#containerbottom	{
	width: 100%;
	background-image:url('/images/img_background_shadow.gif');
	background-position:center;
	background-repeat:repeat-y
}

#main_area {
	text-align: center;
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	padding: 0 18px 0 18px;
	}


#left_col {
	width: 230px;
	position: absolute;
	left: 18px;
	margin: 0; 
	padding: 0 0 5px 0;
}

#page_content {
	position: relative;
	margin: 0  15px  0 230px;
	text-align: left;
}


#footer {
	margin-left:auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: center;
	width: 100%;
	color: #9f9795;
	font-size: .8em;
}

#footer a{
	color: #9f9795;
	padding: 0 6px 0 6px;
	text-decoration:none;
}
#footer a:hover	{
	color: #cc6600;
}

#top_nav_shadow	{
	width: 936px;
	height: 17px;
	margin-left: -18px;
	background-image:url('/images/navigation/img_nav_bottomshadow.jpg');
}

#pagebottom	{
	margin-left: auto;
	margin-right: auto;
	padding-right: 1px;
	text-align: center;
	width: 937px;
	height: 20px;
	background-image: url('/images/img_footer_bkgd.gif');
	clear:both;
}


.sidebanner	{
	background-color:#f0f0f0;
	width: 220px;
	height: 90px;
	border: 1px #c0c0c0 solid;
	margin: 0 0 8px 0;
}

