

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #c9d0af;
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #000000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #3d8631;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family:  'Tempus Sans ITC', 'Lucida Sans Unicode', Georgia, 'Palatino Linotype', 'Times New Roman', Palatino, serif;
border-bottom: 2px solid #3d8631; 
}

h2 {
font-family: 'Tempus Sans ITC', 'Lucida Sans Unicode', Georgia,  'Lucida Grande',  Arial, sans-serif;
border-bottom: 1px solid #3d8631;
}

h1, h2, h3 {
background-image: url(../image-files/bamboo-icon.png);
background-repeat: no-repeat;
background-position: left;
padding-left: 30px;
min-height: 30px;
}

h3, h4 {
font-family:  'Tempus Sans ITC', 'Lucida Sans Unicode', Georgia,  'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #3d8631; 
text-decoration: underline;
}

a:visited {
color: #0b4800;
text-decoration: underline;
}

a:hover {
color: #0b4800;
background-color: #b4d3a7;
text-decoration: none;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 2px solid #A3A88F;   
}

#Header {
position: relative;
height: 170px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 200px 0 200px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -955px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
margin-top: 20px;
}

#ExtraColumn {
float: left;
width: 185px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -185px;        /* STEP 5: set to -(ExtraColumnWidth) */
margin-top: 20px;
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 0px;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 5px 90px 50px 180px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 24px auto;
background-image: url(../image-files/background.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
text-align: center;
}

#ContentWrapper {
background-image: url(../image-files/content.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

#NavColumn {
background-image: url(../image-files/nav-background.png);
background-repeat: repeat-y;
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/footer-background.png);
background-repeat: no-repeat;
background-position: bottom left;
background-color: transparent;     /* blue-gray used in left and right columns of background.gif and for footer and horizontal text-navbar */
text-align: center;
font-size: 85%;
height: 170px;
min-height: 170px;
}

#NavColumn {
font-size: 90%;
color: #3e3f3b;
}

#ExtraColumn {
font-size: 90%;

}

#NavColumn h4 {
font-size: 130%;
color: #0b4800;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 130%;
color: #0b4800;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding-left: 30px;
font-size: 110%;
color: #0b4800;
border-bottom: 1px solid #0b4800;
margin: 20px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: transparent;        /* tan, for button and RSS box backgrounds -- */
border: 0px;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #0b4800;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0px 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #0b4800;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: underline;
}

.Navigation a:hover {
color: #0b4800;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #f3fbe6;   /*  light green */
text-decoration: none;
}



/* ------ 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;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Tempus Sans ITC', 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
}



.ExtraNav a:visited {
color: #0b4800;
text-decoration: underline;
padding: 0 20px;
}



#Header .ExtraNav {
font-size: 100%;
position: relative;
top: 0;
}

#Header .ExtraNav ul li{
background-color: #c9d0af;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Header .ExtraNav a:link {
color: #0b4800;
text-decoration: none;
text-align: center;
padding: 0 20px;
}

#Header .ExtraNav a:hover {
color: #0b4800;
background-color: #f3fbe6;
text-decoration: none;
padding: 0 20px;
}

#Footer .ExtraNav {
margin: 12px auto;
background-color: transparent;
font-size: 120%;
}


#Footer .ExtraNav li{
background-image: url();
background-repeat: no-repeat;
background-position: left;
padding: 2px 5px 2px 22px;
min-height: 25px;

}

html>body #Footer .ExtraNav li { /* Hides H-graphics from IE6 */
background-image: url(../image-files/bamboo-leaf-20px.png);
background-repeat: no-repeat;
background-position: left;
padding-left: 22px;
}

 

#Footer .ExtraNav a:link {
color: #0b4800;
text-decoration: none;
text-align: center;
padding: 0px 2px;
white-space: nowrap;
}

#Footer .ExtraNav a:hover {
color: #0b4800;
background-color:  #b4d3a7;
text-decoration: none;
padding: 0px 2px;
white-space: nowrap;
}

#Footer .ExtraNav a:visited {
color: #0b4800;
text-decoration: underline;
padding: 0px 2px;
white-space: nowrap;
}

/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color:  #c9d0af;
width: 85%;
border: 2px solid #a3a88f;
margin: 18px auto 24px auto;
padding: 4px;
color: #0b4800;
}

div.CalloutBox p {
margin: 13px 10px;
}

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;
background-image: url();
}

.ReminderBox {          
background-color: #f3fbe6;
width: 24%;
border: 2px solid #a3a88f;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #3d8631;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #f3fbe6;
background-image: url(../image-files/bamboo-icon.png);
background-repeat: no-repeat;
background-position: left;
padding-left: 30px;
min-height: 30px;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: transparent;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 10px auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
color: #777770;
width: 90%;
background-image: url();
background-repeat: no-repeat;
background-position: right;
border-top: 1px solid #777770;
border-bottom: 1px solid #777770;
margin: 12px auto 12px auto;
padding: 4px 45px 4px 4px;
text-align: right;
min-height: 30px;
}

html>body .ReturnToNavBox  { /* Hides H-graphics from IE6 */
background-image: url(../image-files/zen-30px.jpg);
background-repeat: no-repeat;
background-position: right;
} 

/* -- RSS Box -- */

#RSSbox {

background-color: #f3fbe6;
border: 1px solid #a3a88f;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #3d8631;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #777770;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- 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;
}