/* -- Document Colors --------------
		264411 = Green
		dec9b0 = Tan
		cc9966 = Dark Tan
		610a09 = Burgundy
		600a09 = Dark Burgundy
		bbbbbb = Light Gray
		474747 = Dark Gray 
--------------------------------- */

/*  General Layout -------------- */

body	{
/*	background: #474747 url(images/bg_fadeup.jpg) repeat-x fixed left bottom; */
	background: #d8bb9d url(images/tanbg.jpg); 
	color: #00652f;
	font-family: "Lucida Sans", "Century Gothic", helvetica, arial, verdana, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	}

.crayolaheaderTD {
	background: url(images/crayola_2.jpg) no-repeat fixed top;
	}
	
.padding	{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

/*  Typography -------------- */
	
td	{
	font-size: 12px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: small;
	}
	
html>td 	{
	font-size:  small;  
	} 

.header		{
	color: #00652f;
	font-family: "Lucida Sans", "Century Gothic", helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	}

.hours 		{
	color: #333333;
	font-family: "Lucida Sans", "Century Gothic", helvetica, arial, verdana, sans-serif;
	text-transform: uppercase; 
	font-size: 9px;
	}
	
.txttitle	{
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase; 
	margin-top: 20px;
	margin-bottom: 10px;
	color: #00652f;
	font-size: 30px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: large;
	}
	
html>.txttitle {
	font-size: large;  
	} 

.txtsubtitle {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #f2830d;
	font-size: 14px;      
	voice-family: "\"}\"";
	voice-family: inherit;   
  	font-size: medium;
	}
	
html>.txtsubtitle {
	font-size: medium;  
	} 
	
.textbold	{
	font-weight: bold;
	}

.textitalics	{
	font-style: italic;
	}
	
.textcopy {
	line-height: 20px;
	}
	
.textcaps {
	text-transform: uppercase; 
	}

.textboldcaps {
	font-weight: bold;
	text-transform: uppercase; 
	}
			
.txttiny	{
	font-size:    10px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: x-small;
	}
	
html>.txttiny {
	font-size:  x-small;  
	} 

.txtsmaller	{
	font-size: 9px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: small;
	}
	
html>.txtsmaller {
	font-size:  small;  
	} 

/* General linkology -------------- */
a:link, a:visited {
	font-weight: normal; 
	text-decoration: underline;
	color: #00652f;
	background: transparent; 
	}

a:hover {
	font-weight: normal; 
	text-decoration: underline;
	color: #333333;
	background: transparent; 
	}

a:active {
	font-weight: normal; 
	text-decoration: none;
	color: #333333;
	background: transparent;  
	}

/* ---------------------------------------------------- 
FOOTER
*/
.footer	{
	text-align: left;
	font-size: 9px;
	color: #00652f;
	text-transform: uppercase; 
	padding: 15px;
	} 
	
.footer a:link, .footer a:visited {
	font-weight: normal; 
	text-decoration: underline;
	color: #00652f;
	background: transparent; 
	}

.footer a:hover {
	font-weight: normal; 
	text-decoration: underline;
	color: #f2830d;
	background: transparent; 
	}

.footer a:active {
	font-weight: normal; 
	text-decoration: none;
	color: #00652f;
	background: transparent;  
	}
	
/* ---------------------------------------------------- 
FINEPRINT FOOTER
*/
.fineprint	{
	text-align: right;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 12px;
	color: #00652f;
	font-size: 9px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: x-small;
	}
	
html>.fineprint {
	font-size:  x-small;  
	} 
	
.fineprint a:link, .fineprint a:visited {
	font-weight: normal; 
	text-decoration: underline;
	color: #00652f;
	background: transparent; 
	}

.fineprint a:hover {
	font-weight: normal; 
	text-decoration: underline;
	color: #333333;
	background: transparent; 
	}

.fineprint a:active {
	font-weight: normal; 
	text-decoration: none;
	color: #00652f;
	background: transparent;  
	}
	