/* CSS Document */

/* 1st Tier nav */

#nav ul li a.support {
	color: #000;
	border-bottom: 1px solid #333333;
	background: #C6CBE7;}

/* Open up 2nd Tier nav */

#support #nav ul ul.support { 
	display:list-item;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif;  }
	
#support #nav ul ul a { 
	padding: 4px 0px 4px 24px;
	width: 135px;
	border-bottom: 1px solid #333333;
	text-decoration: none; }		
	
#support #nav ul ul a:link, #support #nav ul ul a:visited {
	padding: 4px 0px 4px 24px;
	font-weight: normal;
	color: #333333;
	background-color: #fff; }
	
#support #nav ul ul a:hover {
	font-weight: normal;
	padding: 4px 0px 4px 24px;
	color: #333333;
	background-color: #E1E1A6; }
	
/* Second Tier nav Links */

#support.corporate #nav ul ul li a.corporate {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#support.foundation #nav ul ul li a.foundation {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#support.individual #nav ul ul li a.individual {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#support.chair #nav ul ul li a.chair {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#support.guild #nav ul ul li a.guild {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#support.grants_pass #nav ul ul li a.grants_pass {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }		
	
#support.cd #nav ul ul li a.cd {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }			
	
#support.in_kind #nav ul ul li a.in_kind {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }		
		
/* Other CSS */	
	
form {
	float: left;
	width: 190px;}
#col_2 {
	width: 400px;}
	
#support #content_main img.ash {
	vertical-align: sub;
	margin-left: 10px;
	border-style: none;
}
