@charset "utf-8";
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 20px;
	padding-left: 20px;
}
.OHKbody {
	line-height: 150%;
}
/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 1024px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.slider {
	width: 1004px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
}
.header {
	background-color: ;
	margin-top: 10px;
	padding: 10px;
}
.nav {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.homebutton {
	float: right;
	margin-left: 8px;
	margin-top: 114px;
}
.subcontainer {
	width: 1024px;
	float: left;
}
.content1 {
	width: 1004px;
	background-color: #FFF;
	padding-top: 20px;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.content2 {
	width: 1004px;
	background-color: #FFF;
	padding-top: 20px;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.news {
	float: left;
	width: 602px;
	height: 375px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 20px;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
	background-color: #FFF;
}
.homemouthmatters {
	float: left;
	width: 382px;
	height: 345px;
	margin-top: 20px;
	background-color: #EADCAE;
	background-image: url(img/Lined-Paper.jpg);
	padding: 15px 0;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);	
}
.wwubotton {
	float: left;
	width: 382px;
	height:30px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 10px;
	background-color: #ED1C24;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
	color: #FFF;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
.wwubotton a:link {
	color: #FFFFFF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.wwubotton a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.wwubotton a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.wwubotton a:hover {
	text-decoration: underline;
	color: #000000;
}
.wwubotton a:active {
	text-decoration: none;
}
.socialbotton {
	float: left;
	width: 382px;
	height:30px;
	padding: 10px 0;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #ED1C24;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
	color: #FFF;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
.donatebotton {
	float: right;
	width: 200px;
	height: 30px;
	margin-top: 20px;
	margin-right: 10px;
	background-color: #ED1C24;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
	color: #FFF;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
.donatebotton2 {
	float: left;
	width: 200px;
	height: 30px;
	margin-left: 20px;
	background-color: #ED1C24;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
	color: #FFF;
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}
.donatebotton a:link {
	color: #FFFFFF;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.donatebotton a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.donatebotton a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.donatebotton a:hover {
	text-decoration: underline;
	color: #000000;
}
.donatebotton a:active {
	text-decoration: none;
}
.pagebanner {
	float: left;
	width: 784px;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 20px;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
}
.pagemouthmatters {
	float: left;
	width: 200px;
	height: 270px;
	margin-top: 20px;
	background-image: url(img/Lined-Paper.jpg);
	padding: 15px 0;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
}
.sidebar1 {
	float: right;
	width: 380px;
	background-color: #F3F0E9;
	border: 1px solid #000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.sidebar2 {
	float: right;
	width: 365px;
	background-color: #F3F0E9;
	border: 1px solid #000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	letter-spacing: .2em;
	color: #ED1C24;
	text-transform: uppercase;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ED1C24;
	text-transform: uppercase;
}
h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #ED1C24;
	text-transform: uppercase;
	font-size: 250%;
	line-height: 90%;
	margin-bottom: 15px;
}
h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #ED1C24;
	font-size: 150%;
	line-height: 90%;
	margin-top: 20px;
	margin-bottom: 5px;
}
h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: #ED1C24;
	text-transform: uppercase;
	font-size: 250%;
	line-height: 90%;
	margin-bottom: 5px;
}
h7 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 150%;
	line-height: 110%;
}
.bulletlist {
	padding-left: 40px;
	line-height: 150%;
	list-style-image: url(img/OHKbullet.gif);
	list-style-position: outside;
}
/* ~~ The footer styles ~~ */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	padding-left: 0;
}
.footer2 {
	margin: 10px;
	font-size: 80%;
	background-color: #e1d9c9;
	text-align: center;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.footer3 {
	height: 160px;
	font-size: 75%;
	background-color: #e1d9c9;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.footer4 {
	height: 80px;
	margin: 10px;
	font-size: 80%;
	background-color: #e1d9c9;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.homefooter1 {
	text-align: left;
	float: left;
	width: 130px;
	background-color: #e1d9c9;
	line-height: 125%;
}
.homefooter2 {
	text-align: left;
	float: left;
	width: 210px;
	background-color: #e1d9c9;
	line-height: 125%;
}
.homefooter3 {
	text-align: left;
	float: left;
	width: 220px;
	background-color: #e1d9c9;
	line-height: 125%;
	margin-bottom: -20px;
	padding-bottom: -20px;
}
.homefooter4 {
	text-align: left;
	float: left;
	width: 180px;
	background-color: #e1d9c9;
	line-height: 125%;
}
.homefooter5 {
	text-align: left;
	float: left;
	width: 247px;
	background-color: #e1d9c9;
	line-height: 125%;
	font-size: 120%;
}
.homefooterlogos {
	width: 964px;
	background-color: #e1d9c9;
	text-align: justify;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.35);
	vertical-align: middle;
}
.boardtitles {
	color: #ED1C24;
}
.map {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #000;
}
.table {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.championsleft {
	float: left;
	width: 965px;
	padding-right: 0;
	padding-left: 0;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.policybullet {
	float: left;
	width: 925px;
	padding-right: 0;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.championspic {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.championspic2 {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.committees {
	float: left;
	width: 472px;
	padding-right: 0;
	padding-left: 0;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.tips {
	float: right;
	width: 472px;
	padding-right: 0;
	padding-left: 0;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.snapshotchart {
	float: left;
	width: 965px;
	padding-right: 0;
	padding-left: 0;
	margin-left: 20px;
}
.pageinfographics { 
	float: left;
	margin-right: 15px;
	margin-top: -10px;
	margin-bottom: 5px;	
}
.pageinfographicsright { 
	float: right;
	margin-left: 15px;
	margin-top: -10px;
	margin-bottom: 5px;	
}
.pageinfographics2 { 
	float: right;
	margin-left: 0px;
	margin-top: -12px;
	margin-bottom: 0px;
}
.doug {
	font-size: 80%;
}
.logocaptions {
	line-height: 95%;
	margin-bottom: 10px;
	font-size: 90%;
}