/*##################################*/
/*Colors -- with any luck, this is all we will need to customize ! */

 body a.skip,  #mainContent a.skip {	
		color: #ffffff; 
		background: #333;
		border: solid #000 2px; 
	}
 body a.skip:visited,  #mainContent a.skip:visited {
		color: #ffffff; 
 }

body, html {
	background:url("bannerback.jpg") top left repeat-x #972501; 
}

#header a{ 
	color: white;
}

div#body { /*main text area */
	background:#fff;

}
#crumbs p {  /*Next | Prev | Home links */
	background: #D27D3C;
	color:#ffffff;
}
 #crumbs p a  {color:white;}

#NavigationLinks .ptoc p { /* lines between TOC entries */
	border-bottom: 1px solid #972501;
}

#tabs li#current a,
#tabs li#current,
#tabs a:hover { /* navigation tabs */
	color:white;
	background-color: #D27D3C;
}
#tabs a {
	color:#000000;
}

#NavigationLinks a,
#NavigationLinks a:active,
#NavigationLinks a:link,
#NavigationLinks a:visited,
#NavigationLinks h2,
#NavigationLinks .SearchTitle,
#NavigationLinks .SearchSubTitle,
#NavigationLinks .PrevLink,
#NavigationLinks .NextLink,
#NavigationLinks .prevnextlinks,
#NavigationLinks #contents th,
body,
#contents table td {
  color: black;
}

/*##################################*/
/* General formatting */
body, html {
	text-align:center;
	margin:0px; 
	padding:0px; 	
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 1em;
	}
	
/* the topmost div, which has the city banner */	
#header {
margin-top:0px;
	padding: 0;
	width:752px;
	font-size: 10pt;
	width: 100%;
	height:132px;
	text-align:center;
}

/* the link is a block element with he city banner as a background image
	We do this instead of having an <img> tag in the page
	so that it's easier to make sure it doesn't display in a cell phone */
#header a {
	display:block;
	width:751px;
	height:132px;
	margin:0px auto;
	text-decoration:none;
	background:url('bannerlogo.jpg') top left no-repeat;
}
/* Inside the link is an h1 with the city's name, with its visibility hidden
	But for people on screen readers, this will function like an alt tag*/
#header a h1 {
	visibility:hidden;}

/* This goes around #body div -- allows us to position where #body starts absolutely*/
#wrapper {
	width:100%;
	padding:0px;
	text-align:center;
}

/* then the main text area */
div#body {
	width:751px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	border-width: 0px 0px 15px 0px;
	text-align:center;
	padding-bottom:50px;
}

 /* For the Next | Prev | Home links --
	This is NOT inside the wrapper/body divs */
#crumbs {

	width:100%;
	height:30px;
}

#crumbs p {
	display:block;
	width:751px;
	margin: 0px auto;
	font-size:0.75em;
	height:30px;
	font-weight:bold;
	text-align:right;
}

p.crumbs {
	font-weight:bold;
	font-size:0.75em;
	margin-left:1.5em;
}

#crumbs p span {
	display:block;
	padding:7px;
}

#NavigationLinks { /*the TOC area */
	width:500px;
	margin:0px auto;
	padding: 2em;
}

/* for the NT page content -- we want different margins than in the cityname.css file */
 #NavigationLinks #cityname {margin-top:1em; }
 #NavigationLinks .cpc {margin-bottom:2em; }
 
 /* if we have the RTF button */
 
 form#myForm {
	float:left;
 }
 form#myForm input{
	 border:1px solid black;
	 background:#eee;
	 padding:2px;
	 font-size:14px;
 }
  /* if we have PDF links */
 p.pdf {
	 float:left;
	 width:auto; 
	 font-weight:normal;
	 border:1px solid black;
	 background:#eee;
	 padding:3px 4px;
	 font-size:14px;
	 margin-bottom:1em;
	 }
  p.pdf a:link {text-decoration:none;color:black;}
  p.pdf a:hover, p.pdf a:visited {text-decoration:none; color:black;}
  
  /* makes sure the title/chapter header goes underneath, not beside */
 #mainContent h1, #mainContent h2, #mainContent h3 {clear:both;}
 
/*##################################*/
/* styles to create the search/browse tabs */
 div#tabs  {
	padding:0px;
	text-align:left;
}
#tabs li#current a,
#tabs li#current,
#tabs a:hover {
	padding-bottom:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}

ul#sbtabs  {
	display:inline;
	border:0px;
	padding:0px;
	margin:0px 10px;
	text-align:left;
	list-style-type: none;	
	position:relative;
	top:-1px;
	}

#tabs li {
    display: inline;
	font-size: 0.7em;
	font-weight: bold;	
	padding-bottom:5px;
	padding: 4px 4px 5px 4px;

}
#tabs a {
   	padding: 4px 4px 5px 4px;
}

#mainContent {background:none;}
/*##################################*/
/* TOC links formatting */

#NavigationLinks a  { text-decoration: none; }
 a.file, #NavigationLinks a.button { text-decoration: underline; }

#NavigationLinks a:hover {
	text-decoration: underline;
}
#NavigationLinks .ptoc p {
	text-align: left;
	font-size: 0.75em;
	margin: 0;
	padding-left: 1em;
	padding-bottom: .25em;
	padding-top: .25em;
	text-align: left;
	margin-left: .5em;
	text-indent: -1.25em;
}
.updated { 
	background-color: yellow; padding: 2px; margin: 0;
	font-weight: normal; margin: 0;
	font-size: .75em;
	color: #FF0000;
}
/*##################################*/
/* Skip Links */
 body a.skip,  #mainContent a.skip {									
		display: inline; 
		position: absolute; 
		width: 14em; 
		left: -200em;
		text-decoration:none; 
		width: 14em; 
		}

a.skip:focus  {
		position: absolute; 
		top:0px;
		left:0px;
}

 #mainContent a.skip:focus  {
		position: static;
}

.skipanchor {
	position:absolute;
}

.skipanchor a {
	font-size:0.1em;
	line-height:0.1em;
}

/*##################################*/
/* Search results formatting */
 table.ResultsTable td , .ResultsTable th , .NextLink,
 .PrevLink, .prevnextlinks,  .SearchSubTitle,  a.file {
	font-size: 0.8em;
}

form.SearchControl {
	font-size:0.8em;
text-align:center;
}
 .NextLink,
 .PrevLink {
   margin: 0;
   font-weight: bold;
}

 .PrevLink {
   float: left;
}
 .NextLink {
	float: right;
}
.prevnextlinks {clear:both;}

 .SearchSubTitle {
  margin: .25em 0;
}
 .SearchTitle {
  font-size: 0.8em;
  margin: .5em 0;
  font-weight: bold;
}

 a.file {
  font-weight: bold;
  text-decoration: underline;
}
table.ResultsTable {
	margin:0px auto;
}

/*##################################*/
/*Ensures that the document prints at the right font size and without nav buttons */
@media print {
  * {
  font-size: 11pt !important;
  }
	#navTop	{display:none;}
	#navBottom	{display:none;}
	#iframe	{display:none;}
	iframe	{display:none;}
	#NavigationLinks	{display:none;}
	#header	{display:none;}
	#mainContent	{border:0px;}
}
/*##################################*/
/* disclaimer formatting */

#iframe { height:100%;
	font-size: 1em;}

div.left { float:left;}

div.right { float:right;}

div#iframe p{
	font-size: 0.7em;
	font-family: Verdana, arial, sans-serif;
	}
	
div#iframe div.left {
	width: 55%;
	float: left;
	text-align: left;
	margin-left:1em;
}

div#iframe div.left p {
	margin-bottom:0.7em;
}

div#iframe div.right {
	width: 40%;
	float: right;
	margin: 0;
	text-align: right;
}
p#current {font-weight:bold;}
#NavigationLinks p#current {
	font-size: 0.75em;
	font-weight:bold;
	padding-bottom:1em;
	}

/*##################################*/
