/*************************************************
 * SITEWIDE STYLES
 * home-page-only styles moved to homepage.css
 * snowplow-message styles moved to snowplow.css
 *
 */

body  {
	color: #000;
	background-color: #B0AFBD;
	background-image: url(/images/repeat_y.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0;
	padding: 0;
	border-width: 0
    }
    
td {
    vertical-align: top;
    }

h1, 
h2, 
h3, 
h4, 
h5 {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    margin: 0 0 .5em 0;
    padding: .2em 0 0 0;
    }

h1 {
    font-size: 17pt;
    line-height: 19pt;
    }

/* h2 is subhead for h1*/

h2 {
    font-size: 14pt;
    line-height: 16pt;
    margin: -.5em 0 .5em 0;
    padding: 0 0 0 0;
    }
    
h2.normal {
    font-size: 14pt;
    line-height: 16pt;
    margin: 0 0 .5em 0;
    padding: .2em 0 0 0;
    }

h3 {
    font-size: 13pt;
    line-height: 15pt;
    }

h4 {
    font-size: 11pt;
    line-height: 14pt;
    }

h5 {
    font-size: 10pt;
    line-height: 13pt;
    margin: 0 0 .5em;
    }

h6 {
    font-size: 10pt;
    line-height: 13pt;
    margin: .5em 0 1.5em 0;
    font-style: italic;
    }

p, 
ul, 
ol, 
dl, 
li, 
dd, 
dt, 
blockquote, 
tr, 
td {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    line-height:14pt
    }

dt {
 font-weight: bold;
}

p {
    margin: 0 0 1em 0;
    padding: 0;
    border: 0;
    }

p.indent {
    margin: -1em 0 1em 1.25em;
    }

/*Used in dept.htm list */
dl {
    margin: 0 0 0 4em;
    padding: 0 0 0 0;
    }

hr {
    margin: .5em 0 .5em 0;
    }

/* changes the default behavior of super- and subscripted text */
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom; /* Hack for IE6 and below */
    position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


code {
    font-family: "Courier New", Courier, monospace;
    font-size: 15px;
    color: #666;
}
/*Highlighted text, such as "NEW"*/
.wow {
    font-size: 10pt;
    font-weight: bold;
    color: #ca5500;
    }

/*Highlighted text, such as "NEW" (just adding color!)*/
.wow-color {
    color: #ca5500;
    }

/*Change text color to gray */
.gray {
    color: #777777;
    }

/*Change text color to white */
.white {
    color: #ffffff
    }

/*Change text color to green */
.green {
  color: #485e2a;
}

/*Keep text from breaking. Phone numbers, dates etc.*/
.no-word-wrap {
    white-space:nowrap;
}



p.footer {
    font-size: 9pt;
    }
        
p.p_factoid { 
    color: #636d3d;
    font: bold italic 10pt Arial, Helvetica, sans-serif;
    line-height: 18pt;

    }
p.p_factoid:before { 
    /* icing -- in some browsers this 
    adds a bullet to factoid at start of 
    paragraph (...but not in IE6 or IE7) */
    content: url(/images/bulletb.gif);
    padding-right: 3px;
    }

/* clearing floats */
.clear {
    clear:both; 
}

/* columns */
.columns-2,
.columns-3,
.columns-4 {
    position: relative;
    overflow:auto;
    } 
.columns-2 ol, 
.columns-2 ul {
    float:left;
    width: 16em;
    margin-right: 1em;
    padding-top: 1em;
    /* padding-bottom: 1em; - removed because IE6 needs that stupid <br class="clear" /> */
    } 
.columns-3 ol, 
.columns-3 ul {
    float:left;
    width: 11em;
    margin-right: 1em;
    padding-top: 1em;
    /* padding-bottom: 1em;  - removed because IE6 needs that stupid <br class="clear" /> */
    } 
.columns-4 ol, 
.columns-4 ul {
    float:left;
    width: 6em;
    margin-right: 1em;
    padding-top: 1em;
    /* padding-bottom: 1em;  - removed because IE6 needs that stupid <br class="clear" /> */
    } 
/*A to Z Index colored alph boxes*/
.a2z {
    font-size: 11pt;
    font-weight: normal;
    font-style: italic;
    color: #6c7187;
}

/********** LISTS **********/
ul {
    list-style-image: url(/images/bulletb.gif);
    margin-top: 0;
    margin-bottom: 1.2em;
    margin-left: 0;
    padding-left: 1.2em;
    }

ol {
    margin-top: 0;
    margin-bottom: 1.2em;
    margin-left: 0;
    padding-left: 1.6em;
    }

/* uniform spacing for nested lists */
ol ol, ol ul,ul ol, ul ul,
ol ol ol, ol ol ul,ol ul ol, ol ul ul,
ul ol ol, ul ol ul,ul ul ol, ul ul ul,
ol ol ol ol, ol ol ol ul,
ol ol ul ol, ol ol ul ul,
ol ul ol ol, ol ul ol ul,
ol ul ul ol, ol ul ul ul,
ul ol ol ol, ul ol ol ul,
ul ol ul ol, ul ol ul ul,
ul ul ol ol, ul ul ol ul,
ul ul ul ol, ul ul ul ul {
    margin-top: .5em;
    margin-bottom: .5em;
    }

/*list item with no bullet showing*/
li.no-bullet {
	list-style:none; 
	list-style-image:url()
}

/*list to right of 2 column image*/
ul.col2left {
/*    list-style: disc url(/images/bulletb.gif);*/
    list-style-image: url(/images/bulletb.gif);
    margin-top: 0;
    margin-bottom: 1.2em;
    margin-left: 380px;
    padding-left: 1.2em;
    }

/*list to right of 1 column image*/
ul.col1left {
    list-style-image: url(/images/bulletb.gif);
    margin-top: 0;
    margin-bottom: 1.2em;
    margin-left: 190px;
    padding-left: 1.2em;
    }

ul.caution {
    list-style-image: url(/images/caution.gif);
    }

ul ul {
    list-style-image: url(/images/bulletg.gif);
/* */    padding-bottom: .4em;
    }
/* */ ul ul li {    
/* */    margin: 0;
/* */    padding-bottom: .1em;
/* */    }

ul ul ul {
    list-style-image: url(/images/bulletb.gif);
    }


ul ul ul ul {
    list-style-image: url(/images/bulletg.gif);
    }

li, 
dd, 
dt, 
blockquote {
    margin:  0 0 .3em 0;
    padding: 0;
    border: 0;
    }

ul.ul_spaced li {
    padding:  .1em 0;
    }

img {
    border-width: 0;
    }

input, 
select,
textarea { /* icing -- in some browsers 
    this changes the background color of the 
    listed form elements */
    background-color: #f1f3eb;
    }

/**********LINKS**********/

a {
    text-decoration: none; 
    font-weight: bold;
    }

a:link {
    color: #7d4800;  
    }

a:active {
    color: #996c0d;
    text-decoration: none;
    }

a:visited {          
    color: #8d7d5b;  
    }

a:hover { 
    color: #996c0d;
    text-decoration: underline;
    }



/********** SIDEBARS AND NAVIGATION **********/

/*text for specialty pages--title is span class*/
.title { 
/*    background-color: #dfe5d5; */
    font-weight: bold;
    font-style: italic;
    font-size: 12pt;
    color: #00293f;
    }

.double { 
    background-color: #dfe5d5;
    font-weight: normal;
    font-style: italic;
    color: #00293f;
    line-height: 18pt;
    padding: 6px;
    }

.double em { 
    font-style: normal;
    }

/*The following grants a bit of extra space after 
  bulleted lists in the sidebar. Lets them breathe
  when we have several of them in a row. */
.sidebar > ul {
    margin-bottom: 20px;
    margin-top:    -3px;
}

/*boxed bottom navigation for general pages*/    
p.botnav {
    background-color: #eaede1;
    margin: 0 0 1.2em 0;
    padding: 4px;
    width:544px;
    text-align:center;
    }


/********** PHOTOS, IMAGES, PULLOUTS **********/

/* ONE COLUMN IMAGE/QUOTE*/

/* pull out floats right of body text 
with gray bars */
.pull { 
    float: right;
    width: 172px;
    color: #39455d;
    border: solid #aeb0bd;
    border-width: 2px 0;
    font: bold 8pt Arial, Helvetica, sans-serif;
    line-height:14pt;
    padding: 4px 0; 
    margin: 0 0 9px 18px;
    }

.pull img, 
#prpull img,
.right img,
.right1 img,
.right2 img {
    margin-bottom: 3px;
    padding: 0; 
    }
    
/* floats right of body text */
.right { 
    float: right;
    font: bold 8pt Arial, Helvetica, sans-serif;
    margin: 9px 0px 9px 18px;
    }

/* floats sesqui bug to right of text*/
.pull img.right, 
#prpull img.right { 
    margin: 0;
    }

/* floats left of body text */
.left { 
    float: left;
    font: bold 8pt Arial, Helvetica, sans-serif;
    margin: 9px 18px 9px 0px;}

/* floats right of body text */
.right1 { 
    float: right;
    width: 172px;
    font: bold 8pt Arial, Helvetica, sans-serif;
    margin: 9px 0 9px 18px;}

/* floats left of body text */
.left1 { 
    float: left;
    width: 172px;
    font: bold 8pt Arial, Helvetica, sans-serif;
    margin: 9px 18px 9px 0px;}

/* text for "regular" type below image  */
.lefttext1 {
    text-align: left; 
    margin: 0.5em 0;}

/* TWO COLUMN */

/*2-col quote or image floats right of text */
.right2 { 
    float: right;
    width: 362px;
    font: bold 8pt Arial, Helvetica, sans-serif;
    margin: 9px 0px 9px 18px;}

/* 2-col quote or image floats left of text */
.left2 { 
    float: left;
    width: 362px;
    font: bold 8pt Arial, Helvetica, sans-serif;
    margin: 9px 18px 9px 0px;}

/* text for "regular" type below image  */
.lefttext2 {
    text-align: left; 
    margin: 0.5em 0; 
    width: 362px }

/* text for photo captions  */
.leftcaption2 {
    text-align: left; 
    font: bold 8pt Arial, Helvetica, sans-serif;
    margin: 0.5em 0; 
    width: 362px }

/* stand-alone photo captions */
.caption  { 
    font: bold 8pt arial, helvetica, sans-serif; }

/* What is this dark-gray text? */
.citation {
	font-size: 8pt;
	font-style: italic;
	color: #666666;
	line-height: 1em;
}

/* STORIES */
.story  { 
    clear:both; 
    padding:0 0 12px 0; 
    }

hr.story  { 
    clear:both; 
    padding:0 0 12px 0; 
    }



/*******INTERNAL TABLES********/


th {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    background-color: #efe5d3;
    text-align: left;
    padding-left: .5em
    }

tr.firstcolor ,
tr.firstcolor td {
    background-color: #f4f0e3;
    }

tr.secondcolor ,
tr.secondcolor td {
    background-color: #e0e0e7;
    }

tr.thirdcolor,
tr.thirdcolor td {
    background-color: #efe5d3;
    }

tr.fourthcolor,
tr.fourthcolor td {
    background-color: #fff;
    }


/* ex: http://www.ci.bloomington.mn.us/
cityhall/dept/finance/budsum.htm */

tr.new-category, 
tr.new-category td { 
    background-color: #ffffff;
    font-weight: bold;
    font-style: italic;
    font-size:1.1em;
    padding-top: .75em;
    }

table.data {
    margin: 1em 0;
    width: 100%;
    padding: 0;
}

table.data td {
    padding-left: .5em;
    padding-top:0.2em;
    padding-bottom:0.2em;

}

table.data.two-col {
    margin: 1em 0;
    width: 342px;
    padding: 0;
}

table.data th.col {
    padding-left: .5em
}

.number {
    text-align: right;
    padding-right: 1.0em;
}

.foreign ul, 
.foreign li {
    font-size: small;
    margin: .5em 0 0 0;
    padding: 0;
    list-style: none;
}
.foreign img {
    padding: 0 0.5em 0 0;
}

/* 2006-12-08: style the xlink image to 
address MEB's concerns */

.xlink-img {
    height: 12px;
    width: 16px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    cursor: help;
}

/* 2006-12-15: emphasizes a block-level 
element (div, p. etc.) */
.emphasize-block {
    background-color:#f4f0e3; 
    padding: 9px 6px 1px 6px; 
    margin: 22px 0 20px;
    width: 540px;
}
.emphasize-block.banner {
    margin: 10px 0 20px;
}

.emphasize-block .right img{
    padding-right: 6px;
}

ul.emphasize-block {
    padding-left: 0.2em;
}

ul.emphasize-block li {
    margin-left: 1.2em;
}

.emphasize-block-172 {
    float: right;
    background-color:#f4f0e3; 
    padding: 9px 6px 1px 6px; 
    margin: 15px 0 20px;
    width: 172px;
}

/* the following makes it possible to fit a disclaimer element within an emphasize-block
    e.g., <div class="emphasize-block"><h3 class="disclaimer">title</h3></div> */
.emphasize-block > .disclaimer {
    padding-right:0;
    padding-left: 0;
}

.center {
    text-align: center;
}

.center-block {
    display: block;
    margin-left:auto;
    margin-right:auto;
}

.floatleft {

    float: left;
    margin-top: 0px;
    margin-right: 9px;
    margin-bottom: 9px;
    margin-left: -9px;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-style: italic;
    font-weight: normal;
    text-align: right;
    background-color: #ffffff;
}

/* 2008-03-04: emphasize a block-level 
element (div, p. etc.) for photo/content disclaimer */
.disclaimer {
	font: bold 11pt arial, helvetica, sans-serif;
	text-align:center;
	color: #ffffff;
	background-color:#d77933;
	padding: 6px 6px 6px 6px;
	margin: 15px 0 20px;
	width: 540px;
}

.two-col-width {
    width: 336px;
}

.line-thru {
	text-decoration: line-through;
}

/* 2008-06-11: couple of styles to update callouts
at top of page (e.g., webcast.inc, rss.inc) */
.top-callout {
	background-color: #e3d5b5;
	margin: 0 0 15px 0;
	padding: 9px;
	width: 97%;
}
.right-callout {
	background-color: #e3d5b5;
	float: right;
	margin: 12px 0 15px 12px;
	padding: 9px;
	width: 172px;
}
.align-image-left {
	float: left;
	padding-right: 10px;
}

.esub-getupdates
{
	background: 
		#f4f0e3
		url(/images/esubscribe/envelope_3936.gif) 
		no-repeat .5em 50%;
	padding: 0 .5em 0 0;
	min-height: 3.5em;
	margin-bottom: 0.75em; // space below colored box
}
.esub-getupdates p {
    padding: 0.75em .0em 0.5em .0em;
    margin:  0em 0em 0em 4.0em;
}

.print-banner {
    display:none;
}

.hide-this {
    display:none;
}

iframe[title~="YouTube"] { /* title includes "YouTube" */
    margin-top: 10px;
    margin-bottom: 12px;
}

iframe[src*="youtube.com"] { /* src attribute contains "YouTube" -added because it turns out that youtube doesn't always include a title in their iframe code... */
    margin-top: 10px;
    margin-bottom: 12px;
}

/* 2011-08-29: I used the following styles on /main_top/2_facilities/pubbldg.htm
so that bullets that are within their own td cells would be presented with tighter
leading thanthey otherwise would have gotten */

ul.no-leading, 
ul.no-leading li {
  line-height: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

