/*NOTES
D2B48C				#D2B48C					
630					dark brown
c90					brown orange
5A4A35				dark brown grey in logo
AF9F7E				light brownish #D2B48C (tan) in logo bricks
*/

/*NAVIGATION*/
#navbar ul			{margin: 0px;
    				list-style-type: none;
    				white-space: nowrap;}

#navbar ul li		{display: inline;}

#navbar a, li#current
					{font: bold 11px Arial, Helvetica, sans-serif;
					float: left;
    				text-decoration: none;
    				padding: 3px 5px 3px 5px;					/*top, right, bottom, left*/
    				border-right: #630 solid 1px;
    				color: #FFC;}

#navbar a:hover		{background-color: #c90;
    				color: white;}
    
#navbar a:active	{background-color: #c90;
    				color: #630;}
    				
#navbar a:focus		{background-color: #c90;
    				color: #630;}

li#current			{background-color: #c90;
    				color: white;}

/*UNSPECIFIED = BOLD*/
a:link				{font: bold 14px Times New Roman, Times New Roman, Arial, Helvetica, sans-serif;
					text-decoration: none;
					color: #630}
			
a:visited			{font: bold 14px Times New Roman, Times New Roman, Arial, Helvetica, sans-serif;
					text-decoration: none;
					color:#c90;}
					
a:hover				{font: bold 14px Times New Roman, Times New Roman, Arial, Helvetica, sans-serif;
					text-decoration: none;
					color:white;}
					
/*NON-SPECIFIC BOLD WITH BACKGROUND ORANGE for most text paragraphs*/
a.bold:link			{font: bold 14px Times New Roman, Times New Roman, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/ 
					color: #630}
			
a.bold:visited		{font: bold 14px Times New Roman, Times New Roman, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					color:#c90;}
					
a.bold:hover		{font: bold 14px Times New Roman, Times New Roman, Arial, Helvetica, sans-serif;
					text-decoration: none;
					background:#c90;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					color:white;}	
													
/*NON-SPECIFIC NON-BOLD for more subtle text*/
a.normal:link		{font: 14px Times New Roman, Times New Roman, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					color:#630;}
						
a.normal:visited	{font: 14px Times New Roman, Times New Roman, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					color:#c90;}
										
a.normal:hover		{font: 14px Times New Roman, Times New Roman, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					background:#c90;
					color:white;}					
		
/*FOOTER LINKS*/
a.footer:link		{font: 11px Times New Roman, Times New Roman, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					color: #D2B48C;}
				
a.footer:visited	{font: 11px Times New Roman, Times New Roman, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					color: #D2B48C;}
					
a.footer:hover		{font: 11px Times New Roman, Times New Roman, Arial, Helvetica, sans-serif;
					text-decoration: none;
					padding: 1px 0px 1px 0px;						/*top, right, bottom, left*/
					background:#c90;
					color:white;}
					
					
/*BUTTON LOOK*/
a.button:link		{font: bold 9px Arial, Helvetica, sans-serif;
					text-decoration: none;
					background: white;							
					border-left: 1px solid #630;
					padding: 1px 2px 1px 2px;						/*top, right, bottom, left*/
					color: #630;}
				
a.button:visited	{font: bold 9px Arial, Helvetica, sans-serif;
					text-decoration: none;
					background: white;								
					border-left: 1px solid #630;
					padding: 1px 2px 1px 2px;						/*top, right, bottom, left*/
					color: #630;}
					
a.button:hover		{font: bold 9px Arial, Helvetica, sans-serif;
					text-decoration: none;
					background: #c90;								
					border-left: 1px solid #630;
					padding: 1px 2px 1px 2px;
					color: white;}								

/*BUTTON LOOK ONFOCUS*/
a.button2:link		{font: bold 9px Arial, Helvetica, sans-serif;
					text-decoration: none;
					background: #c90;							
					border-left: 1px solid #630;
					padding: 1px 2px 1px 2px;						/*top, right, bottom, left*/
					color: #630;}
				
a.button2:visited	{font: bold 9px Arial, Helvetica, sans-serif;
					text-decoration: none;
					background: white;								
					border-left: 1px solid #630;
					padding: 1px 2px 1px 2px;						/*top, right, bottom, left*/
					color: #630;}
					
a.button2:hover		{font: bold 9px Arial, Helvetica, sans-serif;
					text-decoration: none;
					background: #c90;								
					border-left: 1px solid #630;
					padding: 1px 2px 1px 2px;
					color: white;}

			
/*HEADERS*/				
	h1			{font: bold 18px Times New Roman, Arial, Helvetica, sans-serif;		/*Largest in intro on index*/
				margin: 0px 0px 7px 0px;
				color: #000;}
				
	h2			{font: bold 18px Times New Roman, Arial, Helvetica, sans-serif;		/*Largest in intro on index*/
				margin: 0px 0px 7px 0px;
				color: #000;}
			
	h3			{font: bold 18px Times New Roman, Arial, Helvetica, sans-serif;		/*paragraph titles*/
				margin: 0px 0px 5px 0px;
				border-bottom: 1px solid #630;
				color: #630;}
				
	h4			{font: bold 15px Times New Roman, Arial, Helvetica, sans-serif;		/*sub paragraph titles*/
				margin: 0px 0px 4px 0px;
				color: #630;}
				
/*Large Headers*/
a.h3:link			{font: bold 18px Times New Roman, Arial, Helvetica, sans-serif;		/*paragraph titles*/
					margin: 0px 0px 0px 0px;
					text-decoration: none;
					line-height: 25px;
					border-bottom: 1px solid #630;
					color: #630;}
			
a.h3:visited		{font: bold 18px Times New Roman, Arial, Helvetica, sans-serif;		/*paragraph titles*/
					margin: 0px 0px 0px 0px;
					line-height: 25px;
					text-decoration: none;
					border-bottom: 1px solid #630;
					color: #630;}
					
a.h3:hover			{font: bold 18px Times New Roman, Arial, Helvetica, sans-serif;		/*paragraph titles*/
					margin: 0px 0px 0px 0px;
					line-height: 25px;
					text-decoration: none;
					background:#c90;
					border-bottom: 1px solid #630;
					color: white;}

/*Small Headers*/
a.h4:link			{font: bold 15px Times New Roman, Arial, Helvetica, sans-serif;		/*paragraph titles*/
					margin: 0px 0px 0px 0px;
					line-height: 22px;
					text-decoration: none;
					color: #630;}
			
a.h4:visited		{font: bold 15px Times New Roman, Arial, Helvetica, sans-serif;		/*paragraph titles*/
					margin: 0px 0px 0px 0px;
					line-height: 22px;
					text-decoration: none;
					color: #630;}
					
a.h4:hover			{font: bold 15px Times New Roman, Arial, Helvetica, sans-serif;		/*paragraph titles*/
					margin: 0px 0px 0px 0px;
					line-height: 22px;
					text-decoration: none;
					background:#c90;
					color: white;}
									
/*BULLETS*/				
ul				{margin: 5px 30px 5px 30px;}						/*top, right, bottom, left*/

li				{margin: 10px 0px 10px 0px;
				list-style-image: url('x');}
				

/*INPUTS*/				
input.submit   	{font: bold 11px Times New Roman, Arial, Helvetica, sans-serif;
				color: white;
				text-align: center;
				border:1px outset #630;
				background-color: #c90}
				
input.clearform	{font-family:Times New Roman, Arial, Helvetica, sans-serif;
				font-size:10px;
				color: black;
				border:1px solid #CCCCCC;
				background-color: #CCCCCC;}
  				