@charset "utf-8";

body  {
	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;
	font-size: 0.75em;
	font-family: arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-color: #666;
}	

p {
	margin-top: 0px;
	padding-top: 0px;
}

/* CONTAINER */

#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/layout/sidebar_bg.jpg);
	background-repeat: repeat-y;
} 

/* HEADERS */

#headermain {
	background-image: url(../images/layout/GHSA-blue_3_test.jpg);
	height: 126px;
	width: 780px;
	background-repeat: no-repeat;
} 

#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 */
}

.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
	float: right;
}

.search a:link {
	color: #FFF;
	text-decoration: underline;
}

.search a:visited {
	color: #FFF;
	text-decoration: underline;
}

.search a:hover {
	color: #CCC;
	text-decoration: underline;
}

/* MAINNAV */

.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	width: 780px;
	top: 143px;
	margin: 0px;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(../images/layout/main_nav_blue.jpg);
	left: auto;
}

.mainnav a:link {
	color: #FFF;
	text-decoration:underline;
}

.mainnav a:visited {
	color: #FFF;
	text-decoration:underline;
}

.mainnav a:hover {
	color: #CCC;
	text-decoration:underline;
}

/* SIDEBAR */

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	
}

#sidebar1 a:link {
	color: #FFF;
	text-decoration:underline;
}

#sidebar1 a:visited {
	color: #FFF;
	text-decoration:underline;
}

#sidebar1 a:hover {
	color: #CCC;
	text-decoration:underline;
}

#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

#sidebar1 ul {
	list-style-type: none;
    padding: 0px;
    margin-left: 1em;
	
}

#sidebar1 ul li {
	background-image: url(../images/icons/bullet_yellowsquare.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em; 
    padding-left: 15px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 1em;

}
#sidebar1 ul li ul li {
	background-image: url(../images/icons/bullet_lightbluesquare.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em; 
    padding-left: 15px;
	font-weight: bold;
	color: #FBE6D7;
}
#sidebar1 ul li ul li a:link {
	color: #FBE6D7;
	text-decoration:underline;
}
#sidebar1 ul li ul li a:visited {
	color: #FBE6D7;
	text-decoration:underline;
}

#sidebar1 ul li ul li a:hover {
	color: #ED9661;
	text-decoration:underline;
}

#highlights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	background-image: url(../images/layout/bluecurve2.gif);
	width: 240px;
	background-repeat: no-repeat;
}

#highlights a:link,a:visited,a:hover {
	color: #FFF;
	text-decoration: none;
}

/* MAINCONTENT */

#mainContent {
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 200px;
} 

#mainContent a{
	color: #00F;
	text-decoration:underline;
}

#mainContent a:visited{
	color: #939;
	text-decoration:underline;
}

#mainContent a:hover{
	color: #939;
	text-decoration:underline;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin-left: 1em;
}

ul li {
    background-image: url(../images/icons/bullet_bluesquare.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em; 
    padding-left: 15px;
	margin-bottom: 1em;
}

ul li ul li {
	background-image: url(../images/icons/bullet_orangesquare.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em; 
    padding-left: 15px;
	margin-bottom: 1em;
	
}
ul li ul li ul li {
	background-image: url(../images/icons/bullet_lightbluesquare.gif);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 15px;
	margin-bottom: 1em;
}

.dotted_line {
	border: thin dotted #666;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}

.dotted_line_side {
	border: thin dotted #666;
}

.features {
	border: thin dotted #EC6F1F;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #015D7F;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: -10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EC6F1F;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.tableheader {
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFF;
	font-weight: bold;
}

#tableheaderlink {
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFF;
	font-weight: bold;
}

#tableheaderlink a:link {
	color: #FFF;
	text-decoration: underline;
}

#tableheaderlink a:visited {
	color: #FFF;
	text-decoration: underline;
}

#tableheaderlink a:hover {
	color: #CCC;
	text-decoration: underline;
}

.tableheaderstate {
	font-size: 11px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFF;
	font-weight: bold;
}

#tableheaderstate a:link {
	color: #FFF;
	text-decoration: underline;
}

#tableheaderstate a:visited {
	color: #FFF;
	text-decoration: underline;
}

#tableheaderstate a:hover {
	color: #CCC;
	text-decoration: underline;
}

.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;
}

.forcedbody {
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}

.x-small {
	font-size: 10px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}

.size11 {
	font-size: 11px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}
.size12 {
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}
.size14 {
	font-size: 14px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}
.size16 {
	font-size: 16px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}
.size18 {
	font-size: 18px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}

.red {
	color: #D2212B;
	font-weight: bold;
}

.relative {
	position:relative;
}

.meeting_header {
	background-color: #FFFFFF;
	margin-left: -20px;
	margin-top: -37px;
	margin-right: -20px;
}

.piping_meeting {
	margin-top: -12px;
}

.h1_meeting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #015d7f;
	padding-top: 15px;
	padding-bottom: 0px;
}

.h1_forum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #015d7f;
	margin-top: -10px;
}

.h1_directions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #015d7f;
	margin-top: -25px;
	margin-bottom: 10px;
}

.h1_wu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #015d7f;
	padding-top: 0px;
	padding-bottom: 3px;
}

.h2_meeting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: -15px;
}
.h2_dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin: 0px;
}

.h2_directions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.h2_nomargintop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
}

.outdent {
	margin-left: -20px;
}

.outdent_neg3 {
	margin-left: -3px;
}

.agenda12 {
	background-color: #004080;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}

.agenda11 {
	background-color: #872E21;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}

.agenda10 {
	background-color: #4C5984;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}

.agenda09 {
	background-color: #E21929;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}

.agenda08 {
	background-color: #B25C13;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}

.agenda07 {
	background-color: #024188;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}

.agenda06 {
	background-color: #2994D3;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}

.tight {
	margin-top: -5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.board {
	font-size: 12px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
	color: #FF8000;
	font-weight: bold;
}

.red14 {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
}

.magenta14 {
	font-size: 14px;
	color: #990033;
	font-weight: bold;
}

.pink14 {
	font-size: 14px;
	color: #CC0099;
	font-weight: bold;
}

.purple14 {
	font-size: 14px;
	color: #660066;
	font-weight: bold;
}

.blue14 {
	font-size: 14px;
	color: #3333FF;
	font-weight: bold;
}

.ltblue14 {
	font-size: 14px;
	color: #3399FF;
	font-weight: bold;
}

.green14 {
	font-size: 14px;
	color: #336600;
	font-weight: bold;
}

.teal14 {
	font-size: 14px;
	color: #7DA187;
	font-weight: bold;
}

.gold14 {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}

.yellow14 {
	font-size: 14px;
	color: #f9ef14;
	font-weight: bold;
}

.orange14 {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
}

.brown14 {
	font-size: 14px;
	color: #872E21;
	font-weight: bold;
}

.orangedk14 {
	font-size: 14px;
	color: #EA6D25;
	font-weight: bold;
}

.red2012am {
	color: #B90c1c;
	font-weight: bold;
	line-height: normal;
	font-size: 14px;
}

.blue2012am {
	font-size: 14px;
	color: #484776;
	font-weight: bold;
}

.red122012am {
	color: #B90c1c;
	font-weight: bold;
	line-height: normal;
}

.blue122012am {
	color: #004080;
	line-height: normal;
	font-style: italic;
}

.white {
	color: #FFF;
}

.curve {
	float: right;
	clear: right;
	margin-top: 0;
	margin-right: -20;
	margin-bottom: 0;
	margin-left: 1 em;
	padding-left: 20px;
}

/* ####################   Navigation bar CSS styling   ################## */ 

.mynavbar {
  position: relative;
  width: 100%;
  height: 23px; /* corresponds to 'line-height' of a.navbartitle below */
  margin: 0; border: 0;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
  text-align: center;
  background-image: url(/images/layout/main_nav_blue.jpg);
}

a.navbartitle {
  display: block; 
  float: left;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0; border: 0; padding: 0;
  line-height: 23px; /* corresponds to 'top' value of .submenu below */
  text-align: center;
  text-decoration:underline;
}
a.navbartitle:hover {
  color: #CCC;
}

/* menu title widths */
#t1 { width: 165px; }
#t2 { width: 40px; }
#t3 { width: 80px; }
#t4 { width: 45px; }
#t5 { width: 100px; }
#t6 { width: 155px; }
#t7 { width: 75px; }
#t8 { width: 85px; }
/* We just specify a fixed width for each menu title. Then, down below we specify
    a fixed left position for the corresponding submenus (e.g. #products_submenu, etc.)
    Using these fixed values isn't as elegant as just letting the text of each 
    menu title determine the width of the menu titles and position of the submenus,
    but we found this hardwired approach resulted in fewer cross-browser/cross-OS 
    formatting glitches -- and it's pretty easy to adjust these title widths and the
    corresponding submenu 'left' positions below, just by eyeballing them whenever
    we need to change the navbar menu titles (which isn't often). */

.submenu {
	position:absolute;
	z-index: 2;
	top: 23px; /* corresponds to line-height of a.navbartitle above */
	padding: 0;
	margin: 0;
	width:166px; /* If adjust this, then adjust width of .submenu below a too */
	color: white;
	border: 1px solid #FFFFFF; /* box around entire sub-menu */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	list-style-type: none;
}
/* Fix IE formatting quirks. */
* html .submenu { width: 148px; } /* IE needs narrower than width of .submenu above */
/* End */

/* position of each sub menu */
/* We just eyeball the position of each submenu here -- can move left or right as needed. 
   If you adjust menu title text, you might want to adjust these too. */
#laws_submenu {  left: 0px; visibility: hidden;  }
#news_submenu {  left: 165px; visibility: hidden;  }
#meetings_submenu {  left: 215px; visibility: hidden; }
#issues_submenu {  left: 285px; visibility: hidden; }
#pubs_submenu { left: 340px; visibility: hidden; }
#resources_submenu { left: 432px; visibility: hidden; }
#about_submenu { left: 595px; visibility: hidden; }
/* Note, each submenu is hidden when the page loads - then made visible when
    the mouse goes over the menu title. Using the 'visibility' property instead
    of using the 'display' property avoided a bug in some versions of Safari. 
    (The bug is pretty where esoteric: The browser ignored the 'hover' property 
    on 'li' objects inside an object whose display property was set to 'none' 
    when the page loaded...) Using the 'visibility' property instead of 'display'
    would normaly take up extra room on the page, but that's avoided here by putting
    the submenu on a second layer: see 'position: absolute' and 'z-index: 2'
    in .submenu definition, higher up this page. */

.submenu a
{
  display: block;
  color: #eee; 
  width: 146px; /* This should be width of .submenu above minus right-side padding on next line */
  padding: 5px 0px 4px 20px;
  text-decoration: none;
  background-color: #005D7F; 
  border-bottom: #FFFFFF dotted 1px; 
  border-top: 0; border-left: 0; border-right: 0;
}

.submenubox { 
  margin: 0; padding: 0; border: 0;
}

.submenubox ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

.submenubox ul li { 
  margin: 0; padding: 0; border: 0;
  position: relative; display: block;
}

.submenubox ul li a:link { }
.submenubox ul li a:visited { }
.submenubox ul li a:hover
{
  color: #FFFFF; /* text color for submenu items */
  background-color: #007DAB;
  border-bottom: #FFFFF dotted 1px;
  font-weight: bold;
}

.h1_meeting2013 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0E9FE2;
	padding-top: 0px;
	padding-bottom: 0px;
}

.blue_lt_2013am {
	font-size: 14px;
	color: #51C9F2;
	font-weight: bold;
}

.blue_med_2013am {
	font-size: 14px;
	color: #0E9FE2;
	font-weight: bold;
	line-height: normal;
}

.blue_dk_2013am {
	color: #2D87CD;
	font-weight: bold;
}

.red_2013am {
	font-size: 14px;
	color: #BE222F;
	font-weight: bold;
}

.2013am_blue_med {
	color: #0E9FE2;
	font-weight: bold;
	line-height: normal;

}
.2013am_blue_dk {
	color: #002271;
	font-weight: bold;
}

.am_event_13 {
	color: #001B5C;
	font-weight: bold;
}

.am_room_13 {
	color: #B90C1C;
	font-style: italic;
}

.h1_meeting2014 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f26422;
	padding-top: 15px;
	padding-bottom: 0px;
}

.h2_meeting2014 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #598c3e;
	padding-top: 3px;
	padding-bottom: 3px;
}

.h1_meeting2015 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #774C29;
	padding-top: 15px;
	padding-bottom: 0px;
}

.h2_meeting2015 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A71F23;
	padding-top: 3px;
	padding-bottom: 3px;
}
.h3_meeting2015 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 3px;
	color: #7da187;
}
.h1_meeting2016 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #25419B;
	padding-top: 15px;
	padding-bottom: 0px;
}

.h2_meeting2016 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0E2240;
	padding-top: 3px;
	padding-bottom: 3px;
}
.h3_meeting2016 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 3px;
	color: #2994D3;
}
.agenda16 {
	background-color: #76BB20;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}.agenda15 {
	background-color: #A71F23;
	padding: 5px;
	font-size: medium;
	font-weight: bold;
	color: #FFF;
}
.blue1_2016 {
	color: #2994D3;
}
.blue2_2016 {
	color: #25419B;	
}
.blue3_2016 {
	color: #0E2240;	
}
.green_2016 {
	color: #76BB20;	
}
.brown2015 {
	color: #774C29;
}

.green {
	color: #598C3E;
}

.dkred {
	color: #B41C2A;
}

.orange {
	color: #F26422;
}

.dkgreen {
	color: #3E622B;
}

ul.a {
    list-style-type: none;
    padding: 0px;
    margin-left: 1em;
}

ul.a li {
    background-image: url(../images/icons/bullet_brown2015.jpg);
    background-repeat: no-repeat;
    background-position: 0 .4em; 
    padding-left: 15px;
}

ul.a li ul li {
	background-image: url(../images/icons/bullet_red2015.jpg);
    background-repeat: no-repeat;
    background-position: 0 .4em; 
    padding-left: 15px;
	
}
ul.a li ul li ul li {
	background-image: url(../images/icons/bullet_bluegreen2015.jpg);
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 15px;
}

/* FOOTER */

#footer {
	padding: 6px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	line-height: 18px;
}

#footer a:link {
	color: #00F;
}

#footer a:visited {
	color: #939;
}

#footer a:hover {
	color: #939;
} 

#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: 12px;
	text-align: center;
}

