@charset "utf-8";
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

.thrColFixHdr #container 
{ 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	border: solid 2px #CCC;
   
}  
.thrColFixHdr #header
{ 
	background: #FFF; 

	/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	
	
} 
.thrColFixHdr #header h1 
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
	
.thrColFixHdr #sidebar1 
{
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding-left: 10px; *//* padding keeps the content of the div away from the edges */
	color: #000;
	margin-right: 10px;

}

.thrColFixHdr #sidebar2
{
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 5px 10px; /* padding keeps the content of the div away from the edges */
	color: #000;
    /*border: 2px dashed #000;  */	
}
.thrColFixHdr #mainContent
{ 
margin: 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding-left: 5px;
	padding-right: 5xp;
	padding-bottom: 10px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border: 2px dashed #000;*/
} 

/*#mainContentNoPic
{margin-top: 10px;Use this in place of mainContent on pages without a graphic.
pages that have a graphic do not have enough top margin and too much left margin. 
                 padding-left: 10px; 
				 padding-right: 5px;
				 padding-bottom: 10px;
				 border: 2px dashed #000;*/
								                   

.thrColFixHdr #footer
{ 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
   	background: #659ace;
	font-size: 12px;
	text-align: center;	
	border-bottom: 1px outset #eaeef1;
	padding-bottom: 5px;	
} 

.thrColFixHdr #footer p 
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
	color: #FFF;
	text-align:center
}

.fltrt 
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*From this point on these are our styles. The ones above are from DW 3 column fixed style sheet*/

p 
{
  text-align: justify;
}

h1
{
   color: #12166d;
   font-size:14px;
   text-align: center;
}


ul.divisions
{
   margin-top: -3px;
   margin-bottom: -3px;	
}
/*Zoning Home Page list styles if they want them different than other pages*/
/*ul li.zoning
{
    list-style-type:circle;
	margin-left: 40px;
}	*/
/*Hover styles for the Zoing Home Page index.htm*/
.list_style a  
{
  text-decoration: none;
  color: #000;
  font-weight: bold; 
}

.list_style a:hover
{
  text-decoration: underline;
  font-weight: bold;
}

.list_style li
{
  padding-bottom: 3px;
}


/*Class section styles the left side navigation*/
.section
{
	background: url(../images/pzb_box_bg.gif);
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
    padding-bottom: 8px;
	width: 175px;
	font-size: 11px;
	font-weight: bold;
	top: 117px;
}

.section a
{
  text-decoration: none;
  color: #000;
  padding-left: 5px;
  list-style-type: none;
  display: block;
}

.section a:hover
{
  text-decoration: underline;
  font-weight: bold;
}

.section_titles
{
  background: #12166d; 
  border-right: 1px solid #FFFFFF;
  padding: 5px 5px 5px 5px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF; 
  margin-top: 0px;    
}

.section_titles a
{
  text-decoration: none;
  color: #FFF;
  padding-left: 5px;
  list-style-type: none;
  display: block;
}

/*This is the style for the right side navigation*/
.section_2
{
   border: 1px solid #CCC;
   margin-bottom: 10px;
   padding-bottom: 8px;
   font-size: 11px;  
   background: #FFF;
}

.section_2_titles
{
  background: #659ace;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;     
}


.section_2 a
{
  display: block;
  padding-left: 5px;
  text-decoration: none;
  color: #000; 
}

.section_2 a:hover
{
  text-decoration: underline; 
  padding-left: 5px;
}
/*This is used for dropdowns only. It reduces the whitespace at the bottom of the dropdown. */
.section_2_dd
{
   border: 1px solid #CCC;
   margin-bottom: 10px;
   font-size: 11px;  
   background: #FFF;
}
/*Pseudo class for search links */
a.search:link
{
 color: #FFFFFF;
 font-weight: bold;
 font-size:11px;
}

a.search:visited
{
	color: #FFFFFF;
	font-weight: bold;
	font-size:11px;
}

/*Highlight active link.  Links in the  class need to be highlighted when a page is selected by the user. This uses the BODY ID/Class Method.*/

body.zone #in, body.zone #in, body.ad #in, body.ad #in, body.bl #in, body.bl #in, body.cd #in, body.ce #in  
 a
{
   text-decoration: underline;
   padding-left: 5px;
   color:#659ace;
}


/*Places the photo of Vista Center*/
.imagecap
{
   width: 308px;
   margin-top: 5px;
   padding-left: 55px;
   padding-top: 20px;
   padding-bottom: 5px;   
}


/* Graphic of building may not be used on division pages.*/

.div_header_div
{
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: left; 
}

p.div_header
{
  padding-left: 50px;
  font-weight: bold;
  margin: 0px; 
}

/*Centers text under the picture of the PZB building on the home page.*/

#texthome
{
  padding-left: 90px;
  padding-bottom: 10px;
  width: 350px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}

#texthome a  
{
  text-decoration: none;
  color: #000; 
}

/*PZB Home Page hover styles index.htm*/

#texthome a:hover
{
  text-decoration: underline;
  font-weight: bold;
}

#texthome li
{
  padding-bottom: 3px;
}

.sub_head
{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-top: 5px; 
  padding-bottom: 8px; 
}
/*Our styles added to the footer for link and hover effect*/

#footer a:link

{
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

#footer a:visited
{
   font-weight: bold;   
   text-decoration: none;
   padding-left: 5px;
   padding-right: 5px;
   background: #659ace; 
   color: #FFF;
   text-decoration: none;
}
#footer a:hover

{
  font-weight: bold;
  background: #FFF;
  color: #659ace; 
  padding-left: 5px;
  padding-right: 5px;
}


/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 175px;  /*Used for placement when the search is a link to searhc.htm*/
	left: 0px;
	width: 725px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
  	color: #000000;
}

.subglobalNav a:link, .subglobalNav a:visited 
{
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.subglobalNav a:hover
{
	text-decoration: underline
}



/*Styles for the links at the top of the page*/

#links_top
{
	background: #659ace;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	padding-right: 5px;
	margin-bottom: 35px;
	/*border-bottom:groove thick 8px;	*/
	border-bottom:inset thick 4px solid #12166d;
  
}

#links_top a:link
{
  color: #FFF;
  font-size: 12px;
  font-weight: bold; 
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  
}

#links_top a:visited
{
   font-weight: bold;  
   font-size: 12px; 
   text-decoration: none;
   padding-left: 5px;
   padding-right: 5px;
   background: #659ace; 
   color: #FFF;
}

#links_top a:hover
{
  font-weight: bold;
  font-size: 12px;
  background: #FFF;
  color: #659ace; 
  padding-left: 5px;
  padding-right: 7px;
}

#links_about
{
	background: #659ace;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 3px;
	text-align: right;	
}

#links_about a:link
{
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

#links_about a:visited
{
   font-weight: bold;   
   text-decoration: none; 
   padding-left: 5px;
   padding-right: 5px;
   background: #659ace; 
   color: #FFF;
   text-decoration: none;
}

#links_about a:hover
{
  font-weight: bold;
  background: #FFF;
  color: #659ace; 
  padding-left: 5px;
  padding-right: 5px;
}



/*Styles for the Division pages hours*/
/*Used if hours are on each division home page*/ 
p.hour
{  
  background: #12166d;   
  color: #FFF;
  margin-left: 10px;
  text-align: center;
  font-weight: bold;
}

/*Style for unordered list that appear in the text of pages.  Uses conditional statements to improve Firefox*/

ul li 
{
  margin-top: 3px; 
  margin-bottom: 3px;
  margin-left: 25px;
}
/*These are conditionals for ordered links*/

ol li
{
   margin-left:65px;
}

/*Copied from enrollment. Htm - used to show the adobe reader graphic for files that open in Acrobat.*/
li.listpdf	
{
	font-size: 10pt;
	list-style-image: url(../images/adobe-reader.jpg);
	margin-top: 0px;
}
/*Styles used for phone numbers*/

.phone_no
{
   padding-left: 5px;   
}

/*Styles for Zoning*/
/* Infill/Redevelopment chart borders etc.*/

table.infill 
{ 
  border-collapse: collapse;
  margin-bottom: 15px;

}

td.infill 
{
  border: 1px solid #000;
}

.style10 
{
  font-size: 10px;
}

.style14 
{
  color: #FFFFFF;
  font-size: 14pt;
}

/*pages using dropdown boxes in a form*/
.form
{
   padding-bottom: 0px;
}  

/*********************end*************************/
.section_3 {

   border: 1px solid #CCC;
   margin-bottom: 10px;
   padding-bottom: 8px;
   font-size: 11px;  
   background: #FFF;
}
.section_3_titles {

  background: #659ace;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}
.section_3 a:hover {

  text-decoration: underline; 
  padding-left: 5px;
}
.section_3 a {

  display: block;
  padding-left: 5px;
  text-decoration: none;
  color: #000;
}
.section_3_dd {

   border: 1px solid #CCC;
   margin-bottom: 10px;
   font-size: 11px;  
   background: #FFF;
}

