body {
	margin: 0;
	border: 0;
	padding: 0;
 	background-color: #F5F5F5;}  	 /* Light Grey - F5F5F5, */

#wrapper { 	        	
	width: 763px;
  	margin-left: auto;
  	margin-right: auto;}

#positioning-frame {	
	position: relative; 
	width: 763px; 	/* important setting - if decreased frame will lose integrity in IE */ 
	background-color: none;} /* important setting */ 

h1 {
	margin: 0; /* IMPORTANT */
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight:100;
	color: #A1F2EB;		/* "COMMUNITY NAME " FLOWER DELIVERY */
	text-alight: left;}

/* --------------------- HEADER SECTION -------------------- */

#header { 								   /* Header - Image */
	position: absolute;
	width: 763px;
	height: 96px; 
	top: 0px;
	left: 0px; 
	font-family: arial;
	font-size: 1px;
	color: black;
	text-align: left;
/* 	background-image: url("../images/header/community-flower-delivery_763x96.jpg"); */
	background-color: none;}
	
#community-flower-delivery {
	position: absolute;
	width: 450px;
	height: 20px;
	top: 2px;
	left: 72px;
	background-color: none;}
	
/* ---------------------- MENU SECTION --------------------- */

#menu {										  /* Menu - Text */
	position: absolute;
	width: 763px;
	height: 16px; 
	top: 96px;
	left: 0px;
	overflow: visible; 
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	padding-top: 1px;
  	font-family: Verdana, Arial;
	font-size: 11px;  		
	color: white;
	text-align: center;
	background-color: #6100C1;}  			/* Dark Purple - 6100C1 */

#menu-title {   			/* --------------- COMPLETE - DON'T CHANGE ---------------- */
  	width: 300px;
  	font-weight: bold;
  	margin: 0;
  	padding: 0 0 0 0; /* working */
  	float: left;}

#menu-right ul { 			/* --------------- COMPLETE - DON'T CHANGE ---------------- */
  	margin: 0;
  	padding: 0 10px 0 0;
 	text-align: right;} 

#menu-right li {			/* --------------- COMPLETE - DON'T CHANGE ---------------- */
  	display: inline;
  	font-weight: normal;}

.menu-dot {
	font-family: Arial;
	font-size: 9px;  		
	color: white;}

/* ------------------- Menu Anchor Links ------------------- */
  
#menu a:link {		/* DO NOT CHANGE ORDER OF SEQUENCE */
	color:#FFFFFF;} /* INITIAL COLOR - White - WORKS FOR BOTH IE & FOX */

#menu-right a:visited {
	color: #FFFFFF;}   /* VISITED COLOR - White - WORKS FOR BOTH IE & FOX -  */

#menu-right a:hover {
	color:#FFFFFF;  /* HOVER - UNDERLINE WORKS FOR BOTH IE & FOX - COLOR DOESN'T REMAIN AFTER VISIT */ 
	text-decoration: underline;} 

#menu-right a:active {
	color:#FFFFFF;} /* TRANSITION COLOR (Not Important) - White - WORKS ON BOTH IE & FOX  */


/* ----------------- MAIN SECTIONS (Main Feature & Major Celebrations) ---------------- */

#main-sections-container {
	position: absolute; 
	width: 540px;
/*	height: 540px; */
	top: 113px;
	right: 0px;
	background-color: none;}

#main-sections-container-heading-text {
	position: absolute;
	width: 540px;
	height: 20px;
	top: 0px;
	left: 0px;
	font-family: Arial;
	font-size: 1px;
	color: white;
	text-align: right;}
		 
/* ----------------- MAIN FEATURE SECTION ---------------- */

#main-feature-image {						/* Main Feature - Image */
	width: 540px;
	height: 180px;
	top: 0px;
	left: 0;
/*	background-image: url('../images/featured-celebration/general/one-dozen-roses-in-vase_540x180.jpg'); */
	background-color: none;}  
	
#main-feature-text {				/* Main Feature - Text */
	position: absolute;  /* important setting - change to relative differnet positioning in IE & Firefox */
	overflow: hidden;  /* important setting */
	width: 450px;
	top: 177px;
	left: 80px;
	font-family: Arial;
	font-size: 1px;
	color: white;
	text-align: right;
	background-color: none;}

#shop-now {
	position: absolute;
	width: 54px;
	bottom: 2px;
	right: 10px;
	font-family: arial narrow, arial, helvetica;
	font-size: 11px;
	color: #861515;					/* Cranberry - 861515 ; Shop Now Arrow Red - 7F0B08 ; Transition Grey - 333333 */
	text-align: center;
	background-color: none;}

/* ---------------- Shop Now Anchor Links --------------- */

#shop-now a { /* DO NOT CHANGE ORDER OF SEQUENCE ; Transition Grey - 333333 */
	text-decoration: none;} /* prevents initial underline on both IE & Firefox */

#shop-now a:link {	/* DO NOT CHANGE ORDER OF SEQUENCE */
	color: #7F0B08;} 	/* INITIAL COLOR ; Shop Now Arrow Red - 7F0B08 ; WORKS FOR BOTH IE & FOX */

#shop-now a:visited {
	color: #7F0B08;}   	/* VISITED COLOR ; Shop Now Arrow Red - 7F0B08 ; WORKS FOR BOTH IE & FOX -  */

#shop-now a:hover {
	color: #7F0B08;  	/* HOVER - UNDERLINE WORKS FOR BOTH IE & FOX ; Shop Now Arrow Red - 7F0B08 ; COLOR DOESN'T REMAIN AFTER VISIT */ 
	text-decoration: underline;} 

#shop-now a:active {
	color: none;} 		/* TRANSITION COLOR (Not Important) ; None - Inner Pages w/Different Link Colors ; WORKS ON BOTH IE & FOX  */

/* ----------------- Major Celebrations Section ---------------- */

#major-celebrations {						/* Major Celebrations - Division */
	position: absolute;
	top: 178px;
	left: 0;
	padding: 0px;
	width: 540px;
	height: 360px;
	overflow: hidden; 
	line-height: 1;
	background-color: none;}				/* White */ 


/* ----------------- MAJOR CELEBRATIONS HEADINGS ---------------- */


#major-celebrations h2 {					/* Heading - "Order Online Or Call Direct for Best Pricing" */
	position: relative;
	margin-top: 1px;
	padding: 3px 0 3px 0;
	top: 2px;
	left: 0px;
	font-family: Arial;
	font-size: 18px;  		
	font-weight: lighter;
	font-variant: none; 
	color: white; 				
	text-align: center;
	verticle-align: text-top;
	background-color: #CC0099;} 			/* Violet Red - CC0099 */

#major-celebrations h3 {					/* Headings - "Anniversary Celebrations", "Birthday Celebrations", "New Baby Arrivals", etc.. */
	position: relative;
	margin: 0px;
	padding: 5px;
	top: 0px;
	left: 120px;
	font-family: Arial;
	font-size: 21px; 		
	font-weight: lighter;
	font-style: normal;
	color: #CC0099; 						/* Violet Red - CC0099 */
	text-align: left;} 

/* ---------- Major Celebrations H3 Anchor Links -------- */
  
#major-celebrations h3 a:link {		/* DO NOT CHANGE ORDER OF SEQUENCE */
	color: #CC0099;} /* INITIAL COLOR - Violet Red CC0099 - WORKS FOR BOTH IE & FOX */

#major-celebrations h3 a:visited {
	color: #CC0099;}   /* VISITED COLOR - Violet Red CC0099  - WORKS FOR BOTH IE & FOX -  */

#major-celebrations h3 a:hover {
	color: #CC0099;  /* HOVER - Violet Red CC0099 - UNDERLINE WORKS FOR BOTH IE & FOX - COLOR DOESN'T REMAIN AFTER VISIT */ 
	text-decoration: underline;} 

#major-celebrations h3 a:active {
	color: #CC0099;} /* TRANSITION COLOR (Not Important) - Violet Red CC0099 - WORKS ON BOTH IE & FOX  */

.view-arrangements {
	position: absolute; /* important setting */
	margin: 5px; /* important setting */
	width: 108px;
	top: 12px;
	left: 290px;
	font-family: arial, verdana;
	font-size: 11px;  		
	font-style: normal;
	color: blue;
	background-color: none;}
	
/* ----------------- Major Celebrations Categories ---------------- */

#mc-anniversary {							/* Text - Anniversary Section */
	position: relative; /* important setting */
	margin: 0px;
	width: 395px;
	top: 0px;
	left: 129px;
	font-family: Arial;
	font-size: 12px;  		
	color: #00004F;							/* Darkest Blue - 00004F */
	line-height: 1.2;
	text-align: justify;}

#mc-birthday {								/* Text - Birthday Section */
	position: relative; /* important setting */
	margin: 0px;
	width: 395px;
	top: 0px;
	left: 129px;
	font-family: Arial;
	font-size: 12px;  		
	color: #00004F;							/* Darkest Blue - 00004F */
	line-height: 1.2;
	text-align: justify;}

#mc-new-baby {								/* Text - New Baby Section */
	position: relative; /* important setting */
	margin: 0px;
	width: 395px;
	top: 0px;
	left: 129px;
	font-family: Arial;
	font-size: 12px;  		
	color: #00004F;							/* Darkest Blue - 00004F */
	line-height: 1.2;
	text-align: justify;}

#mc-wedding {								/* Text - Wedding Section */
	position: relative; /* important setting */
	margin: 0px;
	width: 395px;
	top: 0px;
	left: 129px;
	font-family: Arial;
	font-size: 12px;  		
	color: #00004F;							/* Darkest Blue - 00004F */
	line-height: 1.2;
	text-align: justify;}

#mc-corporate {								/* Text - Corporate Section */
	position: relative; /* important setting */
	margin: 0px;
	width: 395px;
	top: 0px;
	left: 129px;
	font-family: Arial;
	font-size: 12px;  		
	color: #00004F;							/* Darkest Blue - 00004F */
	line-height: 1.2;
	text-align: justify;}

/* ------------------ Images for Major Celebrations ------------------ */

#anniversary-pic {							/* (1) Anniversary - Image */
	position: absolute;
	width: 110px;
	height: 82px;
	top: 30px;
	left: 1px;
	font-family: Arial;
	font-size: 1px;
	color: #3D3F33 ;						/* matching green - 3D3F33 */
	text-align: right;
 	background-image: url(../images/major-celebrations/anniversary/anniversary_110x82.jpg);} 

#new-baby-pic {								/* (2) New Baby - Image */
	position: absolute;
	width: 110px;
	height: 82px;
	top: 113px;
	left: 1px;
	font-family: Arial;
	font-size: 1px;
	color:  #E8D7D3;						/* matching pink - E8D7D3 */
	text-align: right;
  	background-image: url(../images/major-celebrations/new-baby/new-baby_110x82.jpg);}

#wedding-pic {								/* (3) Wedding - Image */
	position: absolute;
	width: 110px;
	height: 82px;
	top: 195px;
	left: 1px;
	font-family: Arial;
	font-size: 1px;
	color: #D6D3CF;							/* matching grey - D6D3CF */
	text-align: left;
  	background-image: url(../images/major-celebrations/wedding/father-n-bride_110x82.jpg);}

#birthday-pic {								/* (4) Birthday - Image */
	position: absolute;
	width: 110px;
	height: 82px;
	top: 278px;
	left: 1px;
	font-family: Arial;
	font-size: 1px;
	color: #F6F7FD;							/* matching beige - F6F7FD */
	text-align: center;
 	background-image: url(../images/major-celebrations/birthday/birthday-girl-on-bed_110x82.jpg);} 
	
/* ---------- Major Celebrations - Anchor Links -------- */
  
#major-celebrations a:link {		/* DO NOT CHANGE ORDER OF SEQUENCE */
	color:#0000FF;} /* INITIAL COLOR - Blue - WORKS FOR BOTH IE & FOX */

#major-celebrations a:visited {
	color: #0000FF;}   /* VISITED COLOR - Blue - WORKS FOR BOTH IE & FOX -  */

#major-celebrations a:hover {
	color:#0000FF;  /* HOVER - Blue - UNDERLINE WORKS FOR BOTH IE & FOX - COLOR DOESN'T REMAIN AFTER VISIT */ 
	text-decoration: underline;} 

#major-celebrations a:active {
	color:#0099FF;} /* TRANSITION COLOR (Not Important) - Cyan - WORKS ON BOTH IE & FOX  */

/* --------------- SPECIAL FEATURES - SIDE COLUMN SECTION -------------- */

#special-features-column {
	position: absolute;
	width: 223px;
	height: 540px; /* important setting - keep at 540px */
	top: 113px;
	left: 0px;
/* 	float: right;  important setting "when in relative setting only"  */
	background-color: white;} 				/* Purple - 6600CC */

/* ------------------ SPECIAL FEATURES COLUMN ------------------ */

#teleflora-banner {					/* Special Feature - Image (Teleflora) */
	position: relative; 
	width: 223px;
	height: 90px;
	top: 0px;
	left: 0px;
	font-family: Arial;
	font-size: 13px;  		
	color: black; /* matching red - FF0101*/
	text-align: left;
/*	background-image: url('../images/logos/teleflora_buy-now_223x90.gif'); */
	background-color: none;}

/*  https://secure2.eflorist.com/secure/myacctlogin.asp?sid=515347821 */

#click-here {
	position: absolute; 
	top: 72px;
	left: 140px;
	font-family: arial, verdana;
	font-size: 13px;
	font-style: normal;
	color: white;}

#click-here a:link {		/* DO NOT CHANGE ORDER OF SEQUENCE */
	color:#FFFFFF;} /* INITIAL COLOR - White - WORKS FOR BOTH IE & FOX */

#click-here a:visited {
	color: #FFFFFF;}   /* VISITED COLOR - White - WORKS FOR BOTH IE & FOX -  */

#click-here a:hover {
	color:#FFFFFF;  /* HOVER - UNDERLINE WORKS FOR BOTH IE & FOX - COLOR DOESN'T REMAIN AFTER VISIT */ 
	text-decoration: underline;} 

#click-here a:active {
	color:#FFFFFF;} /* TRANSITION COLOR (Not Important) - White - WORKS ON BOTH IE & FOX  */

/* ------------------ Special Arrangements Section ------------------ */

#special-arrangements {						/* Special Arrangements - Main Text & BG */
	position: absolute;
/*	overflow: hidden; */ 
	width: 223px;
	height: 290px;
	top: 90px;
	left: 0px;
	font-family: arial;
	font-size: 16px; 		
	color: black;}

#sa-categories-container {
	position: absolute;
	width: 223px;
	height: 229px;
	top: 28px;
	left: 11px;
/*	line-height: 1; */
	text-align: left;
	bacground-color: yellow;}

#special-arrangements h3 {					/* Heading - "Special Arrangements" */
	position: relative;
	margin: 0;
	padding: 0;
	top: 7px;
	left: 0;
	font-family: Arial;
	font-size: 16px;		
	font-weight: 500;
	color: #CC0099;	 						/* Violet Red - CC0099, Maroon - 990033 */
	text-align: center;}

#special-arrangements h4 {			      	/* SA Titles - "Contemporary", "Exotics", "Get Well",  "Plants", "Romance", "Sympathy" */
	position: relative;
	margin: 0; 
	border: 0;
	padding: 1px;
	width: 120px;
	height: 15px;
	top: 0px;
	left: -2px;
	font-family: Arial, Verdana;
	font-size: 16px;		
	font-style: normal;
	font-variant: small-caps;
	font-weight: 500;
	color: #6600CC; 						/* Dark Purple - 6600CC */
	text-align: left;}

/* ---------- Special Arrangements H4 Anchor Links -------- */
  
#special-arrangements h4 a:link {		/* DO NOT CHANGE ORDER OF SEQUENCE */
	color: #6600CC;} /* INITIAL COLOR - Dark Purple 6600CC - WORKS FOR BOTH IE & FOX */

#special-arrangements h4 a:visited {
	color: #6600CC;}   /* VISITED COLOR - Dark Purple 6600CC - WORKS FOR BOTH IE & FOX -  */

#special-arrangements h4 a:hover {
	color: #6600CC;  /* HOVER - Dark Purple 6600CC - UNDERLINE WORKS FOR BOTH IE & FOX - COLOR DOESN'T REMAIN AFTER VISIT */ 
	text-decoration: underline;} 

#special-arrangements h4 a:active {
	color: #6600CC;} /* TRANSITION COLOR (Not Important) - Violet Red CC0099 - WORKS ON BOTH IE & FOX  */

/* ------------------ Special Arrangements Categories ------------------ */

#sa-contemporary {							/* Text - Contemporary Section */
	position: relative; /* important setting */
	margin-top: 0;
	border: 0;
	padding: 0;	
	width: 175px;
	height: 15px;
	font-family: Arial;
	font-size: 12px;  		
	color: #00004F;							/* Darkest Blue - 00004F */
	text-align: left;}

#sa-exotics {								/* Text - Exotics Section */
	position: relative; /* important setting */
	margin: 0 0;
	border: 0;
	padding: 0;	
	width: 175px;
	height: 15px;
	font-family: Arial;
	font-size: 9pt;
	color: #00004F;							/* Darkest Blue - 00004F */
	text-align: left;}

#sa-get-well {								/* Text - Get Well Section */
	position: relative; /* important setting */
	margin: 0 0;
	border: 0;
	padding: 0;	
	width: 175px;
	height: 15px;
	font-family: Arial;
	font-size: 9pt;
	color: #00004F;							/* Darkest Blue - 00004F */
	text-align: left;}

#sa-plants {								/* Text - Plants Section */
	position: relative; /* important setting */
	margin: 0 0;
	border: 0;
	padding: 0;	
	width: 175px;
	height: 15px;
	font-family: Arial;
	font-size: 9pt;
	color: #00004F;							/* Darkest Blue - 00004F */
	text-align: left;}

#sa-romance {								/* Text - Romance Section */
	position: relative; /* important setting */
	margin: 0 0;
	border: 0;
	padding: 0;	
	width: 175px;
	height: 15px;
	font-family: Arial;
	font-size: 9pt;
	color: #00004F;							/* Darkest Blue - 00004F */
	text-align: left;}

#sa-roses {									/* Text - Romance Section */
	position: relative; /* important setting */
	margin: 0 0;
	border: 0;
	padding: 0;	
	width: 175px;
	height: 15px;
	font-family: Arial;
	font-size: 9pt;
	color: #00004F;							/* Darkest Blue - 00004F */
	text-align: left;}

#sa-sympathy {								/* Text - Sympathy Section */
	position: relative; /* important setting */
	margin: 0 0;
	border: 0;
	padding: 0;	
	width: 175px;
	height: 15px;
	font-family: Arial;
	font-size: 9pt;
	color: #00004F;							/* Darkest Blue - 00004F */
	text-align: left;}

.view {
	position: absolute; /* important setting */
	margin: 0px; /* important setting */
	padding: 0;
	border: 0;
	top: 0px;
	left: 187px;} /* controls sa category button distance from text */

/* ------------------ Special of the Month Division ------------------ */

#special-of-the-month-image {				/* Image - Special of the Month BG */
	position: absolute;  
	margin: 0;
	width: 223px;
	height: 160px;
	top: 379px; /* adjusts bottom margin above footer */
	left: 0px;
	color: black;
	text-align: left;
	background-image: url(../images/special-of-the-month/variety-bouquet_223x160.jpg);} 

#special-of-the-month-image h3 {			/* "Special of the Month" - Heading */
	position: absolute;  
	margin: 0;
	padding-bottom: 0px;
	width: 223px;
	height: 24px;
	top: -25px; /* important setting - keeps heading's vertical alignment comparable in IE & Firefox */ 
	font-family: arial;
	font-size: 19px; 		
	font-weight: lighter;
	font-variant: small-caps; 
	color: white;
	text-align: center;
	background-color: #CC0099;} 			/* Violet Red - CC0099 */

#special-of-month-text {					/* Special of the Month - Text */
	position: absolute;
	top: 379px;
	left: 93px;
	margin: 0;
	padding: 0;
	overflow: hidden; /* important setting */
	width: 130px;
	height: 10px;
	font-family: Arial, Verdana;
	font-size: 3px;  		/* PREVIOUSLY pt  */
	color: white;
	text-align: right;}

/* ------------------ FOOTER AND LIST SECTION ------------------ */

#footer-n-list-section {					/* Footer - Division */
	position: absolute; 
	width: 763px;
/*	height: 200px; */
	top: 654px; 
	left: 0px;
	color: white;
	text-align: center;
	background-color: none;} 			/* Light Grey - F5F5F5 */

#footer {
	position: absolute;
	top: 0;
	left: 0;
	width: 763px;
	height: 50px;} 

/* --------------------- Copyright Notice ---------------------- */

#copyright {
	position: absolute;
	width: 345px;
	height: 34px;
	top: 59px;
	left:  209px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;  		/* PREVIOUSLY 8pt */
	text-align: right;
	color: #000000;
	background-color: none;}
	
#copyright-text {
	position: absolute;
	width: 254px;
	height: 13px;
	top: 0px;
	left: 0px;
	background-color: none;}

#goldstar-websites {
	position: absolute;
	width: 254px;
	height: 13px;
	top: 16px;
	left: 0px;
	background-color: none;}
	
#w3c {
	position: absolute;
	width: 88px;
	height: 31px;
	right: 0px;
	background-image: url(../images/logos/w3c_88x31.gif);}

/* ----------- List of San Fernando Valley Florist ------------ */

#san-fernando-valley-florists {
	position: absolute;
	width: 763px;
	top: 89px;
	left: 0px;
	font-family: Verdana, Arial;
	font-size: 9px;  		/* POST-SCRIPT 6.75pt */
	color: #000000;
	text-align: justify;} 

#birthday-gift-wedding-flowers-funeral-services-postscript {
	position: absolute;
	top: 184px;
	left: 0px;
	font-family: Verdana, Arial;
	font-size: 1pt;
	color: #F5F5F5;} /* Light Grey F5F5F5 */	

/* ---------- SFV Florist List Anchor Links -------- */
  
#san-fernando-valley-florists a:link {		/* DO NOT CHANGE ORDER OF SEQUENCE */
	color: black;} /* INITIAL COLOR - Black - WORKS FOR BOTH IE & FOX */

#san-fernando-valley-florists a:visited {
	color: black;}   /* VISITED COLOR - White - WORKS FOR BOTH IE & FOX -  */

#san-fernando-valley-florists a:hover {
	color: #333333;  /* HOVER - Medium Grey - UNDERLINE WORKS FOR BOTH IE & FOX - COLOR DOESN'T REMAIN AFTER VISIT */ 
	text-decoration: underline;} 

#san-fernando-valley-florists a:active {
	color: black;} /* TRANSITION COLOR (Not Important) - Cyan - WORKS ON BOTH IE & FOX  */

.list-dot {
	font-family: Arial;
	font-size: 9px;
	color: black;}			/* Black */

/* -------------- STANDARD AMG BODY RULES ------------- */ 

a {
	text-decoration: none;} /* prevents initial underline on both IE & Firefox */

a:link {				/* DO NOT CHANGE ORDER OF SEQUENCE */
	color:#0000FF;} 	/* initial color - Blue */

a:visited {
	color:#0000FF;}  	/* visited color - Blue */

a:hover {
	color:#3366FF;}		/* hover color - Medium Blue */ 

a:active {
	color:#0099FF;} 	/* transition color - Cyan */

img {
	border: 0px;}

table {
	margin: 0px;
	border: 0px;
	padding: 0px;} 

/* ------------------ REFERENCE COLORS ------------------
  
	White  - FFFFFF ; Black - 000000 ; Grey - CCCCCC ; Light Grey - F5F5F5 ; Transition Grey - 333333 (18)	
	Red    - FF0000 ; Rose Red - E4082E, Maroon - 990033, Violet Red - CC0099 ; Fucia - FF00FF
	Violet - EE82EE ; Pink - FFCCFF ; Salmon - F7E9E5 ; Light Pink - FFF5F5 ; CC99FF - Lavender 
	Purple - 9900FF ; Lavender - CC99FF ; Dark Purple - 6100C1, Darker Purple - 5A1BAF, Darkest Purple - 48158E
	Orange - FF7F00 ; FF9900 - Gold ; Yellow Gold - FFCC00 
	Yellow - FFFF00 ; Light Yellow - FFFF66 ; Lime - CCFF33
	Green  - 00FF00 ; Bright Green - 00FF33 ; Light Green - CCFFCC ; Olive - CCFF33 ; Dark Green - 33CC33 
	Cyan   - 00FFFF ; Light Cyan - 66FFFF ; Medium Cyan - 33CCFF ;  Turquoise - 00FFCC
	Blue   - 0000FF ; Light Blue - 00CCFF ; Medium Blue - 3366FF ;  Dark Blue - 000066 ; Darkest Blue - 00004F */

