@import url('//fonts.googleapis.com/css?family=Lato&display=swap');

/* Assorted Defaults */
html *
{
	padding: 0;
	margin: 0;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}

/* black */
a,
a:active,
a:hover,
a:link,
a:visited,
h2,
.SearchTitle,
.SearchSubTitle,
.PrevLink,
.NextLink,
.prevnextlinks,
#contents th,
#tabs li#current,
div#contents,
#tabs a:hover,
p.ptext,
.ptoc p,
#contents table td {
  color:  #333;
}

/*white*/
#nav a.button,
#tabs a {
	color: #fff;
}

/* #008478 */
#nav div#navBar {
	background: #ce4000;
	height:35px;
	position:absolute;
	left:0px;
	top:101px;
	width:100%;
}

body,
div#tabs {
	background-color: #222;
}

div#contents {
	border-left: 2px solid #222;
}

/* #6a3d4c */
p,
body {
	color: #333;
}

img { border:0px; }
body#nav {
	background:  #f8f9fc;
}
img { border:0px; }
body#nav a {
color:white;
}
img { border:0px; }

.ptoc p {
	border-bottom: dotted 1px #ce4000;
}

/* #EEEEEE */
#tabs li#current,
#tabs a:hover
{
	background-color: #f8f9fc;
}

div#contents {
	background: #f8f9fc;
}

/*End colors*/





/* Styles the navigation links */

#codetabs, #searchtabs, span.print {
  	display: block;
	text-align: right;
	padding-top:5px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;

}

#codetabs, #searchtabs {
	margin-left:auto;
	}

#codetabs span.button, #searchtabs span.button {
	padding:15px 5px;
}

 span.print{
	color:white;
	text-decoration:none;
	}
#codetabs span.button, #searchtabs span.button {
	padding:7px 5px;
}
span.print {
	padding:5px 5px;
	float:right;
	}
#codetabs span a,  #searchtabs span a,  span.print {
	text-decoration:none;
}

#codetabs span a:hover,  span.print:hover {
	text-decoration: underline;
	cursor: pointer;
}
#nav a.button {
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 6px;
	margin-bottom: 2px;
	margin-left: auto;
	width: 85px;
	font-size: 12px;
	overflow: hide;
	text-decoration: none;

}

/* Moves the background image to create the rollover effect */
#nav a.button:hover {
	text-decoration: underline;
	margin-top: -1px;


}

/*The height for this rule needs to be changed based on the height of the city logo image */

#nav #CodeName {
float: left;
}
#nav #CodeName img {
	height: 90px;
	margin-top: 5px;
	float: left;
}
h1.navHeader{
	text-align: left;
	position: absolute;
	top: 10px;
	right: 10px;
}

h1 {
	font-size: 18pt;
	margin-left: 2em;
}

h2 {
	font-size: 12pt;
	margin-top: .25em;
}

a:hover {
	text-decoration: underline;
}

/* Sets Body style for the top horizontal (navigation) frame) */
img { border:0px; }
body#nav {
	text-align: right;
	font-size: 10pt;
	border: none;
	padding: 0;
}


/* Styles the navigation links
    Loads the rolloever image in the background but hides it outside
    the visible area of the <a href> tag */
#nav #banner p
{
	float: right;
}
#nav a.button {
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
	font-weight: bold;
	height: 35px;
	margin-top: 0px;
	padding-top: 6px;
	margin-bottom: 2px;
	margin-left: auto;
	width: 85px;
	font-size: 12px;
	overflow: hide;
	text-decoration: none;

}

/* Moves the background image to create the rollover effect */
#nav a.button:hover {
	text-decoration: underline;
	margin-top: -1px;


}



#nav #CodeName h1 {
	text-align: left;
}
#nav #CodeName img {
	vertical-align: middle;
	padding-right: 1em;
	padding-top: 1px;
	border: none;
}
#nav div#banner {
	width: 100%;
	height: 200px;
	text-align: right;
}

#nav #banner table {
	margin-left: auto;
	xheight: 26px;
	margin-right: 10px;
}

/* class for the table cells that have tab images in the background */
#nav td.tab {
	text-align: center;
	background: url('../images/taboff.gif') no-repeat top left;
	height: 18px;
	width: 83px;
	font-size: 10px;
	max-height: 18px;

}


/* Body style for TOC/Search frame */
body {
 text-align: center;
 font-size: 10pt;

}

/* styles to create the search/browse tabs */
div#tabs {
	padding: 6px 0 4px 0;
}

#tabs ul {
  	display: block;
	list-style-type: none;
	text-align: right;
}

#tabs li {
    display: inline;
	font-size: 8pt;
	font-weight: bold;
}

#tabs li#current {
   	padding: 4px 4px 5px 4px;
	margin: 4px 2px 4px 0;
}

#tabs  a {
   	padding: 4px 4px 5px 4px;
	margin: 4px 2px 4px 0;
}

div#contents {
 padding: .5em .5em 2em .75em;
 text-align: center;
}
#contents a {
	text-decoration: none;
}

p.pbody {
 margin-bottom: 6pt;
 margin-right: 0pt;
 text-align: center;
}

p.ptext {
 font-size: 10pt;
 margin: .5em 0;
 text-align: left;
}
p.ptextUL {
 font-size: 8pt;
 margin: .5em 0;
 text-align: left;
 text-decoration: underline;
}

/*Format the TOC itself */

.ptext {
	text-align:left;
	font-size:8pt;
	margin-bottom:0.75em;
}

p.amHere {background-color:yellow; padding-left:3px;}
.revised { font-weight:normal; background-color:yellow; color:blue; padding:0px 2px; }
.updated {
	background-color: yellow;
	padding:0px  2px;
	margin: 0;
	font-weight: normal;
	color: #FF0000;
}

/*checkbox height must be specificed so IE doesn't make them huge
then vertical-align must be specifice so FireFox won't push them to the top of the line*/
.ptoc p input {
	height:1.2em;
	vertical-align:middle;
}

.ptoc1 span {
	font-size:135%;
	font-weight:bold;
}
.ptoc p
{
/*If there are checkboxes:
	margin-left: 3em;
	text-indent: -2.95em;
*/	margin-left: 1em;
	text-indent: -.95em;
	padding-bottom:0.1em;
	text-align: left;
	font-size: 8pt;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
	color:#000000;
	text-transform: none;
}

div.ptoc1 {

	margin-left:1.5em;}
.ptoc1 p
{
/*If there are checkboxes:
	margin-left: 5em;
	text-indent: -2.95em;
*/	margin-left: em;
	text-indent: -.95em;
}

.ptoc2 p {
	margin-left: 5em;
	text-indent: -.95em;
/*If there are checkboxes:
	margin-left: 7em;
text-indent: -2.95em;
*/ }


/*These seem to be for search results
*/

#contents table td {
font-size: 8pt;
}

#contents th {
font-size: 8pt;
}

/* format the <i> tag (to pick up "No Results Found") and the Results Table*/
table.ResultsTable, i {
font-size: 8pt;
	color:#000000;
}

.NextLink,
.PrevLink {
   margin: 0;
   font-weight: bold;
	width: 55px;
   font-size: 8pt;
}

.PrevLink {
   float: left;
}
.NextLink {
	float: right;
}

.prevnextlinks {
   font-size: 8pt;
}

.SearchSubTitle {
  font-size: 8pt;
  margin: .25em 0;
}
.SearchTitle {
  font-size: 12pt;
  margin: .5em 0;
  font-weight: bold;
}

a.file {
  font-size: 8pt;
  font-weight: bold;
  text-decoration: underline;
}
