@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------

CSS STYLE SHEET

------------------------------------------------------------/*


/*--Import other style sheets---*/
@import "reset.css";  /* always load the reset first, so all your styles below are not negated by the reset */
@import "960.css";
@import "fonts.css";
@import "forms.css";
@import "layout.css";
@import "nav.css";




/*	Global Classes
------------------------------------------------------------*/

.seo-bgone {text-indent:-5000px;font-size: 0;}
.clear-float {clear: both;}

hr {
  border-color: #B9B1A9;
  border-style: dotted;
  border-width: 2px 0 0;
  clear: both;
  margin: 13px auto;
  height: 0;
}

#this-issue-sidebar hr {width: 145px;}


/*   Colors
------------------------------------------------------------*/
.black {color: #000000;}
.white {color: #ffffff;}

 

/*	Google Map
------------------------------------------------------------*/

#map {
	height:	375px;
	width:600px;
	float:left;
	margin-left: 3px;
	border: solid 1px #737373;
}

.gmnoprint span{display:none;}  
div#map div span {display: none;} /* removes the legal stuff from the bottom of the google maps */

