﻿/* These allow a fixed, sticky footer */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 270px;
}
/* Standard Header Begin */
.dropdown a:link, .dropdown a:visited, .dropdown a:active {
	text-decoration: none;
}
/* These break points are derived from experimentation w/our header menu */
@media (max-width: 600px) {
.footer {
	display: none;
	height: 0px;
}
body {
	margin-bottom: 70px;
}
}
@media (max-width: 795px) {
.navbar-form {
	display: none;
}
.footer {
	font-size: 8pt;
}
}
@media (max-width: 951px) {
.navbar-right {
	display: none;
}
}
/* Standard Header End */
/* Standard Footer Begin */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%; /* Set the fixed height of the footer here */;
	height: 260px;
	background-color: #cacaca;
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
}
.footer a:link, .footer a:active, .footer a:visited {
	color: #333;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.somdsrch {
	width: 350px;
	background: #9d9d9d;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-radius: 5px;
}
.copyright {
	font-weight: normal;
	font-size: 10px;
	color: #333;
	font-family: arial,helvetica,sans-serif;
	margin-bottom: 15px;
}
.copyright a:link, .copyright a:active, .copyright a:visited {
	font-weight: normal;
	font-size: 10px;
	color: #333;
	font-family: arial,helvetica,sans-serif;
	text-decoration: underline;
}
.copyright a:hover {
	text-decoration: none;
}
/* Standard Footer End */
