/* CSS document date - 04/09/19 ( 4:00am ) ; CSS format date - 06/23/18 */
/* Coder: Angel Tenez - Copyright 2018 Mayan-Calendar.org / Xcano Media */
/* templates/archive/../../../5.0_starter-page-01_990x1200-middle-section_fixed-footer.css */

body {                                    /* UPDATED - 06/23/18 */
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(../../../../../../../templates/images/backgrounds/stars/stars_1200x810.jpg);
	background-position: center;
	background-color: black;}	 	                   /* black */

#wrapper { 	        	                  /* Updated - 06/23/18 */
	width: 990px;
  	margin-left: auto;
  	margin-right: auto;
 	background-color: none;}	        /* Darkest Red - 600000 */

#positioning-frame {
	position: relative;   /* NOTE: updated for HTML5 - 12/30/15 */
	top: 0;    /* Important Setting: Needed for Safari/IE Match */
	width: 990px;}

/* ------------- (7.1) BASIC IMAGE & TEXT STYLING ------------- */ 

img {                                     /* Updated - 06/23/18 */
	margin: 0;
	border: 0;
	padding: 0;}

/* ------------------ (7.1) Main Page Heading ----------------- */

h1 {		                          /* H1 - MAIN PAGE HEADING */
	position: relative;                  /* Updated -  06/23/18 */
	margin-top: 4px;                     
	padding-left: 3px;                    
	font-family: times, arial;
	font-size: 28px;                      
	line-height: 28px;                   
	font-style: none;                    
	text-align: center;
	background-color: none;}                            /* cyan */

/* ---------------- (7.1) Main Article Heading ---------------- */

h2 {                                 /* H2 - MAIN ARTICLE TITLE */
	position: relative;                   /* Updated - 06/23/18 */
	margin: 0 0 7px 0;              /* top, right, bottom, left */       
	padding: 0;                          
	font-family: arial, verdana, sans-serif;
	font-size: 14px; 		
	font-style: none; 
	font-weight: 540;
	color: black;
	text-align: center;
	background-color: none;}                            /* cyan */

/* ------------- (7.1) Main Article Sub-Section(s) ------------ */

h3 {                             /* H3 - ARTICLE SUB-SECTION(S) */
	margin: 7px 0 4px 0;            /* top, right, bottom, left */       
	padding: 0;	                          /* Updated - 06/23/18 */
	font-family: arial, helvetica, sans-serif;
	font-size: 14px; 	
	font-weight: 540;
	font-style: none;                  	
	color: black;      
	text-align: center;
	background-color: none;}                            /* cyan */

/* ------------- (7.1) Main Article Sub-Title(s) -------------- */

h4 {                                /* H4 - ARTICLE SUBTITLE(S) */
	margin: 6px 0 3px 0;            /* top, right, bottom, left */       
	padding: 0;	                          /* Updated - 06/23/18 */
	font-family: arial, helvetica, sans-serif;
	font-size: 14px; 	
	font-weight: 500;
	font-style: none;                  	
	color: black;      
	text-align: center;
	background-color: none;}                            /* cyan */
	
/* ************************************************************ */	
/* --------------------- (7.1) PARAGRAPHS --------------------- */
/*    Contained in <div> 'main-article_paragraphs' seen below   */	
/* ************************************************************ */	
	
p, pre {       /* MAJOR IMPORTANT 'SITE WIDE' UPDATE - 12/30/15 */
    margin: .8em 0 .8em 0;          /* top, right, bottom, left */
 	border: 0;
	padding: 0;           /* IMPORTANT NOTE - KEEP THIS SETTING */
  	font-family: arial;   /* IMPORTANT NOTE  ( USE ARIAL ONLY ) */
	font-size: 13px;      /* IMPORTANT NOTE - KEEP THIS SETTING */
	line-height: 16px;    /* IMPORTANT NOTE - ( USE 'PX' ONLY ) */
	text-align: justify;
	background-color: none;}                           /* green */

	
/* //////////////////////////////////////////////////////////// */
/* ------------------- (7.1) HEADER SECTION ------------------- */ 
/* //////////////////////////////////////////////////////////// */

#header { 			                             /* MAIN HEADER */
	position: absolute;                   /* Updated - 06/23/18 */    
	width: 990px;
	height: 100px; 
	top: 2px;                            
	left: 0; 
 	background-image: url(../../../../../../../templates/images/headers/mayan-calendar-time_990x99.gif);
	background-color: none;}                             /* red */
	
/* ------------------------------------------------------------ */	
/* ----------------- (7.1) TOP NAVIGATION BAR ----------------- */
/* ------------------------------------------------------------ */	

#top-navigation-bar {       /* Top Menu Bar - SECTION CONTAINER */
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 990px;
	height: 25px; 
	top: 98px;                            /* Updated - 06/23/18 */            
	left: 0; 
	margin: 0;
	padding: 0;
	background-color: black;}                            /* red */

/* ----------------- (7.1) Top Navigation Menu ---------------- */

#top-menu {		               /* Top Menu Links - Text Styling */
	position: absolute;                   /* Updated - 06/23/18 */  
	width: 990px;
	height: 14px;                         /* Updated - 06/23/18 */                   
	top: 0;
	left: 0;
	margin-top: 3px;                        
	padding: 0;                          
  	font-family: arial;                  
	font-size: 14px;                     
	line-height: 14px;                   
	color: #D2FFFF;                                 
	background-color: none;}   		                     /* red */
	
#top-menu ul { 		  /* ------------ DON'T CHANGE ------------ */
  	margin: 0 0 0 -2px;             /* top, right, bottom, left */
  	padding: 0;                         
 	text-align: center;}                  
 
#top-menu li {		  /* ------------ DON'T CHANGE ------------ */
  	display: inline;
  	font-weight: normal;}
 	
.top-menu-dot {
	font-family: arial;
	font-size: 7px;  	                
	line-height: 7px;                   
	vertical-align: middle;
	color: #D2FFFF;}                   /* Lightest Cyan D2FFFF */	
	
/* ------------------- (7.1) Top Menu Links ------------------- */

#top-menu a {				 /* DO NOT CHANGE ORDER OF SEQUENCE */
 	text-decoration: none;}       /* prevents initial underline */

#top-menu a:link {                      
	color: #D2FFFF;}    /* initial color - Lightest Cyan D2FFFF */	

#top-menu a:visited {                    
	color: #D2FFFF;}    /* visited color - Lightest Cyan D2FFFF */	

#top-menu a:hover {                      
	color: white;		  /* hover color - Lightest Cyan D2FFFF */	
	text-decoration: underline;}          /* Updated - 06/23/18 */ 
	

/* //////////////////////////////////////////////////////////// */
/* ----------- (7.1) PUBLIC INFORMATION BAR SECTION ----------- */
/* //////////////////////////////////////////////////////////// */

#public-info-bar_section-container {	   /* SECTION CONTAINER */
	position: absolute;                   /* Updated - 06/23/18 */
	width: 990px;
	height: 32px;                       
	padding: 0;		                /* top, left, right, bottom */
	top: 119px;                          
	left: 0;
	background-color: #F7F7F7;}             /* XM Body - F7F7F7 */	
	
/* ---------- (7.1) PUBLIC OPTIONS Section Container ---------- */ 

#public-options_container {				   /* OPTIONS CONTAINER */
	position: absolute;                   /* Updated - 06/23/18 */
	width: 160px;
	height: 32px;                                   
	padding: 0;	 	                /* top, left, right, bottom */
	top: 0;
	left: 0;
/*	background-image: url(../../../../../../../images/mockups/mayan-calendar-menu_2.jpg); */
	background-color: #600000;}	 	    /* Darkest Red - 600000 */

/* -------- (7.1) Public Sharing via Internet Section --------- */  

#share-in-facebook {					   /* SHARE IN FACEBOOK */
	position: absolute;                   /* UPDATED - 04/09/19 */
	width: 56px;                        
	height: 23px;                       
	top: 5px;                           
	left: 6px;                           
/*	background-image: url(../../../images/elements/small-thumbs/facebook_56x23_600000-bg.jpg); */
	background-color: none;}                           /* green */

#share-in-twitter {						    /* SHARE IN TWITTER */
	position: absolute;                   /* UPDATED - 04/09/19 */
	width: 34px;                          
	height: 27px;                        
	top: 2px;                               
	left: 65px;                         
/*	background-image: url(../../../../images/elements/small-thumbs/twitter_34x27_600000-bg.gif); */
	background-color: none;}                           /* green */

#share-in-pinterest {				      /* SHARE IN PINTEREST */
	position: absolute;                   /* UPDATED - 04/09/19 */
	width: 40px;                        
	height: 22px;                        
	top: 5px;                            
	right: 16px;                          
/*	background-image: url(../../../templates/images/elements/small-thumbs/google-plus1_32x23_600000-bg.gif); */
	background-color: none;}                           /* green */

/* ------------------------------------------------------------ */
/* ------- (7.1) Mayan 14TH Baktun Elapsed Time Counter ------- */ 
/* ------------------------------------------------------------ */

#date-container {    /* MAYAN CALENDAR TIME COUNTER - CONTAINER */
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 829px;                      
	height: 32px;                            
	top: 0px;
	left: 161px;                         
	margin: 0 5px 0 0;              /* top, right, bottom, left */
	padding: 0;			                 
/*	font: arial; */
	text-align: right;
	color: white;
	background-color: #600000;}         /* Darkest Red - 600000 */

/* ---------------- (7.1) New Era Description ----------------- */ 

#new-era-description {
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 360px;                        
	height: 25px;                       
	top: 3px;                          
	left: 4px;
	margin: 1px 2px 0 0;            /* top, right, bottom, left */
	padding: 0;			                
	font-family: times new roman, times, serif;
	font-size: 20px;  	                  /* UPDATED - 06/23/18 */	
	line-height: 20px;                    /* UPDATED - 06/23/18 */	          
	color: white;
	text-align: left;
	background-color: none;}                           /* green */

/* -------------------- (7.1) New Era Date -------------------- */ 

#mayan-calendar_new-era-date {
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 460px;                        
	height: 25px;                        
	top: 3px;                          
	right: 2px;
	margin: 1px 2px 0 0;            /* top, right, bottom, left */
	padding: 0;			                 
	font-family: times new roman, times, serif;
	font-size: 20px;  	                  /* UPDATED - 06/23/18 */	
	line-height: 20px;                    /* UPDATED - 06/23/18 */	              
	color: white;
	text-align: right;
	background-color: none;}                            /* blue */


/* //////////////////////////////////////////////////////////// */
/* ------------- (7.1) TOP ROW PROMOTIONS SECTION ------------- */
/* //////////////////////////////////////////////////////////// */

#top-row-promotions_section {	           /* SECTION CONTAINER */
	position: absolute;                   /* Updated - 06/23/18 */
	width: 990px;
	height: 90px;
	top: 151px;                          
	left: 0;
/*	background-image: url(../images/mockups/990x90_top-row-leaderboard_matching-ad.jpg); */
 	background-color: none;}                            /* cyan */	

/* --------------- (7.1) Top Row - Leaderboard ---------------- */ 
	
#top-row_leaderboard {		             /* Top Row Leaderboard */
	position: absolute;                   /* UPDATED - 05/27/16 */
	width: 728px;
	height: 90px;
	top: 0;
	left: 0;                            
	background-image: url(../../../../../../../images/banner-ads/728x90/sites/royal-rebels-internet_future-changing_728x90.jpg);
	background-color: none;}		                   /* green */

/* ************************************************************ */
/* ------------- (7.1) TOP ROW - RIGHT BANNER AD -------------- */ 
/* --------------- MC (261x90) iFrame Banner Ad --------------- */
/* ************************************************************ */

#top-row_right-side-image {	       /* Top Row - Right Banner Ad */
	position: absolute;                   /* Updated - 06/23/18 */
	width: 261px;
	height: 90px;
	top: 0;
	right: 1px;                           /* Updated - 06/23/18 */
/*	background-image: url(../../../../../../images/banner-ads/262x90/xcano-films_latino-talent-search_262x90.jpg); */
	background-color: none;}	                        /* gold */
	
/* ------------------------------------------------------------ */
/* ---------------- (7.1) 'iframe' 261x90 Ad ------------------ */
/* ------------------------------------------------------------ */

#active_261x90-ad {/* NEEDED: FB Share Uses 'iframe' Attributes */
	position:absolute;                    /* Updated - 06/23/18 */
	width: 261px;						 
	height: 90px;                        
	top: 0;
	left: 0;
    margin: 0;							 
    padding: 0;							 
    border: none; /* HTML5 deprecated; still needed in browsers */
/*	background-image: url(../../../../../../images/banner-ads/262x90/iframe/active_262x90.html); */
	background-color: none;}	                         /* red */
	
	
/* //////////////////////////////////////////////////////////// */
/* ------------------------------------------------------------ */
/* --------------- (7.1) MAIN MIDDLE SECTION(S) --------------- */
/* ------------------------------------------------------------ */
/* //////////////////////////////////////////////////////////// */


#main-middle_sections {               /* MAIN MIDDLE SECTION(S) */
	position: absolute;                   /* Updated - 06/23/18 */  
	width: 990px;
	height: 1200px;		                 
	top: 241px;                          
	left: 0;
	padding: 0;	
	text-align: center;	
	background-color: #F7F7F7;}             /* XM Body - F7F7F7 */	


/* --------------------- (7.1) COLUMN ONE --------------------- */

#column-1_section-container {           /* COLUMN ONE - SECTION */
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 160px;
	height: 1200px;
	top: 0;                            
	left: 0;
/*	background-image: url(../../../../images/mockups/160x1200_column-one_with-lines.jpg); */
	background-color: none;}                             /* grey*/
	
/* ------------ (7.1) AdSense 160x600 Side Panel-1 ------------ */ 

#adsense-side-panel-1 {                /* AdSense Side Panel- 1 */			
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 160px;
	height: 600px;
  	top: 0;
	left: 0;
	background-image:  url("../../../../../../../images/column-bars/160x600/mayan-calendar_160x600_hp4.jpg");
	background-color: none;}		                     /* red */  

/* ------------ (7.1) AdSense 160x600 Side Panel-2 ------------ */ 

#adsense-side-panel-2 {                /* AdSense Side Panel- 2 */			
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 160px;
	height: 600px;
  	top: 600px;
	left: 0;
	background-image:   url("../../../../../../../images/column-bars/160x600/mayan-calendar_160x600_hp5.jpg");
	background-color: none;}		                   /* green */   

/* ---------------- (7.1) Main Article Heading ---------------- */ 

#main-article_heading {	           /* H1 - MAIN ARTICLE HEADING */
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 821px;
	height: 36px;
	top: 5px;
	left: 164px;
    color: #FFFFFF;				                       /* white */
	text-align: center;
	background-color:#00004F;}          /* Darker Blue - 00004F */

/* --------------------- (7.1) COLUMN TWO --------------------- */ 

#column-2_image-bar {                 /* COLUMN TWO - IMAGE BAR */
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 153px;
	height: 1154px;
	top: 46px;
	left: 164px;
	background-image: url(../../../../../../../images/column-bars/153x1154/2012-prophecy_153x1154.jpg);
	background-color: none;}                            /* grey */

/* ------------------------------------------------------------ */
/* ---------------- (7.1) MAIN ARTICLE SECTION ---------------- */ 
/* ------------------------------------------------------------ */

#main-article_content {	        /* MAIN ARTICLE CONTENT SECTION */      
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 663px;
	height: 1060px;
	top: 46px;
	left: 321px;
	border-color: #707070;		    /* XM Border Black - 707070 */
	border-style: solid;             /* CONTROLS CONTENT BORDER */
	border-width: 1px;
	background-color: none;}           /* Lighter Blue - A8D3FF */

/* --------- (7.1) Main Article Content Linking Rules --------- */ 

#main-article_content a {    /* DO NOT CHANGE ORDER OF SEQUENCE */
	text-decoration: none;}              

#main-article_content a:link { 
	color: #00005F;} /* initial color - HyperLink Blue - 00005F */

#main-article_content a:visited {
	color: #00005F;} /* visited color - HyperLink Blue - 00005F */

#main-article_content a:hover {
	color: #00005F;	   /* hover color - HyperLink Blue - 00005F */
	text-decoration: underline;}        
	
#main-article_content a:active {
	color: #00005F;} /* transition color - HyperLink B - 00005F */

/* ------------------ (7.1) Main Paragraphs ------------------- */  

#main-article_paragraphs {         /* Main Article - PARAGRAPHS */
	position: absolute;                   /* Updated - 06/23/18 */ 
	top: 5px;                            
	left: 5px;
	width: 653px;
	margin: 0;                           
	background-color: none;}  	                      /* violet */ 

/* --------- (7.1) Article Author and/or Continuation --------- */

.author {             /* ARTICLE AUTHOR or ARTICLE CONTINUATION */
	position: relative;                   /* Updated - 06/23/18 */
	width: 331px;                        
	left: 0;                          
	margin: 9px 0 -4px 0;           /* top, right, bottom, left */                         
	padding: 0;                          
	font-family: verdana, arial;
	font-size: 12px;  	
	font-style: none;                   
	color: black;                                      /* black */
	text-align: left;
	background-color: none;}                             /* red */ 
	
/* --------------------- (7.1) Main Image --------------------- */

#main-image {                               /* MAIN IMAGE BLOCK */
	width: 320px;                         /* Updated - 06/23/18 */
	height: 268px;                        
	float: right;
	padding:0;
	margin: 1px 0px 10px 6px;       /* top, right, bottom, left */
	background-image: url(../../../../../../../images/2012-prophecy/man-praying_mayan-pyramid_320x268.jpg);
	background-color: none;}                            /* grey */   

/* ----------------- (7.1) Main Image Caption ----------------- */

#main-image-caption {                   /* Main Image - CAPTION */
	position: absolute;                   /* Updated - 06/23/18 */
	width: 320px;                        
	height: 14px;
	padding: 0;	
	top: 298px;                         
	right: 0;                             
	color: #00004F;			            /* Darker Blue - 00004F */
	font-family: arial; 
	font-size: 12px;  		                  /* previously 9pt */
	font-style: italic;
	text-align: center;
	background-color: none;}                             /* red */     

/* ------------------ (7.1) Secondary Image ------------------- */

.secondary-image {                           /* SECONDARY IMAGE */
	margin: 6px 7px 0 0;            /* top, right, bottom, left */
	float: left;                          /* Updated - 06/23/18 */
	background-color: none;}

/* ------------------ (7.1) Next Page Arrow ------------------- */ 

#next-page {                                 /* Next Page Arrow */
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 73px;
	height: 24px;
	top: 1027px;  /* IMPORTANT NOTE: USE ONLY THE 'TOP' SETTING */
	right: -2px;
/*	background-image: url(../../../../../../images/elements/arrows/next-arrow_73x24_blue-1.gif); */
	background-color: none;}

/* ------------------ (7.1) Related Article ------------------- */ 

#related-article {                           /* Related Article */
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 100%;
	height: 16px;
	top: 1035px;  /* IMPORTANT NOTE: USE ONLY THE 'TOP' SETTING */
	right: 7px;
	color: black;			
	font-family: verdana;
	font-size: 12px;  
	font-style: italic; 
	text-align: right;
	background-color: none;}                            /* cyan */

/* --------------- (7.1) Related Article Links ---------------- */

#related-article a {		 /* DO NOT CHANGE ORDER OF SEQUENCE */
 	text-decoration: none;}       /* prevents initial underline */

#related-article a:hover {
	text-decoration: underline;}

	
/* //////////////////////////////////////////////////////////// */
/* ------ (7.1) GOOGLE ADSENSE / SE & BOTTOM NAVIGATION ------- */ 
/* //////////////////////////////////////////////////////////// */

#google-bottom-section_container {   /* GOOGLE BOTTOM - SECTION */
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 665px;
	height: 60px;
	top: 1112px;                          /* Updated - 06/23/18 */   
	right: 4px;
	background-color: none;}                          /* orange */


/* ************************************************************ */
/* ------------ (7.1) 'IFRAME' (468x60) BANNER AD ------------- */
/* ------------------ XM Bottom Middle Panel ------------------ */
/* ************************************************************ */

#adsense-bottom-middle-panel {   /* AdSense Bottom Middle Panel */
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 468px;
	height: 60px;
	top: 0;
	left: 0;
/*	background-image: url(../../../images/mockups/468x60_spread-love-not-hate-on-the-net.jpg); */
	background-color: none;}                            /* grey */

/* ---------------- (7.1) 'iframe' 468x60 Ad ------------------ */

#active_468x60-ad {/* NEEDED: FB Share Uses 'iframe' Attributes */
	position:absolute;                      /* ADDED - 01/01/16 */
	width: 468px;                         /* Updated - 06/23/18 */
	height: 60px;                         /* Updated - 06/23/18 */
	top: 0;
	left: 0;
    margin: 0;							    /* ADDED - 01/02/16 */
    padding: 0;							    /* ADDED - 01/02/16 */
    border: none; /* HTML5 deprecated; still needed in browsers */
	background-image: url(file:///C|/Users/AMG/Websites/(2)%20XCANO/templates/images/banner-ads/468x60/spread-love-not-hate-on-the-net_468x60.jpg);
	background-color: none;}	                         /* red */

/* ----------------- (7.1) Google Search Box ------------------ */

#google-search-box {             /* Google Search Box - SECTION */
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 193px;
	height: 60px;
	top: 0;
	left: 472px;
	padding: 0; 	                /* top, right, bottom, left */
	margin: 0;
	font-family: arial, verdana;
	font-size: 11px;
	font-style: normal;
	color: white;
/*	text-align: center; */
	background-color: none;}  		                    /* cyan */

/* -------------- (7.1) Google SE - Search Window ------------- */

#gsb-1 {                   /* Mayan Calendar SE - Search Window */
	position: absolute;                   /* Updated - 06/23/18 */
	width: 120px;
	height: 24px;                        
	line-height: 24px;                      
	top: 0;                        /* optimized for Chrome & IE */
	left: 0;
	background-color: none;}                             /* red */
	
/* ---------------- (7.1) Google Search Button ---------------- */

#gsb-2 {                                /* Google Search Button */
	position: absolute;                   /* Updated - 06/23/18 */
	width: 63px;
	height: 24px;                       
	line-height: 24px;                    
	top: 0;                        /* optimized for Chrome & IE */
	right: 2px;                    
	background-color: none;}	                       /* green */

/* ---------------- (7.1) Contact Information ----------------- */

#contact-information {                    /* Updated - 06/23/18 */
	position: absolute;
	width: 193px;
	height: 34px;
	bottom: -1px;
	right: 1px;
	background-image: url(../../../../../../../images/text/xm-contact-info_193x34.gif);
	background-color: none;}                            /* grey */

/* ------------------------------------------------------------ */
/* --------------- (7.1) BOTTOM NAVIGATION BAR ---------------- */
/* ------------------------------------------------------------ */

#bottom-navigation-bar {     /* Bottom Navigation Bar - SECTION */
	position: absolute;                   /* Updated - 06/23/18 */   
	width: 665px;
	height: 22px; 
	top: 63px; 
	left: 0; 
	margin: 0;
	border: 0 none;	
	padding: 0;
	vertical-align: middle;    
	background-color: #00004F;}         /* Darker Blue - 00004F */

/* ---------------- (7.1) Bottom Menu Section ----------------- */

#bottom-menu {		         /* Bottom Menu Links - BOTTOM MENU */
	position: relative;                   /* Updated - 06/23/18 */   
	width: 665px;
	height: 10px;
	top: 5px;                           
	left: 0;
	padding: 0;
  	font-family: arial;               
	font-size: 13px;  		           
    line-height: 13px;                    
	color: white;
	background-color: none;}   		                     /* red */
	
/* ------------------ (7.1) Bottom Menu List ------------------ */

#bottom-menu ul { 	       /* --------- DO NOT CHANGE --------- */
  	margin: 0;
  	padding: 0;
 	text-align: center;}
 
#bottom-menu li {		   /* --------- DO NOT CHANGE --------- */
  	display: inline;
  	font-weight: normal;}

.bottom-menu-dot {
	font-family: Arial;
	font-size: 8px;  			              /* previously 6pt */
	color: white;}		                               /* white */

/* ----------------- (7.1) Bottom Menu Links ------------------ */

#bottom-menu a {		     /* DO NOT CHANGE ORDER OF SEQUENCE */
 	text-decoration: none;}       /* prevents initial underline */

#bottom-menu a:link {          
	color: white;} 	                   /* initial color - White */	

#bottom-menu a:visited {
	color: white;}  	              /* visited color -  White */	

#bottom-menu a:hover {
	color: white;		                 /* hover color - White */	
	text-decoration: underline;}


/* //////////////////////////////////////////////////////////// */
/* ------------------------------------------------------------ */
/* ------------- (7.1) FOOTER / COPYRIGHT SECTION ------------- */ 
/* ------------------------------------------------------------ */
/* //////////////////////////////////////////////////////////// */

/* ----------- [ (7.1) Fixed Page w/ Fixed Footer ] ----------- */

#footer-copyright_container {              /* SECTION CONTAINER */
	position: absolute;                   /* Updated - 06/23/18 */
	width: 990px;
	height: 110px;
	top: 1441px;                       
	left: 0;
	padding: 0;	
	background-color: none;}		                  /* purple */	

/* ----------------------- (7.1) Footer ----------------------- */

#footer {                                 /* Updated - 06/23/18 */   
	position: absolute;
	width: 990px;
	height: 79px;
	top: 0;     						                
	left: 0;
	padding: 0;	
/*	background-image: url(../../../../../images/footers/active_990x79.gif); */
	background-color: none;}		                    /* blue */

/* ------------------ (7.1) Copyright Notice ------------------ */ 

#copyright {                              /* Updated - 06/23/18 */
	position: relative;                  
	width: 540px;                      
	height: 16px;                    
	top: 87px;           
	left: 0;
  	margin-left: auto;                     
  	margin-right: auto;                     
	padding: 0;
	font-family: arial;
	font-size: 11px;                          /* previously 8pt */
	font-weight: normal;
	color: #E1E1E1; 	 /* initial color - Light Grey - E1E1E1 */
	text-align: center;      
	background-color: black;}		                  /* black  */
  
.list-dot {
	font-family: arial;
	font-size: 8px;  		     
	color: #E1E1E1;}		             /* Light Grey - E1E1E1 */

/* ------------------ (7.1) Copyright Links ------------------- */ 

#copyright a:link {
	color: #E1E1E1;} 	 /* initial color - Light Grey - E1E1E1 */

#copyright a:visited {
	color: #E1E1E1;} 	 /* visited color - Light Grey - E1E1E1 */
	
#copyright a:hover {
	color: #E1E1E1; 	   /* hover color - Light Grey - E1E1E1 */
	text-decoration: underline;} 

#copyright a:active {
	color: #E1E1E1;}  /* transition color - Light Grey - E1E1E1 */
	
/* ---------------- STANDARD AMG LINKING RULES ---------------- */ 

a {						     /* DO NOT CHANGE ORDER OF SEQUENCE */
 	text-decoration: none;}       /* prevents initial underline */

a:link {				     
	color: #FFFFFF;} 	               /* initial color - White */

a:visited {
	color: #FFFFFF;}  	               /* visited color - White */

a:hover {
	color: #FFFFFF;		                 /* hover color - White */ 
	text-decoration: underline;}
	
a:active {
	color: #FFFFFF;} 	            /* transition color - White */


/* ------------------------ Bar Length ------------------------ */
	
/* --------- AMG / XM / UI STANDARD REFERENCE COLORS ----------
  
	White  - FFFFFF ; Near White - FDFDFD ; Light White - FAFAFA ; * Lighter "Body" Grey - F5F5F5 * ; Index Marquee BG White - EFEFEF 
    Grey   - CCCCCC ; Light Grey - E1E1E1, ; Hint of Grey - FBFBFB ; X11 Grey - BEBEBE ; Medium Light Grey - A9A9A9 ; W3C Grey - 808080
					  XM Light Grey - 999999 ; XM Middle Grey - 666666 ; XM Darkest Grey - 333333 

	Black  - 000000 ; XM Near Black - 090909 ; XM Medium Black - 181818 ; XM Medium Grey Black - 272727 ; XM Grey Black - 363636
	                  Mid Black - 222222 ; Mid Grey Black - 252525 ; Charcoal - 333333 
					               
	Red    - FF0000 ; Rose Red - E4082E ; Dark Red - 990000 ; Maroon - 990033 ; Deep Red - 63000 ; Darkest Red - 600000 ; Red Black - 2D0000  
	Pink   - FFCCFF ; Light Pink - FFF5F5 ; Hot Pink - F535AA ; Deep Pink - FF1493 ; X11/W3C Fucia - FF00FF ; Violet Red - CC0099 
	                  X11/W3C Pink - FFC0CB ; Salmon - F7E9E5 ; Medium Violet Red - C71585   
	Violet - EE55EE ; Lavender - CC99FF ; Light Lavender - E9D2FF ; Magenta (same as "Fucia") - FF00FF ; X11/W3C Violet - EE82EE
	Purple - 9900FF ; Light Purple - BD59FF ; Lighter Purple - D79BFF ; Lightest Purple - E7C1FF ; Hint of Purple - F3DFFF ; Medium Purple - AB2DFF 
					  Dark Purple - 6100C1 ; Darker Purple - 5A1BAF ; Darkest Purple - 3F009D ; Darkest Dark Purple - 32007D
					  
	Orange - FFA500 ; DW Orange - FF9900 ; Orange-1 - FF7F00 ; Light Orange - FFBB22 ; Orange Red FF4500 ; X11/W3C Orange - FFA500		  
	Yellow - FFFF00 ; Light Yellow - FFFF66 ; Lime - CCFF33 ; Khaki - F0E68C ; Dark Khaki - BDB76B ; Goldenrod "Dark Yellow Gold" - DAA520  
	Green  - 009900 ; Bright Green - 00FF33 ; Light Green - CCFFCC ; Olive - CCFF33 ; Dark Green - 33CC33 ; Darker Green - 006600  
					  W3C Green - 008000 ; X11 Green - 00FF00 

    Copper - FFCC99 ; Copper-1 - C96333 ; XM Dark Copper - CC9966 ; XM Text Copper - FFCC99
	Silver - DDDDDD ; Light Silver - EEEEEE ; Silver-1 - DADADA ; X11/W3C Silver - C0C0C0 
	Gold   - CC9900 ; Yellow Gold - FFCC00 ; Orange Gold - FF9900 ; Reddish Gold - FFC184 ; Maya Impact Gold - FFCC7D ; XM Logo Gold - C3A756 
					  XM Copyright Gold - FFE693 ; XM Text Gold-1 - FFE693 ; XM Text Gold-2 - F3DA98 ; X11/W3C Gold - FFD700
	
	Cyan   - 00FFFF ; Medium Cyan - 33CCFF ; Light Cyan - 66FFFF ; Lighter Cyan - B3FFFF ; Lightest Cyan - D2FFFF ; Turquoise - 00FFCC
	Blue   - 0000FF ; Light Blue - 99CCFF, Lighter Blue - A8D3FF ; Lightest Blue - CAE4FF ; Lightest Light Blue - DFF1F7 ; Hint of Blue - E1F0FF   
					  Medium Blue - 3366FF ; Dark Blue - 000066 ; Medium Dark Blue - 00005F ; Darker Blue - 00004F ; Darkest Blue - 00001F  
					 					 					  					   
    Body   - F5F5F5 ; Shadow Border Grey - E0E0E0 ; Light Grey - E1E1E1 ; Lighter "Body" Grey - F5F5F5 ; X9 Body Grey - F7F7F7
	                  RR Internet BG Blue - 000033 ; Seamless BG Mid Blk - 161616 ; XM Purple Blue BG - 181845 ;  L-Bolt Sky BG Blue - 489FDC 
	    
	Borders - ##### ; Adsense Border Blue - 0066CC ; Adsense Border Blue Grey - 336699 ; Mid Section Grey - E9E9E9 
					  Shadow Border Grey - E0E0E0 ; VFF Gold Border - CEBD63 ; XM Border Black - 707070 

    Text (Black) ## ; Close Black - 030303 ; Near Black - 090909 ; Medium Black - 181818 ; Mid Black - 222222 ; Medium Grey Black - 252525 
					  Text Black - 272727 ; Medium Text Blk - 363636 ; FAQ Text Black - 404040 ; Light Text Blk - 454545 ; Lighter Text Blk - 545454 
					  Lightest Text Blk - 636363 ; Medium Text Grey - 727272 ; Light Text Grey - 818181 ; Lighter Text Grey - 909090   
					  Btm Rt Banner Ad Blue - 000070 ; Hyper-Link 'Dark' Blue - 00005F 

    Tables - ###### ; Table Heading Blue - DFF1F7 ; Table "Border" Blue - AECFE3 ; Table Row Blue - ECF7FA ; Hyper-Link Blue - 00005F
	                  Table Row Blue Grey - EAEAEA ; Table Row Light Olive - E7F5B4 ; Table Row Gold - E9DC9E ; Title Bar Gold - E9D78D 

	Misc   - ###### ; American Baby Blue - 1CA4FF ; Aquamarine - 7FFFD4 ; Beige - F5F5DC (X11/W3C) ; GS Banner Blue - 000033  
					  Encyclopedia Blue - 00345F ; Facebook Blue - 3B5998 ; Facebook Grey - E9EAED ; Grey Dot for Gold BG - 777777 
					  MA Eagle Gold - FFE693 ; MySpace BG Grey - E5E5E5 ; Index Marquee Purple - 1D0048 ; Red Arrow Bright Red - FF0006 
					  R&R Violet - B18AD9 ; Sub Heading H2 Red - 600000 ; Teleflora Purple - 660099 ; EFD Sub-Heading Purple - 8200BF 
					  Title Bar Gold - E9D78D ; EFD Title Bar Violet - BF00BF ; EFD Violet Red - CC0099 ; W3C Gray - 808080 (Dark Grey) 
					  WOW Slider Grey - 3D3D3D ; X11 Gray - BEBEBE (Lighter Grey) ; XM Violet Purple - 9103A5 ; XM Dark Grey - 999999 
					  
					  AdSense Lightest Grey - E6E6E6 ; Adsense Light Grey - B3B3B3 ; Adsense Normal Grey - CCCCCC ; Adsense Middle Grey - 999999 
					  Adsense Dark Grey - 808080 ; Adsense New Grey - 828282 ; Adsense Darker Grey - 7F7F7F ; Adsense Darkest Grey - 666666 ; 
					  Adsense Grey Black 1 - 4C4C4C ; Adsense Dark Grey 2 - 333333 ; Adsense Dark Grey 3 - 191919 ;  Adsense Normal Black - 000000    
					  
					  Google Border Blue - 0066CC ; Google Dark Blue - 0066CC ; Google SERP Blue - 2D1F9A 
					  Google SERP Purple - 570E70 ; Google URL Green - 008000 ; Google Grey - CCCCCC 

    ------------- STANDARD AMG LINKING COLOR RULES --------------  
    
	Black Background ; Active Link Blue - 66FFFF ; Black BG Blue - 00003F ; Black BG Lighter Text Grey - DADADA ; B&G Stripes BG Grey - E1E1E1 
					   Horizonal Rule Black - A9A9A9 (close match between IE & Firefox) ; Roll Over Lime - 00FF00     
	White Background ; Main Image Caption Blue - 00006F ; Main Title Bar Blue - 171745 ; updated 04-21-16 ( 1:30pm CST ) */	

