/* MAIN*/
body {
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Segoe UI, SegoeUI, Helvetica Neue, Helvetica, Arial;
	background-color: navy;
	margin: 0;
	text-align: center;
}

a {
	color: rgb(34, 34, 238);
	text-decoration: none;
}

a:link {
	color: rgb(34, 34, 238);
}

a:hover {
	color: #bb00bb;
}

a:active,
a:focus {
	color: #bb00bb;
}

.space-top {
	text-align: center;
	margin-bottom: 20px;
}

.space-bottom {
	text-align: center;
	margin-top: 60px;
}

.bottonspace {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

.bottonspace span {
	margin: 0 4px 0 4px;
	font-weight: bold;
}

.bottonspace button {
	font-weight: bold;
}

.buttonstyle {
	color: rgb(34, 34, 238);
	padding: 3px 10px 3px 10px;
	background-color: #A8B3BD;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	height: auto;
	width: auto;
	display: inline-block;
}

.button-inner {
	padding: 2px 4px 2px 4px;
	background-color: #A8B3BD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	width: 48px;
	display: inline-block;
}

.button-outer {
	padding: 2px 4px 2px 4px;
	background-color: #D1D1D1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	width: 32px;
	display: inline-block;
}

nav {
	/*float: right;*/
	padding: 0;
	/*border: 3px solid #4C9CF1;*/
}

h1 {
	font-size: 1.15em;
	color: navy;
	line-height: 1.45em;
	margin: 16px 0;
	text-align: center;
	background-color: lightsteelblue;
}

h2 {
	font-size: 1.2em;
	color: navy;
	line-height: 1.4em;
	margin: 16px 0;
	text-align: center;
	background-color: lightsteelblue;
}

h3 {
	font-size: 0.9em;
	color: navy;
	line-height: 1.25em;
	margin: 16px 0;
	text-align: center;
	background-color: lightsteelblue;
	padding: 3px;
}

h4 {
	font-size: 0.8em;
	color: navy;
	line-height: 1.25em;
	margin: 6px 3px 3px 3px;
	text-align: center;
	background-color: lightsteelblue;
	padding: 3px;
}

h5 {
	font-size: 0.7em;
	color: navy;
	line-height: 1.25em;
	margin: 6px 3px 3px 3px;
	text-align: center;
	background-color: lightsteelblue;
	padding: 3px;
}

p {
	line-height: 1.45em;
	/*margin-bottom: 20px;*/
	margin: 20px 20px 20px 20px;
	background-color: white;
	padding: 20px;
}

ul {
	list-style: none;
	padding: 0;
}

li {
	display: inline-block;
	/*float: left;*/
	/*padding: 10px*/
	padding: 2px 4px 0 4px;
}

table {
	border-collapse:
		collapse;
	width: 100%;

}

th {
	height: 30px;
	background-color: lightsteelblue;
	padding-left: 8px;
	text-align: center;
}

table tr:nth-child(2n+1) td {
	/*for color flip on lists*/
	background: linen;
}

table tr td a {
	/*no need for br on product names*/
	display: block;
	word-wrap: break-word;
	word-break: break-all;
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 4px;
}

table tr td div {
	/*no need for br on product names*/
	word-wrap: break-word;
	word-break: break-all;
}

.chtols {
	/*special color and font size for left shift*/
	font-size: 1.2em;
	font-weight: 800;
	font-style: italic;
	color: #006699;
	padding-bottom: 3px;
}

/* HEADER*/
#listheader {
	background-color: lightsteelblue;
	width: 100%;
	height: auto;
	min-height: 112px;
	position: sticky;
	top: 0;
	left: 0;
	border-bottom: 4px solid #4C9CF1;
	padding-bottom: 4px;
	z-index: 100;
	text-align: center;
}

#logo {
	display: block;
	font-size: 1.4em;
	color: navy;
	padding-top: 10px;
	font-weight: bold;
}

#Description {
	font-size: 1.0em;
	/* was 0.9 */
	color: navy;
	font-weight: bold;
}

/* NAVIGATION*/

#menu-icon {
	display: hidden;
	width: 30px;
	height: 26px;
	background: lightsteelblue url("/images/icons-png/bars-white.png") no-repeat center;
}

a:hover#menu-icon {
	background-color: #bb00bb;
	border-radius: 4px 4px 0 0;
}

#datanavmenu {
	font-size: 18px;
	color: #2262AD;
	line-height: 18px;
	font-weight: bold;
}

#datanavmenu ul li a:nth-child(2) {
	padding-left: 12px;
}

/* BODY*/
#listsection {
	margin: 0 8px 20px;
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill-available;
	max-width: 980px;
	position: relative;
	padding: 1px;
	display: inline-block;
}

.categorystyle {
	text-align: center;
}

.categorystyle div {
	padding: 12px;
}

.categorystyle div a:hover,
a:active,
a:focus {
	color: #bb00bb;
}

.associationstyle {
	background-color: lightsteelblue;
	text-align: center;
}

.associationstyle li {
	padding: 12px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.associationstyle li a:hover,
a:active,
a:focus {
	color: #bb00bb;
}

.searchstyle {
	text-align: center;
	background-color: lightsteelblue;
}

.searchstyle div {
	padding: 12px;
	display: block;
}

.searchstyle div a:hover,
a:active,
a:focus {
	color: #bb00bb;
}

.lstw2 {
	padding: 3px 0px 3px 3px;
	text-align: left;
	font-size: 12pt;
}

.llstw12 {
	padding: 25px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	background-color: rgb(204, 204, 205);
}

.llstw13 {
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 10pt;
}

.llstw14 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}

.llstw15 {
	padding: 5px;
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
}

.llstw18 {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 18pt;
	font-weight: bold;
	color: darkmagenta;
	background-color: rgb(204, 245, 245);
}

.llstw19 {
	padding: 7px 5px 5px 0px;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
}

.llstw20 {
	padding: 5px;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}

.llstw21 {
	padding: 15px;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	background-color: rgb(204, 204, 255);
}

.llstw22 {
	padding: 15px;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	background-color: rgb(204, 204, 255);
	;
	color: darkred;
}

.llstw24 {
	padding: 10px;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	background-color: rgb(204, 245, 245);
}

.llstw25 {
	padding: 10px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	background-color: rgb(204, 245, 245);
}

.llstw26 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}

.llstw58 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: left;
	font-size: 18pt;
	font-weight: bold;
	color: darkmagenta;
	background-color: rgb(204, 245, 245);
}

/*use for alphabite*/
.alphaENIC1 {
	font-size: 10pt;
	text-align: center;
	padding: 10px;
	color: #cc0000;
	font-weight: bold;
}

.alphaENIC1 span {
	padding-right: 10px;
	padding-left: 10px;
	margin: 2px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.alphaENIC1 a {
	padding: 4px;
	background-color: blanchedalmond;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.alphaENIC1 a:hover {
	color: red;
}

/*use for fema cas enics ect*/
.alphaENIC2 {
	font-size: 10pt;
	text-align: center;
	padding: 8px;
	color: #cc0000;
	font-weight: bold;
}

.alphaENIC2 span {
	padding-right: 2px;
	padding-left: 1px;
	margin: 1px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.alphaENIC2 a {
	padding: 3px;
	background-color: blanchedalmond;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.alphaENIC2 a:hover {
	color: red;
}

.subdrssec1 {
	padding-top: 8px;
	padding-bottom: 6px;
	text-align: center;
	color: rgb(255, 255, 255);
	background-color: goldenrod;
}

.subdrssec1 a {
	padding: 3px;
	text-align: center;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	background-color: blanchedalmond;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.subdrssec1 a:hover {
	color: red;
}

#alltableList1 {
	text-align: center;
	font-weight: bold;
	background-color: white;
}

#alltableList1 tr {
	border: 3px solid darkblue;
	border-left: 3px solid lightsteelblue;
	border-top: 3px solid lightsteelblue;
	border-right: 3px solid lightsteelblue;
	text-align: left;
}

#alltableList1 td {
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

.rethom {
	padding-top: 10px;
	padding-bottom: 6px;
	font-size: 12pt;
	text-align: center;
	color: #000088;
	background-color: lightsteelblue;
}

.cpyrpad {
	padding-top: 1px;
	padding-bottom: 6px;
	font-size: 12pt;
	text-align: center;
	color: #000088;
	background-color: rgb(204, 245, 245);
}

.cpyrght {
	padding-top: 1px;
	padding-bottom: 6px;
	font-size: 12pt;
	text-align: center;
	color: #000088;
	background-color: lightsteelblue;
}



/*MEDIA QUERY NAVIGATION*/
@media only screen and (max-width : 670px) {
	/*was 640*/

	body {
		font-size: 0.9em;
	}

	p {
		padding: 10px;
	}

	.buttonstyle {
		font-size: 14px;
	}

	.associationstyle li {
		font-size: 15px;
	}

	#logo {
		font-size: 1.1em;
	}

	#listheader {
		background-color: lightsteelblue;
		width: 100%;
		min-height: 68px;
		top: 0;
		left: 0;
		border-bottom: 4px solid #4C9CF1;
		z-index: 100;
		text-align: center;
	}

	#listsection {
		/*margin: 68px auto 1px;*/
		max-width: 980px;
		position: relative;
		padding: 1px;
		display: block;
	}

	#menu-icon {
		display: inline-block;
	}

	.navsmall {
		/*width: 40px;*/
		height: 26px;
		float: right;
		/*padding: 0px 2px 2px 1px;*/
		border: 3px solid #4C9CF1;
		border-radius: 6px;
		position: absolute;
		right: 0;
		top: 0;
		margin: 4px 4px 0 0;
	}

	nav ul,
	nav:active ul {
		display: none;
		position: absolute;
		padding: 6px;
		background: #fff;
		border: 4px solid #4C9CF1;
		right: 0;
		top: 36%;
		width: 128px;
		border-radius: 4px 0 4px 4px;
	}

	nav li {
		text-align: center;
		width: 100%;
		padding: 8px 0;
		margin: 0;
	}

	nav:hover ul {
		display: block;
	}

	nav:hover ul li:hover {
		background-color: lightsteelblue;
	}

	nav:hover ul li a:hover {
		color: #bb00bb;
	}
}