/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #FFF;
margin: 0;
padding: 0;
font-family: arial, sans-serif;
color: #000;
font-size: 90%;
position: relative;
}

/* -- General Link Styling -- */

a:link {
color: #0A50FF;
background-color: none;
font-weight:bold;
}

a:visited {
color: #FF1A00;
background-color: none;
font-weight:bold;
}

a:hover {
color: #C61010;
background-color: none;
font-weight:bold;
}


.Navigation a:link,
.ExtraNav a:link {
color: #0A50FF;
background-color: white;
}

.Navigation a:visited,
.ExtraNav a:visited {
color: #FF1A00;
background-color: white;
}

.Navigation a:hover,
.ExtraNav a:hover {
color: #C61010;
background-color: image;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
position: relative;
width: 960px;
margin: 0 auto;
}

#Header {
height: 376px;
position: relative;
z-index: 1;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 205px 0 195px;    /* 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: -940px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
padding-top: 0px;
position: relative;
z-index: 10;
}

#ExtraColumn {
float: left;
width: 205px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -205px;        /* STEP 5: set to -(ExtraColumnWidth) */
position: relative;
z-index: 10;
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

#ContentColumn {
padding: 0 20px;
z-index: 10;
position: relative;
}

#NavColumn {
margin-top: -70px;
}
#ContentWrapper, #ExtraColumn {
margin-top: -160px;
}


.Liner {
padding: 10px
}
#ExtraColumn .Liner {
padding-left: 0;
padding-right: 0;
}
#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#Header {
background-image: url(../image-files/header-image.jpg);
background-repeat: no-repeat;
background-position: top left;
}

#NavColumn {
background: #FDBE01 /* --- url(../image-files/Menu-word.gif) top left no-repeat -- */;
border: 2px solid #000;
font-weight: bold;
}



/* ------ Section 4 - Left Column Navigation ------ */

/* -- Nav Headers -- */

.Navigation h3 {
font-variant: small-caps;
padding: 0;
font-size: 110%;
border-bottom: 1px solid #000;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.Navigation li {
padding: 0;
margin: 0;
margin-bottom: 3px;
position: relative;
}

.Navigation a {
text-decoration:none;
padding:5px;
display:block;
width:140px;
border: 2px solid #000;
}

.Navigation a,
.ExtraNav a {
background: #FFF url(../image-files/menu-box.gif) top left repeat-x;
}

.Navigation a:hover,
.ExtraNav a:hover {
background: #FFF url(../image-files/menu-box.gif) bottom left repeat-x;
}

/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a {
text-decoration: none;
}

.ThumbnailLink .Caption {
text-decoration: underline;
}

/* -- Horizontal Text NavBar -- */

#Header {
position: relative;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
right: 10px;
padding: 10px 0 45px 30px;
}

#Footer .ExtraNav {
margin: 12px auto;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.ExtraNav ul li {
text-align: center;
display: inline;
background:#FFF;
border:2px solid black;
}

.ExtraNav a {
text-decoration: none;
text-align: center;
padding: 0 4px;
line-height:1.5em;
}



/* ------ Section 6 - Specific Font Styles ------ */

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
font-family:arial, sans-serif;
font-style:italic;
color: maroon;
clear: both;
}

h1 {
font-size:180%;
margin-top: 5px;
border-bottom: 0 solid #8F8FB3;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h3 {
border-bottom: 0 solid #8F8FB3;
}

.Caption {
font-size: 85%;
font-weight: bold;
display: block;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
font-family: 'Courier New', Courier, monospace;
}



/* ------ Section 7 - Boxes ------ */

.CalloutBox {
background: #FDBE01 url(../image-files/calloutboxpattern.gif) top left repeat;
width: 80%;
margin: 18px auto 24px auto;
padding: 8px;
border: 2px solid #000;
font-weight:bold;
}

.CalloutBox p,
.ReminderBox p {
margin: 8px;
}

.ReminderBox {           /* the container box */
background: #FF1A00 url(../image-files/reminder-box.gif) top left repeat;
width: 25%;
border: 2px solid #000;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
padding: 0 4px;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #FFF;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
border: 0px;
}

.AdSenseBoxLeft {
float: left;
margin-right:8px;
}

.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 {
border-top: 1px solid #8F8FB3;
border-bottom: 1px solid #8F8FB3;
margin: 12px auto;
padding: 0 2px;
}

/* -- RSS Box -- */

#RSSbox {
width:170px;
margin: 20px 0;
padding: 0 0 10px 0;
font-weight: bold;
text-align: center;
}



/* ------ Section 8 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

img {
border: 0;
}

/* -- lists -- */

#ContentColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#ContentColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#ContentColumn li {
margin: 0 0 8px 5px;
}

/* -- 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;
}

.Center { 
text-align: center;
}

