/* CSS document date - 06/06/18 ( 11:00pm ); CSS format date - 01/13/16 */
/* Coder: Angel Tenez - Copyright 2016 Mayan-Calendar.org / Xcano Media */
/* templates/../../6.0_starter-page-01_990x1200-middle-section_fixed-footer.css */

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

#wrapper { 	        	                  /* updated - 01/06/16 */
	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;}

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

img {                                     /* UPDATED - 12/30/15 */
	margin: 0;
	border: 0;
	padding: 0;}

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

h1 {		                          /* H1 - MAIN PAGE HEADING */
	position: relative;     /* ORIGINAL CODE UPDATED - 01/11/16 */
	margin-top: 4px;                        /* ADDED - 01/04/16 */
	padding-left: 3px;                    /* updated - 01/11/16 */
	font-family: times, arial;
	font-size: 29px;                      /* updated - 01/11/16 */
	line-height: 29px;                      /* ADDED - 01/04/16 */
	font-style: none;                     /* updated - 01/11/16 */
	text-align: center;
	background-color: none;}                            /* cyan */

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

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

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

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

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

h4 {                                /* H4 - ARTICLE SUBTITLE(S) */
	margin: 6px 0 3px 0;            /* top, right, bottom, left */       
	padding: 0;	                          /* updated - 12/30/15 */
	font-family: arial, helvetica, sans-serif;
	font-size: 14px; 	
	font-weight: 500;
	font-style: none;                  	
	color: black;      
	text-align: center;
	background-color: none;}                            /* cyan */
	
/* ************************************************************ */	
/* --------------------- (6.0) 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 (USE PX ONLY) - 12/30/15 */
	text-align: justify;
	background-color: none;}                           /* green */

	
/* //////////////////////////////////////////////////////////// */
/* ------------------- (6.0) HEADER SECTION ------------------- */ 
/* //////////////////////////////////////////////////////////// */

#header { 			                             /* MAIN HEADER */
	position: absolute;                   /* UPDATED - 12/30/15 */    
	width: 990px;
	height: 100px; 
	top: 2px;                             /* updated - 12/30/15 */    
	left: 0; 
 	background-image: url(../../../../../../templates/images/headers/mayan-calendar-time_990x99.gif);
	background-color: none;}                             /* red */
	
/* ------------------------------------------------------------ */	
/* ----------------- (6.0) TOP NAVIGATION BAR ----------------- */
/* ------------------------------------------------------------ */	

#top-navigation-bar {       /* Top Menu Bar - SECTION CONTAINER */
	position: absolute;                   /* UPDATED - 12/30/15 */   
	width: 990px;
	height: 25px; 
	top: 98px;                            /* updated - 12/30/15 */            
	left: 0; 
	margin: 0;
	padding: 0;
	background-color: black;}                            /* red */

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

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

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

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

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

#top-menu a:hover {                       /* updated - 01/04/16 */
	color: white;		  /* hover color - Lightest Cyan D2FFFF */	
	text-decoration: underline;}          /* updated - 01/04/16 */ 
	

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

#public-info-bar_section-container {	   /* SECTION CONTAINER */
	position: absolute;                   /* UPDATED - 01/14/16 */
	width: 990px;
	height: 32px;                         /* updated - 01/14/16 */
	padding: 0;		                /* top, left, right, bottom */
	top: 119px;                           /* updated - 01/14/16 */
	left: 0;
	background-color: #F7F7F7;}             /* XM Body - F7F7F7 */	
	
/* ---------- (6.0) PUBLIC OPTIONS Section Container ---------- */ 

#public-options_container {				   /* OPTIONS CONTAINER */
	position: absolute;                   /* UPDATED - 01/14/16 */
	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 */

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

#share-in-facebook {					   /* SHARE IN FACEBOOK */
	position: absolute;                   /* UPDATED - 01/14/16 */
	width: 59px;                          /* updated - 01/14/16 */
	height: 22px;                         /* updated - 01/14/16 */   
	top: 6px;                             /* updated - 01/14/16 */   
	left: 7px;                            /* updated - 01/14/16 */  
/*	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 - 01/14/16 */
	width: 34px;                          /* updated - 01/14/16 */
	height: 27px;                         /* updated - 01/14/16 */
	top: 2px;                             /* updated - 01/14/16 */                     
	left: 73px;                           /* updated - 01/14/16 */
/*	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 - 01/14/16 */
	width: 40px;                          /* updated - 01/14/16 */
	height: 22px;                         /* updated - 01/14/16 */
	top: 6px;                             /* updated - 01/14/16 */   
	right: 7px;                           /* updated - 01/14/16 */
/*	background-image: url(../../../templates/images/elements/small-thumbs/google-plus1_32x23_600000-bg.gif); */
	background-color: none;}                           /* green */

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

#date-container {    /* MAYAN CALENDAR TIME COUNTER - CONTAINER */
	position: absolute;                   /* UPDATED - 12/30/15 */   
	width: 824px;
	height: 30px; 
	top: 0px;
	left: 161px;
	margin: 0px;
	padding: 2px 5px 0 0; 
	font: arial;
	text-align: right;
	color: white;
	background-color: #600000;}      /* Header Blue - 00004F, Maroon - 990033, Darkest Red - 600000 */

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

#new-era-description {
	position: absolute;                   /* UPDATED - 12/30/15 */   
	width: 325px;
	height: 27px;
	top: 1px;
	left: 4px;
	margin: 0px;			
	padding: 1px 2px 0 0;           /* top, right, bottom, left */
	font-family: times new roman, times, serif;
	font-size: 23px;  		
	color: white;
	text-align: left;
	background-color: none;}                           /* green */

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

#mayan-calendar_new-era-date {
	position: absolute;                   /* UPDATED - 12/30/15 */   
	width: 495px;
	height: 27px;
	top: 1px;                             /* updated - 12/30/15 */   
	right: 2px;
	margin: 0;			
	padding: 1px 2px 0 0;           /* top, right, bottom, left */
	font-family: times new roman, times, serif;
	font-size: 23px;  		
	color: white;
	text-align: right;
	background-color: none;}                            /* blue */

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

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

/* --------------- (6.0) Top Row - Leaderboard ---------------- */ 
	
#top-row_leaderboard {		             /* Top Row Leaderboard */
	position: absolute;                   /* UPDATED - 12/30/15 */
	width: 728px;
	height: 90px;
	top: 0;
	left: 0;                              /* updated - 12/03/15 */
	background-image: url(../../../../../../templates/images/mockups/728x90_leaderboard_red-bg.jpg);
	background-color: none;}		                   /* green */

/* ************************************************************ */
/* ------------- (6.0) TOP ROW - RIGHT BANNER AD -------------- */ 
/* --------------- XM (261x90) iFrame Banner Ad --------------- */
/* ************************************************************ */

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

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


#main-middle_sections {               /* MAIN MIDDLE SECTION(S) */
	position: absolute;                   /* updated - 01/12/16 */
	width: 990px;
	height: 600px;		                  /* UPDATED - 01/12/16 */                
	top: 241px;                           /* updated - 01/12/16 */
	left: 0;
	padding: 0;	
	text-align: center;	
	background-color: white;}               /* XM Body - F7F7F7 */	

/* --------------------- (6.0) COLUMN ONE --------------------- */

#column-1_section-container {           /* COLUMN ONE - SECTION */
	position: absolute;                   /* updated - 01/12/16 */ 
	width: 160px;
	height: 600px;                        /* UPDATED - 01/12/16 */   
	top: 0;                               /* updated - 01/12/16 */ 
	left: 0;
/*	background-image: url(../../../../images/mockups/160x1200_column-one_with-lines.jpg); */
	background-color: none;}                             /* grey*/
	
/* ------------ (6.0) AdSense 160x600 Side Panel-1 ------------ */ 

#adsense-side-panel-1 {                /* AdSense Side Panel- 1 */			
	position: absolute;                   /* updated - 01/12/16 */ 
	width: 160px;
	height: 600px;
  	top: 0;
	left: 0;
	background-image:   url(../../../../../../templates/images/column-bars/160x600/160x600_mexican-american-news.jpg);
	background-color: none;}		                     /* red */  

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

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

/* --------------------- (6.0) COLUMN TWO --------------------- */ 

#column-2_image-bar {                 /* COLUMN TWO - IMAGE BAR */
	position: absolute;                   /* updated - 01/12/16 */ 
	width: 153px;
	height: 554px;                        /* UPDATED - 01/12/16 */ 
	top: 46px;                              
	left: 164px;
	background-image:  url(../../../../../../images/column-bars/153x554/2012-end-of-world-prediction_153x554.jpg);
	background-color: none;}                             /* red */


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

#main-article_content {	        /* MAIN ARTICLE CONTENT SECTION */      
	position: absolute;                   /* updated - 01/12/16 */ 
	width: 663px;
	height: 460px;                        /* UPDATED - 01/12/16 */ 
	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 */

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

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

#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: none;}
	
#main-article_content a:active {
	color: #00005F;} /* transition color - HyperLink B - 00005F */

/* ------------------ (6.0) Main Paragraphs ------------------- */  

#main-article_paragraphs {         /* Main Article - PARAGRAPHS */
	position: absolute;                   /* UPDATED - 12/30/15 */ 
	top: 5px;                             /* updated - 12/30/15 */
	left: 5px;
	width: 653px;
	margin: 0;                           
	background-color: none;}  	                      /* violet */ 
	
/* --------------------- (6.0) Main Image --------------------- */

#main-image {                               /* MAIN IMAGE BLOCK */
	position: absolute;                     /* ADDED - 01/12/16 */
	width: 639px;                         /* UPDATED - 01/12/16 */
	height: 443px;                        /* UPDATED - 01/12/16 */
	top: 4px;
	left: 7px;
	background-image: url(../../../../../../images/graphics/mayan-long-count-calendar-dating-system_639x443_mc.gif);
	background-color: none;}                            /* grey */   

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

#google-bottom-section_container {   /* GOOGLE BOTTOM - SECTION */
	position: absolute;                   /* updated - 01/12/16 */   
	width: 665px;
	height: 60px;
	top: 512px;                           /* UPDATED - 01/12/16 */   
	right: 4px;
	background-color: none;}                          /* orange */


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

#adsense-bottom-middle-panel {   /* AdSense Bottom Middle Panel */
	position: absolute;                   /* UPDATED - 01/01/16 */   
	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 */

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

#active_468x60-ad {/* NEEDED: FB Share Uses 'iframe' Attributes */
	position:absolute;                      /* ADDED - 01/01/16 */
	width: 468px;                         /* updated - 01/01/16 */
	height: 60px;                         /* updated - 01/01/16 */
	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(../../../../../../templates/images/banner-ads/468x60/spread-love-not-hate-on-the-net_468x60.jpg);
	background-color: none;}	                         /* red */

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

#google-search-box {             /* Google Search Box - SECTION */
	position: absolute;                   /* updated - 01/13/16 */   
	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 */

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

#gsb-1 {                   /* Mayan Calendar SE - Search Window */
	position: absolute;                   /* updated - 01/13/16 */
	width: 120px;
	height: 24px;                         /* UPDATED - 01/13/16 */
	line-height: 24px;                      /* ADDED - 01/13/16 */
	top: 0;                        /* optimized for Chrome & IE */
	left: 0;
	background-color: none;}                             /* red */
	
/* ---------------- (6.0) Google Search Button ---------------- */

#gsb-2 {                                /* Google Search Button */
	position: absolute;                   /* updated - 01/13/16 */
	width: 63px;
	height: 24px;                         /* UPDATED - 01/13/16 */
	line-height: 24px;                      /* ADDED - 01/13/16 */
	top: 0;                        /* optimized for Chrome & IE */
	right: 2px;                    
	background-color: none;}	                       /* green */

/* ---------------- (6.0) Contact Information ----------------- */

#contact-information {                    /* UPDATED - 01/01/16 */
	position: absolute;
	width: 193px;
	height: 34px;
	bottom: -1px;
	right: 1px;
	background-image: url(../../../../../../templates/images/banner-ads/193x34_xm-contact-info.gif); 
	background-color: none;}                            /* grey */

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

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

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

#bottom-menu {		         /* Bottom Menu Links - BOTTOM MENU */
	position: relative;                   /* UPDATED - 01/13/16 */   
	width: 665px;
	height: 10px;
	top: 5px;                             /* UPDATED - 01/13/16 */
	left: 0;
	padding: 0;
  	font-family: arial;                   /* updated - 01/13/16 */    
	font-size: 13px;  		              /* updated - 01/13/16 */          
    line-height: 13px;                      /* ADDED - 01/13/16 */
	color: white;
	background-color: none;}   		                     /* red */
	
/* ------------------ (6.0) 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 */

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


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

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

#footer-copyright_container {              /* SECTION CONTAINER */
	position: absolute;                   /* updated - 01/12/16 */
	width: 990px;
	height: 110px;
	top: 841px;                           /* UPDATED - 01/12/16 */
	left: 0;
	padding: 0;	
	background-color: none;}		                  /* purple */	

/* ----------------------- (6.0) Footer ----------------------- */

#footer {                                 /* UPDATED - 01/02/16 */   
	position: absolute;
	width: 990px;
	height: 79px;
	top: 0;     						  /* updated - 01/02/16 */                          
	left: 0;
	padding: 0;	
/*	background-image: url(../../../../../images/footers/active_990x79.gif); */
	background-color: none;}		                    /* blue */

/* ------------------ (6.0) Copyright Notice ------------------ */ 

#copyright {      /* UPDATED for Fixed iFrame Footer - 01/02/16 */
	position: relative;                   /* UPDATED - 01/02/16 */
	width: 540px;                         /* UPDATED - 01/02/16 */
	height: 16px;                         /* UPDATED - 01/02/16 */
	top: 87px;             /* UPDATED for FIXED PAGE - 01/02/16 */ 
	left: 0;
  	margin-left: auto;                      /* ADDED - 12/30/15 */
  	margin-right: auto;                     /* ADDED - 12/30/15 */
	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 */

/* ------------------ (6.0) 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 ) */	
