

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #1C74A6; /* blue color for browser window background color */
background-image: url('../image-files/body.gif');
background-repeat: repeat-x;
margin: 0;
padding: 0;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #484B5A;    /* dark blue-grey for page fonts */
font-size: 85%; 
background-position:  left top;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
background-color: transparent;
color: #1C74A6;      /* deep blue font color */
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
text-align: center;
}

h2 {
border-bottom: 1px solid #1C74A6;    /* deep blue font color */
text-align: center;
}

blockquote {
margin: 12px 56px;
color: #006;     /* dark green font color */
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}

code {
color: navy;
}

img {
border: 0px none;
}

a:link img {
border: 0px none;
}


/* -- General Link Styling -- */

a{
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 {
margin: 0 auto;
position: relative;
width: 951px;
}

#Header {
position: relative;
margin: 0 auto;
height: 300px;
display: block;
}

#ContentWrapper {
position: relative;
float: left;
width: 951px;
margin-top: -180px;
}

#ContentColumn {
width: 541px;
position: relative;
margin: 0 218px 0 192px;
}

#NavColumn {
position: relative;
float: left;
width: 179px;            
margin-left: -951px;     
margin-top: -180px;
padding: 5px;
}

#ExtraColumn {
position: relative;
float: left;
width: 209px;            
margin-left: -215px;     
margin-top: -50px;
padding: 3px;
}

#Footer {
position: relative;
clear: both;
width: 100%;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 45px 0 0 0;
padding: 10px;
}

html>body #Footer .Liner {      /* for IE6 comptibility. Above is coded for IE6, but every other browser will read this section to supercede that code. */
padding: 45px 10px 10px 10px;
}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
background-image: url('../image-files/background.jpg');
background-repeat: repeat-y;
background-position-y:50%
}

#Header {
background-image: url('../image-files/header-image.jpg');
background-repeat: no-repeat;
background-color: transparent;
background-position-y:center
background-position-y:center center
}

#NavColumn, #ExtraColumn {
font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
}

#Footer {
background-image: url('../image-files/footer-background.jpg');
background-repeat: no-repeat;
background-color: transparent;
text-align: center;
font-size: 85%;
font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
color: black; background-position-y:center
}

html>body #Footer {      /* for IE6 comptibility. Above is coded for IE6, but every other browser will read this section to supercede that code. */
padding-bottom: 20px;
}

#Footer a {
color: #D3E4FB;    /* pale-blue font color for links */
}

#Footer a:hover {
color: #fff;
}

#NavColumn {
font-size: 90%;
color: #656567;    /* dark gray font color */
}

#ExtraColumn {
font-size: 90%;
color: #656567;    /* dark gray font color */
}

#NavColumn h4 {
font-size: 90%;
color: #1C74A6;    /* deep blue font color */
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #1C74A6;    /* deep blue font color */
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
background-color: transparent;
padding-bottom: 20px;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #8B0000;       /* dark red font color */
border-bottom: 0px solid #fff;
margin: 20px 0 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 -12px 0;
}

.Navigation li {
margin-bottom: 3px;
display: inline;
}

/* -- Navigation Link styles -- */

.Navigation a{
color: #1C587D;     /* deep blue font color */
display: block;
padding-bottom: 3px;
text-decoration: none;
}

.Navigation a:visited {
color: #808080;     /* gray font color */
display: block;
text-decoration: none;
}

.Navigation a:hover {
color: #8B0000;     /* dark red font color */
display: block;
text-decoration: underline;
}



/* ------ 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: #8B0000;     /* dark red font color */
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: 'Trebuchet MS', 'Helvetica', sans-serif;
}

.ExtraNav ul {
font-weight: bold;
}

.ExtraNav ul li {
display: block;
padding-bottom: 4px;
}

.ExtraNav a {
color: #D3E4FB;     /* pale blue links font color */
text-decoration: none;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #D3E4FB;    /* pale blue links font color */
text-decoration: none;
}

.ExtraNav a:hover {
color: #fff;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
z-index: 5;
top: 125px;           /* use 210px for 1 link, 190px for 2, 168px for 3, 148px for 4, 125px for 5, 105px for 6, 84px for 7, 60px for 8, 39px for 9, and 16px for 10 links. */
right: -100px;
width: 300px;
text-align: left;
padding: 0 0 7px 0;
margin: 0;
text-align: left;
}

html>body #Header .ExtraNav {       /* for IE6 compatibility. Above is coded for IE6, but every other browser will read this section to supercede that code. */
right: -60px;
}

* + html body #Header .ExtraNav {   /* for IE7 compatibility. Only IE7 reads this code. */
right: -100px;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
position: relative;
text-align: center;
margin: 0 auto;
width: 100%;
}

#Footer .ExtraNav ul {
font-weight: normal;
}

#Footer .ExtraNav ul li {
text-align: center;
display: inline;
}

#Footer .ExtraNav a {
color: #D3E4FB;     /* pale blue links font color */
text-decoration: none;
text-align: center;
padding: 0 9px;
}

#Footer .ExtraNav a:visited {
color: #D3E4FB;     /* pale blue links font color */
text-decoration: none;
}

#Footer .ExtraNav a:hover {
color: #fff;
text-decoration: underline;
}




/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #1C74A6;    /* deep blue border color */
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: #F7ECD6;    /* cream color */
width: 24%;
border: 1px solid #E3D7BF;    /* tan color */
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #000;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #1D6B9B;   /* dark blue color */
color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0px 8px 13px 8px;
line-height: 120%;
}

html>body .ReminderBox p {     /* for IE6 comptibility. Above is coded for IE6, but every other browser will read this section to supercede that code. */
padding: 0 8px;
}


.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: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
width: 510px;
border-top: 1px solid #1C74A6;    /* deep blue border color */
margin: 50px auto 0 auto;
padding: 20px 4px 4px 4px;
}

html>body .ReturnToNavBox {   /* for IE6 comptibility. Above is coded for IE6, but every other browser will read this section to supercede that code. */
padding: 4px;
}


/* -- RSS Box -- */

#RSSbox {
width: 100%;
font-size: 100%;
font-weight: normal;
color: #656567;      /* dark grey font color */
line-height: 140%;
text-align: left;
margin: 10px auto 30px auto;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: normal;
color: black;
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;
}
