@charset "UTF-8";
/* CSS Document */

header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #658099;
	background-image: url(images/headerbg.gif);
	height:76px;
	padding:0px;
	padding-top:0px;
}

/***** Nav *****/
/*** Phone Nav***/
@media only screen and (max-width: 800px) {
	#headerbar img{
		margin-left: -135px;
	}
	#addspace{
		vertical-align: top;
		background-color: #FFF;
		width:144px;
		margin-top: 96px;
		display: none;
		height: inherit;
		text-align: center;
		padding:0;
		margin: 0;
		visibility: hidden;
	}
	#body{
		vertical-align: top;
		margin:0;
	}
	#footer{
		text-align: left;
		background: #d2d5d7;
		border-top: 2px solid #9ca3a9;
		clear:both;
		height: 0 auto;
		padding-left: 15px;
		padding-top: 5px;
		padding-bottom: 0;
	}
	#footer p{
		padding-bottom: 4px;
		margin: 0;
		text-align: center;
	}
	
	nav {
		margin-top: 76px;
		padding-left: 0;
		text-align: left;
		padding-bottom: 0;
		background: #B4C3D0;
	}
	nav ul ul {
		display: none;
		background: #B4C3D0;
	}
	nav ul li:hover > ul {
		display: block;
	}
	nav ul {
		background: #B4C3D0; 
		padding: 0 0px;
		list-style: none;
		position: relative;
		display: block;
		border-bottom: 1px solid black;
	}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	nav ul li {
		display: block;
		padding-left: 10px;
		border-bottom: 1px solid black;
	}
	nav ul li:hover {
		background: #fff;
	}
	nav ul li:hover a {
		color: #000
	}
	nav ul li a {
		display: block;
		padding: 3px 3px;
		color: black;
		text-decoration: none;
		border-left: 1px solid black;
		font-size: 1.5em;
	}
	nav ul ul {
		background: #B4C3D0;
		border-radius: 0;
		padding: 0;
		position: inherit;
		top: 100%;
		border-right: 1px solid black;
		border-left: 1px solid black;
	}
	nav ul ul li {
		float: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	nav ul ul li a {
		padding: 4px 4px;
		color: #fff;
	}
	nav ul ul li a:hover {
		background: #fff;
	}
	nav ul ul ul {
		position: abolute;
		top: 0;
		width: 100%;
	}
	nav ul ul ul li {
		float: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		position: inherit;
	}
	.featured{
		padding: 4px;
		float: left;
		background: #e5e3e3;
		overflow: hidden;
		width: 47%;
		border: 1px solid #5685CA;
		border-radius: 3px;
		margin-right: 5px;
	}
	.symbolscol {
		padding: 1px;
		margin-left: 1%;
		height: auto;
		overflow: auto;
		float: left;
		width: 99%;
	}
	.symbolshead {
		padding:0;
		margin: 0;
		visibility: hidden;
		display: none;
	}
	
	.textboxp {
		width: 100%;
	}
	.textboxp .img{
		width: 100%;
	}
	.textboxb {
		width: 49%;
		float: left;
		margin: 1px;
		line-height: 25px;
		font-family: sans-serif;
	}
	.textboxc {
		width: 49%;
		float: left;
		margin: 1px;
		line-height: 25px;
		font-family: sans-serif;
	}
	.textboxp h3 {
		font-family: sans-serif;
	}
	.textboxc p{
		font-family: sans-serif;
		font-size: .95em;
	}
	.textboxb p{
		font-family: sans-serif;
		font-size: .95em;
	}
	.textboxb p strong{
		padding: 0;
		margin: 0;
		font-size: 1em;
		font-family: sans-serif;
	}
	.guidesplit1 {
		width: 100%;
		margin-top: 2px;
	}
	.guidesplit2 {
		width: 100%;
		margin-top: 2px;
	}
}

/*** Desktop Nav ***/

@media only screen and (min-width: 801px) {
	#addspace{
		vertical-align: top;
		float: left;
		background-color: #FFF;
		width:144px;
		margin-top: 96px;
		
		height: 100%;
		text-align: center;
		padding:0;
		margin: 0;
	}
	#body{
		vertical-align: top;
		margin-left:147px;
		margin-right: 20px;
		min-height:600px;
	}
	#footer{
		text-align: left;
		background: #d2d5d7;
		border-top: 2px solid #9ca3a9;
		clear:both;
		height: 0 auto;
		padding-left: 150px;
		padding-top: 5px;
		padding-bottom: 0;
	}
	#footer p{
		padding-bottom: 4px;
		margin: 0;
		text-align: left;
		background: #d2d5d7;
	}
	#footer .fleft{
		float:left;
		width: 35%;
		background: #d2d5d7;
	}
	#footer .fright{
		float:left;
		width: 65%;
		text-align: left;
		background: #d2d5d7;
		height: 0 auto;
		padding-top: 5px;
	}
	#footer .clear{
		clear: both;
	}
	nav {
		margin-top: 76px;
		padding-left: 145px;
		text-align: left;
		padding-bottom: 0;
	}
	nav ul ul {
		display: none;
	}
	nav ul li:hover > ul {
		display: block;
	}
	nav ul {
		background: #B4C3D0; 
		padding: 0 0px;
		list-style: none;
		position: relative;
		display: inline-table;
		border-right: 1px solid black;
		border-left: 1px solid black;
		border-bottom: 1px solid black;
		box-shadow:0px 1px 3px rgba(0,0,0,0.2);
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	nav ul li {
		float: left;
	}
	nav ul li:hover {
		background: #fff;
	}
	nav ul li:hover a {
		color: #000
	}
	nav ul li a {
		display: block;
		padding: 3px 3px;
		color: black;
		text-decoration: none;
		border-left: 1px solid black;
	}
	nav ul ul {
		background: #B4C3D0;
		border-radius: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		border-right: 1px solid black;
		border-left: 1px solid black;
	}
	nav ul ul li {
		float: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	nav ul ul li a {
		padding: 4px 4px;
		color: #fff;
	}
	nav ul ul li a:hover {
		background: #fff;
	}
	nav ul ul ul {
		position: abolute;
		left: 100%;
		top: 0;
		width: 100%;
	}
	nav ul ul ul li {
		float: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	.symbolscol {
		padding: 1px;
		margin-left: 1%;
		height: auto;
		overflow: auto;
		float: left;
		width: 18%;
	}
	.symbolshead {
		background: #f1f1f1;
		padding: 2px;
		margin-top: 3px;
		padding-bottom: 3px;
		border-top: 1px dashed #57748f;
		height: auto;
		overflow: auto;
	}
	.symbolstop {
		background: #fff;
		padding: 2px;
		padding-top: 20px;
		margin-bottom: 3px;
		border-top: 1px dashed #57748f;
		height: auto;
		overflow: hidden;
	}
	.guidesplit1 {
		width: 60%;
		margin-top: 2px;
		float: left;
	}
	.guidesplit2 {
		width: 35%;
		margin-top: 2px;
		float: left;
		justify-content: center;
		align-items: center;
	}
	.guidesplit2 p{
		text-align: center;
	}
	
	.m1 {
		border-right: green 2px solid;
		float: left;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.center {
		width: 2px;
		float: left;
		margin: 0;
		text-align: center;
	}
	.center p {
		text-align: center;
		font-weight: bold;
		font-size: 1.25em;
		padding: 0;
		margin: 0;
	}
	.crossoverleft{
		width: 1em;
        transform: rotate(50deg);
        border-color: green;
	}
	.crossoverright{
        width: 1em;
        margin: auto;
        margin-top: 5%;
        margin-bottom: 5%;
        transform: rotate(-50deg);
        border-color: red;
    }
	.m2 {
		border-right: red 2px solid;
		float: left;
		overflow: auto;
		margin: 0;
		padding: 0;
	}
	.sidingleft{
        width: 1em;
        margin: auto;
        margin-top: 5%;
        margin-bottom: 5%;
        transform: rotate(-50deg);
        border-color: black;
	}
	

	.textboxp {
		width: 45%;
		float: left;
		margin: 2px;
	}
	.textboxp .img{
		width: 100%;
		border-radius: 5px;
	}
	.textboxb {
		width: 15%;
		float: left;
		margin: 1px;
		line-height: 25px;
	}
	.textboxc {
		width: 37%;
		float: left;
		margin: 1px;
		line-height: 25px;
	}
	.textboxp h3 {
		font-family: sans-serif;
	}
	.textboxc p{
		font-family: sans-serif;
		font-size: .95em;
	}
	.textboxb p{
		font-family: sans-serif;
		font-size: .95em;
	}
	.textboxb p strong{
		padding: 0;
		margin: 0;
		font-size: 1em;
		font-family: sans-serif;
	}
	
}	
	body {
		margin: 0;
		padding: 0;
		/*
		background: url('images/DSC_0475b.JPG') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		*/
	}
	a {
		color: #2462a5;
		text-decoration: none;
		font-family: sans-serif;
	}
	a:hover {
		color: #4386ce;
		text-decoration: none;
		font-family: sans-serif;
	}

	p {
		letter-spacing: 1px;
		line-height: 25px;
	}

	ul {
		list-style-type: none;
		margin: 0;
	}
	li {
		list-style-type: none;
		font-family: sans-serif;
		font-size: 16px;
		margin: 0;
	}
	ul.space {
		margin: 15px;
	}
	ul.space li{
		margin-bottom: 5px;
	}
	h1, h2, h4 {
		margin-left:5px;
		margin-bottom: 3px;
		font-family: sans-serif;
	}
	h3{
		margin-top: .5px;
		margin-bottom: 2px;
		padding: 10px;
		font-family: sans-serif;
	}
	h6{
		margin-left:10px;
		margin-bottom: 2px;
		margin-top: 1px;
		font-family: sans-serif;
		font-size: .75em;
	}
	
	.center {
		display: inline-block;
		text-align: center;
	}
	#container{
		max-width: 100%;
		min-width: 320px;
		margin: 0;
		padding: 0;
	}
	#header{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	#headerbar{
		background: #658099;
		background-image: url(images/headerbg.gif);
		height:76px;
		padding:0px;
		padding-top:0px;
		padding-bottom: 0px;
		margin: 0;
	}
	#nav{
		padding-left: 144px;
		border-bottom: 1px solid #1E3F5D;
		text-align: left;
		padding: 0;
		margin: 0;
		background: #B4C3D0;
		width: 100%;
		height: auto;
	}
	#navsub{
		margin-left: 144px;
		padding-left: 0px;
		border-left:  1px solid #131210;
		border-bottom: 1px solid #1E3F5D;
		text-align: left;
		padding: 0;
		background: #B4C3D0;
		width: 100%;
		height: auto;
	}



	#feature{
		width: auto;
		clear: left;
	}
	#blogpromo{
		float: left;
		width: 49%;
	}
	#facebookfeed{
		float: right;
		width: 49%;
	}
	.guide{
		background: #f1f1f1;
		padding: 5px;
		margin-top: 8px;
		margin-left: 0px;
		margin-bottom: 5px;
		border-left: 10px solid #57748f;
		border-radius: 3px;
		height: auto;
		overflow: auto;
		font-family: sans-serif;
	}
	.guide h2{
		padding: 1px;
		margin: 1px;
		font: sans-serif;
	}
	.guide2{
		background: #f1f1f1;
		padding: 0px;
		padding-right: 1px;
		margin-top: 8px;
		margin-left: 0px;
		margin-bottom: 5px;
		border-left: 10px solid #adb3b8;
		border-radius: 3px;
		height: auto;
		overflow: auto;
		font-family: sans-serif;
	}
	.guide2 h2{
		padding: 1px;
		margin: 1px;
		font: sans-serif;
	}
	.guide3{
		background: #f1f1f1;
		padding: 5px;
		margin-top: 8px;
		margin-left: 0px;
		margin-bottom: 5px;
		border-left: 10px solid #000000;
		border-radius: 3px;
		height: auto;
		overflow: auto;
		font-family: sans-serif;
	}
	.guide3 h2{
		padding: 1px;
		margin: 1px;
		font: sans-serif;
	}
	.guide4{
		background: #f1f1f1;
		padding: 5px;
		margin-top: 8px;
		margin-left: 0px;
		margin-bottom: 5px;
		border-left: 10px solid gray;
		border-right: 1px solid #f9e46f;
		border-top: 1px solid #f9e46f;
		border-bottom: 1px solid #f9e46f;
		border-radius: 3px;
		height: auto;
		overflow: auto;
		font-family: sans-serif;
	}
	.guide4 h2{
		padding: 1px;
		margin: 1px;
		font: sans-serif;
	}
	.rosters{
		background: #f1f1f1;
		padding: 5px;
		margin-top: 8px;
		margin-left: 0px;
		margin-bottom: 5px;
		border-left: 10px solid #fdac07;
		border-radius: 3px;
		height: auto;
		overflow: auto;
		font-family: sans-serif;
	}
	.rosters img.full{
		width: 99%;
		margin: 4px;
		float: left;
		clear: left;
	}
	.rosters h2{
		padding: 1px;
		margin: 1px;
		font: sans-serif;
	}
	.textbox{
		background: #f1f1f1;
		padding: 2px;
		margin-top: 5px;
		margin-left: 5px;
		margin-bottom: 5px;
		border: 1px solid #57748f;
		border-radius: 3px;
		height: auto;
		overflow: auto;
		font-family: sans-serif;
	}
	.textbox h2{
		margin: 1px;
		padding: 1px;
		font-family: sans-serif;
	}
	.textbox h3{
		margin: 1px;
		padding: 1px;
		font-family: sans-serif;
	}
	.textbox img{

		margin-right: 10px;
		margin-bottom: 4px;
		float: left;
		clear: left;
	}
	.textbox img.full{
		width: 99%;
		margin: 4px;
		float: left;
		clear: left;
	}
	.textbox figure img{
		width: 100%;
	}
	.textbox h3{
		padding-bottom: 5px;
	}
	.textbox strong{
		font-size: 16px;
		font-family: sans-serif;
	}
	.textbox p{
		text-align: left;
		padding: 1.5px;
		font-family: sans-serif;
	}
	.textbox dl{
		margin: 0;
		padding: 0;
		font-family: sans-serif;
	}
	.textbox dl dt{
		margin: 0;
		padding: 4px;
		font-family: sans-serif;
	}
	.textbox dl dd{
		padding-left: 22px;
		margin: 0;
		font-family: sans-serif;
	}
	.symbols {
		background: #f1f1f1;
		padding: 2px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-top: 1px dashed #57748f;
		height: auto;
		overflow: auto;
	}
	.symbols, p {
		padding: 1px;
		margin: 1px;
		font-size: 1em;
		font-family: sans-serif;
	}
	.symbols,  p strong {
		font: bold;
		font-size: .95em;
		font-family: sans-serif;
	}
	.symbols, h3 {
		padding: 1px;
		margin: 1px;
		font-size: 1em;
		font-family: sans-serif;
	}

	.symbolsclear {
		clear: both;
	}
	.symbolslist {
		columns: 3 200px;
		column-gap: 2em;
		margin-top: 5px;
	}
	.symbolshead {
		background: #f1f1f1;
		padding: 2px;
		margin-top: 1px;
		padding-bottom: 1px;
		border-top: 1px dashed #ffffff;
	}
	.symbolshead p {
		padding: 1px;
		margin: 1px;
		font-size: .85em;
		font-family: sans-serif;
	}
	.symbolshead p strong {
		font: bold;
		font-size: .95em;
		font-family: sans-serif;
	}

	.navmenu{
		background: #B4C3D0;
		padding: 2px;
		margin-top: 5px;
		margin-left: 5px;
		margin-bottom: 5px;
		border: 1px solid #57748f;
		border-radius: 4px;
		height: auto;
		vertical-align: top;
		text-align: left;
		
	}
	table.blog{
		font-family: sans-serif;
		font-size: 14px;
		vertical-align: top;
		width: 100%;
	}
	table.blog tr{
		background: #f1f1f1;
		border: 0;
	}
	table.blog td{
		background: #f1f1f1;
		border: 0;
		vertical-align: top;
	}
	table.blog th{
		background: #f1f1f1;
		border-top: 0;
		font-size: 16px;
	}
	table.blog img{
		width: 400px;
	}
	table.symbol{
		font-family: sans-serif;
		font-size: 14px;
		vertical-align: top;
		width: 100%;
	}
	table.symbol tr{
		background: #fff;
		border: 0;
	}
	table.symbol td{
		background: #fff;
		border: 0;
		vertical-align: top;
	}
	table.symbol th{
		font-size: 16px;
		text-align: left;
	}
	table.rosterdata{
		font-family: sans-serif;
		font-size: 14px;
		vertical-align: top;
		width: 100%;
		padding-left: 5px;
	}
	table.rosterdata tr{
		background: #f1f1f1;
		border: 0;
		vertical-align: top;
	}
	table.rosterdata td{
		background: #f1f1f1;
		border:0;
		border-top: 0;
		padding-top: 2px;
	}
	table.rosterdata th{
		background: #f1f1f1;
		border-bottom: 1px solid #57748f;
		border-top: 0;
	}
	table.roster{
		font-family: sans-serif;
		font-size: 14px;
		vertical-align: top;
		width: 100%;
		padding-left: 5px;
	}
	table.roster tr{
		background: #fff;
		border: 0;
		vertical-align: top;
	}
	table.roster td{
		background: #fff;
		border:0;
		border-top: 0;
		padding-top: 2px;
	}
	table.roster th{
		background: #fff;
		border-bottom: 1px solid #57748f;
		border-top: 0;
	}
	table.rosterl{
		font-family: sans-serif;
		font-size: 14px;
		vertical-align: top;
		padding-left: 5px;
		width: 60%;
	}
	table.rosterl tr{
		background: #f1f1f1;
		border: 0;
		border-bottom: 1px solid #B4C3D0;
	}
	table.rosterl td{
		background: #f1f1f1;
		border:0;
		border-top: 0;
		padding-top: 2px;
		vertical-align: top;
	}
	table.rosterl td.clear{
		background: #fff;
		border: 0;
	}
	table.rosterl th{
		background: #f1f1f1;
		border-bottom: 1px solid #57748f;
		border-top: 0;
		padding-right: 5px;
	}
	table.rostermaster{
		font-family: sans-serif;
		font-size: 14px;
		vertical-align: top;
		width: 0 auto;
		padding-left: 5px;
	}
	table.rostermaster tr{
		background: #f1f1f1;
		border: 0;
		border-bottom: 1px solid #B4C3D0;
	}
	table.rostermaster td{
		background: #f1f1f1;
		border:0;
		border-top: 0;
		padding: 4px;
		vertical-align: top;
		border-right: 1px dashed #8f8f8f;
	}
	table.rostermaster td.clear{
		background: #fff;
		border: 0;
	}
	table.rostermaster td.clear2{
		background: #f1f1f1;
		border: 0;
	}
	table.rostermaster th{
		background: #f1f1f1;
		border-bottom: 1px solid #57748f;
		border-top: 0;
		padding-right: 5px;
	}
	table.guides{
		font-family: sans-serif;
		font-size: 14px;
		vertical-align: top;
		width: 100%;
		padding-left: 5px;
	}
	table.guides tr{
		border: 0;
		border-bottom: 1px solid #B4C3D0;
	}
	table.guides td{
		border:0;
		border-top: 0;
		padding-top: 2px;
		vertical-align: top;
	}
	table.guides th{
		border-bottom: 1px solid #57748f;
		border-top: 0;
	}
	table {
		width: 100%;
		border-collapse: collapse;
	}

	th {
		background: #ffffff;
		color: black;
		font-weight: bold;
		font-size: 16px;
		border-top: 0px;
	}
	td, th {
		padding: 3px;
		border-top: 1px solid #131210;
		text-align: left;
		vertical-align: text-top;
	}
	.in {
		padding-left: 10px;
	}
	.bypass {
		
		background: #f1f1f1;
	}
	.nextsub {
		text-align: center;
		font-size: 1.15em;
		background: #d2d5d7;
	}
	p {
		margin-left:5px;
		margin-right:5px;
		font-family: sans-serif;
		font-size: 16px;
		vertical-align: top;
	}
	sup { 
		font-size: 9px;
		font-weight: bold;
	}
	.csx{
		color: blue;
		font-weight: bold;
	}
	.cp{
		color: red;
		font-weight: bold;
	}
	.kcs{
		color: rgb(221,55,31);
		font-weight: bold;
	}
	.bnsf{
		color: rgb(47,65,31);
		font-weight: bold;
	}
	.grain{
		border: 1px solid brown;
		border-radius: 3px;
		background: #d2d5d7;
		padding: 1.5px;
		margin: 1px;
		vertical-align: middle;
		font-weight: bold;
	}
	.coal{
		border: 1px solid black;
		border-radius: 3px;
		background: #d2d5d7;
		padding: 1.5px;
		margin: 1px;
		vertical-align: middle;
		font-weight: bold;
	}
	.rock{
		border: 1px solid gray;
		border-radius: 3px;
		background: #d2d5d7;
		padding: 1.5px;
		margin: 1px;
		vertical-align: middle;
		font-weight: bold;
	}
	.ore{
		border: 1px solid tan;
		border-radius: 3px;
		background: #d2d5d7;
		padding: 1.5px;
		margin: 1px;
		vertical-align: middle;
		font-weight: bold;
	}
	.subhead{
		padding-left: 3px;
		padding-top: 3px;
		background: #658099;
		font-family:Verdana, Geneva, sans-serif;
		font-size: 14px;
	}
	.arrow{
		font-size:8px;
		line-height:0%;
	}
	/*----- Menu -----*/
	.clfx:after {
		display: block;
		clear: both;
	}
	.menu-wrap{
		box-shadow:0px 1px 3px rgba(0,0,0,0.2);
		background:#B4C3D0;
		border-bottom: 1px solid black;
	}
	.menu 
	.menu{
		width: 100%;
		margin: 0px auto;
		
	}
	.menu li{
		margin: 0px;
		list-style: none;
		font: 13px Verdana, Geneva, sans-serif;
	}
	.menu a{
		transition:all linear 0.15s;
		color: black;
	}
	.menu li:hover > a, .menu .current >a{
		text-decoration: none;
		color: black;
	}
	.menu > ul > li {
		float: left;
		display: inline-block;
		position: relative;
		font-size: 13px;
		border-left: solid 1px black;
		border-right: solid 1px black;
		font-family: sans-serif;
	}
	.menu > ul > li > a {
		padding: 3px 4px;
		display: inline-block;
		text-shadow:0px 1px 0px rgba(0,0,0,0.4);
	}
	.menu > ul > li:hover > a, .menu > ul > .current > a {
		background: white;
	}
	.menu li:hover .menusub {
		z-index: 1;
		opacity: 1;
	}
	.menusub{
		width: 160%;
		padding: 3px 0px;
		position: absolute;
		top: 100%;
		left: 0px;
		z-index: -1;
		opacity:0;
		transition:opacity linear 0.15s;
		box-shadow:0px 2px 3px rgba(0,0,0,0.2);
		background:#B4C3D0;
		float: right;
	}
	.menusub ul{
		display: block;
	}

	.menusub li{
		font-size: 13px;
		font-family: sans-serif;
		border: solid 1px black;
		position: relative;
	}
	.menusub li a{
		display: block;
		padding: 5px 3px;
	}
	.menusub li a:hover, .menusub .current a{
		background: white;
		display: block;
	}
	.blogmenu ul{
		list-style-type: none;
		margin: 0;
		padding-left: 8px;
	}
	.blogmenu ul li{
		display: inline-block;
	}
	.blogmenu ul li a{
		background: #fff;
		font: bold 1em  sans-serif;
		color: black;
		width: auto;
		padding-left: 2px;
		padding-right: 2px;
		text-decoration: none;
		border-bottom:  2px solid #f9e46f;
	}
	.blogmenu  ul li a:active{
		color: black;
	}

	.blogmenu ul li:hover > a, .blogmenu .bcurrent >a{
		background: #B4C3D0;
		color: black;
		font-size: 1em;
	}

	/*-----Guide Menu-----*/

	.guidemenu ul{
		list-style-type: none;
		margin: 0;
		padding-left: 8px;
		padding-top: 5px;
		border-bottom:  5px solid #f9e46f;
	}
	.guidemenu ul li{
		display: inline-block;
	}
	.guidemenu ul li a{
		background: #f1f1f1;
		font: bold 1em  sans-serif;
		color: black;
		width: auto;
		padding: 2px 5px 0 5px;
		margin: 0;
		text-decoration: none;
	}
	.guidemenu  ul li a:active{
		color: black;
	}

	.guidemenu ul li:hover > a, .guidemenu .bcurrent >a{
		background: #B4C3D0;
		color: black;
		font-size: 1em;
	}
	.guidemenu2 ul{
		list-style-type: none;
		margin: 0;
		padding-left: 8px;
		padding-top: 5px;
		
	}
	.guidemenu2 ul li{
		display: inline-block;
	}
	.guidemenu2 ul li a{
		background: #f1f1f1;
		font:  .8em  sans-serif;
		color: black;
		width: auto;
		padding: 2px 5px 2px 5px;
		margin: 0;
		text-decoration: none;
		border-bottom:  5px solid #000000;
		display: block;
		
	}
	.guidemenu2  ul li a:active{
		color: black;
	}

	.guidemenu2 ul li:hover > a, .guidemenu2 .bcurrent >a{
		background: #B4C3D0;
		color: black;
		font-size: ..8em;
	}

	.card-deck {
		margin: 10px;
	}

	.card-columns .card {
		width: 200px;
	}

	.card-columns .card img {
		width: 200px;
	}