/*  -- All new funky CSS --
------ Section 1 - Global Body, Font and Link Settings ------ */


body {
background-color: #f5f6f7; /* aqua color for browser window background color and footer top border
original = background-color: #f0f5fb;  Sept = DCDCDC dec = E4E7E0 (oct) dae8e3 or e8e8e8 */
margin: 0;
padding: 0;
}

body, table, tr, td {
font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
color: #494E59;
font-size: 13px;

}
/* -- line-height:1.4em;  -- */
/* -- font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;  */


/* -- 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: none;
background-color: #FFFFFF;
}

#RightColumn a:hover {
text-decoration: none;
color: #B80000;
background-color: #FFFFFF;
}
	
#RightColumn a:active {
text-decoration: none;
color: #FFCC00;
}
	
#RightColumn a:visited {
text-decoration: none;
color: #3779BD;
}



#Header a:link {
color: #E0E0E0; 
text-decoration: none;
background-color: #69C2FA;
}

#Header a:hover {
text-decoration: none;
color: #3366FF;
background-color: #69C2FA;
}
	
#Header a:active {
text-decoration: none;
color: #B8B8B8;
}
	
#Header a:visited {
text-decoration: none;
color: #E8E8E8;
}


#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: #3366FF;
}

/* ------ 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: 1px solid #DCDCDC;     
margin: 0 auto;
background-image: url(../image-files/postcard-background2.gif);
background-repeat: repeat-y;
	-moz-box-shadow: 1px 1px 5px 5px #D9D9D9;
	-webkit-box-shadow: 1px 1px 5px 5px #D9D9D9;
	box-shadow: 1px 1px 5px 5px #D9D9D9;
}

#Header {
background-image: url(../image-files/pmi-rainbow2.jpg);   /* url(../image-files/70sign.jpg); */
background-repeat: no-repeat;
background-color: transparent;  /* #69C2FA;  background-color: transparent; */
background-position: top left;
}

#ContentWrapper {
background-image: url();
background-repeat: no-repeat;
background-color: #FFFFFF;  /* this is the left column under or behind the navigation 556B2F */
}

#LeftColumn {
background-image: url();
background-repeat: ;
background-color: #FFFFFF;  /* dec = F8F8F8 - nice soft grey = #E5E4D7  */
border-left: 0px solid #F8F8F8;
}


#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: #FFFFFF;
}

#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:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
background-color: transparent;
}


/* -- Nav Headers --  border-bottom: 1px solid #fff;  */

.Navigation h3 {
padding: 0;
font-size: 105%;
font-family: Arial, 'Lucida Sans Unicode', Verdana, 'Lucida Grande', Verdana, sans-serif; 
color: #8d8682;
border-bottom: 0px solid #E8E8E8;
margin: 3px 0 5px 0;  
/* original = margin: 12px 0 11px 4px;  color: #69C2FA; 
font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;  */
}

/* -- 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: #FFFFFF;       /* #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: #787878;  /* originally E8E8E8 - changed to grey */
display: block;
text-decoration: none;
}

.Navigation a:visited {
color: #3779BD;
text-decoration: none;
}

.Navigation a:hover {
color: #B80000;
text-decoration: none;
}




/* ------ 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:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
margin: 6px auto 1px auto;
background-color: #91C4CD;
width: 520px;           /* same width as the width of the center column) */
font-size: 89%;
text-align: center;
color: #FFFFFF;
}
/* font-family: Arial, Verdana, sans-serif; 
 F0F0F0 */


.xfact-Bar {
color:#F8F8F8;
text-align: center;
font-size: 120%;
padding: 4px 0 3px 0;
margin-top:0px;
text-transform:uppercase;
font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
letter-spacing:.16em;
font-weight:normal;
text-shadow:1px 1px 1px #ccc;
}

.xfact-Bar-small {
text-align: center;
font-weight: normal;
color: #686868;
margin: 0 auto 2px auto;
text-transform:uppercase;
font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
background-color: transparent;
/* original background color: #000000;  #a2b6d6;  */
letter-spacing:.1em;
font-size: 80%;
 /* same width as the width of the center column (960 -180 - 180)   91B5C1 */
}

.xfact-Bar-linker {
font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
/* font-family: Arial, Verdana, sans-serif; */
text-align: center;
font-weight: normal;
text-decoration: none;
color: #686868;
margin: 0 auto 2px auto;
background-color: transparent;
font-size: 84%;
width: 520px;           /* 69C2FA  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: #FF6600;    
text-decoration: none;
}




/* ------ Section 6 - Specific Font Styles ------ */

#LeftColumn {
font-size: 87%;
color: black;
}

#RightColumn {
/* font-size: 82%;  font-size: 90%;  */
}

#Footer {
font-size: 90%;
line-height: 17px;
}

/* original = color: #3555AC;  */

h1, h2, h3, h4, h5, h6 {
font-family: Arial, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
background-color: transparent;
letter-spacing:.01em;
color: #034b9c;
clear: both;
margin-bottom: 14px;
padding: 9px 0 9px 0;
font-weight: bold;
}


/* good colors: #69C2FA;  */


h2, h3, h4, h5, h6 {
margin-top: 24px;
}


h1 {
margin-bottom: 6px;
border-bottom: 1px solid #E8E8E8;
text-align: left;
font-size: 19px;
}


h2 {
border-bottom: 1px solid #E8E8E8;
border-bottom-length: 2em;
font-size: 17px;
}

h3 {
border-bottom: 0 solid #8f8fb3;
margin-bottom: 15px;
font-size: 16px;
}

h4 {
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: #FFFFFF;
font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
font-size: 109%;
padding: 0px;
color: #989898;
}


.InterviewIntroBox {
width: 85%;
border: 3px solid #F0F0F0;
background-color: #f5f6f7;
margin: 15px auto 12px auto;
padding: 10px 8px 1px 8px;
color: #006;
font-size: 97%;
line-height: 20px;

font-family: Georgia, Palatino, 'Times New Roman', 'Palatino Linotype', serif;
-moz-border-radius: 10px;
border-radius: 10px;
}





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: #FFFFFF;
width: 75%;
border: 1px solid #ddd;
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: 0px solid #ddd;
text-align: center;
background-color: #fff;
}

.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;
}


.SimpleBoxBorder {           
background-color: #FFFFFF;
width: 75%;
border: 1px solid #ddd;
margin: 15px auto 15px auto;
padding: 15px 0 0 0;
color: #006;
}
/* padding: 0 0 0 0;  
background-color: #ddd;  */


.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: #fff;
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;
}

.floatleft { float: left; margin: 0px 10px 5px 0px; }
.floatright { float: right; margin: 0px 0px 5px 5px; }

/* -- 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;
}


.blue {
color:#4088b8;
}

.gray {
color:gray;
}


.red {
color:red;
}



#navlist2 li { list-style-type: square; }

#navlist3 { list-style-image: url(../image-files/check-red.gif); }  /* black-star3.gif  */

#navlist4 { list-style-image: url(../image-files/swirl.gif); }

#navlist5 { list-style-image: url(../image-files/orange-arrow2.png); }

#navlist6 { list-style-image: url(../image-files/checkmark.gif); } 

#navlist7 { list-style-image: url(../image-files/stop2.png); } 

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;
}

/* Listamatic (green ticks) :) */

#navlist
{
margin-left: 30px;
padding-left: 30px;
list-style: none;
}

#navlist li
{
padding-left: 45px;
list-style: none;
background-image: url(../image-files/greencheck.jpg);
background-repeat: no-repeat;
background-position: left center;
}


/* Facebook */

.fb-comments-intro










