/*
	red		CB250A
	green	31b144
*/
body {
	background: white;
	font-size: 16px;
	font-family: 'Didact Gothic', Arial;
	color: black;
	margin: 0px;
}
a:link,
a:visited {
	color: #cb250a;
	text-decoration: none;
}
a:hover,
a:active {
	color: black;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	font-family: 'Rock Salt', Arial;
	font-weight: normal;
	color: #cb250a;
	margin-bottom: 0;
	margin-top: 3px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #cb250a;
	margin-top: 0;
	
	font-size: 18px;
	color: #31b144;
	margin-top: inherit;
	margin-top: 20px;
}
h3 {
	font-size: 18px;
	font-family: 'Didact Gothic', Arial;
	color: #717970;
	border-bottom: 1px dotted #717970;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 15px;
	text-transform: lowercase;
	font-weight: normal;
}
h4 {
	margin: 20px 0 0 0;
	font-size: 14px;
	text-decoration: underline;
	font-style: italic;
	font-weight: normal;
}
select, input {
	font-size: 1em;
}
table, img {
	border: 0;
}
table {
	width: 100%;
}

.mainCont {
	max-width: 950px;
	margin: 2em auto;
}
.mainConti {
	width: 950px;
	margin: 15px auto 0;
}
/*
.mainContBF {
	max-width: 1000px;
	margin: 35px auto 0;
}
*/
.headTable td {
	padding: 0;
	border-spacing: 0;
	text-align: left;
	vertical-align: middle;
}
.header {
	padding-bottom: 40px;
	font-size: 12px;
	text-transform: uppercase;
}
.header a {
	padding: 0 10px;
}
.header a:link,
.header a:visited {
	color: #58a746;
}
.header a:active,
.header a:hover {
	color: #cb250a;
}

.mainTable td {
	padding: 0;
	border-spacing: 0;
	text-align: left;
	vertical-align: top;
}

.content1 {
	max-width: 700px;
	padding: 10px 0;
	text-align: left;
}
.content2 {
	max-width: 1000px;
	padding: 10px 0;
	text-align: left;
}
.top-menu {
	background: #e1eecf;
	border-top: 1px solid #58a746;
	border-bottom: 1px solid #58a746;
	padding: 2px 0;
	text-align: center;
	margin: 10px auto 0 auto;
	font-size: 18px;
}
.top-menu a {
	display: inline-block;
	padding: 5px 12px;
}
.top-menu a:link,
.top-menu a:visited {
	color: black;
}
.top-menu a:hover,
.top-menu a:active {
	color: #cb250a;
	background-color: #e0f1dc;
	text-decoration: none;
}
.small-menu {
	padding: 10px 0;
}
.small-menu a {
	padding: 0 7px;
}
.small-menu a:link,
.small-menu a:visited {
	color: black;
}
.small-menu a:hover,
.small-menu a:active {
	color: #cb250a;
}
.green-line {
	padding: 10px 0;
	margin: 0 auto;
}
.footer {
	font-size: 0.8em;
	display: inline-block;
	vertical-align: top;
	max-width: 170px;
	margin: 0 0 20px;
}
.footer a {
	display: block;
	padding: 2px 60px 2px 0;
	white-space: nowrap;
}
.footer:last-child a {
	padding-right: 0;
}
.footer a:link,
.footer a:visited {
	color: black;
}
.footer a:active,
.footer a:hover {
	color: #cb250a;
	text-decoration: none;
}
.comments {
	padding: 8px;
	text-align: left;
	background-color: #e0f1dc;
	border: 1px solid #58a746;
}
.border {
	width: 475px;
	background-color: #e0f1dc;
	padding: 10px;
	border: 1px solid #b1b9af;
	text-align: center;
}
.border1 {
	width: 475px;
	padding: 10px;
	border: 1px solid #b1b9af;
	text-align: center;
}

.spacer {
	padding-bottom: 30px;
}

.topContainer {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.announce {
	background-color: #cb250a;
	text-align: center;
	color: #ffffff;
	padding: 4px 0 4px 0;
	font-size: 15px;
}
.announce a:link,
.announce a:visited {
	color: white;
}
.white-fade {
	background: transparent url("images/white-fade.png") left top repeat-x;
	height: 19px;
	width: 100%;
}
.quotes {
	background: transparent url(images/quote.gif) left top no-repeat;
	margin-top: 30px;
	padding: 10px 20px 20px 75px;
	width: 83%;

	font-style: italic;
	border-right: 1px solid #c3e29c;
	border-bottom: 1px solid #c3e29c;
}
.inputLg {
	width: 45px;
	font-size: 14px;
	text-align: center;
	font-family: 'Didact Gothic', Arial;
	padding: 2px 3px;
	border: 3px solid #58a746;
	outline: none;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-box-shadow: 0 0 5px #58a746;
	-moz-box-shadow: 0 0 5px #58a746;
	box-shadow: 0 0 5px #58a746;
}
.lock {
	display:block;float:right;padding:10px;
	width: 38px;
	height: 24px;
}

.notice {
	color: #CB250A;
	font-weight: bold;
}

td.sideColumn {
	vertical-align: top;
	text-align: right;
	max-width: 230px;
	padding-top: 40px;
}

/*
	old styles
*/
.main {
    width: 600px;
}
.content {
    background-color: #edfae9;
	margin-top: 10px;
}
.content3 {
    width: 530px;
    padding: 10px;
    text-align: left;
}
.overflow {
    height: 300px;
    overflow: auto;
    font-size: 11px;
    border: 1px solid #000000;
    padding: 5px;
	background-color: white;
}
.footer1 {
    text-align: center;
	padding: 5px 0;
}
.kudos {
	background: transparent url(images/quote.gif) left top no-repeat;
	margin-top: 30px;
	padding: 10px 10px 10px 63px;
	width: 500px;
	font-size: 14px;
	font-style: italic;
	border-right: 1px solid #c3e29c;
	border-bottom: 1px solid #c3e29c;
}
.newsletter {
	background: #e1eecf;
	border-top: 1px solid #58a746;
	padding: 5px 0;
	text-align: center;
	margin: 10px auto 0 auto;
}
.bottom {
	padding: 20px 0 10px 0;
	background: #f6dcdc;
	border-top: 1px solid #58a746;
}
.side-menu {
	width: 210px;
	background: #e1eecf;
	padding: 10px 5px;
	font-size: 13px;
	display: inline-block;
}
.jobs {
	width: 245px;
	background: #000000;
	padding: 5px 0;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 7px;
}
.jobs a:link, .jobs a:visited {
	color: #ffffff;
}
.jobs a:hover, .jobs a:active {
	color: #e1eecf;
}
.sig {
	font-family: 'Rock Salt', Arial;
	font-size: 14px;
	padding-top: 4px;
}
.social {
	top: 0;
	right: -5px;
	width: 950px;
	margin: 0 auto;
	text-align: right;
}


/*
	iOS devices
*/
@media only screen and (max-width: 480px) {

	html { -webkit-text-size-adjust: 100%; }

/*
	body {
		font-size: 1.0em;
	}
*/
/*
	.nav {
		position: relative;
	}
*/
	.top-menu {
		padding: 0;
		font-size: 1.2em;
		line-height: 1.4em;
	}
	.top-menu a {
		display: block;
		padding: 5px 10px;
	}
	.mainCont {
		margin: 10px;
	}
	.quotes {
		width: auto;
	}
	.topContainer,
	.sideColumn {
		display: none;
	}
}

/*
	https://developer.mozilla.org/en-US/docs/Web/CSS/@media/inverted-colors
	
	8/17 - Not yet in Chrome 60 but works in Safari 10 and iOS 10 Mobile Safari
*/
@media (inverted-colors) {
	img { filter: invert(100%); }
}
