

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-image:url(../image-files/body.jpg);
background-position:center top;
background-repeat:no-repeat;
background-color: #7aa3cf; 
margin: 0;
padding: 0;
font-family: Calibri, Tahoma, Arial, sans-serif;
line-height:19px;
color: #000;
font-size: 14px;
}

h1, h2, h3, hinline {
background-color: transparent;
color: #244767;
clear: both;
}

h2, h3, h4, h5, h6, hinline {
margin-top: 24px;
}

h1 {
margin-top: 10px;
font-family: Calibri, Tahoma, Arial, sans-serif;
border-bottom: 0 solid #911c1c;
text-align: center;
color: #244767;
line-height:100%;


}

h2 {
font-family: Calibri, Tahoma, Arial, sans-serif;
border-bottom: 1px solid #8f8fb3;
}

h3 {
font-family: Calibri, Tahoma, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
}

hinline {

display:inline
font-family: Calibri, Tahoma, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;


}


blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: Calibri, Tahoma, Arial, sans-serif;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #1361c0; 
text-decoration: none;
}

a:visited {
color: #1361c0;
text-decoration: #0793de;
}

a:hover {
color: orange;
text-decoration: none;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: none   
}

#Header {
position: relative;
height: 391px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 180px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 180px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid #f0f5fb;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {

margin: 0px auto;

background-image: url(../image-files/page-bg.jpg);

background-repeat: repeat-y;

}
#Header {
background-image: url(../image-files/header.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

#ContentWrapper {

}

#NavColumn {

background-repeat: no-repeat;
background-color: #e5dbc0;
}

#ContentColumn {

background-color: #fff;
}

#ContentColumn p{
margin: 20px;
}

#ContentColumn h1{
margin: 20px;
}

#ContentColumn h2{
margin: 20px;
}

#ContentColumn h3{
margin: 20px;
}

#ExtraColumn {

background-image: url();

background-position:top;

background-repeat: no-repeat;

background-color: #e5dbc0;


}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #e8dbcb;     
text-align: center;
font-size: 85%;
}

#NavColumn {
font-size: 14px;
color: #333;
}

#ExtraColumn {
font-size: 14px;
}

#NavColumn h4 {
font-size: 90%;
color: #333;
margin-top: 0;
text-align:center;
}

#ExtraColumn h4 {
font-size: 90%;
color: #333;
margin-top: 0;
text-align:center;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
font-family: Calibri, Tahoma, Arial, sans-serif;
background-color: #e8dbcb;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #333;
margin: 12px 0;
text-align:center;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
color: 333;
background-image:url(../image-files/buttonoverlay.png);
background-repeat:repeat-y;
background-color: #c9d7e4;       
border: 1px solid #999;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #333;
background-image:url(../image-files/buttonoverlay.png);
background-repeat:repeat-y;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: #333;
background-image:url(../image-files/buttonoverlay.png);
background-repeat:repeat-y; 
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: #333;
background-image:url(../image-files/buttonoverlay.png);
background-repeat:repeat-y;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #fff;   
text-decoration: none;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: #244767;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Calibri, Tahoma, Arial, sans-serif;
font-size: 14px;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
background-color: #7594d0;
text-align: center;
}

.ExtraNav a:link {
color: white;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: white;
text-decoration: none;
}

.ExtraNav a:hover {
color: white;
background-color: #98b2e2;
text-decoration: none;
}

#Header .ExtraNav {
font-size: 125%;
position: absolute;
top: 0;
right: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 12px auto;

}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-image: url(../image-files/calloutbox.png);
background-repeat:no-repeat;   
background-color: #cccccc;
width: 85%;
border: 1px dotted #8f8fb3;
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-image: url(../image-files/reminderbox.png);
background-repeat:no-repeat;         
background-color: #243c4a;
width: 24%;
border: 1px solid #1a2126;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #FFF;
}

.ReminderBox h4 {
font-size:14px;
margin-top:5px;
margin-bottom:0px;
padding: 0px;
text-align: center;
}

.ReminderBox p {
font-size: 10px;
margin: 0px;
padding: 0px;
line-height: 14px;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #d3e4fb;
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-image: url(../image-files/calloutbox.png);
background-repeat:no-repeat;   
background-color: #cccccc;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

.ReturnToNavBox p {
text-align:center;
}

/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 120%;
text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
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;
}

table.reference

{

background-color:#ffffff;

border:1px solid #c3c3c3;

border-collapse:collapse;

width:100%;

}



table.reference th

{

background-color:#6600ff;

border:1px solid #c3c3c3;

padding:3px;

vertical-align:top;

}



table.reference td 

{

border:1px solid #c3c3c3;

padding:3px;

vertical-align:top;

}