

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #f6eec9;
margin: 0;
padding: 0;
font-family: 'Palatino Linotype', Palatino, 'Times New Roman', Georgia, serif;
color: #000;
font-size: medium;
background-image: url(../image-files/background.jpg);
background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 1em;
}

h1 {
margin-top: 10px;
font-family: 'Times New Roman', Georgia, 'Palatino Linotype', Palatino, serif;
text-transform: uppercase;
font-weight: 900;
font-size: 275%;
text-align: center;
text-decoration: none;
border-bottom: 0px solid #000;
background-image: url(../image-files/h1-under.gif);
background-position: center bottom;
background-repeat: no-repeat;
padding-bottom: .25em;
}

h2 {
border-top: 0px solid #000;
text-align: center;
font-size: 175%;
background-image: url(../image-files/h2.gif);
background-position: center top;
background-repeat: no-repeat;
margin-top: 1.25em;
padding: 1em 0px .25em 0px;
}

h3 {
text-decoration: underline;
}

blockquote {
margin: 1em 60px;
line-height: 20px;
}

code {
color: #333;
}

img {
border: 1px solid #000;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #009; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: #900;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 1000px;
border: 0px solid #000;
}

#Header {
position: relative;
height: 160px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 200px 0 200px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 199px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -1000px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
border-right: 1px solid #000;
margin-bottom: 10px;
}

#ExtraColumn {
float: left;
width: 199px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -200px;        /* STEP 5: set to -(ExtraColumnWidth) */
border-left: 1px solid #000;
margin-bottom: 10px;
}

#Footer {
clear: both;
width: 100%;
padding: 5px 0;
border-top: 5px solid #000;
}

.Liner {
padding: 0px 10px 10px 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
border-top: 1px solid #000;
}

#ExtraColumn .Liner {
padding: 0px 10px 0px 10px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
}

#Header {
background-image: url(../image-files/header-image3-gif.gif);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {
}

#NavColumn {
}

#ContentColumn {
}

#ExtraColumn {
}

#Footer {
text-align: center;
font-size: 85%;
}

#NavColumn h4 {
margin-top: 0;
}

#ExtraColumn h4 {
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
margin: 1.3em auto 0 auto;
padding: .3em 0px;
background-image: url(../image-files/nav-line.gif);
background-position: center top;
background-repeat: no-repeat;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
margin: 1em 0px;
}

/* -- Nav List -- */

.Navigation ul {
padding: 0px 0px 8px 0px;
margin: -10px 0px 0px 0px;
list-style-type: none;
}

.Navigation li {
border: none;
padding: 0px 0px 0px 15px;
margin-bottom: 5px;
background-image: url(../image-files/bullet.gif);
background-position: left 9px;
background-repeat: no-repeat;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #009;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 2px 0px;
text-decoration: none;
}

.Navigation a:visited {
color: #636;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 2px 0px;
text-decoration: none;
}

.Navigation a:hover {
color: #900;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 2px 0px;
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link img, .ThumbnailLink img {
border: 1px solid #000;
}

.ThumbnailLink a:link,
.ThumbnailLink a:link .Caption,
.ThumbnailLink a:visited,
.ThumbnailLink a:visited .Caption {
text-decoration: none;
color: #009;
}

.ThumbnailLink a:hover,
.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #900;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Georgia, "Times New Roman", Times, serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
padding: 0 10px;
border-left: 1px solid #000;
}

.ExtraNav ul :first-child {
border-left: 0px solid #000;
}

.ExtraNav a:link {
color: #009;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #636;
text-decoration: none;
padding: 0 4px;
}

.ExtraNav a:hover {
color: #900;
text-decoration: underline;
padding: 0 4px;
}

#Header .ExtraNav {
position: relative;
width: 100%;
padding: 118px 0px 0px 0px;
margin: 0;
text-align: center;
font-size: 11px;
text-transform: uppercase;
}

#Header .ExtraNav ul {
margin: 0;
}

#Footer .ExtraNav {
position: relative;
margin: 12px auto;
font-variant: small-caps;
font-size: 90%;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
border: 1px solid #000;
border-left: 5px solid #000;
border-right: 5px solid #000;
margin: 18px 0px 24px 0px;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 15px 10px;
}

p.CalloutBox {
padding: 15px 10px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 10px 0px 10px;
}

div.CalloutBox img {
margin: 5px;
}

.ReminderBox {          
width: 258px;
border: 1px solid #000;
margin: 0px 0px 10px 21px;
padding: 0px 10px;
float: right;				/* adding float enables text to flow around it */
}

.ReminderBox>* {			/* this creates the line to the left of the reminder box */
margin: -5px 0px -5px -21px;
padding: 0px 0px 1.1em 21px;
border-left: 1px solid #000;
}

.ReminderBox :first-child {
padding-top: 1em;
}

.ReminderBox h4 {
text-align: center;
font-size: 120%;
}

.ReminderBox p {
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {	/* use #f6eec9 as the background color of adsense for best blending */
padding: 5px;
border: 0px solid #000;
}

.AdSenseBoxLeft {
margin: 0 10px 10px 0px;
padding: 5px 10px 5px 0;
border-right: 1px solid #000;
float: left;
}

.AdSenseBoxRight {
margin: 0 0px 10px 10px;
padding: 5px 0 5px 10px;
border-left: 1px solid #000;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 10px auto;
padding: 20px 0;
background-image: url(../image-files/h2.gif);
background-position: center top;
background-repeat: no-repeat;
clear: both;
}

.AdSenseBoxExtraColumn {
margin: 1em 0;
padding: 1em 0;
clear: both;
border: none;
background-image: url(../image-files/nav-line.gif);
background-position: center top;
background-repeat: no-repeat;
}

.ReturnToNavBox {
width: 100%;
margin: 1.25em auto 12px auto;
padding: 10px 0;
background-image: url(../image-files/h2.gif);
background-position: center top;
background-repeat: no-repeat;
}

/* -- RSS Box -- */

#RSSbox {
width: 100%;
margin: 8px auto 10px auto;
padding: .3em 0px 1em 0px;
font-weight: bold;
background-image: url(../image-files/nav-line.gif);
background-position: center top;
background-repeat: no-repeat;
}

#RSSbox img {
border: 0px solid #000;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom: 10px;
}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 10px;
padding: 5px 0 5px 10px;
border-left: 1px solid #000;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
padding: 10px 0;
width: 50%;
text-align: center;
clear: both;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

.ItemCenter img {
margin-left: -50%;
margin-right: -50%;
}

.ItemLeft {
float: left;
margin: 2px 10px 12px 0px;
padding: 5px 10px 5px 0px;
border-right: 1px solid #000;
text-align: center;
}


