@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 */
	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 {
	display: none;
	background-color: #000;
}

/* MAINNAV */

.mainnav {
	display: none;
}

/* SIDEBAR */

#sidebar1 {
	display: none;
}

#highlights {
	display: none;
}

/* MAINCONTENT */

#mainContent {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 0px;
} 

#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: 10px;
	height: 150px;
}

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;
}

.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;
}

.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;
}
.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 {
	font-size: 14px;
	color: #B90c1c;
	font-weight: bold;
	line-height: normal;
}
.white {
	color: #FFF;
}
.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;
}

.blue_med_2013am {
	color: #0E9FE2;
}

.2013am_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0E9FE2;
	padding-top: 15px;
	padding-bottom: 0px;
}
.h1_meeting2013 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0E9FE2;
	padding-top: 0px;
	padding-bottom: 0px;
}
.2013am_event {
	color: #001B5C;
	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;
}
.orange {
	color: #F26422;
}
.dkgreen {
	color: #3E622B;
}
.blue1_2016 {
	color: #2994D3;
}
.blue2_2016 {
	color: #25419B;	
}
.blue3_2016 {
	color: #0E2240;	
}
.brown2015 {
	color: #774C29;
}

.blue_lt_2013am {
	font-size: 14px;
	color: #51C9F2;
	font-weight: bold;
}
.blue_med_2013am {
	font-size: 14px;
	color: #0E9FE2;
	font-weight: bold;
}
.blue_dk_2013am {
	font-size: 14px;
	color: #2D87CD;
	font-weight: bold;
}
.red_2013am {
	font-size: 14px;
	color: #BE222F;
	font-weight: bold;
}
.2013am_blue_dk {
	color: #2D87CD;
	font-weight: bold;
}

.2013am_blue_med {
	color: #0E9FE2;
	font-weight: bold;
}
.green_2016 {
	color: #76BB20;	
}
/* 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;
}
.2015_h3 {
	color: #7da187;
}