BODY {
	background-image:url(../img/bg_fade_gray.jpg); background-repeat:repeat-x;
}

#titlepageImage {
	width:974px;
 border:none;
 margin:0px;
 padding:0px;
}

#docBody {
	width:536px;
 margin-bottom:10px;
 
}

#docBody H1 {
	color:#069;
}

#docBody H2 {
	font-style:italic;
}

#left-sidebar {
	width:21%;
}

#navbarBox {
	border:1px solid #069;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
 padding-top:5px;
 padding-left:5px;
 padding-bottom:20px;
 margin-top:0px;
 margin-bottom:10px;
 background-color:#EDEDED;
 height:30em;
}

#navbarBox > H2 {
	margin-bottom:8px;
}

#navbar {
	margin:0px;
 padding:0px;
  list-style-type:none !important;
 display:inline;
}


#navbar > LI { /* First level Nav */
 list-style-type:none !important;
 display:block;
 height:24px;
 width:180px;
 float:left;
 background-color:white;
  border-bottom:1px #ccc solid;
}

#navbar > LI A { /* Navbar Links */
	display:inline;
 width:11em;
 
 padding:2px;
}

#navbar > LI IMG {
	padding-left:10px;
 padding-top:2px;
}

#navbar > LI UL { /* Second level Nav */
 list-style-type:none;
	display:block;
 width:10em;
 background-color:white;
}

.navbarTitle { /* Menu Group Titles */
 width:182px;
 background-color:#006699 !important;
 color:#fff;
 padding:3px;
 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:0.5em;
 margin-bottom:0.0em;
 text-size:2em;
}

#amazon-widget {
  margin-top:10px;
  margin-bottom:10px;
  padding-top:10px;
  padding-left:40px;
  padding-bottom:8px;
  border: 1px #006699 solid;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
  background-color:#EDEDED;
}


/* == Tools Column ================================= */
#right-sidebar {
	width:20%;
 border:1px #069 solid;
 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
 background-color:#EDEDED;
 font-size:0.95em;
}

#contact_david {
		width:180px;
  margin-top:8px;
  margin-bottom:10px;
  margin-left: 5px;
  background-color:#069;
  border:2px #CCC solid;
  border-bottom:2px #AAA solid;
  -webkit-border-radius: 8px;
		-moz-border-radius: 8px;
  border-radius: 8px;
  color:#FFF;
  text-align:center;
  padding-top:6px;
  padding-bottom:8px;
}

/* #twitter_widget {
  margin-bottom: 0px;
  padding-left:5px;
  text-align: center;
  padding-right: 5px;
} */

#twitter_div {
	background-image: url('../img/twitterBG.jpg');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5AA5BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top:10px;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
 
#twitter_div ul li {
		list-style-image:none;
  list-style-type:none;
	color: #680000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
 padding-top:4px;
 font-size:0.9em;
 font-weight:bold;
}
 
#twitter_div ul li a {
	text-decoration: none;
 font-weight:normal;
	color:#0066CC;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
 font-weight:bold;
	color:#336600;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}

#twitter_div A  {
		text-decoration:none;
}

#twitter_div A:link {
	color:#006699;
}

#twitter_div A:visited {
	color:#006699;
}

#twitter_div A:hover {
	color:#336600;
 text-decoration:underline;
}




/* == Footer Row ================================= */
#ft {
	background-color:#069;
 color:#CCCCCC;
 padding-top:10px;
 -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}

#ft A:LINK {
	color:#00CCFF;
}

#ft A:VISITED {
	color:#00CCFF;
}

.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bible_verse {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:small;
  font-style: italic;
  padding-right: 1em;
  padding-left: 1em;
  padding-top:1em;
  margin-top:5px;
  margin-bottom:5px;
  background-color:#E4F0F8;
  border:1px #CCC dashed;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.CustomerCommentBox {
	width:350px;
  background-color:#DDD;
  border:2px #CCC solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  font-style:italic;
  font-size:1.2em;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:0px;
  margin-left:75px;
}

