body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-image: url(../images/SubtleGreyPattern.jpg);
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
img {
	vertical-align: bottom;
}
.masthead {
	padding: 0.625em 0;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
}
#logo {
	position: relative;
	z-index: 3;
	background-color: #222;
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(44,44,44,.9) 85%);
	background: linear-gradient(rgba(0,0,0,0), rgba(44,44,44,.9) 85%);
	box-shadow: 10px 10px 30px rgba(0,0,0,.5);
	overflow: hidden;
	color: #CCC;
	padding: 0px 0px;
	border-radius: 0px 0px 8px 8px;
	max-width: 1290px;
	margin: 0px auto;
}
.content-wrapper {
	margin: 1.4em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	position: relative;
	padding-bottom: 1em;
}
.columns-wrapper, .menu-top-wrapper {
    max-width: 1200px;
    margin: auto;
   /* background-color: #FFF;*/
}
nav {
	width: 100%;
	margin-bottom: 4em;
}
.main-content {
	float: left;
	width: 44%;
	position: relative;
	left: 28%;
	font-family: federo;
	font-style: normal;
	font-weight: 400;
}
.sidebar {
	width: 26%;
	float: left;
	position: relative;
	left: -44%;
}
.sidebar a:link {
	color: #DC0509;
}
.sidebar a:visited {
	color: #746F01;
}
.sidebar a:hover, a:focus {
	color: #FF0130;
}
.sidebar-right {
	width: 26%;
	float: right;
}
.main-content, .sidebar, .sidebar-right {
	-webkit-transition: all linear .35s .1s;
	transition: all linear .35s .1s;
}
.sidebar .content {
	padding: 1.875em 1em 0 1em;
	font-size: 90%;
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;
	max-height: 59.8em;
	visibility: visible;
	overflow-x: auto;
	background-color: #BBB;
	background-image: -webkit-linear-gradient(270deg, rgba(236,236,236,1.00) 0%, rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(236,236,236,1.00) 0%, rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(236,236,236,1.00) 0%, rgba(255,255,255,1.00) 100%);
}
.sidebar-right .content {
	padding: 1.875em 0.9375em 0 0.9375em;
	font-size: 90%;
	line-height: 1.2em;
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;
	max-height: 58.8em;
	overflow: scroll;
	overflow-x: hidden;
}
.sidebar .content {
	background-color: rgba(129,153,162,0.40);
}
.sidebar-right .content {
	background-color: #BBB;
	background-image: -webkit-linear-gradient(270deg, rgba(236,236,236,1.00) 0%, rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(236,236,236,1.00) 0%, rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(236,236,236,1.00) 0%, rgba(255,255,255,1.00) 100%);
}
.main-content .content {
	padding: 2.875em 0.9375em;
	font-size: 1em;
	line-height: 1.5em;
	max-height: 59em;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 1.25em 0 0 0;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 1.85em;
}
h2 {
	font-size: 1.35em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font: 500 .8em Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.sidebar-right h1, .sidebar h1 {
	font-size: 185%;
	text-align: center;
	font-family: federo;
	font-style: normal;
	font-weight: 400;
}
.sidebar-right h2 {
	font-size: 135%;
	text-align: center;
}
.sidebar-right h5 {
    font-size: 80%;
    font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #3E3E3E;
    text-align: center;
    line-height: 1.3em;
    border-radius: 5px;
    border: thin solid #E9E9E9;
    background-color: #FFFFFF;
    padding: 0.375em;
    -webkit-box-shadow: 3px 3px 7px #BDBDBD;
    box-shadow: 3px 3px 7px #BDBDBD;
}
.sidebar h2 {
	font-size: 135%;
}
.sidebar h3 {
	text-align: left;
	font-size: 1.125em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 400;
	line-height: 40%;
}
.sidebar h4 {
	font-size: 1em;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 400;
	line-height: 270%;
}
.sidebar h5 {
	font-size: 90%;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 400;
	line-height: .1em;
}
.sidebar h6 {
	font-size: 1em;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 400;
	line-height: 1.4em;
	margin-top: 0;
}
.sidebar ul {
	font-size: 1em;
	line-height: 1.3em;
	margin-top:.1em;
	}
.content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child {
	margin-top: 0px;
}
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
.fancy_sm {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 15px rgba(0,0,0,.65);
}
.sidebar ul, .sidebar ol, .sidebar-right ul, .sidebar-right ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar-right li {
	margin-bottom: 0px;
}
.sidebar li:hover {
	background-color: rgba(255,255,255,1.00);
}
/*Ordinary Link Styles*/
.content a {
	color: #002953;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.content a:hover, .content a:focus {
	color: #000;
	border-bottom-style: solid;
}
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus {
	color: #FFF;
}
.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.top-navigation {
	position: relative;
	z-index: 2;
	max-width: 1250px;
	margin: 0px auto;
	padding: 0px 0px;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}
#top-navigation, h1, h2, h3, h4 {
	font-family: Federo, "Arial Narrow", Arial, sans-serif;
	font-weight: 400;
}
#p7IRM_1 img { width: auto !important; height: auto !important; max-width: 100%; }
@media only screen and (min-width: 0px) and (max-width: 800px) {
body {
	padding-bottom: 0px;
}
.footer {
	position: static;
	width: auto;
}
.content-wrapper, .columns-wrapper {
	margin: 0px;
	border: none;
}
.sidebar, .sidebar-right, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.main-content .content, .sidebar .content, .sidebar-right .content {
	padding: 1.25em 0.9375em;
	border: none;
	height: auto !important;
	max-height: 888678px;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	border-bottom: 1px solid !important;
	border-color: #89AEC9 !important;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none !important;
}
.p7IRM01 img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
.main-content p {
	font-size: .9em;
}
h4 {
	font-size: 1.0em;
}
.sidebar .content {
	padding: .875em .5em;
}
}

@media only screen and (min-width: 800px) and (max-width: 1280px) {
.main-content .content, .sidebar .content, .sidebar-right .content {
	padding: 1.25em 0.9375em;
}
.top-navigation {
	padding: 0 0.625em;
}
.content-wrapper {
	margin-left: 0.625em;
	margin-right: 0.625em;
}
.main-content {
	width: 50%;
	left: 25%;
}
.sidebar {
	width: 24%;
	left: -50%;
}
.sidebar-right {
	width: 24%;
}
}
