@charset "utf-8";
/* Vision Superfish default CSS - version.1.0 - 072211 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------- Reset.css ends here ----------------*/

/* -- sfgov default basic style starts here --- */

p, h1, h2, h3, h4, h5, ul, ol, dl {line-height: 1.5}

h1, h2, h3, h4, h5, strong, b {font-weight: bold;}

p {
	margin: 0 0 1em;
	}

h1 {
	margin: 0 0 1em;
	color: #054785;
	}

h2 {
	margin: 0 0 .8em;
	color: #054785;
	}

h3 {
	margin: 0 0 .5em;
	color: #054785;
	}

h4 {
	margin: 0;
	color: #054785;
	}

h5 {
	margin: 0;
	color: #333;
	}

address {
	margin: 0 0 1em;
	font-style: normal;
	line-height: 1.2;
	}
	
strong, b {font-weight: bold;}

em, i {font-style: italic;}

a, a:visited {
	color:#1875b6;
	text-decoration:none;
	}

a:hover, a:active, a:focus {
	text-decoration:underline;
	}

h1 acronym, p acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

/* LISTS in Content Area
----------------------------------------------------------------------*/
 ul, ol {
	margin: 0 0 1em 3em;
	}

 ul {
	 list-style: outside disc;
	 }

 ol {
	list-style: outside decimal;
	}
	
ul ul, ul ol, ol ol, ol ul {
	margin: 0 0 0 1.25em;
	font-size: 100%;
	}
	
dl {
	margin: 0 0 1em 20px;
	padding:0;
	}
dt {
	font-weight: bold;
	margin: 0;
	}
dd {
	margin:0 0 .5em 20px;
	}
	
/*TABLE OF CONTENTS
----------------------------------------------------------------------*/
 ol.roman-alpha {
	margin: 0 0 1em 20px;
	}
 ol.roman-alpha li {
	list-style-type: upper-roman;
	list-style-position: inside;
	}
ol.roman-alpha li ol li {
	list-style-type: lower-alpha;
	list-style-position: inside;
	margin-left:1em;
	}


/* OTHER STYLES
----------------------------------------------------------------------- */
code {font-family: "Courier New", Courier, monospace;}
	
pre {
	font-family: "Courier New", Courier, monospace;
	padding: 1em;
	border: 1px dashed #2f6fab;
	background-color: #f9f9f9;
	line-height: 1.2em;
	margin: 0 0 1em;
	}

.blue {color: #369;}
.red {color: #900;}
.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;
	}
/* Remove border around linked images */
img {
	border: 0;
	}
	
	/* FOOTNOTE PRINT FUNCTIONALITY
----------------------------------------------------------------------------*/
.printOnly {
  display: none;
	}
	

