/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #DCD9D9;
margin: 0;
padding: 0;
font-family: arial, tahoma, sans-serif;
color: #434343;
font-size: 85%;
line-height: 1.5em;
letter-spacing: 0.03em;
padding-bottom:40px;
}

/* -- General Link Styling -- */

a:link {
color: #902825;
text-decoration:none;
}

a:visited {
color: #902825;
text-decoration:none;
}

a:hover {
color: #C80000;
text-decoration:none;
}

#ContentColumn a:link {
text-decoration:underline;
}

#ContentColumn a:visited {
text-decoration:underline;
}

#ContentColumn a:hover {
text-decoration:underline;
}

.Navigation a:link {
color: #902825;
/* color: #304D87;
background: #fff; */
font-size: 120%;
padding:3px;
}

.ExtraNav a:link  {
color: #ffffff;
font-weight: bold;
padding:3px;
}

.Navigation a:visited {
color: #902825;
font-size: 120%;
padding:3px;
}

.ExtraNav a:visited{
color: #ffffff;
font-weight: bold;
padding:3px;
}

.Navigation a:hover,
.ExtraNav a:hover {
color: #9A0000;
background: #fff url(../image-files/degradation.gif) top left repeat-x;
padding:3px;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 950px;
}

#Header {
height: 300px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 190px 0 230px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 230px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -950px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign) */
}

#ExtraColumn {
float: left;
width: 190px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -190px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
margin-bottom
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#NavColumn .Liner {
margin: 10px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
position:relative;
margin: 0 auto;
background: url(../image-files/background.jpg) top left repeat-y;
}

#Header {
background: url(../image-files/banner.jpg) top left no-repeat;
position:relative;
z-index:1;
}

#NavColumn {
/* background: url(../image-files/navigator-color.gif) top left repeat-x; */
}

#ExtraColumn .Liner {
padding: 0 10px 0 0;
}

#ContentColumn .Liner {
padding: 0 20px 0 20px;
}

#ContentColumn, #ExtraColumn, #NavColumn {
position:relative;
z-index:10;
}

#ContentColumn {
margin-top:-40px;
}

#ExtraColumn {
margin-top:0px;
}

#NavColumn {
margin-top:-200px;
}

#Footer {
position:relative;
background: url(../image-files/footer-background.jpg) bottom right no-repeat;
height:64px;
z-index:1;
}
#Footer .Liner {
padding:0;
margin-left:260px;
margin-right:40px;
background-color:#902825;
color:#FFF;
position:relative;
z-index:5;
}
#Footer p {
  margin:0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
}

/* -- Nav Headers -- */

.Navigation ul {
list-style-type: none;
position: relative;
margin: 0;
padding: 0;
}

.Navigation h3 {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
color: #000;
padding:5px 0;
font-family: "Century Gothic", arial, sans-serif;
font-variant: small-caps;
font-size:120%;
}

.Navigation li {
padding:0;
margin: 0;
margin-bottom: 3px;
}

.Navigation a {
display:block;
width:100%;
padding: 3px 3px 3px 0;
/* background: url(../image-files/arrowdarkblue.gif) center left no-repeat; */
}


/* ------ 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 {
position: absolute;
top: 200px;
right: 100px;
font-size: 90%;
}


.ExtraNav ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
}

.ExtraNav a {
text-align: center;
padding: 0 4px;
}

#Footer .ExtraNav {
background-color:#CFA3A2;
}



/* ------ Section 6 - Specific Font Styles ------ */

#NavColumn {
font-size: 90%;
}

#ExtraColumn {
font-family: arial, sans-serif;
font-size: 90%;
}

#Footer {
font-size: 90%;
}

h1, h2, h3, h4, h5, h6 {
color: #222;
font-weight: normal;
font-family: Tahoma, sans-serif;
}

h1 {
font-size: 180%;
line-height: 1.2em;
text-align: center;
}

#ContentColumn h1,
#ContentColumn h2,
#ContentColumn h3,
#ContentColumn h4,
#ContentColumn h5,
#ContentColumn h6 {
font-family: Arial, sans-serif;
font-variant: normal;
font-weight: bold;
color: #000;
}

#ExtraColumn h2 {
font-size: 140%;
font-weight: bold;
line-height: 1.2em;
text-align: center;
color: #902825;
}



.Caption {
font-size: 85%;
font-weight: bold;
display: block;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 110%;
font-family: 'Courier New', Courier, monospace;
}



/* ------ Section 7 - Boxes ------ */

.CalloutBox {
background: #DFDCDC url(../image-files/calloutbox.gif) top left no-repeat;
width: 85%;
margin: 18px auto 24px auto;
padding: 4px;
color: #434343;
font-family: "Century Gothic", arial, sans-serif;
}

.ReminderBox p,
.CalloutBox p {
margin: 8px;
font-size: 95%;
}

.ReminderBox {           /* the container box */
background-color: #902825;
width: 35%;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #FFF;
font-family: "Century Gothic", arial, sans-serif;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #FFF;
}

.ReminderBox p {
padding: 0 4px;
}

.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: #FFF;
border-top: 1px solid #8F8FB3;
border-bottom: 1px solid #8F8FB3;
margin: 20px auto;
padding: 0 2px;
}

.BoxRight {
float: right;
width: 46%;
margin: 2px 0 12px 6px;
background-color: #ffc;
border: 1px dotted #8f8fb3;
padding: 0 5px;
}

.BoxLeft {
float: left;
width: 46%;
margin: 2px 6px 12px 0;
background-color: #ffc;
border: 1px dotted #8f8fb3;
padding: 0 5px;
}


/* -- RSS Box -- */

#RSSbox {
width: 140px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 14px;
text-align: center;
}

#TestimonialBox {
background-color: #ffc;
/* background-color: #F9E287; */
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

#TestimonialBox p {
margin: 5px;
padding: 5px;
}

#TestimonialBox h3 {
color: #902825;
margin: 0;
padding: 0;
}

/* ------ Section 8 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

img {
border: 0 solid #DDD;
}

/* -- lists -- */

#ContentColumn ul {
list-style-type: disc;
margin: 0 0 8px 10px;
}

#ContentColumn li {
margin: 0 0 8px 5px;
}

#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;
}
