/* ------ Section 1 - Global Body, Font and Link Settings ------ */


body {
background-color: #DCDCDC; /* aqua color for browser window background color and footer top border
original = background-color: #f0f5fb;   */
margin: 0;
padding: 0;
}

body, table, tr, td {
font-family: Arial, sans-serif, Verdana;
color: #303030;
font-size: 83%;
}


/* -- General Link Styling     color: #282828;  -- */

a:link {
color:blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}

#RightColumn a:link {
color: #FFFFFF; 
text-decoration: underline;
background-color: #556B2F;
}

#RightColumn a:hover {
text-decoration: underline;
color: #FFFFFF;
background-color: #556B2F;
}
	
#RightColumn a:active {
text-decoration: underline;
color: #FFCC00;
}
	
#RightColumn a:visited {
text-decoration: underline;
color: #C0C0C0;
}



#Header a:link {
color: #FFFFFF; 
text-decoration: underline;
background-color: #000000;
}

#Header a:hover {
text-decoration: underline;
color: #FFFFFF;
background-color: #000000;
}
	
#Header a:active {
text-decoration: underline;
color: #FFCC00;
}
	
#Header a:visited {
text-decoration: underline;
color: #C0C0C0;
}


#Footer a:link {
color: #FFFFFF; 
text-decoration: underline;
background-color: #000000;
}

#Footer a:hover {
text-decoration: underline;
color: #FFFFFF;
background-color: #000000;
}
	
#Footer a:active {
text-decoration: underline;
color: #FFCC00;
}
	
#Footer a:visited {
text-decoration: underline;
color: #C0C0C0;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 780px;
}

#Header {
height: 80px;
margin: 0;
padding: 0 5px 10px 5px;
}

#ContentWrapper {
float: left;
width: 780px;
}

#CenterColumn {
margin: 0 180px 0 0;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#LeftColumn {
display:none
float: left;
width: 179px;          
margin-left: -780px;        
}

#RightColumn {
float: left;
width: 179px;       
margin-left: -180px;        
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px 13px 10px 18px;
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}

#RightColumn .Liner {
padding: 10px 1px 10px 8px;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
border: 0px solid #DCDCDC;    /* #ABC4E3;  dark sea blue, headlines and borders    original =  border: 1px solid #8f8fb3;  */
margin: 0 auto;
background-image: url(../image-files/postcard-background.gif);
background-repeat: repeat-y;
}

#Header {
background-image: url();
background-repeat: no-repeat;
background-color: #000000;
background-position: top left;
}

/* 

#ContentWrapper {
background-image: url(../image-files/postcard-background.gif);
background-repeat: repeat-y;
background-color: #D3E4FB;
}

 */

#ContentWrapper {
background-image: url();
background-repeat: no-repeat;
background-color: #556B2F;  
}

#LeftColumn {
background-image: url();
background-repeat: ;
background-color: #556B2F;
border-left: 1px solid #556B2F;  /* this is the background color for the left NAV bar options - nice soft grey = #E5E4D7         */
}

/* ------ 

#ContentWrapper {
background-image: url();
background-repeat: no-repeat;
background-color: #D3E4FB;
}

#CenterColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
border-right: 1px solid #ABC4E3;
border-left: 1px solid #ABC4E3;
}

#LeftColumn {
background-image: url();
background-repeat: repeat-y;
background-color: #ABC4E3;
}


#RightColumn {
background-image: url();
background-repeat: no-repeat;
background-color: #D3E4FB;
}


 ------ */

#CenterColumn {
background-image: url(../image-files/main.gif);
background-repeat: repeat-y;
background-color: #FFFFFF;
border-right: 0px solid #ABC4E3;
border-left: 0px solid #CCCCCC; /*       */
}

#RightColumn {
background-image: url();
background-repeat: no-repeat;
background-color: #556B2F;
}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #000000;     /* original = background-color: #abc4e3;   LOVELY YELLOW = #FFFFCC  blue-gray used in left and right columns of anguilla-background.gif and for footer and horizontal text-navbar */
border-top: 1px solid #000000;
}



/* ------ Section 4 - Left Column Navigation ------ */


.Navigation {
width: 100%;
font-family: Arial, Verdana, sans-serif;
background-color: transparent;
}


/* -- Nav Headers --  border-bottom: 1px solid #fff;  */

.Navigation h3 {
padding: 0;
font-size: 100%;
color: #000000;
margin: 12px 0 11px 4px;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 2px;
text-transform: capitalize;
margin: -6px 0 0 0;
font-size: 13px;
}

.Navigation li {
background-color: #556B2F;       /* #ffc   original = background-color: #e9fod1;       #4682B4 tan, <- this color is the 'background' of the button and RSS box backgrounds --    */
border: 0px solid #000000;
border-bottom: 0px solid #ABC4E3;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a {
color: #E8E8E8;  /* originally blue - changed to grey */
display: block;
 /*      this makes the whole box highlight rather than just the text */
padding: 3px 0 4px 3px;
text-decoration: none;
}

.Navigation a:visited {
color: #D8D8D8;
text-decoration: none;
}

.Navigation a:hover {
color: #C8C8C8;
   /* background-color: #d3e4fb;  light sea blue used in center column of anguilla-background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}




/* ------ Section 5 - Additional Navigation ------ */


/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: center;
}

.imageCaptionLinkGroup a {
text-decoration: none;
}

.imageCaptionLinkGroup .caption {
text-decoration: underline;
}


/* -- Horizontal Text NavBar -- */

.text-NavBar {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin: 12px auto 12px auto;
background-color: #abc4e3;
width: 600px;           /* same width as the width of the center column (960 -180 - 180) */
}

.white-NavBar {
font-family: Arial, Verdana, sans-serif;
margin: 6px auto 6px auto;
background-color: #000000;
width: 520px;           /* same width as the width of the center column (960 -180 - 180) */
text-align: center;
color: #FFFFFF;
}



.xfact-Bar {
font-family: Verdana, Arial, sans-serif;
text-align: center;
font-weight: bold;
color: #FFFF00;
margin: 0 auto 0 auto;
background-color: #000000;
font-size: 210%;
width: 520px;           /* same width as the width of the center column (960 -180 - 180) */
}

.xfact-Bar-small {
font-family: Arial, Verdana, sans-serif;
text-align: center;
font-weight: bold;
color: #FFFFFF;
margin: 0 auto 2px auto;
background-color: #000000;
font-size: 138%;
width: 520px;           /* same width as the width of the center column (960 -180 - 180) */
}

.xfact-Bar-linker {
font-family: Arial, Verdana, sans-serif;
text-align: center;
font-weight: normal;
color: #FFFFFF;
margin: 0 auto 2px auto;
background-color: #000000;
font-size: 84%;
width: 630px;           /* same width as the width of the center column (960 -180 - 180) */
}


.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: #556B2F;  /* actual link background original = #ffc */
text-align: center;
}

.simple ul li {
display: inline;
background-color: #abc4e3;  /* actual link background original = #ffc */
}



.text-NavBar a {
color: orange;   /* where is this? it was blue */
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: purple;
text-decoration: none;
}

.text-NavBar a:hover {
color: red;
background-color: #d3e4fb;
text-decoration: underline;
}




/* ------ Section 6 - Specific Font Styles ------ */

#LeftColumn {
font-size: 90%;
color: white;
}

#RightColumn {
font-size: 90%;
}

#Footer {
font-size: 85%;
line-height: 17px;
}

/* original = color: #3555AC;  */

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #000000;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}


h1 {
margin-bottom: 4px;
font-family: Arial, Verdana, Arial, sans-serif;
border-bottom: 0 solid #5485CA;
text-align: left;
font-size: 19px;
}


h2 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0px solid #8f8fb3;
font-size: 18px;
}

h3 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
font-size: 17px;
}

h4 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
font-size: 16px;
}

#LeftColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

#RightColumn h4 {
font-size: 125%;
color: #FF7200;
margin-top: 0;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #989898;
clear: both;
line-height: 14px;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 20px;
font-family: 'Courier New', Courier, monospace;
}




/* ------ Section 7 - Boxes ------ */


.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}


.RightSideBoxer {
background-color: #F3F8FA;
width: 90%;
font-size: 93%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 6px;
color: #2A62A8;
}



.white-RightSide {
background-color: #556B2F;
font-size: 113%;
padding: 1px;
color: #CCCCCC;
}







div.CalloutBox p {
margin: 13px;
}
p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1, h2, h3, h4, h5, h6 {
margin: 0;
}
p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 0;
}


.ReminderBox {      /* the container box */
background-color: #ddd;
width: 24%;
border: 1px solid #8f8fb3;
margin: 0 0 12px 18px;
float: right;    /* adding float enables text to flow around it */
color: #006;
}

.ReminderBoxRight {      /* the right side box */
background-color: #AAC1E0;
border: 1px solid #8f8fb3;
margin: 0 2px 12px 2px;
border-bottom: 1px solid #808080;
text-transform: uppercase;
   /* float: right;  adding float enables text to flow around it */
color: #006;
}


.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 13px;
}


.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxRightColumn {
padding: 2px;
background-color: #FFFFFF;
border: 0px;
}
.AdSenseBoxLeft {
margin: 0 18px 12px 4px;
float: left;
}
.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}
.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}
.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}


.ReturnToNavBox {
background-color: #F0F8FF;
width: 70%;
border-top: 0px solid #8f8fb3;
border-bottom: 0px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}
	

/* -- 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: 14px;
text-align: center;
}




/* ------ Section 8 - Frequently Used Styles ------ */


.clear {
clear: both;
}


img {
border: 0 solid #ddd;
}


/* -- lists -- */

#CenterColumn ul {
list-style-type: disc;
margin: 0 0 1px 3px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}


#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}

#RightColumn ul {
list-style-type: none;
font-size: 93%;
color: #FFFFFF;
line-height: 18px;
padding-left: 1em;
text-indent: -1em;
margin: 0 0 8px 3px;
}


#navlist2 li { list-style-type: square; }

#navlist3 { list-style-image: url(../image-files/arrow3d.gif); }

LI.list1 {list-style: circle outside; color:green;}

LI.list2 {list-style: square inside; color:blue}







/* -- floats -- */

img.top {vertical-align:text-top}
img.super {vertical-align:super}


.ItemRight {
float: right;
margin: 2px 0 12px 8px;
color: #606060;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
color: #606060;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 10px 18px 12px 5px;
color: #606060;
text-align: center;
}

.center { 
text-align: center;
}