/*  -- All new funky CSS --
------ Section 1 - Global Body, Font and Link Settings ------ */


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

body, table, tr, td {
font-family:Arial,Helvetica,sans-serif;
color: #333333;
font-size:14px;
}
/* -- line-height:1.4em;  -- */



/* -- 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: #808080; 
text-decoration: underline;
background-color: #F8F8F8;
}

#RightColumn a:hover {
text-decoration: underline;
color: #C80000;
background-color: #F8F8F8;
}
	
#RightColumn a:active {
text-decoration: underline;
color: #FFCC00;
}
	
#RightColumn a:visited {
text-decoration: underline;
color: #C0C0C0;
}



#Header a:link {
color: #FFFFFF; 
text-decoration: none;
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: none;
background-color: #91C4CD;
}

#Footer a:hover {
text-decoration: none;
color: #B80000;
background-color: #91C4CD;
}
	
#Footer a:active {
text-decoration: none;
color: #FFCC00;
}
	
#Footer a:visited {
text-decoration: none;
color: #686868;
}

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

#PageWrapper {
width: 890px;
}

#Header {
height: 80px;
}


#ContentWrapper {
float: left;
width: 100%;
}

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

#LeftColumn {
float: left;
width: 175px; 
/*  width: 159px;  */
margin-left: -890px;        
}
/* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
/* STEP 2: to set left column at 180, set 1 less than 180 here */

#RightColumn {
float: left;
width: 139px;  
/*  width: 149px;  */            
margin-left: -139px; 
}
 /* STEP 4: to set right columns at 180, set 1 less than 180 here */      
 /* STEP 5: set to -(RightColumnWidth) */

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
font-family:Georgia, serif;
}

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

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

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



/* ------ 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;
}


/* 
original
#PageWrapper {
border: 1px solid #DCDCDC;    /* #ABC4E3;  dark sea blue, headlines and borders    original =  border: 1px solid #8f8fb3;  */
/* 

margin: 3px 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: #F8F8F8;  /* this is the left column under or behind the navigation 556B2F */
}

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

/* ------ 

#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();   
/*   background-image: url(../image-files/main.gif); */
background-repeat: repeat-y;                      /*   background-repeat: no-repeat;      */
background-color: #FFFFFF;
border-right: 0px solid #ABC4E3;
border-left: 0px solid #556B2F;
}



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

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #91C4CD;     /* 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: 0px solid #D8D8D8;
}



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


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


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

.Navigation h3 {
padding: 0;
font-size: 107%;
color: #282828;
border-bottom: 1px solid #B8B8B8;
margin: 3px 0 5px 0;  /* original = margin: 12px 0 11px 4px;  */
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 0;  
/* padding: 0 0 8px 1px;   */   
text-transform: capitalize;
margin: 0 0 0 0; 
/* margin: -6px 0 0 0;   */  
font-size: 11px;
}

.Navigation li {
background-color: #F8F8F8;       /* #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;  /* original = 3px;   */
}

/* -- Navigation Link styles -- */

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

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

.Navigation a:hover {
color: #B80000;
   /* 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:Georgia, 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:Georgia, serif;
margin: 6px auto 1px auto;
background-color: #91C4CD;
width: 520px;           /* same width as the width of the center column (960 -180 - 180) */
text-align: center;
color: #FFFFFF;
}
/* font-family: Arial, Verdana, sans-serif; 
 F0F0F0 */


.xfact-Bar {
color:#F8F8F8;
text-align: center;
font-size: 123%;
padding: 4px 0 3px 0;
margin-top:0px;
text-transform:uppercase;
font-family:Georgia, serif;
letter-spacing:.16em;
font-weight:normal;
}

.xfact-Bar-small {
text-align: center;
font-weight: normal;
color: #91C4CD;
margin: 0 auto 2px auto;
text-transform:uppercase;
font-family:Georgia, serif;
background-color: #000000;
letter-spacing:.1em;
font-size: 90%;
 /* same width as the width of the center column (960 -180 - 180)   91B5C1 */
}

.xfact-Bar-linker {
font-family:Georgia, serif;
/* font-family: Arial, Verdana, sans-serif; */
text-align: center;
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
margin: 0 auto 2px auto;
background-color: #000000;
font-size: 87%;
width: 520px;           /* 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: 87%;
color: white;
}

#RightColumn {
font-size: 82%;
/* font-size: 90%;  */
}

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

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

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #303030;
clear: both;
font-weight: normal;
}

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


h1 {
margin-bottom: 4px;
font-family: Georgia, serif;
border-bottom: 1px solid #E8E8E8;
text-align: left;
font-size: 22px;
}


h2 {
font-family: Georgia, serif;
border-bottom: 1px solid #E8E8E8;
border-bottom-length: 2em;
font-size: 20px;
}

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

h4 {
font-family: Georgia, serif;
border-bottom: 0 solid #8f8fb3;
text-align: center;
font-size: 14px;
}

#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: 17px;
}

blockquote {
margin: 15px 25px 15px 25px;
padding: 4px 4px 4px 16px;
color: #006;
background-color: #F8F8F8;
font-size: 95%;
line-height: 20px;
font-family: Verdana, 'Lucida Sans Unicode', Arial, 'Lucida Grande', Verdana, sans-serif;
}




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


.CalloutBox {
background-color: #F8F8F8;
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: #F8F8F8;
font-family: Georgia, serif;
font-size: 111%;
padding: 1px;
color: #989898;
}







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: #F8F8F8;
width: 24%;
border: 1px solid #E8E8E8;
margin: 5px 0 5px 10px;
padding: 2px 5px 5px 7px;
border-bottom: 1px solid #E8E8E8;
line-height: 20px;
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: 93%;
font-family:Georgia, serif;
padding: 0 4px;
line-height: 13px;
}

/* the super box */

.SuperBox {           
background-color: #F0F0F0;
width: 75%;
border: 1px dotted #C0C0C0;
margin: 10px auto 18px auto;
padding: 0 0 0 0;
color: #006;
}
/* padding: 0 0 0 0;  
background-color: #ddd;  */        

.SuperBox h3 {
margin: 0;
padding: 10px;
border-bottom: 2px solid #fff;
text-align: center;
background-color: #ddd;
}

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

.SuperBox p {
font-size: 90%;
padding: 3px 12px 0 20px;

}
/* line-height: 15px; */    

.SuperBox ul {
list-style-type: none;
padding: 12px 0 10px 47px;
margin: 0 0 0 0;
}


.FancyTable {      /* the container box */
background-color: #E8E8E8; /* original #ddd    FF9900 */ 
width: 70%;
border: 1px solid #8f8fb3;  /* original #8f8fb3 */
margin: 20px auto 20px auto;
 /* float: right;  adding float enables text to flow around it */
color: #006;
}

.FancyTableRight {      /* 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;
}


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

.FancyTable 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: 80%;
border-top: 0px solid #8f8fb3;
border-bottom: 0px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
font-size: 88%;
}
	

/* -- 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: 20px 10px 18px 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: 91%;
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 14px 5px;
color: #606060;
text-align: center;
}

.center { 
text-align: center;
}





#postage
{
font-family: Arial, sans-serif, Verdana;
color: #303030;
width:100%;
border-collapse:collapse;
}

#postage td, #postage th 
{
font-size:1.3em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}

#postage th 
{
font-size:1.2em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#282828;
}
#postage tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}



