@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: .12em;
	background-color: #B2B8C0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #193B16;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 2.18em;
	color: #147E0E;
	vertical-align: middle;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 0px 0px 10px 0px;
}
h3 {
	line-height: 2.18em;
	color: #FFF;
	background-color: #C1BDBA;
	width: 100%;
	vertical-align: middle;
	font-size: 1.125em;
	border-radius: 5px 5px 0px 0px;
	text-decoration: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #797978;
	margin-bottom: 20px;
}
.img {
	border: 3px solid #417254;
}
.imgRight {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	border: 3px solid #417254;
}
.imgLeft  {
	float: left;
	margin-top: 0.5em;
	margin-right: 0.7em;
	margin-bottom: 0.5em;
	border: 3px solid #417254;
}
img.icons {
	margin-top: 40px;
	margin-left: 37%;
}
.h2Long {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	line-height: 2.18em;
	color: #FFF;
	background-color: #1EA417;
	width: 40%;
	vertical-align: middle;
	max-width: 250px;
	border-radius: 5px;
	border: 2px solid #143C19;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 480px;
	background-color: #FFF;
}
#year {
	font-size: 0.875em;
	line-height: 30px;
	color: #CCC;
	text-align: center;
	background-color: #000;
	padding-right: 3em;
	width: 91.3%;
}
header {
	background-image: url(../images/brand_back.jpg);
	background-repeat: repeat-x;
	height: 200px;
	width: 100%;
	padding-top: 5px;
	max-width: 480px;
}
header img.title {
	width: 90%;
	margin-bottom: 5px;
	max-width: 420px;
	height: 60px;
	margin-left: 5%;
}
.imgBrand  {
	max-width: 446px;
	width: 93%;
	margin-left: 4%;
	height: auto;
}
nav {
	width: 100%;
	max-width: 480px;
	display: inline;
}
#nav {
	width: 100%;
	max-width: 480px;
	display: inline;
}
nav ul {
	display: block;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
}
nav ul li {
	display: block;
	background-color: #253E35;
	border: 1px solid #333;
	width: 95%;
	padding-left: 5%;
}
nav ul li a   {
	color: #1EA216;
	text-decoration: none;
	margin-right: 0.4em;
}
nav ul li a:hover {
	color: #2989C9;
}
nav ul li a.currentPage {
	color: #2989C9;
	text-decoration: none;
}
section {
	width: 94%;
	padding-top: 1em;
	padding-right: 3%;
	padding-bottom: 1em;
	padding-left: 3%;
	background-color: #C9E5CC;
	border-radius: 0px 15px 15px 15px;
	margin-bottom: 1em;
	clear: none;
}
section h1 {
	color: #193B16;
	font-size: 1.5em;
}
section article {
	width: 94%;
	border: 1px solid #147E0E;
	border-radius: 15px;
	padding-right: 3%;
	padding-left: 3%;
	margin-bottom: 1em;
	background-color: #FFF;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
}
section article p {
	padding-top: .75em;
}
section article img{
	border: 2px solid #417254;
}
section article ul {
	list-style-type: none;
}
section hr {
	color: #DFD095;
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #DFD095;
	margin-right: 3em;
	margin-bottom: 3em;
}
section article a {
	color: #2989C9;
	text-decoration: none;
}
section article a:hover {
	color: #A88401;
	text-decoration: underline;
}
section article h3.phone {
	line-height: 2.18em;
	color: #FFF;
	background-color: #C1BDBA;
	width: 77%;
	margin-left: 15px;
	vertical-align: middle;
	margin-top: 20px;
	font-size: 1.125em;
	border-radius: 0px 30px 0px 30px;
	border: 1px solid #797978;
	margin-bottom: 20px;
	text-decoration: none;
	text-align: center;
}
.table-container
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
.table-container::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}
section article table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1em;
}
section article table td {
	line-height: 1em;
	padding: 5px;
}
section article table th {
	font-weight: bold;
	padding: 5px;
	background-color: #D1E2DB;
}
section article table .trGreen {
	background-color: #D1E2DB;
}
section article table .tdOchre {
	background-color: #FCDCC0;
	line-height: 1em;
}
aside {
	width: 100%;
	padding-bottom: 1.875em;
	clear: none;
}
aside h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #C1BDBA;
	margin-bottom: 10px;
	line-height: 2em;
	border-radius: 0px 0px 0px 10px;
	text-align: center;
}
aside #content {
	background-color: #F2F0F1;
	border: thin solid #B7B2AD;
	width: 100%;
	border-radius: 5px;
	margin-top: 30px;
	padding-bottom: 1.5em;
}
aside #content h1 {
	line-height: 2.18em;
	color: #FFF;
	background-color: #C1BDBA;
	width: 100%;
	vertical-align: middle;
	font-size: 1.125em;
	border-radius: 5px 5px 0px 0px;
	text-decoration: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #797978;
}
aside p {
	vertical-align: middle;
	line-height: 20px;
	color: #A78301;
	margin-bottom: 20px;
	text-align: center;
}
aside ul {
	color: #960;
	text-decoration: none;
	list-style-type: none;
	line-height: 20px;
	margin-left: 1em;
}
aside ul li a {
	color: #2989C9;
	text-decoration: none;
}
aside ul li a:hover {
	color: #A88401;
	text-decoration: underline;
}
aside div.sprite {
	height: 0;
	width: 90%;
	padding-bottom: 72%;
	background-image: url(../images/branch.png);
	background-position: 0 0;
	display: block;
	background-size: 200%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
aside div.sprite:hover {
	background-position: 100% 0;
	background-size: 200%;
}
aside #video {
	background-color: #F2F0F1;
	border: thin solid #B7B2AD;
	width: 100%;
	border-radius: 5px;
	margin-top: 20px;
}
aside #video h1 {
	line-height: 2.18em;
	color: #FFF;
	background-color: #C1BDBA;
	width: 100%;
	vertical-align: middle;
	font-size: 1.125em;
	border-radius: 5px 5px 0px 0px;
	text-decoration: none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #797978;
}
aside #video p {
	text-align: left;
	margin-right: 1em;
	margin-left: 1em;
}
img.google {
	margin-top: 10px;
	margin-left: 10px;
	max-width: 275px;
	width: 87.3%;
	margin-bottom: 30px;
}
footer {
	background-color: #CDD3D1;
	clear: both;
	height: 30px;
	line-height: 30px;
	font-size: 0.688em;
	color: #147E0E;
	vertical-align: middle;
	text-align: center;
}
footer ul {
	margin-left: 50px;
}
footer ul li {
	display: inline;
	color: #147F0F;
	margin-right: 30px;
}
footer ul li a  {
	text-decoration: none;
	color: #147E0E;
}
footer ul .licopy {
	float: right;
	margin-left: 3em;
}
#blurb {
	background-color: #030;
	clear: both;
	width: 96%;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	max-width: 480px;
	padding-right: 2%;
	padding-left: 2%;
}
#blurb p {
	font-size: .85em;
	margin-right: 2%;
}

.antispam { display:none;
}
.tel,.tel:visited { /*for small screens */
display:block;
color:#ccc;
background-color:#000;
text-decoration:none;
}
.tel:hover,.tel:focus {
color:#ccc;
background-color:#000;
}
 /* for larger screens */
.tel,.tel:visited {
background:none;
cursor:default;
}
.tel,.tel:focus {
color:#ccc;
}
