@charset "utf-8";
/* CSS Document */

/* =Common content styles
-----------------------------------------------------------------------------*/
body {
	background: #ebebeb;
	text-align: center;
	color: #333;
	}
		
/* OTHER STYLES
----------------------------------------------------------------------- */	
.faq {color: #900;}

.clearer{height:1px;margin-top:-1px;clear:both}

cite {letter-spacing:0.05em;font-size:small}

/* SAY INSTEAD properties
-----------------------------------------------------------------------*/
.ada {
	say-instead: "A D A";
	}
.sec508 {
	say-instead: "Section five oh eight";
	}
.tty {
	say-instead: "T T Y";
	}
	
/* widgets 
----------------------------------------------------------------------------*/
/* Class for clearing floats */
.clear {
	clear:both;
	}
	
	/* FOOTNOTE PRINT FUNCTIONALITY
----------------------------------------------------------------------------*/
.printOnly {
  display: none;
	}
	
/* LINK CUES 
---------------------------------------------------------------------------*/

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(../_gfx/sfgov/icon_popup.gif) no-repeat center right;
}

a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(../_gfx/sfgov/icon_external.gif) no-repeat center right;
}
	