@import"/resources/css/standard.css"; /*resets styles*/

@import"core.css"; /*main CSS*/

/* 
This takes advantage of CSS filters as the @import in double quotes with no whitespace is not supported by
the following browsers:

	- Win IE 4.0 - 5.0
	- OSX IE 5.x
	- MAC IE 4.0 - 5.x
	- All NS 4.x
	- OSX iCab 2.x
	- Konqueror 2.2 - 3.x

Filter is supported in:

	- All Mozilla 0.6 and up
	- Win IE 5.5 - 6.0
	- Win Opera 3.5 - 7.x
	- OSX/Mac Opera 5.0 - 6.0 
	- OSX Safari 1.x
	- MSN for OSX
	- OSX OmniWeb 4.1 - 4.2

-------------------------
STRUCTURE:

	- SITE_NAME.css
		- standard.css
		- core.css
	- patches-ie7.css
	- patches-ie6.css

*/

/*--[FONTS---------------------------------------------------------------------*/
body { text-align:center; font-size:0.625em; font-family: Helvetica, Arial, Lucinda Grande, Verdana; /* Consult: /working/resources/fontmatrix.xls for font-family */  }
	
	#access-links { }

	#site-container { font-size:1.2em; line-height:1.1em; text-align:left; color:#808080; }

	/*--[GLOBAL STYLES]-------------------------------------------*/
	strong { font-weight:bold; }
	em { font-style:italic; }
	a { font-size:1em; cursor:pointer; text-decoration:none; color:#808080; }
	h1 { }
	h2 { }
	h3 { }
	p { }
	blockquote { }
	ol { padding-left:40px; }
		ol li { margin:0.4em 0; list-style-type:decimal; }
	ul { }
		ul li { }
	
/*--[HEADER]------------------------------------------------------*/
#header { }
	#header #banner { }
	
	#header #banner #quick-links li.current a { color:#000; font-weight:bold; }
	
	
	#header #nav { }
			#nav li { }
			#nav li a { color:#808080;  }
			#nav li.current a { color:#000; font-weight:bold; }
			
			/*Drop Downs*/			
			#nav li.current ul li a { font-weight:normal; color:#808080; }

			
			#nav li.over ul li.current a,
			#nav li:hover ul li.current a { color:#808080; }
			
			#nav li.over ul li a:hover,
			#nav li:hover ul li a:hover { font-weight:bold; }
			
			
/*--[SUBNAV]------------------------------------------------------*/
#sub-nav { }

	#sub-nav #subnav-links { font-size:1em; line-height:1.2em; }
			#subnav-links li {  }
			
			#subnav-links li.current { font-size:1.1em; color:#000; font-weight:bold }
			#subnav-links li.current a { color:#000; }
			
/*--[CONTENT]-----------------------------------------------------*/
#content { }
	
	#content ul { margin:1em 0; padding-left:20px;}
	#content ul li { margin:0.5em 0; line-height:1.4em; list-style-type:disc; }
	#content a { text-decoration:underline; } 

	#content h1,
	#content h2 { font-size:1.4em; font-weight:bold; line-height:1.2em; color:#E6801E; }
	#content h1 a,
	#content h2 a { color:#E6801E; }
	#content h3 { margin-top:1.5em; font-weight:bold; font-style:italic; }
	#content p { margin:1em 0; font-size:1em; font-weight:normal; line-height:1.8em; } 
	#content .article-title { margin-right:0.5em; text-decoration:underline; }
	
	#content #intro-text { font-size:1.3em; color:#000; }
			 #intro-text p { margin:0.6em 0; line-height:1.4em; }
			 #intro-text h1 { font-size:2em; color:#000; }	 
			 
	#content .featured-section h3 { margin:0.4em 0; font-size:1.1em; font-weight:normal; color:#000; }
	#content .featured-section h3 a { color:#000; }

	#content table.assoc-logos { color:#000; }
 	#content table.assoc-logos a { color:#000; text-decoration:none; }
	

	#content #video ol {float:left; list-style:none; padding:0; margin:0;}
	#content #video ol li {list-style:none; padding:3px 0; margin:4px 0 4px 13px;}
	#content #video ol li a {color: #E6801E; font-size:1.25em;}
	#content #video div {width:50%; float:left;}
	h5 {color:#000; font-size:1.6em;padding:13px;}



/*--[FOOTER]------------------------------------------------------*/
#footer { color:#808080; }

	#footer #footer-links {}
			#footer-links li {}
			#footer-links li a.current { font-weight:bold; }

/*--[CUSTOM CLASSES]----------------------------------------------*/

/*--[PAGE SPECIFIC]-----------------------------------------------*/



