﻿/* These allow a fixed, sticky footer */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 270px;
}
/* BEGIN These are not header/footer, but Global */
.breadcrumb a {
	text-decoration: underline;
}
.somd-widget a {
	text-decoration: underline;
}
.somd-widget-image {
	padding-bottom: 10px;
	margin: 0 auto;
}
/* END These are not header/footer, but Global */
/* Standard Header Begin */
.navbar-toggle {
	border-color: #888 !important;
}
.black-divider {
	background-color: black;
	height: 2px;"
}
.navbar {
	margin-bottom: 0px;
}
.somdnav.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.nav-wrapper {
	min-height: 55px;
}
#masthead {
	height: 65px;
}
#masthead-left {
	background-color: #9EA37E;
	height: 65px;
	float: left;
}
#masthead-right {
	background-color: #9EA37E;
	height: 65px;
}
.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: 410px) {
.hidden-masthead {
	display: none;
	height: 0px;
}
}
@media (max-width: 600px) {
.footer {
	display: none;
	height: 0px;
}
body {
	margin-bottom: 70px;
}
#nav.affix {
	/* Don't affix the nav menu to the top on small screens */
    position: static;
	top: auto;
}
}
@media (max-width: 795px) {
.navbar-form {
	display: none;
}
.footer {
	font-size: 8pt;
}
}
/* 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 */
