

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: transparent;
background-image: url(../image-files/body.jpg);
background-repeat: repeat-x;
background-position: top left;
margin: 0;
padding: 0;
font-family: Georgia, 'Palatino Linotype', Palatino, serif;
color: #3C3837;    /* dark-gray font color */
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #97447A;     /* purple font color */
font-weight: lighter;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: Georgia, 'Palatino Linotype', Palatino, serif;
font-weight: lighter;
text-align: left;
background-image: url(../image-files/headline-icon.gif);
background-position: left top;
background-repeat: no-repeat;
margin: -5px auto -15px -17px;
padding-bottom: 15px;
text-indent: 40px;
}

h2 {
font-family: Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 1px solid #97447A;
}

h3 {
font-family: Georgia, 'Palatino Linotype', Palatino, serif;
border-bottom: 1px solid #97447A;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 5px solid white;
}

a:link img {
}


/* -- General Link Styling -- */

a:link {
color: #4682B4;    /* steelblue color font */ 
text-decoration: underline;
}

a:visited {
color: #808080;    /* grey color font */
text-decoration: underline;
}

a:hover {
color: #8B0000;    /* darkred color font */
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
position: relative;
width: 960px;
height: 183px;
}

#ContentWrapper {
position: relative;
float: left;
width: 960px;
margin-top: -48px;
}

#ContentColumn {
position: relative; 
z-index: 4;
margin: 0 193px 0 192px;    
padding: 7px;
width: 560px;
}

#NavColumn {
position: relative;
z-index: 5;
float: left;
width: 177px;       
margin-left: -967px;
margin-top: -21px;
padding-bottom: 140px;
}

html>body #NavColumn {    /* for IE6 comptibility. Above is coded for IE6, but every other browser will read this section to supercede that code. */
margin-left: -960px;
}

#ExtraColumn {
position: relative;
z-index: 5;
float: left;
width: 177px;       
margin-left: -184px;  
margin-top: -5px;
padding-bottom: 110px;
}

html>body #ExtraColumn {    /* for IE6 comptibility. Above is coded for IE6, but every other browser will read this section to supercede that code. */
margin-left: -177px;
}

#Footer {
clear: both;
width: 100%;
}

.Liner {
padding: 0px;
}

#ContentColumn .Liner { 
padding: 10px;
} 

#NavColumn .Liner { 
padding: 10px;
} 

#ExtraColumn .Liner { 
padding: 2px;
}

html>body #ExtraColumn .Liner {    /* for IE6 comptibility. Above is coded for IE6, but every other browser will read this section to supercede that code. */
padding: 10px; }

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 10px 15px 0 15px;
padding: 10px 10px 45px 10px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #e3e3e3;
font-size: 80%;
}

#Footer a {
color: #E7CDDA;
text-decoration: none;
}

#Footer a:visited {
color: #E7CDDA;
text-decoration: none;
}

#Footer a:hover {
color: white;
text-decoration: underline;
}


/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
background-color: transparent;
}

#NavColumn {
background-image: url(../image-files/nav-column-back.jpg);
background-repeat: no-repeat;
background-position: bottom left;
background-color: #E7CDDA;    /* medium-pink background color */
}

#ContentColumn {
background-image: url(../image-files/content-bottom.jpg);
background-repeat: no-repeat;
background-position: bottom center;
background-color: #FEF3F9;    /* pale-pink background color */
}

#ExtraColumn {
background-image: url(../image-files/extra-column-back.jpg);
background-repeat: no-repeat;
background-position: bottom left;
background-color: #E7CDDA;   /* medium-pink background color */
}

#Footer {
background-image: url(../image-files/footer-background.jpg);
background-repeat: no-repeat;
background-position: bottom;
background-color: transparent;
text-align: center;
}

#NavColumn {
font-size: 90%;
color: #3C3837;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: #97447A;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #97447A;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
display: inline;
width: 100%;
font-family: Georgia, 'Palatino Linotype', Palatino, serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 3px 3px 2px 10px;
text-transform: uppercase;
font-size: 95%;
color: #fff;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
display: block;
background-color: #97447A;
margin: 12px 0px 0px -10px;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
display: block;
background-color: #F1E4EB;
margin: 0px 0px 12px -10px;
padding: 5px 5px 5px 10px;
}

.Navigation li {
margin-bottom: 2px;
display: inline;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #97447A;
display: block;     
padding: 3px 0 2px 0;
text-decoration: none;
}

.Navigation a:visited {
color: #808080;
display: block;   
padding: 3px 0 2px 0;
text-decoration: none;
}

.Navigation a:hover {
color: #97447A;
display: block;  
padding: 3px 10px 2px 10px;
margin: 0 -5px 0 -10px;
background-color: white;
text-decoration: none;
}

* html .Navigation {
height: 1px;
position: relative;
}


/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #8B0000;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Georgia, 'Palatino Linotype', Palatino, serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: transparent;
text-align: center;
font-weight: lighter;
padding: 0 5px;
}

.ExtraNav a {
color: #E7CDDA;
text-decoration: none;
text-align: center;
}

.ExtraNav a:visited {
color: #E7CDDA;
text-decoration: none;
}

.ExtraNav a:hover {
color: white;
text-decoration: underline;
}

#Header .ExtraNav {
z-index: 3;
font-size: 80%;
position: absolute; 
text-align: center;
margin-top: 106px;
margin-left: auto;
margin-right: auto;
width: 100%;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
background-color: transparent;
font-size: 110%;
text-align: center; 
}

#Footer .ExtraNav a:hover {
color: white;
text-decoration: underline;
}


/* ------ Section 6 - Boxes ------ */

.CalloutBox {
width: 90%;
border: 1px dotted #97447A;
background-color: white;
color: black;
margin: 18px auto 20px auto;
padding: 2px 4px;
}

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;
}

.ReminderBox {          
background-color: #F3E4EC;
width: 24%;
border: 1px solid #E7CDDA;
margin: 0 0 12px 18px;
float: right;            
display: inline;
color: black;
}

.ReminderBox h4 {
margin: 0;
color: white;
padding: 3px;
font-size: 95%;
text-align: center;
background-color: #97447A;
text-transform: uppercase;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-weight: normal;
}

.ReminderBox p {
font-size: 80%;
padding: 0 8px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
display: inline;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
display: inline;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: transparent;
background-image: url(../image-files/return-image.gif);
background-position: 50px 2px;
background-repeat: no-repeat;
width: 100%;
border-top: 0px solid #97447A;
margin-top: 40px;
padding: 4px 4px 14px 4px;
text-indent: 75px;
}

html>body .ReturnToNavBox { background-position: 50px 10px; }   /* for IE6 comptibility. Above is coded for IE6, but every other browser will read this section to supercede that code. */


/* -- RSS Box -- */

#RSSbox {
text-transform: uppercase;
font-size: 95%;
color: #97447A;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-weight: normal;
background-color: transparent;
width: 148px;
margin: 15px 0 27px -10px;
padding: 5px 0 5px 10px;
line-height: 135%;
text-align: left;
}

#RSSbox img {
border: 0px solid white;
padding: 1px;
}

#RSSbox a:link img {
border: 0;
}

#RSSbox a:link {
font-size: 95%;
color: #3C3837;
}




/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
position: relative;
z-index: 3;
display: block;
font-size: 90%;
font-weight: lighter; 
font-style: italic;
color: #97447A;
background-color: white;
line-height: 180%;
margin-bottom: 10px;
margin-top: -8px;
padding: 1px 0 0 0;
}

/* -- 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;
}