/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #FFF;
margin: 0;
padding: 0;
font-family: Verdana, serif;
color: #000000;
font-size:90%;
line-height: 1.5em;
letter-spacing: 0.03em;
}

h1, h2, h3, h4, h5, h6 {
font-family: Verdana, serif;
font-weight:normal;
}

/* -- General Link Styling -- */

a:link {
color: #f94ea8;
font-weight:bold;
}

a:visited {
color: #03b8e8;
}

a:hover {
color: #db0e8d;
}

.Navigation a,
.ExtraNav a {
text-decoration:none;
}
.Navigation a:link,
.ExtraNav a:link {
color: transparent
background-color:  #fffdae; 
}

.Navigation a:visited,
.ExtraNav a:visited {
color: transparent
background-color: #fffdae;
}

.Navigation a:hover,
.ExtraNav a:hover {
color: transparent
background-color: #fffdae;
}

.Navigation a {
  background-color: #fffdae;
 }

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 850px;
}

#Header {
height: 210px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 210px 0 230px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 200px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -835px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign) */
}

#ExtraColumn {
float: left;
width: 200px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -200px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 900px;
text-align: center;
padding: 8px 0;
}
.Liner {
padding: 10px;
}
#ExtraColumn .Liner {
padding-left:0;
padding-right:0;
}
#Header .Liner {
padding: 0;
}

#NavColumn .Liner {
margin-top:100px;
padding-bottom:0;
margin-bottom:0;
}
#NavColumn {
padding-bottom:0;
margin-bottom:0;  
}

#Footer .Liner {
margin: 0;
padding: 0;
padding-right:50px;
}

#ContentColumn, #ExtraColumn {
  margin-top:25px;
}

/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
position:relative;
margin: 0 auto;
}

#Header {
background: url(../image-files/header-image.jpg) top right no-repeat;
}


#ContentColumn, #ExtraColumn, #NavColumn {
position:relative;
margin-bottom:-100px;
z-index:100;
}

#ExtraColumn, #NavColumn {
font-family:Verdana, sans-serif;
}
#ExtraColumn {
background: url();
background-repeat: no-repeat;
background-color: transparent;
}
#NavColumn {
  background: #fffdae url(../image-files/navigator1.gif) top left no-repeat;
}

#NavColumn .Liner {
background: url(../image-files/navigator2.gif) bottom right no-repeat;
margin-right:-23px;
padding-right:23px;
}

#Footer {
position:relative;
background: url(../image-files/silla.gif) bottom right no-repeat;
height:334px;
z-index:1;
}
#Footer .Liner {
padding-top:120px;
}

#NavColumn h1,
#NavColumn h2,
#NavColumn h3,
#NavColumn h4,
#NavColumn h5,
#NavColumn h6,
#ExtraColumn h1,
#ExtraColumn h2,
#ExtraColumn h3,
#ExtraColumn h4,
#ExtraColumn h5,
#ExtraColumn h6 {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
padding-bottom: 5px;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 20px 0 0;
font-size: 150%;
border-bottom: 1px solid #a3a3a3;
margin: 12px 8px 12px 0;
background:url() top left no-repeat;
}

.Navigation ul {
list-style-type: none;
position: relative;
margin: 0;
padding: 0;
}

.Navigation li {
padding: 0;
margin: 0;
margin-bottom: 3px;
}



/* ------ 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 -- */

.ExtraNav {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size:90%;
}

#Header {
position:relative;
}

#Header .ExtraNav {
position: absolute;
bottom: 36px;
right: 51px;
background:url() top left no-repeat;
padding-top:40px;
padding-left:110px;
padding-bottom:10px;
padding-right:10px;
}


.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;
}



/* ------ Section 6 - Specific Font Styles ------ */

#NavColumn {
font-size: 90%;
}

#ExtraColumn {
font-family: arial, sans-serif;
font-size: 90%;
}


h2, h3, h4, h5, h6 {
margin-top: 24px;
}


.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, .ReminderBox {
font-family:verdana, sans-serif;
color:#000;
font-size: 95%;
padding: 8px;
}

.CalloutBox p, .ReminderBox p {
margin:0;
}

.CalloutBox {
background-color: #ECF94B;
width: 85%;
margin: 18px auto 24px auto;
}

.ReminderBox {           /* the container box */
background-color: #45DC7F;
width: 35%;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
}

.ReminderBox h4 {
margin: 0;
text-align: center;
background-color: #FFF;
}

.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: 40px auto 0;
padding: 0 2px;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
margin: 8px auto;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
line-height: 14px;
text-align: center;
}



/* ------ 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;
}


