body {
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: white url(images/bg.jpg) fixed repeat-x;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	color: #8d1d1d;		/* dark red */
	padding: 5px 20px 2px 20px;
	
}

h1 {font-size: 2em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.3em;}
h4 {
	font-size: 1.3em;
	color: #0039A6;		/* Pantone 286 - dark blue */
	margin-top: 0;
	margin-bottom: 0;
}
h5 {font-size: 1.1em}
h6 {font-size: .9em;}

p {
	font-size: 1em;
	padding: 3px 20px;
}
em {
	color: #0039A6;		/* Pantone 286 - dark blue */
	font-weight: bold;
}
sup {
	font-size: .5em;
}
.red {
	color: red;
	font-weight: bold;
}
.blue {
	color: #0039A6;		/* Pantone 286 - dark blue */
	font-weight: bold;
}

#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	border: 0;
	border-right: #364f86 solid 1px; ;				/* medium blue */
	border-left: #364f86 solid 1px; ;				/* medium blue */
	background: white url(images/mainbg.jpg) repeat-y;
}

#banner {
	width: 950px;
	margin: 0;
	padding: 0;
	border: 0;
}
#hands {
	margin: 0;
	padding: 0;
	border: 0;
	height: 190px;
	margin: 0 auto;
	z-index: 1;
}
#logo {
	margin: 0;
  	border: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	left: 25px;
	height: 140px;
	z-index: 2;
}

#banner h1 {
	width: 740px;
	margin: 0;
  	border: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	position: absolute;
	color: #0039A6;		/* Pantone 286 - dark blue */
	font-size: 43px;
	top: 12px;
	left: 160px;
	z-index: 3;	
}
#banner h2 {
	width: 378px;
	margin: 0;
  	border: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	position: absolute;
	color: #0039A6;		/* Pantone 286 - dark blue */
	font-size: 20px;
	font-style: italic;
	font-variant: normal;
	text-align: right;
	top: 77px;
	left: 425px;
	z-index: 3;	
}

#menu {
	clear: both;
	width: 950px;
	min-height: 1.9em;
	/*height: 2.0em;*/
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: url(images/buttonGradient.png) left center repeat-x;
	font-size: 1em;
	font-family: Tahoma, Geneva, sans-serif;
}
#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-align: center;
}
#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	border-right: black solid 1px; 
	float: left;
	/*width: 104.5px;*/
}
#menu a {
	display: block;
	color: white;
	padding: 5px 15px;
	margin: 0;
	border: 0;
	background-color: #0039A6;		/* Pantone 286 - dark blue - in case image fails */
	background: url(images/buttonGradient.png) left center repeat-x;
	text-decoration: none;
}
#menu a:hover {
	background-color: #364f86;		/* medium blue - in case image fails */
	background: url(images/buttonGradient2.png) left center repeat-x;
}

/* for flyout menus */
#menu ul li {
	position: relative;
}
.submenu {
	position: absolute;
	left: 0;
	display: none;
	font-size: .8em;
	clear: left;
}
.submenu a {
	width: 11em;
	text-align: left;
	padding: 5px;
}
#menu li:hover ul {
	display: block;
	border-left: black solid 1px;
}
/* don't display submenus in IE 6 and below */
* html #menu li:hover ul {
	display: none;
}

/* show active main menu item */
#homePage a.homeMenu,
#aboutPage a.aboutMenu,
#largePrintPage a.largePrintMenu,
#braillePage a.brailleMenu,
#volunteersPage a.volunteersMenu,
#ordersPage a.ordersMenu,
#donatePage a.donateMenu,
#linksPage a.linksMenu,
#contactUsPage a.contactUsMenu
{
	background: black;	/* in case image fails */
	background: url(images/buttonGradient3.png) left center repeat-x;
	color: white;
}

#contentWrapper {
	clear: both;
	width: 950px;
	margin: 0 auto;
}
#content {
	float: left;
	width: 67%;
	padding-left: 15px;
	min-height: 500px;
	background-color: white;
	color: black;
}

#sidebar {
	float: right;
	width: 280px;
	background-color: white;
	color: black;
}
.sidebarPic {
	width: 250px;
	margin: 10px;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	background: url(images/sidebarheading.jpg) no-repeat center bottom;
	padding: 5px;
	margin: 10px 0;
	text-align: center;
	display: block;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0px 20px 5px 20px;
}
#sidebar ul li {
	display: block;
	padding: 0;
	margin: 0;
}
#sidebar a {
	display:block;
	color: #0039A6;		/* Pantone 286 - dark blue */
	text-decoration:none;
	border-bottom: solid 1px #aaa;
	font-size: 1em;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#sidebar a:hover {
	color: #8d1d1d;		/* dark red */
	}
a img {
	border-width: 0;
	margin: 0;
	padding: 0;
}
#footer {
	clear: both;
	border-top: 1px solid #364f86;		/* medium blue */
	margin: 15px auto 0 auto;
	padding: 10px 5px;
	text-align: center;
	font-size: 1em;
	text-decoration: none;
	background-color: white;
}
#footer p {
	font-size: .8em;
	color: #364f86;		/* medium blue */
}
#footer a {
	color: #0039A6;		/* Pantone 286 - dark blue */
	text-decoration: none;
}
#footer a:hover {
	color: #8d1d1d;		/* dark red */
}
.right-align {
	text-align: right;
}
.left-align {
	text-align: left;
}
.center-align {
	text-align: center;
}
.justified {
	text-align: justify;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

.medPic {
	width: 130px;
	margin: 0 15px 15px 15px;
}
.medPic2 {
	width: 180px;
	margin: 0 15px 15px 15px;
}
.largePic {
	width: 300px;
	margin: 0 15px 15px 15px;
}
.picBorder {
	border: double 6px #0039A6;		/* Pantone 286 - dark blue */
}
.picWCaption {
	font-size: .8em;
}
.picWCaption p {
	margin: 0;
	padding: 2px 12px;
	font-style: italic;
	clear: both;
}
.picWCaption img {
	margin-bottom: 0;
	padding-bottom: 0;
}
.centeredPic {
	display: block;
    margin: 0 auto;
}
.collage {
	width: 630px;
	margin: 10px auto;
	border: 0;
	padding: 0;
}

#slideBackground {
    margin: 15px auto;
    width: 250px;
}
#NAmap {
	width: 600px;
	border: 0px;
}
#WCmap {
	border: 0px;
}
.flag {
	border: 0px;
	text-decoration: none;
}

.centeredDiv {
	margin: 5px auto;
}

.form table {
	font-size: 1em;
	padding: 5px 10px;
}
.form table td {
	padding: 5px;
	vertical-align: top;
}
fieldset {
	margin: 10px 20px 10px 40px;
	padding: 20px;
}
legend {
	font-weight: bold;
	color: #0039A6;		/* Pantone 286 - dark blue */
	font-size: 1em;
}
.label {
	font-weight: bold;
	text-align: right;
}
.input {
	width: 300px;
	height: 1.5em;
	font-size: 1em;
	height: 1.5em;
	font-size: 1em;
}
.shortInput {
	width: 100px;
	height: 1.5em;
	font-size: 1em;
	height: 1.5em;
	font-size: 1em;
}
.inputSm {
	width: 150px;
	height: 1.5em;
	font-size: 1em;
}
.textarea {
	width: 300px;
	height:12em;
}
.button {
	background-color: #0039A6;		/* Pantone 286 - dark blue - in case image fails */
	background: url(images/buttonGradient.png) left center repeat-x;
	color: white;
	font-size: 1em;
	padding: 5px;
}
.button:hover {
	background-color: #364f86;		/* medium blue - in case image fails */
	background: url(images/buttonGradient2.png) left center repeat-x;
	color: white;
}
.orderButton {
	width: 225px;
}
.BBCbutton {	/* style for Bible Book club subscription buttons */
	padding: 1px;
	margin: 5px 15px 0 0;
}
.errors {
	color: #8d1d1d;			/* dark red */
	font-style: italic;
}
.quote {
	color:  #0039A6;		/* Pantone 286 - dark blue */
	font-style: italic;
	width: 90%;
	margin: 0 auto;
}
.clearBoth {
	clear: both;
}

#payPal, #gl, #recurGift {
	width: 90%;
	margin: 0 auto;
	border: 0;
	padding: 10px;
	text-align: center;
}
.orderTable {
	font-size: 1em;
	padding: 5px 20px;
}
.orderTable td {
	padding: 5px;
	vertical-align: top;
}
#orderList {
	list-style: disc;
}

#links ul li {
	padding-bottom: 6px;
}
#links ul li a {
	color: #0039A6;		/* Pantone 286 - dark blue */
}
#links ul li a:hover {
	color: #8d1d1d;		/* dark red */
}
#links ul li a:visited {
	color: #364f86;		/* medium blue */
}

.sitemap a {
	margin-left: 10px;
	margin-right: 15px;
}

.indent1 {
	padding-left: 20px;
}
.indent2 {
	padding-left: 40px;
}
#siteIndex {
	width: 90%;
	margin: 0px auto;
}
#siteIndex tr {
	vertical-align: top;
}
#siteIndex a {
	color: #0039A6;		/* Pantone 286 - dark blue */
}
#siteIndex a:hover {
	color: #8d1d1d;		/* dark red */
}
#siteIndex h3 {
	margin-bottom: 0px;
	color: #0039A6;		/* Pantone 286 - dark blue */
}

abbr[title], acronym[title] {
border-bottom-width: 0;
}

#popup {
	background: white;
}
.author {
	font-size: .8em;
}
