body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #000;
	background-image: url(../images/SubtleGreyPattern.jpg);
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	padding-bottom: 2em;
}
img {
	vertical-align: bottom;
}
#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;
}
nav {
	width: 100%;
	margin-bottom: 4em;
}
.content-wrapper {
	margin: 1.4em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.columns-wrapper, .menu-top-wrapper {
	max-width: 1200px;
	margin: auto;
}
.main-content .content {
	padding: 2em 1.25em;
	font-size: 1em;
	line-height: 1.3em;
	border: 1px solid;
	border-radius: 5px;
	border-color: #666;
}
h1, h2, h3, h4 {
	margin: 1.25em 0 1.25em 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: .7em;
}
h6 {
	font: 600 .9em Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.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, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li {
	margin-bottom: 4px;
}
.main-content .content li {
	line-height: 1.6em;
	font-size:0.9375em;}

.content a {
	color: #F90826;
	text-decoration: none;
	border-bottom-width: 1px;
}
.content a:hover, .content a:focus {
	color: red;
}
.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 5px;
    z-index: 999;
}
.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;
}
.footer {
	background-color: #222;
	box-shadow: inset 0px 16px 2px rgba(255,255,255,.025);
	border-top: 1px solid #000;
	font-size: 0.7em;
	color: #8C8C8C;
	text-align: center;
	clear: both;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0px;
	width: 100%;
	margin-top: 2em;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}

@media only screen and (min-width: 700px) and (max-width: 1280px) {
.main-content .content {
	padding: 10px 20px;
}
.top-navigation {
	padding: 0px 10px;
}
.content-wrapper {
	margin-left: 10px;
	margin-right: 10px;
}
}
