/* css Stylesheet */
body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,sans-serif;
  color: #444;  /*gray*/
  font-size: 83%;
}
h1, h2, h3, h4, h5, h6 {
}

h1 {
  font-size: 155%;
  text-align: center;
  color: #439cdc;
  margin-top: 24px;
}

h2 {
  font-size: 126%;
  color: #4FA227;     
  border-bottom: 0px solid #274b4b;  
  margin-top: 20px; 
}
h3 {
  font-size: 116%;
  color: #439cdc;
  border-bottom: 0 solid #8f8fb3;
  margin-top: 8px; 
  text-align: center;
}

h4 {  /*styled for the Nav Headers*/
  font-size: 100%;
  color: #439cdc;
  padding: 10px 0px 6px 0px;
  margin-top: 8px;
  border-top: ;
}

h5 {  /*Adapted from NavHeader style, for thumbnail, article boxes*/
  font-size: 110%;
  color: #439cdc;
  padding: 0px 0px 0px 0px;
  margin: 8px 1px 3px 1px;
}

h6 {  /*green header, Leaders Nook Callout7*/
  font-size: 100%;
  color: #439cdc;
    padding: 0px 0px 0px 0px;
}

.title2 {        /*green header within headline*/
  color: #4fa227;
  font-size: 85%;
  font-weight: bold;
}
.h2 {                    /*Adapted green h2, centered, smaller margin top to fit in CallOutBox*/
  font-size: 126%;
  color: #4fa227;     
  font-style: bold;
  text-align: center;
}
.h3 {                    /*h2 but sky blue, centered parameter not working*/
  font-size: 126%;
  color: #439cdc;     
  font-style: bold;
  text-align: center;
}

.pheader {        /*blue header within paragraph*/
  color: #439cdc;
  font-size: 100%;
  font-weight: bold;
}
.pheader2 {        /*green header within paragraph*/
  color: #4FA227;
  font-size: 100%;
  font-weight: bold;
}
.pheader3 {        /*green, small, used for quote authors*/
  color: #4FA227;
  font-size: 85%;
  font-weight: bold;
}
.pheader4 {        /*blue, small */
  color: #439cdc;
  font-size: 85%;
  font-weight: bold;
}

ul {
list-style-type: none;
padding-left: 0;
margin-left: 10px;
color: #444;
}
li.custom {          
background: url(../image-files/bullet_blue.png)left top no-repeat;
padding-left: 20px;
margin-bottom: 10px;
}
li.custom2 {          /* green*/
background: url(../image-files/bullet_green.png)left top no-repeat;
padding-left: 20px;
margin-bottom: 10px;
}
ol.arabic {
list-style-type: arabic;
padding-left: 20px;
margin-left: 10px;
color: #444;
}

hr {
align: center;
size: 1px solid;
color: #8f8fb3;
width: 90%;
}

blockquote {
  margin: 12px 56px 12px 30px;  
  color: ;
  font-size: 95%;
  line-height: ;
  font-style: italic;
}

img {
  border: 0 solid #ddd;
}
a:link img {
  border:  none;
}
a:link {
  color: #58b42b;
  text-decoration: underline;
}
a:visited {
  color: #001D56;
  text-decoration: underline;
}
a:hover {
  color: red;
  text-decoration: underline;
}
/*---Section 2: Global page structure---*/
#PageWrapper {
  border: 0px;
  width: 960px;
}
#Header {
  position: relative;
  height: 280px;
}
#ContentWrapper {
  float: left;
  width: 100%;
}
#ContentColumn {
  margin: 0 190px 0 179px;
  padding: 4px 10px 4px 6px;
}
#NavColumn {
  float: left;
  width: 189px;
  margin-left: -960px;
}
#ExtraColumn {
  float: left;
  width: 178px;
  margin-left: -179px;
}
#Footer {
  padding: 15px 0px 15px 0px;  
  clear: both;
  width: 100%;
}

.Liner {
  padding: 10px;
}
#Header .Liner {
  padding: 0;
}
#Footer .Liner {
  margin: 0;
  padding: 0;
}
/*---Section 3: Page structure details---*/
#PageWrapper {
  margin: 24px auto;
  background-image: ;
  background-repeat: repeat-y;
}
#Header {
  background-image: url(../image-files/devotion-header-1.jpg);
  background-position:top left;
  background-repeat: no-repeat;
  background-color: transparent;
}
#ContentWrapper {
  background-repeat: repeat-y;
  background-color: f9ffff;
}
#NavColumn {
  background-image: url();
  background-repeat: no-repeat;
  background-color: transparent;
}
#ContentColumn {
  background-image: url();
  background-repeat: no-repeat;
  background-color: transparent;
}
#ExtraColumn {
  background-image: url();
  background-repeat: no-repeat;
  background-color: transparent;
}
#Footer {
  background-image: url(../image-files/devotion-footer.jpg);
  text-align: center;
  font-size: 90%;
  background-position: center;
}
#NavColumn {
  font-size: 98%;
  color: #;
}
#ExtraColumn {
  font-size: 90%;
}
#NavColumn h4{
  margin-top: 0;
}


/*--Section 4: Navigation--*/
.Navigation {
  width: 100%;
  font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,sans-serif;
}
.Navigation h4 {
  margin: 10px 0px 0px 0px;
}
.Navigation ul {
  margin: 1px 0px;
  padding: 0 0 5px 3px;
  list-style-type: none;
}
.Navigation li {  
  margin-bottom: 4px;
}
.Navigation a:link {
  padding: 3px 0 3px 4px;
  color: #4FA227;
  display: block;
  text-decoration: none;
}
.Navigation a:visited {
  padding: 3px 0 3px 4px;
  color: #001D56;
  display: block;
  text-decoration: none;
}
.Navigation a:hover {
  padding: 3px 0 3px 4px;
  color: red;
  display: block;
  background-color: #none;
  text-decoration: underline;
}
/*---Section 5:Additional Navigation---*/ 
.ThumbnailLink {
  margins: auto;
}
.ThumbnailLink a:link {
  text-decoration: none;
}
.ThumbnailLink a:hover .Caption {
  text-decoration: underline;
  color: red;
  display: block;
}

#Footer .ExtraNav {
  margin: 4px auto;
  background-color: transparent;
}
.ExtraNav {  
  padding-top: 0px;
  padding-bottom: 0px;
  list-style-type: none;
}
.ExtraNav ul {
  padding-top: 1px;
  padding-bottom: 0;
  list-style-type: none;
}
.ExtraNav ul li {
  display: inline;
  background-color: ;
  text-align: center;
}
.ExtraNav a:link {
  padding: ;
  color: #4FA227;
  text-decoration: none;
  text-align: center;
}
.ExtraNav a:hover {
  color: red;
  display: block;
  text-decoration: underline;
}
.ExtraNav a:visited {
  color: #001D56;
  text-decoration: none;
}

/*---Section 6 All text boxes are defined here---*/

/* Picture within text body */
.img-float-left {
	float: left;
	padding: 0px;
	margin-left: 1px;
	margin-right: 28px;
	border: 0px dashed #666;
}
/* bigger right margin*/
.img-float-left-2 {
	float: left;
	padding: 0px;
	margin-left: 1px;
	margin-right: 28px;
	border: 0px dashed #666;
}
/*--Adapted for Tier 2 images--*  class="img-float-right"*/
.img-float-right {
	float: right;
	padding: 2px;
	margin: 1px;
	border: 1px solid #ccc;
}
.img-float-right-2 {
	float: right;
	padding: 2px;
	margin-left: 28px;
	border: 0px solid #ccc;
}
/*--flush right, padding between photo & text*/
.img-float-right-3 {
	float: right;
	margin-left: 14px;
	border: 0px;
}
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

div.CalloutBoxExtraColumn {
   background-color: transparent;
   margin: 24px auto 15px auto;
   align: center;
   padding: 6px 6px 13px 6px;
   border: 1px solid #ccc;
   width: 76%;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px; 
   text-align: center;
}
div.CalloutBox2ExtraColumn {  /*Testimonials*/
   background-color: transparent;
   margin: 24px auto 15px auto;
   align: center;
   padding: 6px 4px 13px 4px;
   border: 1px solid #ccc;
   width: 76%;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px; 
   text-align: center;
}
div.CalloutBox3ExtraColumn {  /*free*/
   background-color: transparent;
   margin: 24px auto 15px auto;
   align: center;
   padding: 4px;
   border: 1px solid #ccc;
   width: 70%;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px; 
   text-align: center;
}

div.QuoteBox {  
   background-color: transparent;
   align: left;
   padding: 10px 0px 6px 0px;
   margin-top: 8px;
   font-size: 90%;
   width: 85%;
   text-align: left;
}


.CalloutBox {                  /*sd pages, smallest box*/
  border: 1px solid #ccc;
  margin: 18px auto 18px;
  padding: 6px 12px 8px 10px;
  background-color: transparent;
  width: 85%;
  color: ;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}
div.CalloutBox p {
  margin: 13px;
}
p.CalloutBox {
  padding: 13px;
}
div.CalloutBox h1, div.CalloutBox h2, div.CalloutBox h3, div.CalloutBox h4, div.CalloutBox h5, div.CalloutBox h6 {
  margin: 13px 0 0 13px;
}
.CalloutBox2 {  
  border: 1px solid #ccc;
  margin: 18px auto 18px;
  padding: 4px 20px;
  background-color: #feffff;
  width: 90%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}
.CalloutBox3 {       /*largest box, for callouts with lots of text.*/
  border: 1px solid #ccc;
  margin: 18px auto;
  padding: 8px 20px;  /*upper padding increased - adjust in others too?*/ 
  background-color: transparent;
  width: 95%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}
.CalloutBox4 {       /*same as CalloutBox3 but centered text*/
  border: 1px solid #ccc;
  margin: 18px auto 18px;
  padding: 12px 20px;  /*upper padding increased - adjust in others too?*/ 
  background-color: transparent;
  width: 95%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
  text-align: center;
}

.CalloutBox5 {                  /*Refresh Your Soul Subscription, blue bkgd*/
  border: 1px solid #ccc;
  margin: 18px auto 24px auto;
  padding: 8px 20px 8px 20px;
  background-color: #F4F9FD;
  width: 70%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}
.CalloutBox6 {                  /*Poetry box*/
  float: right;
  border: 1px solid #ccc;
  margin: 8px 5px; 18px 5px;
  padding: 4px 16px 8px 24px;
  background-color: #F4F9FD;
  width: 70%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}
.CalloutBox6 h1 {
  margin: 0 ;   
  padding: 6px 0px 0px 0px;
  text-align: center;
  border-bottom: 1px #8f8fb3;
  background-color: #F4F9FD;
}
.CalloutBox7 {                  /*right aligned*/
  float: right;
  border: 1px solid #ccc;
  align: left;
  margin: 18px 0px 18px 12px;
  padding: 6px 16px 8px 16px;
  background-color: transparent;
  width: 60%;
  color: ;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}

.ArtBox {
  border: 1px solid #8f8fb3;
  background-color: #F4F9FD;
  float: center;
  padding: 4px 8px 12px 8px;
  text-align: center;
  font-size: 95%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}
.ArtBox2 {
  border: 1px solid #8f8fb3;
  background-color: #F4F9FD;
  float: center;
  padding: 4px 8px 8px 8px;
  text-align: center;
  font-size: 92%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}

.ButtonBox {                          /*return to box*/
  border: 1px solid #8f8fb3;
  background-color: #F4F9FD;
  float: left;
  padding: 4px 6px;
  margin-bottom: 8px;
  text-align: center;
  font-size: 95%;
  width: 170px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}
.ButtonBox2 {                          /*return to box, FF quest.*/
  border: 1px solid #8f8fb3;
  background-color: #F4F9FD;
  float: center;
  padding: 4px 6px;
  text-align: center;
  font-size: 95%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}
.ButtonBox3 {                          /*return to box, SD pages*/
  border: 1px solid #8f8fb3;
  background-color: #F4F9FD;
  padding: 4px 6px;
  text-align: center;
  font-size: 95%;
  width: 30%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}
  
  
.ReminderBox {                    /*article notes*/
  border: 1px solid #8f8fb3;
  margin: 0 0 12px 18px;
  padding: 4px;
  background-color: #F4F9FD;
  width: 33%;
  float: right;
  text-align: center;
  color: ;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}
.ReminderBox2 {                    /*Sample material buttons*/
  border: 1px solid #8f8fb3;
  margin: 12px 22px;
  padding: 6px auto 10px auto;
  background-color: #F4F9FD;
  width: 30%;
  height: ; 
  float: center;
  text-align: center;
  color: ;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}
.ReminderBox3 {                    /*free to adapt*/
  border: 1px solid #8f8fb3;
  margin: 0 0px;
  padding: 12px;
  background-color: #F4F9FD;
  width: 40%;
  float: right;
  text-align: center;
  color: ;
  font-size: ;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; 
}
.ReminderBox4 {
  border: 1px solid #8f8fb3;
  margin: 0 0 12px 18px;
  background-color: #dddddd;
  width: 24%;
  float: right;
  color: #000066;
}
.ReminderBox h6 {
  margin: 0 ;   
  padding: 12px 4px 0px 4px;
  text-align: center;
  border-bottom: 1px #8f8fb3;
  background-color: #F4F9FD;
}
.ReminderBox p {
  padding: 0 4px;
  font-size: 80%;
  line-height: 120%;
}

div.half-width-box-right {       /*HP imagery, quotes*/
   border: 1px solid #8f8fb3;
   background-color: #F4F9FD;
   font-size: 90%;
   margin: 6px 6px;
   padding: 6px 12px 6px 12px;
   width: 45%;
   text-align: center;
   float: right;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px; 
}

div.half-width-box-right-2 {       /*ArtBox with capacity for boxes to the left*/
   border: 1px solid #8f8fb3;
   background-color: #F4F9FD;
   font-size: 95%;
   padding: 4px 8px 8px 8px;
    margin: 0px 18px 10px 12px;
	width: 45%;
	text-align: center;
   float: right;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px; 
}
div.half-width-box-right h6 {
  margin: 0 ;   
  padding: 6px;
  text-align: center;
  border-bottom: 0px #8f8fb3;
  background-color: #F4F9FD;
}

div.half-width-box-left {       /*quote boxes*/
   border: 1px solid #8f8fb3;
   background-color: #F4F9FD;
   font-size: 90%;
   margin: 0;
   padding: 6px 12px 6px 12px;
   width: 45%;
   text-align: center;
   float: left;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px; 
}
div.half-width-box-left-2 {       /*ArtBox with capacity for boxes to the right*/
   border: 1px solid #8f8fb3;
   background-color: #F4F9FD;
   font-size: 95%;
   padding: 4px 8px 8px 8px;
    margin: 0px 0px 0px 30px;
	width: 35%;
	text-align: center;
   float: left;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px; 
}


div.half-width-box-left h6 {
  margin: 0 ;   
  padding: 6px;
  text-align: center;
  border-bottom: 0px #8f8fb3;
  background-color: #F4F9FD;
}
div.third-width-box-right {       /*nav section boxes*/
   border: 1px solid #8f8fb3;
   background-color: #F4F9FD;
   font-size: 90%;
   margin: 8px 8px 8px 12px;
   padding: 4px 10px 8px 10px;
   width: 33%;
   text-align: center;
   float: right;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px; 
}
div.third-width-box-right h5 {
  margin: 0 ;   
  padding: 8px 0px 4px 0px;
  text-align: center;
  border-bottom: 1px solid #8f8fb3;
  background-color: #F4F9FD;
}
div.third-width-box-right-2 {       /*quote boxes*/
   border: 1px solid #8f8fb3;
   background-color: #F4F9FD;
   font-size: 90%;
   margin: 0px;
   padding: 6px 12px 6px 12px;
   width: 33%;
   text-align: center;
   float: right;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px; 
}
div.third-width-box-left {       /*quote box*/
   border: 1px solid #8f8fb3;
   background-color: #F4F9FD;
   font-size: 90%;
   margin: 6px 14px 6px 0px;
   padding: 4px 10px 8px 10px;
   width: 33%;
   text-align: center;
   float: left;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px; 
}
div.third-width-box-left h5 {
  margin: 0 ;   
  padding: 8px 0px 4px 0px;
  text-align: center;
  border-bottom: 1px solid #8f8fb3;
  background-color: #F4F9FD;
}

.ReturnToNavBox {
  border-top: 1px solid #8f8fb3;
  border-bottom: 1px solid #8f8fb3;
  margin: 0 auto 12px;
  padding: 4px;
  background-color: transparent;
  width: 95%;
}
.Clear {
  clear: both;
}
.Caption {
  font-size: 85%;
  font-weight: bold;
  color: #000000;
  display: block;
  line-height: 150%;
  margin-bottom: 10px;
}
.ItemRight {
  margin: 0px 0px 12px 18px;
  padding: 0px 0px;
  float: right;
  text-align: center;
}
.ItemCenter {
  margin: 2px auto 12px;
  text-align: center;
  clear: both;
}
.ItemCenterBorder {
  margin: 2px auto 12px;
  text-align: center;
  clear: both;
  border: 1px dashed #AECCCA;
}
.ItemLeft {
  margin: 2px 2px 2px 2px;
  float: left;
  text-align: center;
}

div.center-box {
   width: 90%;
   background-color: transparent;
   margin-left: 0px; 
   padding: 5px;
   border: 0px solid #000066;
   font-size: 90%;
}
div.center-box-1 {    /*RSS & ezine*/
   width: 90%;
   background-color: transparent;
   margin: 0px;
   padding: px;
   border-top:0px ;
   font-size: 90%;
}

div.center-box-2 {    /*socialize*/
   width: 100%;
   background-color: transparent;
   font-size: 85%;
   align: center;
   text-align: center;
}


