@charset "utf-8";
  a:link {
	color: #2084AD;
}
a:visited {
	color: #2084AD;
}
a:hover {
	color: #735B35;
}
@media screen and (max-width: 1027px) {
	body {
		font-size: 0.8em;
	}
}
@media screen and (max-width: 818px) {
	body {
		font-size: 0.7em;
	}
}
@media screen and (max-width: 703px) {
	body {
		font-size: 0.6em;
	}
}
@media screen and (max-width: 634px) {
	body {
		font-size: 0.5em;
	}
}
@media screen and (max-width: 537px) {
	body {
		font-size: 0.4em;
	}
}
@media screen and (max-width: 406px) {
	body {
		font-size: 0.3em;
	}
}
.Grid #Header #HeaderBox {
	background-image: url(/images/banner_bg.jpg);
	background-repeat: no-repeat;
	border-radius: 8px 0px 0px 0px;
	max-height: 90px;
	background-size: 100% 100%;
}
.Grid #Header #HeaderBox #HeaderBar {
	/* [disabled]min-width: 215px; */
	padding-top: 8px;
	padding-left: 8px;
	max-height: 90px;
	margin-bottom: 0px;
}
.Grid #Header #HeaderBox #SloganDiv {
	max-height: 90px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Grid #Header #HeaderBox #SloganDiv #slogan {
	text-align: right;
	color: #FFF;
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
	text-shadow: 1px 1px 1px #ccc;
	font-family: "Oxygen";
	margin: 0;
	margin-bottom: 5px;
}
body,td,th {
	font-family: "Oxygen";
}
.Grid #Header #MenuBarContainer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ED302B;
	border-radius: 8px 0px 8px 0px;
	padding-left: 10px;
	background-color: #04488D;
}
.Grid #MenuBarContainer {
	border-top-width: 3px;
	border-top-color: #D1AC6D;
	border-radius: 8px 0px 8px 0px;
	padding-left: 10px;
	background-color: #2084AD;
	border-top-style: solid;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 0 0 0;
}
#FooterCopyright {
	width: 100%;

}
#FooterCopyright {
	text-align: center;
	width: 100%;
	border-radius: 0px 0px 8px 8px;
	padding-bottom: 1px;
	background-image: url(/images/line.png);
	background-repeat: repeat;
}
#FooterLogo {
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: text-top;
}
#FooterCopyright a {
	text-decoration: none;
}
.Grid #BreadcrumbBar .Grid .Row #ShareBar {
	width: 260px;

}
.Grid #BreadcrumbBar .Grid .Row #Breadcrumbs {

}
#FooterBox {
	border-top-color: #2084AD;
	border-top-width: 1px;
	border-top-style: solid;
	/*
	background-image: url(../images/line.png);
	background-repeat: repeat;
	min-height: 84px;
	height: 84px; 
	max-height: 84px;
	*/
}
.BlueUnderline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #04488D;
}
.BlueText {
	color: #04488D;
}
.FloatRight {
	margin: 4px;
	float: right;
}
#LSide ul {
	list-style-type: none;
	margin-left: -25px;
}
#LSide ul li {
	padding-bottom: 10px;
}
#LSide ul li a {
	text-decoration: none;
}
.float_right {
	float: left;
	/* [disabled]position: absolute; */
	right: 15%;
	width: 128px;
	height: 110px;
	margin-left: 70%;
}
.RightMargin10px {
	margin-right: 10px;
}
.BlockIndented10Pct {
	margin-left: 5%;
}
.BlockIndented15Pct {
	margin-left: 15%;
}
.BlockIndented25Pct {
	margin-left: 25%;
}
.BlockIndented40Pct {
	margin-left: 40%;
}
.BlockIndented40Pct > a {
	line-height: 175%;
}
#newsletterInline {
	border-top-width: 3px;
	border-right-width-value: 3px;
	border-bottom-width: 3px;
	border-left-width-value: 3px;
	border-top-style: solid;
	border-right-style-value: solid;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-top-color: #2084AD;
	border-right-color-value: #2084AD;
	border-bottom-color: #2084AD;
	border-left-color-value: #2084AD;
	margin: 0 0 0 0;
	}
.Max480Wide {
	width: 100%;
	max-width: 480px;
	display: block;
	height: auto;
}
.KeysBackground {
	background-attachment: scroll;
	background-image: url(/images/keys_shadow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-top: 2em;
}
#HeaderBar a:link {
	color: none;
}
#HeaderBar a:visited {
	color: none;
}
#HeaderBar a:hover {
	color: none;
}
#HeaderBar a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.DisplayInline {
	display: inline;
}
.FloatLeft {
	float: left;
}
.PositionRelative {
	position: relative;
}
.PositionAbsolute {
	position: absolute;
}
.PositionFixedTop {
	position: fixed;
	top: 5px;
	z-index: +20;
}
.PadSides {
	padding-left: 15px;
	padding-right: 15px;
}
.VerticalAlign {
	vertical-align: middle;
}
.MarginLeft {
	left: 0%;
	/* [disabled]float: right; */
	/* [disabled]position: absolute; */
	margin-left: -3em;


}
.NoBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Width100Pct {
	width: 100%;
	column-span: all;
	-webkit-column-span: all;
}
.DropShadow {
	-webkit-box-shadow: 5px 5px 5px #7C7C7C;
	box-shadow: 5px 5px 5px #7C7C7C;
	margin-right: 20px;
}
.JPlayerDropShadow {
	-webkit-box-shadow: -5px 5px 5px #7C7C7C;
	box-shadow: -5px 5px 5px #7C7C7C;
	margin-right: 20px;
}
.OverflowAuto {
	overflow: hidden;
	/* [disabled]list-style-position: inside; */
}
#podcastSubscribeBox {
	border: 1px solid #2084AD;
}
.Width40pct {
	display: table-cell;
	width: 40%;
}
.Width50pct {
	display: table-cell;
	width: 50%;
}
.MaxWidth75pct {
	max-width: 75%;
}
.youTubeLogo {
	height: 2em;
	width: 2.84em;
	margin-left: 1em;
	margin-top: 0.5em;
	margin-bottom: .5em;
}
