@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------------------------------- */
html {	
	font-size:12px;	/* Base font height - rest of site works of percentage of this */
	font-family:Verdana, Geneva, sans-serif;
}

body {
	background-image: url(graphics/background-site-gray.jpg);
	background-color: #534c45;
	background-repeat:repeat-x;
	margin:0;
}

p {
	margin:0;	
	
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	font-weight:bold;
}

h1 {
	font-size: 130%; 
	margin-bottom:2px;
}

h2 { font-size: 125%; }

h3 { font-size: 120%; }

h4 { font-size: 110%; }

h5 { font-size: 100%; }

h6 { font-size: 85%; }

blockquote {
	margin: 0px 0px 0px 15px;
}

.scripture {
	font-style:italic;
	color:#AB9976;
	margin:5px 15px 5px 15px;
}

.tableEven {
	background-color:#e7efd8;
}

.tableOdd {
	background-color:#FFF;
}

#pageHeaderNormal {
	margin-top: 15px;
	font-size: 185%;
	color:#a48e75;
}

.pageHeaderEmphasis {
	color:#7b5d3a;
	font-weight:bold;
}


hr {
	color: #c8af87;
	background-color: #c8af87;
	height: 1px;
	border: 0;
	width: 100%;
	margin-top:13px;
	margin-bottom:13px;
}

/* ---------------------------- Content Container -------------------------------- */

#container {	
	width: 900px; 
	margin: 0 auto;
	background-color:#FFF;
	background-image: url(graphics/background-content-a.jpg);
	
}

/* ------------------------------ Header Section --------------------------------- */

#header {	
	height: 84px;	 
	background-color:#000;
	z-index:1500;
}

#header img {
	float:left;
}

#primaryNavBar {
	float:left;
	width:600px;
	padding:0 10 0 0;
	margin-top:55px;
	color:#CCC;
	text-align:right;
	z-index: 1500;

}


/* ------------------------------------------------------------------------------- */

#content{
	
}

#content p {
	font-size:90%;
	margin-bottom:6px;
}

#content ul, ol {
	font-size:90%;
	margin-top:5px;
}

#content li {
	margin-left:-5px;
	margin-bottom:5px;
}

#content td {
	font-size:85%;
}


/* ------------------------------------------------------------------------------- */

#leftColumn {
	width:320px;
	padding:10px;
	float:left;
}

#leftColumnFeature {
	margin-top: 12px;
	margin-bottom: 12px;
	padding:10px;
	background-image:url(graphics/leftColumnFeature-green.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
}

#leftColumnFeature h1,h2,h3,h4,h5,h6 {
	margin-top: 10px;
}

#leftColumn h3 {
	color: #583b1e;
}

#leftColumn h5 {
	color: #8a7465;
}

#seriesNavigation {
	font-weight:bold;
	text-align:center;
}


#seriesNavigation a:hover {
	font-weight:bold;
	color:#fff;
}


#rightColumn {
	width:540px;
	padding:10px;
	float:left;
}

#rightColumn h3 {
	color: #aebf7f;
	
}

#rightColumn h6 {
	padding-top:8px;
	margin-top:15px;
	color: #402F09;
	background-image: url(graphics/h3-background.jpg);
}



#rightColumn img.middleBanner {
	padding-top: 15px;
	padding-bottom: 15px;	
}

.imageHeader {
	margin: 15px 0px 0px 0px;
}

.imageLeft {
	margin: 0px 10px 0px 0px;
	float: left;
}

.imageRight {
	margin: 5px 0px 0px 10px;
	float: right;

}

/* ------------------------------------------------------------------------------- */

#secondaryNavBar {
	clear:both;
	background-color: #bdb292;
	padding: 5px 10px 5px 10px;
	height:18px;
}


#secondaryNavButtons {
	float:left;	
	width:655px;
	margin-top:2px;
	text-align:center;
	font-size:85%;
}

#secondaryNavButtons ul {
	display:inline;
}

#secondaryNavButtons ul li {
	list-style:none;
	display: inline;
	
}

#secondaryNavButtons a {
	color:#3E2E1E;
	text-decoration:none;
	
}

#secondaryNavButtons a:hover {
	text-decoration:underline;
	color:#FFF;	
}

#searchEngineBox {
	float:right;	
	width:225px;
	text-align:right;
}

#searchEngineBox input[type="text"], #searchEngineBox textarea {
    font-size: 90%;   
    border: solid 1px #785f3b;
    width: 145px;
    background-color: #f6efdd;
} 

/* ------------------------------------------------------------------------------- */

#contactBar {
	clear:both;
	padding:5px;
	color:#968764;
	background-color: #000;
	font-size:75%;
	text-align:center;
}

#contactBar i {
	color: #9caf78;	
}

/* ------------------------------------------------------------------------------- */

#siteMap {
	margin:0 auto;
	width:900px;
}

#siteMap p {
	font-weight:bold;
}

#siteMap a {
	color: #bdb292;
	text-decoration:none;
}

#siteMap a:hover {
	text-decoration: underline;
}

#siteMap ul {
	margin-top:0;
}


#siteMap ul li {
	margin-left: -25px;
	list-style:none;
	font-size:90%;
	
}

#siteMap ul li a {
	color: #FFF;
	text-decoration:none;
}
