﻿/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	remove all default browsers styles

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

HTML, BODY, DIV, SPAN, H1, H2, H3, P, A, FORM, LABEL, TABLE, TBODY, TFOOT, THEAD, TR, TD, TD {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
body {
    background: #fff;;
    text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
HTML, FORM, BODY {
	margin: 0px;
	height: 100%; /* THIS IS MANDATORY FOR THE CALENDAR BACKGROUND TO WORK CORRECTLY */
	width: 100%; /* THIS IS MANDATORY FOR THE CALENDAR BACKGROUND TO WORK CORRECTLY */
}

/* this forces a right scroll bar on all pages. why? on pages with show/hide content (help, etc..) as the page expands, when the scroll bar is displayed, the page shifts to the right. this will keep that from happening */

HTML {
	overflow: scroll;
}


th {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.Container, .container, p {
	width: 100%;
	clear: both;
	margin: 2px 4px 12px 4px;
}


/************************************************************************
* 
* LINKS
*
************************************************************************/

A {
	color: #501D76;
	text-decoration: underline;
}
A:hover {
    color: #933;
	text-decoration: none;
}

/************************************************************************
* 
* PAGE LAYOUT
*
************************************************************************/


/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	layout

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

#outside {
	margin: 0 auto;
	width: 100%;
	min-height: 100%; /* this causes the height to always be a minimum of 100% */
	position: relative; /* this allows us to absoultely position the footer to align to the bottom of the page */
	/*	height: 100%; DO NOT SET THIS TO 100% */
}

#header {
	background: url('../img/header-bg.png') repeat-x top;
	width: 100%;
	height: 75px;
	
}
.header {
	width: 960px;
	margin: 0 auto;
	height: 75px;
	color: #fff;
	font: bold 11px Verdana, Arial, sans-serif;
	background: url('../img/morehouse-education.png') no-repeat left top;
}
#header-left {
	float: left;
	width: 90px;
}
#header-right {
	float: right;
	color: white;
	margin: 0 20px 0 0;
	width: 800px;
}
.above-nav {
	text-align: right;
	vertical-align: middle;
}
.above-nav a {
	color: #fff;
	text-decoration: underline;
	font: normal 11px verdana;
}
.above-nav a:hover {
	color: #fff;
	text-decoration: none;
}
.nav {
	text-align: center;
	vertical-align: middle;
	padding: 0 15px;
	font: bold 12px verdana;
}
#header .off {
	border-top: 1px solid #639;
	border-right: 1px solid #303;
	border-bottom: 1px solid #000;
	border-left: 1px solid #639;
}
#header .on {
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	background-color: #ccc;
}
.on a:link, .on a:active, .on a:visited, .on a:hover {
	color: #639;
	font: bold 12px verdana;
	text-decoration: none;
}
.off a:link, .off a:active, .off a:visited, .off a:hover {
	color: #fff;
	font: bold 12px verdana;
	text-decoration: none;
}
#sub-nav {
	width: 100%;
	background-color: #ccc;
}
div.sub-nav {
	width: 960px;
	padding: 2px 0;
	margin: 0 auto;

}
table.sub-nav {
	width: 960px;
}
td.sub-nav {
	white-space: nowrap;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}
.sub-nav a {
	color: #639;
	font: bold 11px verdana;
	text-decoration: none;
	margin: 2px 
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	main content area

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

#main {
    width: 960px; /* 240 + 20 + 700 + 960 */
/*   padding-bottom: 65px;     height of the footer */
    margin: 0px auto;
    text-align: left;
	display: table;
	clear: both;
}
#secondary-column {
	width: 240px;
	background: url('../img/sub-column-top-bg.png') no-repeat 0 20px;
	float: left;
}
#primary-column {
	width: 700px;
	float: right;
}
#pop-up {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}


/************************************************************************
* 
* footer
*
************************************************************************/

#footer {
    width: 100%;
	margin: 100px 0 0 0;
	padding: 40px 0;
	/*	
	position: absolute;
	bottom: 0;
	height: 65px;   height of the footer must also be the padding-bottom on the #main
	*/
	clear: both;
	text-align: center;
	color: #ccc;
	font-size: 11px;
	border-top: 1px solid #999;
	padding-top: 20px;
}
#footer a {
	color: #bbb;
	text-decoration: underline;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}

/************************************************************************
* 
* FONTS
*
************************************************************************/

H1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #903;
	margin: 12px 0;
}
H1 A {
	text-decoration: none;
	color: #903;
}
H1 A:hover {
	text-decoration: underline;
	color: #903;
}
H2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #501D76;
	clear: both;
	margin: 9px 0;
}

H3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #501D76;
	margin: 6px 0;
	width: 100%;
	clear: both;
}
H3 A {
	color: #900;
}
H3 A:hover {
	color: #903;
}
P {
	font: normal 12px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 4px 0 12px 0;
}

/************************************************************************
* 
* Buttons
*
************************************************************************/

INPUT.button-primary {
	float: right;
	color: #639;
	font: bold 11px Verdana, Arial, sans-serif;
	cursor: pointer;
	margin: 8px 0;
}
INPUT.button secondary {
	color: #333;
	font: bold 11px Verdana, Arial, sans-serif;
	float: left;
	cursor: pointer;
	margin: 8px 0;
}










/************************************************************************
* 
* TERTIARY NAVIGATION
*
*********************************************************************** */

#NavList {
	margin: 20px 0px;
	padding: 0px 0px 20px 10px;
	border-bottom: 1px solid #000;
}
#NavList LI {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#NavList UL {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#NavList A {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
}
#NavList LI#Active A:link, #NavList LI#Active A:visited, #NavList LI#Active A:hover {
	border-bottom: 4px solid #903;
	padding-bottom: 2px;
	background: transparent;
	color: #333;
}
#NavList LI A:hover {
	border-bottom: 4px solid #666;
	padding-bottom: 2px;
	background: transparent;
	color: #666;
}



/************************************************************************
* 
* ADD BRANDED LIST. 
*
************************************************************************/

/* this is used on the resource room */ 
UL.Description {
	list-style-image:  url('/resource-room/images/DescBullet.gif');
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.4em;
}
UL.Description LI {
	margin-bottom: 12px;
}

/************************************************************************
* 
* CONTENT AND BUTTON FORMATTING - resource room.
*
************************************************************************/

.CurriculumText {
	font: normal 11px/1.4em verdana;
	margin: 11px 8px;
	color: #363636;
	clear:both;
}








DIV.NewsletterSignup {
	text-align: center;
	font: bold 13px Georgia, 'Times New Roman';
	margin: 20px 0px 5px 0px;
	color: #fff;
}
DIV.NewsletterSignup .TextBox {
	font: normal 10px verdana, Arial;
	border: 1px solid #999;
}
DIV.NewsletterSignup .Button {
	font: normal 10px verdana, Arial;
}




/************************************************************************
* 
*  PRIMARY NAVIGATION (tabs on top)
*
************************************************************************/

#tabs {
	float: left;
	width: 100%;
	font: bold 11px arial, Verdana, Geneva, sans-serif;
	line-height: normal;
	margin-bottom: 14px;
}
#tabs UL {
	margin: 0;
	padding: 10px 0px 0 0px;
	list-style: none;
}
#tabs LI {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs A {
	float: left;
	background: url('../img/tableft.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration :none;
}
#tabs A span {
	float: left;
	display: block;
	background: url('../img/tabright.gif') no-repeat right top;
	padding: 5px 15px 4px 12px;
	color: #fff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs A span {
	float: none;
}
/* End IE5-Mac hack */
#tabs A:hover span {
	color: #fff;
}
/* this defines the hover state */
#tabs A:hover {
	background-position: 0% -42px;
}
#tabs A:hover span {
	background-position: 100% -42px;
} 
/* this defines the on state */
#tabs LI.on A {
	background-position: 0% -84px;
}
#tabs LI.on A SPAN {
	background-position: 100% -84px;
	color: #c00;
}  

/************************************************************************
* 
* BUTTON
*
************************************************************************/

IMG.Button {
	width: 124px;
	height: 24px;
	border: none;
}


.BuyNow {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../#') no-repeat;
}
.BuyNowOver {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../img/BtnBuyNowOver.png') no-repeat;
	vertical-align: top;
}
.BuyNowPress {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../img/BtnBuyNowPress.png') no-repeat;
	vertical-align: top;
}

/* ***** this is to align the button up to the H2 tags on the sample download button ***** */
TD.Button {
	padding: 10px 0px 0px 0px;
	width: 124px;
}


.OrderOnline {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../img/BtnOrderOnline.png') no-repeat;
}
.OrderOnlineOver {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../img/BtnOrderOnlineOver.png') no-repeat;
	vertical-align: top;
}
.OrderOnlinePress {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../img/BtnOrderOnlinePress.png') no-repeat;
	vertical-align: top;
}

















.VisitWebsite {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../img/BtnVisitWebsite.png') no-repeat;
	float: left !important;
}
.VisitWebsiteOver {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../img/BtnVisitWebsiteOver.png') no-repeat;
	float: left !important;
}
.VisitWebsitePress {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../img/BtnVisitWebsitePress.png') no-repeat;
	float: left !important;
}





.Review a {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../img/BtnDownloadSample.png') no-repeat;
	float: right !important;
}
.ReviewOver a:hover {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../img/BtnDownloadSampleOver.png') no-repeat;
	float: right !important;
}
.Review a img {
	border: 0px;
}
/*
.VisitWebsite a {
    background: #fff url('../resource-room/images/BTN_VisitWebsite.gif') no-repeat;
    width: 92px;
    height: 28px;
    float: left;
}
.VisitWebsiteOver a:hover {
    background: #fff url('../resource-room/images/BTN_VisitWebsiteOver.gif') no-repeat;
    width: 92px;
    height: 28px;
    float: left;
}
.VisitWebsite a img {
	border: 0px;
}
*/






.DownloadSample {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../img/BtnDownloadSample.png') no-repeat;
	float: right !important;
}
.DownloadSampleOver {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../img/BtnDownloadSampleOver.png') no-repeat;
	vertical-align: top;
	float: right !important;
}
.DownloadSamplePress {
    border: 0px;
    height: 24px;
    width: 124px;
	background: #fff url('../img/BtnDownloadSamplePress.png') no-repeat;
	vertical-align: top;
	float: right !important;
}









DIV.Alert {
	border: 1px solid #000;
	background-color: #ff9;
	padding: 4px 6px;
}

/************************************************************************
* 
* sub column
*
************************************************************************/


/************************************************************************
* 
*  SECONDARY NAVIGATION (ON THE LEFT)
*
************************************************************************/

.secondary {
	padding: 4px;
	margin: 0;
}
.secondary A {
	font: bold 12px Verdana, Arial, sans-serif;
	color: #501D76;
	text-decoration: underline;
}
.secondary A:hover {
    color: #933;
	text-decoration: underline;
}
#secondary-column H1 {
	font: bold 14px/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0;
	padding: 0;
}
div.search-container, div.external-websites, div.newsletter-container {
	width: 240px;
}
div.newsletter-container {
	background: #fff url('../img/sub-column-btm-bg.png') no-repeat bottom;
}
table.search-container, table.newsletter-container {
    width: 200px;
	margin: 15px 20px;
}
table.external-websites {
    width: 200px;
	margin: 0 20px 15px 20px;
}
.search-title {
	background: transparent url(../img/search-form-bg-title.png) no-repeat top left;
}
.search-author {
	background: transparent url(../img/search-form-bg-author.png) no-repeat top left;
}
.search-on, .newsletter-on {
	background: transparent url(../img/search-form-on.png) no-repeat top left;
}
.search-off, .newsletter-off {
	background: transparent url(../img/search-form-off.png) no-repeat top left;
}
.search-on, .search-off, .search-title, .search-author, .newsletter-on, .newsletter-off  {
    width: 200px;
	height: 25px;
	font: 12px "lucida grande", verdana, lucida, sans-serif;
	padding: 6px 0 0 5px;
	margin-top: 3px;
    border: none;
    background-color: transparent;
	color: #333;
}


/************************************************************************
* 
* BUTTON
*
************************************************************************/

DIV.button {
	height: 48px;
	border-top: 1px dotted #666;
	margin: 12px 8px;
	padding: 12px 0px;
}
DIV.button A {
    font: bold 12px/1.2em verdana;
    text-decoration: underline;
}
DIV.button A:hover {
    font: bold 12px/1.2em verdana;
    text-decoration: none;
}
INPUT.button {
	font: 12px Verdana, sans-serif;
	padding: 4px 12px;
	text-transform: capitalize;
}
INPUT.primary {
	color: #003970;
	float: right;
	font-weight: 700;
}
INPUT.secondary {
	color: #000;
	float: left;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	forms

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */


.form-container {
	width: 600px;
	display: block;
	clear: both;
	margin: 6px 0 6px 0;
	min-height: 24px;
}
.label {
	width: 200px;
	height: 19px;
	padding: 0px 8px 0 0;
	font: 12px Verdana, sans-serif;
	text-align: right;
	color: #003970;
	float: left;
}
.form {
	width: 250px;
	font: 12px Verdana, sans-serif;
	float: left;
}

.text-box {
	border-top: 1px solid #666;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #666;
	padding: 2px 0px 2px 2px;
	margin-right: 3px;
	background-color: #fff;
}
.select-box {
	height: 19px;
	border-top: 1px solid #666;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #666;
}	
.text-box, .select-box {
	width: 180px;
	margin-bottom: 3px;
	font: 12px Verdana, sans-serif;
	color: #333;
	float: left;
}
.on {
	background-color: #fff;
	color: #000;
	border: 1px solid #06c;
}
.text-required {
	color: red;
}
/************************************************************************
* 
* LIVING THE GOOD NEWS LANDING PAGE
* GODLY PLAY SELECT DENOMINATION PAGE
*
************************************************************************/

.roman-catholic {
    float: left;
	background-image: url('../living-the-good-news/img/roman-catholic.png');
	width: 110px;
	height: 110px;
	margin-right: 10px;
}
.roman-catholic-over {
    float: left;
	background-image: url('../living-the-good-news/img/roman-catholic-over.png');
	width: 110px;
	height: 110px;
	margin-right: 10px;
}
.revised-common-lectionary {
    float: left;
	background-image: url('../living-the-good-news/img/revised-common-lectionary.png');
	width: 110px;
	height: 110px;
	margin-right: 10px;
}
.revised-common-lectionary-over {
    float: left;
	background-image: url('../living-the-good-news/img/revised-common-lectionary-over.png');
	width: 110px;
	height: 110px;
	margin-right: 10px;
}

/************************************************************************
* 
* lists
*
************************************************************************/

/* this may not be needed */
TABLE.layout-table TD.Icon {
	width: 50px;
}



table.layout-table td {
	width: auto;
	padding: 4px 6px;
	color: #666;
	font: normal 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}




/************************************************************************
* 
* LAYOUT TABLE
*
************************************************************************/

TABLE.layout-table {
	margin: 8px 0px;
	width: 100%;
/*	border: 1px solid #bbb; */
}


table.layout-table td.DownloadButton {
	width: 124px;
}
img.DownloadButton {
	width: 124px;
	height: 24px;
	border: none;
}



/* this may not be needed */
TD.ColumnLeft, TD.ColumnRight {
	width: 50%;
}

TABLE.layout-table TH {
	height: 32px;
	vertical-align: middle;
	background: #ccc url('../img/th-bg.png') repeat-x;
	padding: 3px 4px 3px 4px;
	color: #333;
	font: normal 12px/1.4em Verdana, Arial, Helvetica, sans-serif;

}






/* this may not be needed */
TABLE.layout-table TD.Order {
	font-weight: 700;
	vertical-align: middle;
	text-align: left;
	font: bold 12px/1.4em Georgia, "Times New Roman", Times, serif;
}
/* this may not be needed */
.layout-table TD P {
	font: normal 12px/1.4em Georgia, "Times New Roman", Times, serif;
	color: #333;
}
/* this may not be needed */
.layout-table TD SPAN, .Label {
	font: normal 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
/* this may not be needed */
.layout-table TD strong {
	color: #666;
	font: bold 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}



.layout-table td.price {
	white-space: nowrap;
	font-weight: bold;
	color: #900;
	text-align: right;
	font: bold 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
/*
.layout-table a.buy-now {
	border-top: 1px solid #eee;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #eee;
	background-color: #ccc;
	padding: 2px 5px;
	margin: 0 0 0 10px;
	text-decoration: none;
	color: #900;
	text-align: right;
	font: bold 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
.layout-table a:hover.buy-now {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color: #ddd;
	padding: 2px 5px;
	text-decoration: none;
	color: #933;
	text-align: right;
	font: bold 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
*/
.layout-table td.h-space {
	padding: 20px;
}
.layout-table strong em, .layout-table em strong {
	color: #333;
	font: bold 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.layout-table em {
	color: #666;
	font: normal 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}





.layout-table strong em a, .layout-table em strong a, .layout-table a em, .layout-table a {
	color: #501D76;
	text-decoration: underline;
	font: bold 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
.layout-table strong em a:hover, .layout-table em strong a:hover, .layout-table a:hover em, .layout-table a:hover {
    color: #933;
	text-decoration: none;
}















.Hide {
	display: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.Padding10 {
	padding: 10px;
}





/************************************************************************
* 
* ADD BRANDED LIST. 
*
************************************************************************/


UL {
	list-style-type: disc;
	list-style-position: outside;
	margin: 20px 0px;
}

UL LI.InternalLink {
	list-style-image:  url("../includes/img/IconInternalLink.png");
	list-style-type: circle
}
UL LI.InternalLink A {
	font: bold 12px Verdana, Geneva, sans-serif;
}
UL LI.ExternalLink {
	list-style-type: circle;
}



UL LI UL {
	list-style-type: circle;
	list-style-position: outside;
	margin: 10px 0px;
}
UL LI UL LI UL {
	list-style-type: square;
	list-style-position: outside;
	margin: 10px 0px;
}

UL LI,
UL LI UL LI,
UL LI UL LI UL LI {
	margin: 0px 0px 0px 10px;
}
LI {
	font-weight: bold;
}



























UL.ExternalLinks {
	list-style-image:  url("../img/external-links-icon.gif");
}







/************************************************************************
* 
* FONTS 
*
************************************************************************/

td.text-note, p.text-note {
	padding: 10px 0px;
	color: #666;
	font: normal 11px Verdana, Geneva, sans-serif;
}
.text-note a:link,
.text-note a:active,
.text-note a:visited {
	color: #666;
	font: normal 11px Verdana, Geneva, sans-serif;
}
.text-note a:hover {
	color: #999;	
	font: normal 11px Verdana, Geneva, sans-serif;
}















/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$

	print style

$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

@media print {
	BODY {font: 12pt Arial; background: white;}
	A { color: #000 !important;}
	h1, h2, h3 {color: #000;}
	h1 {font: bold 16pt Arial;}
	h2 {font: bold 14pt Arial;}
	#header-outside, #footer, .help-header {display: none;}
}



















