/**/
.screenOnly {
	display: none;
}

body {
	background: #fff;
	color: #000;
	font: 78% Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-image: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #7b0d00;
}

p {

 	margin: 0;

}

#siteTitle {
	background: none;
}


#siteTitle a {
	color: #7b0d00 !important;
	text-decoration: none;
	text-indent: 0px;
	font-weight: bold;
	height:25px;
	margin: 0;
	padding: 0;
}

#siteTitle h1 {
	background: none;
	height:25px;
	margin: 0;
	padding: 0;

}

.sectionTitle {
	background: none;
	margin: 0 0 0 0;
	border-bottom: none;
	padding: 0;

}


#legal a, #breadcrumbs a {
	color: #000;
	text-decoration: none;
}

#topNavContainer {
	display: none;
}

#topNavContainer-mobile {
	display: none;
}

#footNav {
	display: none;
}

#footSocial {
	display: none;
}

#legal, #legal li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.skipLink {
	display: none;
}

.moreContainer {
	display: none;
}

#bodyThreeColumn #column1 {
	display: none;
}

.navList {
	display: none;
}

.meetingTable {
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

.meetingTable td, .meetingTable th {
	border: 1px solid #ddd;
	padding: 3px;
}

/* Breadcrumb Stuff */
#breadcrumbs {
	margin-bottom: 10px;
}

#breadcrumbLeaf {
	display: none;
}

.breadcrumbArrow{
	margin: 0 5px;
}

/* Section Lists */
.cwSectionList {
	border: 1px solid #d8dccf;
	border-top: none;
	margin-bottom: 15px;
}

	.cwSectionList .even {
		background-color: #fdfff8;
		border-top: 1px solid #d8dccf;
		padding: 6px;
	}

	.cwSectionList .odd {
		background-color: #fdfff8;
		border-top: 1px solid #d8dccf;
		padding: 6px;
	}



/* Clear Fix
****************************************************/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {height:1px;}
