
/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-image: url(../image-files/body.jpg);
background-repeat: repeat-x;
background-color: transparent;
background-position: top center;
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #4B4B4B;
font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #3C3837;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
text-transform: uppercase;
font-weight: normal;
text-align: center;
}

h2 {
text-transform: uppercase;
font-weight: normal;
margin-top: 45px;
text-align: center;
color: black;
}

h3 {
text-transform: uppercase;
font-weight: normal;
margin-top: 45px;
margin-bottom: 20px;
text-align: center;
color: black;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a {
color: #006EA6;
text-decoration: underline;
}

a:visited {
color: #808080;
text-decoration: underline;
}

a:hover {
color: #8B0000;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
background-color: transparent;
position: relative;
z-index: 0;
}

#Header {
position: relative;
height: 226px;
z-index: 1;
}

#ContentWrapper {
position: relative;
float: left;
width: 952px;
z-index: 2;
display: inline;
}

html>body #ContentWrapper {   /* for IE6 comptibility. Above is coded for IE6, but every other browser will read this section to supercede that code. */
width: 100%;
}

#ContentColumn {
position: relative;
margin: -30px 195px 20px 202px;   
z-index: 3;
padding: 0 15px;
border-right: 1px dotted #D3D3D3;
width: 510px;
}

#NavColumn {
position: relative;
z-index: 2;
float: left;
display: inline;
width: 202px;
margin-left: -952px;
margin-top: -35px;
padding-bottom: 130px;
}

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: 2;
float: left;
width: 179px;               
margin-left: -185px;        
margin-top: -55px;
}

#Footer {
position: relative;
clear: both;
width: 100%;
padding: 0 15px 15px 15px;
background-image: url(../image-files/footer-background.jpg);
background-repeat: no-repeat; 
background-position: bottom left;
z-index: 0;
}

html>body #Footer {   /* for IE6 comptibility. Above is coded for IE6, but every other browser will read this section to supercede that code. */
padding: 0 0 16px 0;
}

#Footer a {
white-space: nowrap;
color: #D3D3D3;
text-decoration: none; }

#Footer a:visited {
white-space: nowrap;
color: #B0B0B0;
text-decoration: none; }

#Footer a:hover {
white-space: nowrap;
color: white;
text-decoration: underline; }

.Liner {
padding: 10px;
}

#ContentColumn .Liner {
padding: 5px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 10px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0px auto;
background-color: transparent;
}

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#NavColumn {
color: #969696;
background-color: #3C3837;
background-image: url(../image-files/nav-bottom.jpg);
background-repeat: no-repeat; 
background-position: bottom left;
}

#Footer {
text-align: center;
font-size: 85%;
color: #FCD427;
}

#NavColumn {
font-size: 90%;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 110%;
font-weight: normal;
color: white;
margin-top: 0;
}

#ExtraColumn h4 {
font-weight: normal;
font-size: 110%;
color: #808080;
margin-top: 20px;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
display: inline;
width: 202px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
text-align: left;
font-size: 100%;
font-weight: normal;
text-transform: uppercase;
color: #FCD427;
margin: 12px -10px 10px -10px;
text-indent: 10px;
padding: 5px 0 5px 0;
background-image: url(../image-files/nav-header.jpg);
background-repeat: no-repeat;
display: block;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: transparent;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-transform: uppercase;
font-weight: normal;
font-size: 95%;
margin: 0px -10px 3px -10px;
display: block;
}

/* -- Navigation Link styles -- */

.Navigation a {
color: #D3D3D3;
display: block;     
padding: 3px 0 3px 10px;
text-decoration: none;
}

.Navigation a:visited {
color: #B0B0B0;
display: block;     
padding: 3px 0 3px 10px;
text-decoration: none;
}

.Navigation a:hover {
color: #3C3837;
display: block;
padding: 3px 0 3px 10px;
background-color: #FCD427;
text-decoration: none;
}

* html .Navigation {   /* for IE6 compatibility. Above is coded for IE6, but every other browser will read this section to supercede that code. */
height: 1px;
position: relative;
}

/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-transform: uppercase;
font-weight: lighter;
text-align: center;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
}

.ExtraNav a {
color: #D3D3D3;
text-decoration: none;
text-align: center;
padding: 2px 10px 2px 10px;
}

.ExtraNav a:visited {
color: #B0B0B0;
text-decoration: none;
}

.ExtraNav a:hover {
color: #3C3837;
background-color: #FCD427;
padding: 20px 10px 19px 10px;
text-decoration: none;
}

#Header .ExtraNav {
font-size: 85%;
position: relative;
top: 19px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 15px auto 15px auto;
}

#Footer .ExtraNav a:hover {
color: #3C3837;
background-color: #FCD427;
padding: 3px 10px 3px 10px;
text-decoration: none;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: transparent;
width: 462px;
border: 1px solid #D3D3D3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

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: #E1E1E1;
width: 136px;
padding: 10px;
margin: 0 20px 10px 15px;
float: right;
color: black;
}

.ReminderBox h4 {
padding: 3px 3px 11px 3px;
margin: 0;
background-color: #E1E1E1;
background-image: url(../image-files/reminder-top.jpg);
background-repeat: no-repeat;
background-position: bottom center;
text-transform: uppercase;
font-weight: normal;
text-align: center;
color: #D3D3D3;
}

.ReminderBox p {
color: #3C3837;
font-size: 85%;
line-height: 130%;
padding: 0 3px;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: white;
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: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: transparent;
width: 100%;
border-top: 1px solid #D3D3D3;
border-bottom: 1px solid #D3D3D3;
margin: 40px auto;
padding: 10px 4px;
}

/* -- RSS Box -- */

#RSSbox {
display: block;
width: 100%;
font-size: 95%;
font-weight: normal;
text-transform: uppercase;
line-height: 150%;
text-align: left;
color: #FCD427;
margin: 45px -10px 30px -10px;
padding: 5px 10px 5px 10px;
background-image: url(../image-files/rss-header.jpg);
background-repeat: no-repeat; 
background-color: transparent;
}

#RSSbox a {
font-size: 95%;
color: white;
}


/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: normal;
color: #4B4B4B;
display: block;
line-height: 150%;
margin-bottom:10px;
padding: 3px;
}


/* -- 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;
}
