/* Assorted Defaults */
html *
{
	padding: 0;
	margin: 0;
	font-family: Tahoma, Verdana, 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:  black;
}



/*white*/
#nav a.button,
#tabs a {
	color: white;
}

/* #008478 */
#nav div#banner {
	background: #0057a9;
}

body,
div#tabs {
	background-color: #0a2481;
}

div#contents {
	border-left: 2px solid #0a2481;
}

/* #6a3d4c */
p,
body {
	color: #000;
}

body#nav {
	background:  #000;
}
div.ptoc0 {padding-left:1em;}
.ptoc p, .ptoc0 p, .ptoc1 p {
	border-bottom: dotted 1px #0A2481;
}

/* #EEEEEE */
#tabs li#current,
#tabs a:hover
{
	background-color: #eee;
}

div#contents {
	background: url('../images/curve1.gif') no-repeat top left #eee;
}

/*End colors*/


#nav input.imagebutton {
	color:#ffffff;
	font-weight:bold;
	padding-left:4px;
	border:0px;
	background:none;
}

a#frameless {
float:left;
width:100%;
text-align:left;
color:black;
	font-weight:bold;
	font-size:0.85em;
	padding-bottom:0.65em;
	
}

/* Styles the navigation links */

#codetabs, #searchtabs, span.print {
  	display: block;
	text-align: right;
	padding-top:7px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;

}

#codetabs, #searchtabs {
	margin-left:auto;
	}
#codetabs span.button, #searchtabs span.button {
	padding:7px 5px;
}
span.print {		
	padding:7px 5px 0px 5px;

	float:right; 
	}


#codetabs span a,  #searchtabs span a,  span.print a {
	color:#ffffff;
	width:15px;
	
}


/*The height for this rule needs to be changed based on the height of the city logo image */

#nav #CodeName {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 96px;
	background-color: #0a2481;
}
#CodeName h1 {
	position: absolute;
	top: 2%;
	left: 20%;
	color: #0057a9;
}
h1 {
	font-size: 18pt;
}

h2 {
	font-size: 12pt;
	margin-top: .25em;
}

a:hover {
	text-decoration: underline;
}

/* Sets Body style for the top horizontal (navigation) frame) */
body#nav {
	text-align: right;
	font-size: 10pt;
	border: none;
	padding: 0;
}


/*Styles to make it easier for people to click correct link	*/

.plus {
	font-weight:bold;
	font-size:1.5em;
}
#muni {  
	margin-top: 1.5em;
	padding-bottom: 1.5em;
	}
	
	#muni  span, #highway span, .ptoc1 span, .ptoc p span {
		font-size:1.6em;
		font-weight:bold;
	}

#highway { 
	margin-top: 1.5em;
	padding-bottom: 1.5em;
	}



/* Styles the navigation links 
    Loads the rolloever image in the background but hides it outside
    the visible area of the <a href> tag */
#nav a.button {
	display: block;
	text-align: center;
	font-weight: bold;
	height: 26px;
	width: 85px;
	font-size: 12px;
	max-height: 26px;
	overflow: hide;
	text-decoration: none;
}

/* Moves the background image to create the rollover effect */ 
#nav a.button:hover {
	background: #0a2481;
	text-decoration: none;
}



#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: #0057a9;
	height: 26px;
	width: 85px;
	line-height: 24px;
	font-size: 10px;
	max-height: 26px;

}


/* 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;
}  

a.file, a.button { text-decoration: underline; }
a  { text-decoration: none; }

p.pbody {
 margin-bottom: 6pt;
 margin-right: 0pt;
 text-align: center;
}

/*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;
	
}


p.ptext {
 font-size: 8pt;
 margin: .5em 0;
 text-align: left;
}

.ptoc0 p {
 font-size: 8pt;
	text-align: left;
	padding-left: 1em;
	padding-bottom: .25em;
	padding-top: .25em;
	text-align: left;
	text-indent: -.95em;
}

.ptoc p {
 font-size: 8pt;
	text-align: left;
	padding-left: 2em;
	padding-bottom: .25em;
	padding-top: .25em;
	text-align: left;
 text-indent: -2.95em;
 margin-left:2em;
}

.ptoc1 p {
 margin-left:4em;
 padding-bottom: 4px;
 padding-top: 4px;
 text-indent: -2.95em;
 text-align:left;
 text-transform: none;
 border-bottom: none;
 }

.ptoc2 p {
 padding-bottom: 2px;
 padding-top: 2px;
 margin-left:5em;
 text-align: left;
 text-indent: -2.5em;
 text-transform: none;
 }

#contents table td {
font-size: 8pt;
}

#contents th {
font-size: 8pt;
}

.NextLink,
.PrevLink {
   margin: 0;
   font-weight: bold;
	width: 55px;
   font-size: 8pt;
}

.PrevLink {
   float: left;
}
.NextLink {
	float: right;
}

.prevnextlinks {
   font-size: 0.9em;
}

.SearchSubTitle {
  font-size: 8pt;
  margin: .25em 0;
}
.SearchTitle {
  font-size: 10pt;
  margin: .5em 0;
  font-weight: bold;
}

a.file {
  font-size: 8pt;
  font-weight: bold;
  text-decoration: underline;
}

.codeHead span{ 
	font-size: 125%;  
}

.ptoc0 p.codeHead {
	margin-top:1em;
	padding-bottom:1em;
	font-weight: bold;
	font-size: 100%; 
}
a.t, a.t3 {
	margin-left:0.3em;
}
.ptoc b {font-size:1.6em;}



.hide {
	display:none;
}
span.ajx {
	margin-left: -0.12em;
	cursor: pointer;
	cursor: hand;
}

fieldset.scope {
	border:0px;
	display:inline;
}
.scope legend {
	text-align:center;
	width:190px;
}
fieldset.options {
	border:0px;
	padding:0.5em;
}
.options legend {
	padding-top:0.5em;
}

fieldset legend{
	font-weight:bold;
}
