/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
margin: 0;
padding: 0;
padding-bottom:50px;
font-family: verdana, serif;
/* color: #818181; */
color: #000;
font-size: 90%;
}

/* -- General Link Styling -- */

a:link {
/* color: #568923; */
color: #586F3E;
}

a:visited {
color: #054C0F;
}

a:hover {
color: #A5D673;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 970px;
border: 0px solid black;   /* black, headlines and borders */
}

#Header {
position: relative;
height: 175px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 185px 0 185px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
padding: 20px 20px 20px 20px;
}

#NavColumn {
float: left;
width: 184px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -970px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 184px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -184px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 12px;
border-top: 0px solid #f0f5fb;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 5px 220px 5px 190px;
}

#Footer p {
font-style:italic;
color: #999;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
background-image: url(../image-files/background4.jpg);
background-repeat: repeat-y;
margin: 0px auto;
}


body { 
background: #c5f4e6;
}

#Header {
background-image: url(../image-files/Courageousheartbanner.jpg);
background-repeat: no-repeat;
background-position: bottom center;
}

#ContentWrapper {
background-image: url();
background-repeat: repeat-y;
}

#NavColumn {
background-repeat: repeat-y;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
}



/* ------ Section 4 - Left Column Navigation ------ */

#NavColumn {
font-family: Georgia, serif;
font-weight:normal;
}


/* -- Nav Headers -- */

.Navigation h3 {
padding: 5px;
background:#DFE5E1;
color:#00000;
font-size: 110%;
border: 1px solid #999;
margin: 10px -10px;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.Navigation li {
padding:0;
margin:0;
margin-bottom: 3px;
padding-left: 18px;
background:url(../image-files/bullet.gif) top left no-repeat;
}

.Navigation a {
text-decoration:none;
color: #006600;
}

.Navigation a:hover {
/* border-color: #538F50; */
color: #416F3E;
text-decoration: underline;
}

.Navigation a:visited {
border-color: #9E8A7A;
}

/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a {
text-decoration: none;
}

.ThumbnailLink .Caption {
text-decoration: underline;
}

/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Tahoma, sans-serif;
}

#Header {
position:relative;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top:0;
right: 0;
padding:0 0 30px 30px;
}

#Footer .ExtraNav {
margin: 12px auto;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
}

.ExtraNav a {
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
text-decoration: none;
}

.ExtraNav a:hover {
text-decoration: underline;
}

#Header .ExtraNav ul li{
  text-align:left;
}
#Header .ExtraNav ul li {
  margin: 5px 0;
}


/* ------ Section 6 - Specific Font Styles ------ */

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
font-family:georgia, serif;
clear: both;
font-weight:normal;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

#ContentColumn h1, 
#ContentColumn h2 {
padding-left:65px;
background:url(../image-files/bird.gif) top left no-repeat;
}

h1 {
font-size:180%;
font-weight:normal;
}


h3 {
border-bottom: 0 solid #8F8FB3;
}

.Caption {
font-size: 85%;
font-weight: bold;
display: block;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
font-family: 'Courier New', Courier, monospace;
}



/* ------ Section 7 - Boxes ------ */

.CalloutBox {
background-color: #DAEADE;
width: 80%;
margin: 18px auto 24px auto;
padding: 8px;
color: #4D4D4D;
border: 1px solid #808080;
}

.CalloutBox p {
margin: 8px;
font-size: 95%;
}

.ReminderBox {           /* the container box */
background-color: #DFE5E1;
width: 35%;
border: 1px solid #808080;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #707070;
padding: 0 4px;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #FFF;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
border: 0px;
}

.AdSenseBoxLeft {
float: left;
margin-right:8px;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
border-top: 1px solid #999;
border-bottom: 1px solid #999;
margin: 12px auto;
padding: 0 2px;
}

/* -- RSS Box -- */

#RSSbox {
width:170px;
margin: 20px 0;
padding: 0 0 10px 0;
font-weight: bold;
color: #707070;
text-align: center;
}



/* ------ Section 8 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

img {
border: 0 solid #DDD;
}

/* -- lists -- */

#ContentColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#ContentColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#ContentColumn li {
margin: 0 0 8px 5px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

.Center { 
text-align: center;
}