@charset "utf-8";
/* CSS Document */

/* =Common content styles
-----------------------------------------------------------------------------*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, fieldset {margin:0;padding:0;}
body {
	border: none;
	margin: 0px;
	padding: 0px 0 0 0px;
	background: #EDF5F7;
	text-align: center;
	font-size: 62.5%;
	}
p {
	margin: 0 0 16px 0;
	line-height:1.2em;
	font-size:1.0em;
        color: #000000;
	}
h1 {
	margin: 0 0 12px 0;
	color: #054785;
	font-size: 1.6em;
        margin-bottom:10px;
        font-family: Trebuchet, Helvetica, Arial, Geneva, sans-serif;
	}
h2 {
	margin: 0 0 6px 0;
	color: #054785;
	font-size: 1.4em;
	font-weight:bold;
        font-family: Trebuchet, Helvetica, Arial, Geneva, sans-serif;

	}
h3, h4 {
	color: #054785;
	font-size:1em;
        margin-bottom: 3px;
        font-family: Trebuchet, Helvetica, Arial, Geneva, sans-serif;
	}
h4 {
	color: #369;
	}
hr {
	color: #A3C1E0;
	background-color: #e2e3e3;
	display:block;
}
address {
	margin: 1em 0;
	line-height:1.4em;
	font-style: normal;
	}

a {
	font-style:normal;
	color:#0767C0;
	text-decoration:none;
	}

strong {color: #494949;}
/*a:hover, a:active, a:focus   { text-decoration:none; border-bottom:1px dotted #0767C0;}*/
a:hover, a:active, a:focus   { color: #062746;}


/*a:hover {border-bottom:1px dotted #4297e6;}*/

a img {
	text-decoration: none;
	border: 0 none;
	}

.breadcrumb a:active, .breadcrumb a:focus, .content a:active, .content a:focus, #sf_footer a:active, #sf_footer a:focus, #contents a:active, #contents a:focus{background-color:#d0eefe;}

h1 acronym, p acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}

/* LISTS in Content Area
----------------------------------------------------------------------*/
ul, ol {
	margin: 5px 0px 10px 30px;
	font-size:1em;
        line-height:1.5em;
	} 



 ol li {
	color: #000;
	margin:0 5px 0 10px;
	list-style-position: outside;
	}
	
/*TABLE OF CONTENTS
----------------------------------------------------------------------*/
 ol.roman-alpha {
	margin-top:.5em;
	}
 ol.roman li {
	list-style-type: upper-roman;
	color:#000;
	line-height:1.5em;
	list-style-position: outside;
	}
 ol.roman-alpha li {
	list-style-type: upper-roman;
	color:#000;
	line-height:1.5em;
	list-style-position: outside;
	}
ol.roman-alpha li ol li {
	list-style-type: lower-alpha;
	color:#000;
	line-height:1.5em;
	list-style-position: outside;
	margin-left:-.65em;
	}

/*-----Definition Lists --------*/


dl {
	margin:12px 0 10px 0;
        padding:0;
	}
dt {
	font-weight: bold;
	margin:0 0 3px 0;
	color:#369;
	font-size: 1.2em;
	}
dd {
	margin:0 0 18px 0;
	}



/* DATA TABLE STYLES
----------------------------------------------------------------------- */
table {
        margin-bottom: 24px;
        border: 1px solid #CCCCCC;  
	border-collapse: collapse;
}

td {
        border: 1px solid #CCCCCC;
        padding:3px;
}

th {
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	background-color: #369;
	text-align: center;
        border: 1px solid #CCCCCC;
        padding:3px;
	}

tr:hover {
        background:#eff9ff;    
}
td:hover {
        background:#eff9ff;    
}

/* OTHER STYLES
----------------------------------------------------------------------- */
	
pre {
	font-size:120%;
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.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;
	}
	
/* LINK CUES 
---------------------------------------------------------------------------*/
/* all A tags whose HREF attribute ends in .pdf */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(/sfgov_template/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(/sfgov_template/icon_pdf.gif) no-repeat center right;
}

/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(/sfgov_template/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose REL attribute contains the value pdf, seperated from other values with a space */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(/sfgov_template/icon_pdf.gif) no-repeat center right;
}

/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(/sfgov_template/icon_mailto.gif) no-repeat center right;
   
}

/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(/sfgov_template/icon_popup.gif) no-repeat center right;
}


a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(/sfgov_template/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(/sfgov_template/icon_xls.gif) no-repeat center right;
}
a[href$='.ppt'] { 
	padding-right: 18px;
	background: transparent url(/sfgov_template/icon_ppt.gif) no-repeat center right;
}
a[href$='.ppsx'] { 
	padding-right: 18px;
	background: transparent url(/sfgov_template/icon_ppt.gif) no-repeat center right;
}
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(/sfgov_template/icon_external.gif) no-repeat center right;
}
/* ph=1 */

