/* ================================================================================================== 
      Faces, Places and Things, LLC Global Web Site Master CSS                                                  
      All site content, images, source code and user interface are copyrighted material protected by 
      both United States and International Copyright Laws. No portion of this site may be copied or
      transmitted, reused or sold without the expressed written permission of an officer of 
      Faces, Places and Things, LLC.
	   Copyright © 2007-2008 Faces, Places and Things, LLC  -- ALL RIGHTS RESERVED                              
      http://www.facesplacesandthings.com 
	   Faces, Places and Things
	   26828 Maple Valley Hwy.
	   Suite 197
	   Maple Valley, WA 98038
	   USA
	   Phone: 425-358-1144
      email: webadmin@facesplacesandthings.com                                   
   ================================================================================================== */                      

BODY {
	background: black;
	Color: White;
	font-family: Verdana, Tahoma, Arial, sans-serif, monospace;
	font-size: small;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ================================================================================================== 
   Link Properties 
   ================================================================================================== */   
A:LINK {
	color: Red;
	text-decoration : none;
} 

A:VISITED {
	color: gray;
	text-decoration : none;
}
A:HOVER {
	background-color : black;
	color : Silver;
	text-decoration : none;
}

/* ================================================================================================== 
   Customer Log-in and other Actionable links (pop-ups and windows)
   ================================================================================================== */ 
.ACTIONLINK {
	color :black;
	font-family : Verdana, Tahoma, Arial, sans-serif, monospace;
	font-size : x-small;
	font-weight : 500;

}

/* ================================================================================================== 
   Page Designator - Used to show location in site (located in bottom right at NAV)
   ================================================================================================== */ 
H4.PAGEDESIGNATOR{
	Background:black;
	color:#c7cbaf;
	font-family : Verdana, Tahoma, Arial, sans-serif, monospace;
	font-size : 200%;
	font-weight : 900;
	margin-top : 1.5em;
}

/* ================================================================================================== 
   Copyright Information and other legal Fine Print
   ================================================================================================== */ 
.COPYRIGHT {
 	font-family: Arial, sans-serif, monospace;
 	font-size:xx-small;	
 	background:black; 
 	color: gray;
 	margin-top: 3px;
	vertical-align: middle;
}

/* ================================================================================================== 
   Site Title
   ================================================================================================== */ 
H5.FPTITLE {
	Background:black;
	color :White;
	font-family : Verdana, Tahoma, Arial, sans-serif, monospace;
	font-size : 140%;
	font-weight : 600;
	border-bottom: none;
	margin-bottom: 3px;
}

/* ================================================================================================== 
   Site Title
   ================================================================================================== */ 
.SITENAMETITLE {
	Background:black;
	color : #b22222;
	font-family : Verdana, Tahoma, Arial, sans-serif, monospace;
	font-size : medium;
	font-weight : 120;
	border-bottom: none;
	margin-top: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
}
/* ================================================================================================== 
   MyName
   ================================================================================================== */ 
	.MYNAME{
	Background: black;
	color: Red;
	font-family : Verdana, Tahoma, Arial, sans-serif, monospace;
	font-size: x-small;
}

/* ================================================================================================== 
   Navigation Text
   ================================================================================================== */ 
	.NAVIGATIONTEXT{
	/* Background:black; */
	color: white;
	font-family : Verdana, Tahoma, Arial, sans-serif, monospace;
	font-size: x-small;
}
/* ================================================================================================== 
   Sub-Navigation Text
   ================================================================================================== */ 
	.SUBNAVIGATIONTEXT{
	Background:#666666;
	color: black;
	font-family : Verdana, Tahoma, Arial, sans-serif, monospace;
	font-size: xx-small;
}
/* ================================================================================================== 
   Lines
   ================================================================================================== */ 
	.TopLines{
	border-bottom-style: solid;
	border-bottom-color: #949494;
	border-bottom-width: 1px;
}
/* ================================================================================================== 
   DarkGrayPanels
   ================================================================================================== */ 
	.DarkGrayPanels{
	background-color: #222222;
	}
	/* ================================================================================================== 
   DarkGrayPanels
   ================================================================================================== */ 
	.NavDarkGrayBar{
	background-color: #1A1A1A;
	}
	/* ================================================================================================== 
   Home Page - Page Title Style
   ================================================================================================== */ 
	.HomeTitle{
	Background: black;
	color: Red;
	font-family : Verdana, Tahoma, Arial, sans-serif, monospace;
	font-size:11px;
	}
	
	/* ================================================================================================== 
   Home Page - News Page Title Style
   ================================================================================================== */ 
	.NewsTitle{
	Background: black;
	color: White;
	font-family : Verdana, Tahoma, Arial, sans-serif, monospace;
	font-size:11px;
	}
/* ================================================================================================== 
   Date Text
   ================================================================================================== */ 
.DateTxt {
 	font-family : Verdana, Tahoma, Arial, sans-serif, monospace;
 	font-size:11px;	
 	background:black; 
 	color: gray;
}
/* ================================================================================================== 
   Site White Text
   ================================================================================================== */ 
.PageTxt {
 	font-family : Verdana, Tahoma, Arial, sans-serif, monospace;
 	font-size:11px;	
 	background:black; 
 	color: White;
}
/* ================================================================================================== 
   Smaller Site White Text
   ================================================================================================== */ 
.SmallPageTxt {
 	font-family : Verdana, Tahoma, Arial, sans-serif, monospace;
 	font-size:9px;	
 	background:black; 
 	color: White;
}