/* -- 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: #0a133d url(images/bg_tile_striped.jpg);  */
	color: #cccccc;
	font-family: "Lucida Sans", "Century Gothic", helvetica, arial, verdana, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	}

.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: #cccccc;
	font-family: "Lucida Sans", "Century Gothic", helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	}

.hours 		{
	color: #cccccc;
	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: #cccccc;
	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: #cccccc;
	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: #cccccc;
	background: transparent; 
	}

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

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

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

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

.footer a:active {
	font-weight: normal; 
	text-decoration: none;
	color: #ffffff;
	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: #999999;
	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: #cccccc;
	background: transparent; 
	}

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

.fineprint a:active {
	font-weight: normal; 
	text-decoration: none;
	color: #bbbbbb;
	background: transparent;  
	}
	
/* ---------------------------------------------------- 
The list MENU { inspiration courtesy of Rob Soule - couchfort.net }
*/
li a:hover, li a:hover.c { color: #666666; text-decoration: none; }

li a:link, li a:active, li a:visited	{
	 display: block;
	 color: #FFFFFF;
	 font-weight: normal;
	 font-size: 10px;
	 text-decoration: none;
	 text-transform: uppercase;
	 padding: 4px 0 3px 0;
	}
	
li a.c 	{
	 font-size: 9px;
	 font-weight: normal;
	 display: inline;
	 padding: 0;
	 text-decoration: none;
	 text-transform: uppercase;
	}
	
#lselect h3  {
	 height: 23px;
	 width: 189px;
	 margin: 0;
	 text-indent: -5000px; 
	} 

ul,li 	{
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
li 		{
	background: #000000;
	padding: 8px 20px 5px 8px;
	border-bottom: 1px solid #333333; 
	text-align: right;
	text-decoration: none;
	text-transform: uppercase; 
	font-size: 10px;
	}

li:hover { background: #CCCCCC; text-decoration: none; }

/* ---------------------------------------------------- 
Import from old site for the MENU page
*/
.copy {
	font-size: 13px;
	color: #CCCCCC;
	line-height: 17px;
}
.copyHeader {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase; 
}
.subhead {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
