html, body {
  overflow-x:hidden

}

body {
	background-color: #f2f3f4;
	min-width: 960px;
	margin: 0;
}
img {
	margin-right:auto;
	margin-left:auto;
	display: block;
	border: 0;
}

#wrapper {
	position:relative;
	overflow:hidden;
}
/** box-shadow **/
.box {
	background-color: #e7e7e7; /* Needed for IE */
	display: inline-block;
	-moz-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	-webkit-box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	box-shadow: 0 0 1px 3px rgba(207, 207, 207, 0.6);
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShdow=true, ShadowOpacity=0.80);
	/* For IE 8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.box > img {
	display: block;
	position: relative; /* This protects the inner element from being blurred */
}
.lightbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
}

.toolbarLB {
  text-align: right;
  padding: 3px;
}

.closeLB {
  color: black;
  cursor: pointer;
}

.lightbox .iframeContainer {
  vertical-align: middle;
  background: #CCC;
  padding: 2px;
}

.lightbox.closed {
  display: none;
}
.clearfix {
	width: 960px;
	margin: 0 auto;
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
	line-height:0;
	height:1%;
	visibility:hidden;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
	min-width:100%;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 750px;
  height: 300px;
  padding: 10px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

#boxes .window .logos {

	margin-left:55px;
	margin-right:54px;
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;


}



#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 250px;
  left: 250px;
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: #339999;
}
.close {
  background: #cfc160;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 10px;
  width: 200px;
	length: 100px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.close:hover {
  background: #c6b540;
}

.



/*------------ Sprites ------------*/
.more, .subscribe, input[type='submit'] {

}
.phone, .mail, .home, .fax, #footnote .connect a {
	background: url(../images/icons.png) no-repeat;
}
.frame1, .frame2, .frame3, .frame4, .frame5, .news > li {
	background: url(../images/frames.png) no-repeat;
}
.more, .subscribe, input[type='submit'] {
	background-position: -107px 0;
	background-color: #cfc160;
	color:white;
	border-style:solid;
	border-width:1px;
	border-color:black;
	display: inline-block;
	font: 12px/28px Arial, Helvetica, sans-serif;
	height: 28px;
	width: 200px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 0px rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
.more:hover {
	background-position: 0 0;
	border-color:#ffffff
}
.subscribe, input[type='submit'] {
	background-position: -222px -38px;
	height: 38px;
	line-height: 38px;
	width: 400px;
}
.subscribe:hover, input[type='submit']:hover {
	background-position: 0 -38px;
	border-color:#ffffff;
	color:white;
}
.home, .phone, .mail, .fax {
	background-position: 0 1px;
	padding-left: 24px;
}
.phone {
	background-position: 0 -26px;
}
.fax {
	background-position: 0 -54px;
}
.mail {
	background-position: 0 -82px;
}
.frame1 {
	background-position: -117px 0;
	height: 150px;
	width: 203px;
	margin: 0 auto 6px;
	padding: 8px 7px 0;
	text-align: center;
}
.frame2 {
	background-position: 0 -517px;
	height: 316px;
	width: 924px;
	margin: 0 auto 18px;
	padding: 6px 7px 0;
	text-align: center;
}
.frame3 {
	background-position: -344px 0;
	height: 221px;
	width: 586px;
	margin: 0 auto 6px;
	padding: 7px 7px 0;
	text-align: center;
}
.frame4 {
	background-position: 0 0;
	height: 108px;
	width: 93px;
	padding: 7px 7px 0;
	text-align: center;
}
.frame5 {
	background-position: -610px -238px;
	height: 220px;
	width: 268px;
	padding: 7px 6px 0;
	text-align: center;
}
/*------------ HEADER ------------
#header {
	background: url(../images/header-seal2.jpg) repeat-x left bottom;
}
*/
#header2 {
	background-color: rgb(78,78,78);
	width: 940px;
	margin-left:auto;
	margin-right:auto

}

#submenu {
	position:absolute;
	z-index:1;
}
/** logo **/
.logo {
	text-align:center;
}
/** navigation **/
.navigation {
	letter-spacing:0px;
	float: left;
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
}
.navigation li {
	float: left;
	margin-left: 31px;
	position: relative;
}
.navigation li > a {
	color: rgb(192,192,192);
	font: bold 13px/24px Times, "Times New Roman", serif;
	text-decoration: none;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
}
.navigation li.active > a, .navigation > a:hover {
	color: #fff;
}
.navigation li > div {
	background-color: #888888;
	display: none;
	width: 175px;
	position: absolute;
	left: 0px;
	top: 24px;
}
.navigation li:hover > div {
	display: block;
}
.navigation li > div a {
	color: #fff;
	font: bold 13px/24px "Times New Roman", Times, serif;
	display: block;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}
.navigation li > div a:hover {
	color: #fff;
	background-color: rgb(78,78,78)
}



.navigation  li div div	{
	background-color: #888888;
	display: none;
	width: 175px;
	position: relative;
	left: 0px;
	top: 24px;
}
.navigation li div a:hover > div{
	display: block;
}
.navigation li div div a {
	color: #fff;
	font: bold 13px/24px "Times New Roman", Times, serif;
	display: block;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}
.navigation li div div a:hover {
	color: #fff;
	background-color: rgb(78,78,78)
}

/*------------ CONTENTS ------------*/

.cleaner {height: 10px}
#contents {
	padding-bottom: 0px;
}
#contents > div.clearfix:first-child {
	width: 940px;
	padding: 30px 10px 0;
}
#contents img {
	border: 0px solid rgba(231, 231, 231, 0.8);
}

blockquote {color: rgb(78,78,78)
}
h1 {
	color: rgb(78,78,78);
	font: 29px/30px "Times New Roman", Times, serif;
	margin: 0 0 12px;
	text-transform: uppercase;
}
h2 {
	color: rgb(78,78,78);
	font: 19px/24px "Times New Roman", Times, serif;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}
h3 {
	color: rgb(78,78,78);
	font: 23px/28px "Times New Roman", Times, serif;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}
h5 {
	color: rgb(78,78,78);
	font: 14px/16px "Times New Roman", Times, serif;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}



#sheriff_list { color: rgb(78,78,78);
	font:"Times New Roman", Times, serif;
	text-align:center;
	list-style-position: inside;
	width:600px;
}
#sheriff_list .ul {
	display:inline-block;


}
#sheriff_list .li {
	float:left;
}
#civil_list { color: rgb(78,78,78);
	font:"Times New Roman", Times, serif;
	text-align:center;
	list-style-position: inside;
}
p {
	color: rgb(78,78,78);
	font: 14px/24px Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}
p a {
	color: blue;
}
p a:hover {
	color: blue;
}
ul	{color: rgb(78,78,78);
	font: 14px/24px Arial, Helvetica, sans-serif;}
dl	{color: rgb(78,78,78);
	font: 14px/24px Arial, Helvetica, sans-serif;}
ol {
	color: rgb(78,78,78);
	display: inline-block;

	text-align:center;
	font: 14px/24px Arial, Helvetica, sans-serif;}

	.text-center {
	    text-align: center;
	}
	ol.text-center {
	    list-style-position: inside;
	    padding-left: inherit; /*Get rid of padding to center correctly*/
	}
	ol.text-center > li::before {

	 }
/** Adbox **/
#adbox {
	background: url(../images/bg-adbox.png) no-repeat center bottom;
	border-bottom: 1px solid #fff;
	padding-top: 15px;
}
#adbox > div {
	background-color: #e9e9e9;
	width: 958px;
	border: 1px solid #fff;
	margin: 0 auto;
	position: relative;
}
#adbox > div img {
	float: right;
}
#adbox .detail {
	font-family: Times, "Times New Roman", serif;
	height: 185px;
	line-height: 48px;
	width: 308px;
	text-align: center;
	position: absolute;
	left: 54px;
	top: 90px;
}
#adbox .detail h1 {
	color: #4e5944;
	font-size: 30px;
	font-weight: normal;
	line-height: 48px;
	margin: 0;
	text-transform: none;
}
#adbox .detail p {
	color: #4e5944;
	font: 25px/48px "Times New Roman", Times, serif;
	margin: 0;
}
.highlight {
	background: #eee url(../images/bg-highlight.jpg) repeat-x left bottom;
	border-bottom: 1px solid #fff;
}
.highlight .clearfix {
	width: 940px;
}
.highlight h1 {
	font-size: 32px;
	line-height: 36px;
	padding: 12px 0 12px;
	text-transform: none;
}
.highlight h2 {
	color: rgb(78,78,78);
	margin-bottom: 24px;
}
.highlight p a:hover {
	color: #000

}
.testimonial, .main, .sidebar > div h2, .sidebar ul li, .main > .section {
	background-image: url(../images/border.png);
	background-position: left top;
	background-repeat: repeat-y;

}
.testimonial {
	float: right;
	width: 433px;
	margin-left: 20px;
	padding: 24px 20px;
}
.testimonial > span {
	color: rgb(78,78,78);
	display: block;
	font: 14px/24px Arial, Helvetica, sans-serif;
	text-align: right;
}
.testimonial .logos {
	margin-left:20px
}
.featured {
	padding: 30px 0;
}
.featured > h2 {
	color: rgb(78,78,78);
	width: 940px;
	margin: 0 auto 24px;
	padding: 0 10px;
}
.featured ul {
	list-style: none;
	padding: 0;
}
.featured li {
	float: left;
	width: 220px;
	margin: 0 10px;
}
.featured li p {
	padding-left: 4px;
}
.featured li p b {
	display: block;
	text-transform: uppercase;
}
.featured li .more {
	margin-left: 4px;
}
.main {
	float: left;
	min-height: 500px;
	width: 700px;
	padding: 0 0 0 32px;
}
.main h1 {
	margin-bottom: 18px;
}
.main h2 {
	margin-bottom: 12px;
}
.main h1 + h2 {
	margin: 0;
}
.main h1 + div.frame3 {
	margin-top: 36px;
}
.main > .section {
	background-position: left bottom;
	background-repeat: repeat-x;
	width: 700px;
	margin-bottom: 16px;
	margin-left: -28px;
	padding-left: 30px;
}
.main > .last-child, .sidebar ul li.last-child {
	background: none;
}
.main > .section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main > .section ul li {
	display: inline-block;
	margin: 0 0 24px;
}
.main > .section ul li .frame4 {
	float: left;
	margin-bottom: 1px;
	margin-right: 20px;
}
.main > .section ul li p {
	margin: 6px 0 0;
}
.main > .section ul li p b {
	display: block;
	text-transform: uppercase;
}
.practices {
	list-style: none;
	display: inline-block;
	width: 640px;
	margin: 0 0 0 -20px;
	padding: 0;
}
.practices li {
	float: left;
	margin: 0 20px 36px;
	position: relative;
}
.practices li a {
	text-decoration: none;
}
.practices li a span {
	background-color: #696969;
	color: #e2e2e2;
	display: block;
	font: 19px/46px "Times New Roman", Times, serif;
	height: 46px;
	width: 264px;
	text-transform: uppercase;
	position: absolute;
	bottom: 21px;
	left: 8px;
	*left: 6px;
}
.practices li a:hover span {
	background-color: #393939;
}
.sidebar {
	float: left;
	width: 180px;
	padding-right: 18px;
}
.sidebar > div {
	margin: 0 0 30px;
}
.sidebar > div h2 {
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0 0 6px;
	padding-bottom: 18px;
}
.sidebar > div:first-child h2 {
	margin-bottom: 0;
	margin-top: 6px;
}
.sidebar > div p {
	margin: 0;
	padding-bottom: 24px;
	padding-right: 30px;
}
.sidebar > div p span {
	display: block;
	text-align: right;
}
.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	background-position: left bottom;
	background-repeat: repeat-x;
	display: inline-block;
	min-height: 20px;
	width: 170px;
	padding: 6px 0 10px 10px;
}
.sidebar ul li > a span.box {
	float: left;
	margin-right: 20px;
}
.sidebar ul li a {
	color: rgb(78,78,78);
	font: 13px/24px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.sidebar ul li a:hover {
	color: rgb(78,78,78);
}
.sidebar ul li img.box {
	float: left;
	margin: 4px 20px 12px 0;
}
.sidebar .contact li {
	background: none;
	padding-left: 0;
}
.sidebar .contact li p {
	padding: 0  0 0 30px;
}
.sidebar .contact li p span.home {
	float: left;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: -30px;
	padding: 0;
}
.sidebar .contact li p em {
	display: block;
	font-size: 19px;
	font-style: normal;
}
.news {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news > li {
	background-position: 0 -238px;
	display: inline-block;
	height: 269px;
	width: 578px;
	margin-bottom: 12px;
	padding: 6px 22px 0 6px;
}
.news > li .box {
	float: left;
	margin-right: 20px;
}
.news > li p.info, .details p.info {
	font-size: 11px;
	margin: 0;
	padding-top: 24px;
}
.author {
	color: rgb(78,78,78);
}
.news > li h2, .details h2 {
	color: rgb(78,78,78);
	letter-spacing: 0;
	margin-bottom: 24px;
}
.news > li .more {
	float: right;
}
.images {
	float: left;
	width: 210px;
	margin-right: 20px;
	padding-right: 10px;
}
#contents .images img.box {
	border: 5px solid #fff;
}
.details {
	float: left;
	width: 360px;
}
.details p.info {
	padding-top: 0;
}
.message label {
	color: rgb(78,78,78);
	display: block;
	font: 13px/24px Arial, Helvetica, sans-serif;
}
.message input[type='text'] {
	height: 24px;
	width: 590px;
	margin: 0 0 18px;
	padding: 0 4px;
}
.message textarea {
	height: 110px;
	width: 590px;
	margin: 0 0 18px;
	padding: 0 4px;
	overflow: auto;
	resize: none;
}
.message input[type='submit'] {
	cursor: pointer;
	border: none;
}

placeholder-br {
	background-position: left bottom;
	background-repeat: repeat-x;

}

.parent {
  display: flex;
  flex-direction: column;
  width: 400px;

  align-items: center;
  width:100%;
  min-width:30%;
}

.child {
  width:100%;
}




/*------------ FOOTER ------------*/



.testimonial_index {
	float: left;
	width: 259px;
	margin-left: 20px;
	padding: 24px 20px;
}
.testimonial_index .logos {
	margin-left:11px
}
#footer .testimonial_index h4 {
	color: rgb(78,78,78);
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
}


#footer {
	background: #f2f3f4 url(../images/bg-footer.png) repeat-x left top;
	border-top: 2px solid #fff;

}
#footer .section {
	float: left;
	min-height: 146px;
	width: 259px;
	border-left: 1px solid #c2c2c2;

	padding-left:  30px;
	padding-right:  30px;
	padding-top:  30px;
	padding-bottom: :  0px;
}
#footer .section h4 {
	color: rgb(78,78,78);
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
}
#footer .section p {
	font-size: 12px;
	margin: 0;
}
#footer .section:first-child {
	border: 0;
}
#footer .contact p span {
	text-transform: uppercase;
}
#footnote {
	background: rgb(0,0,0);
	border-top: 1px solid #fff;
	padding: 6px 0 3px;
}
#footnote p {
	color: white;
	font: 12px/30px Arial, Helvetica, sans-serif;
	margin: 0;
	padding-right: 10px;
	text-align: right;
	text-transform: uppercase;
}
#footnote .connect {
	float: left;
	display: inline-block;
	margin: 0 10px;
	padding: 6px 0;
}
#footnote .connect a {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 6px;
}
#footnote .connect a.facebook {
	background-position: 0 -112px;
}
#footnote .connect a.twitter {
	background-position: 0 -140px;
}
#footnote .connect a.youtube {
	background-position: 0 -168px;
}
#footnote .connect a.pinterest {
	background-position: 0 -196px;
}
#templatemo_slider {width: 940px;
	margin-left:auto;
	margin-right:auto;
}

#templatemo_slider_farm {
	width: 640px;
	margin-left:auto;
	margin-right:auto
}

#slider-wrapper_farm {
	float: left;
    width: 660px;
    height: 320px;
}

#slider-wrapper {
	float: left;
    width: 960px;
    height: 320px;
}

#nivoslider .img{
  float: left;
  width:940px;
  height:320px;
}

#slider {
	position:absolute;
    width: 620px;
    height: 300px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	z-index:-1;
}

#slider .img {
  float: left;
  width:940px;
  height:320px;

}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:-1;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right: 10px;
	bottom: -30px;
}

.nivo-controlNav a {
	display:block;
	width:14px;
	height:18px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -18px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a {
    color:rgb(192,192,192);
    text-decoration:underline;
}

/***************************/

#body #contents .booking form {
	margin: 0;
	padding: 0 0 25px;
}
#body #contents .booking form h4 {
	color: rgb(78,78,78);
	font-family: 'Lato-Light';
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 25px 0 5px;
	text-transform: capitalize;
}
#body #contents .booking form label, #body #contents .booking form input, #body #contents .booking form span, #body #contents .booking form textarea, #body #contents .booking form select {
	color: rgb(78,78,78);
	display: block;
	font-family: 'PT_Sans-Web-Regular';
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#body #contents .booking form span {
	line-height: 24px;
	padding: 10px 0 5px;
	text-transform: capitalize;
}
#body #contents .booking form input {
	background: url(../images/interface1.png) no-repeat;
	border: 0;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
}
#body #contents .booking form div {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#body #contents .booking form div div {
	float: left;
	min-height: 37px;
	width: 260px;
}
#body #contents .booking form label {
	float: left;
}
#body #contents .booking .form1 input {
	background-position: 0 -382px;
	width: 250px;
}
#body #contents .booking .form2 div input {
	background-position: -277px -382px;
	width: 110px;
}
#body #contents .booking form #confirm2 {
	width: 260px;
}
#body #contents .booking form #confirm2 span {
	padding: 49px 0 5px;
}
#body #contents .booking form #confirm {
	background-position: 0 -382px;
	width: 250px;
}
#body #contents .booking form #city, #body #contents .booking form #state {
	background: url(../images/interface1.png) no-repeat -277px -382px;
	border: 0;
	height: 24px;
	width: 120px;
}
#body #contents .booking form #schedule {
	background: url(../images/interface1.png) no-repeat 0 -382px;
	border: 0;
	height: 24px;
	width: 260px;
}
#body #contents .booking form textarea {
	background: url(../images/interface1.png) no-repeat -85px -1px;
	border: 0;
	height: 158px;
	overflow: auto;
	padding: 5px;
	resize: none;
	width: 550px;
}
#body #contents .booking form #fname, #body #contents .booking form #email3, #body #contents .booking form #address1, #body #contents .booking form #address2, #body #contents .booking .form2 div {
	margin: 0 40px 0 0;
}
#body #contents .booking form #city, #body .contents .booking form #brand, #body .contents .booking form #year {
	margin: 0 20px 0 0;
}
#body #contents .booking form #send2 {
	background-position: -453px -440px;
	height: 31px;
	margin: 19px 0 0;
	padding: 0;
	width: 164px;
}
#body #contents .booking form #send2:hover {
	background-position: -407px -531px;
}

#header_table .logo_row {height: 145px}
#header_table .menu_row {height: 40px}

.contactphoto	{
	float:left;
	margin-right:10px;
	padding-bottom:10px
}

.imgright img {
	float:right;
	padding-left:5pt;
	padding-top:5pt
}

.imgleft img	{
	float:left;
	padding-right:5pt;
	padding-top:5pt
}
#k9 tr td	{
border-bottom:1px dotted black;
}

.fundtable tr	{
	border:1px solid black
}
.fundtable td	{
	border:1px solid black;
	width:8em
}
.fundtable th	{
	border:1px solid black;
	text-align:center;
	font-weight:bold
}
.fundtable	{
	border:1px solid black
}


.contacttable tr	{
	border:1px solid black
}
.contacttable td	{
	border:1px solid black;
	width:16em
}
.contacttable th	{
	border:1px solid black;
	text-align:center;
	font-weight:bold
}
.contacttable	{
	border:1px solid black;
}
.contacttable a	{
	color:black
}



#pcm{display:none;}
ul.pureCssMenu {width:937px}
ul.pureCssMenu ul{display:none}
ul.pureCssMenu li:hover>ul{display:block}
ul.pureCssMenu ul{position: absolute;left:-1px;top:98%;}
ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
ul.pureCssMenu,ul.pureCssMenu ul {
	margin:0px;
	list-style:none;
	padding:0px 2px 2px 0px;
	background-color:rgb(207,193,96);
	background-repeat:repeat;
	border-color:#cccccc #111111 #111111 #cccccc;
	border-width:1px;
	border-style:solid;
}
ul.pureCssMenu table {border-collapse:collapse}ul.pureCssMenu {
	display:block;
	zoom:1;
	float: left;
}
ul.pureCssMenu ul{
	width:252px;
}
ul.pureCssMenu li{
	display:block;
	margin:2px 0px 0px 2px;
	font-size:0px;
	margin-left:9px
}
ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
outline-style:none;
}
ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
	display:block;
	vertical-align:middle;
	background-color:rgb(207,193,96);
	border-width:1px;
	border-color:black;
	border-style:solid;
	text-align:center;
	text-decoration:none;
	padding:2px 4px 2px 10px;
	font:normal 14px Trebuchet MS,Tahoma;
	color:white;
	text-decoration:none;
	cursor:default;
}
ul.pureCssMenu span{
	overflow:hidden;
}
ul.pureCssMenu li {
	float:left;
}
ul.pureCssMenu ul li {
	float:none;
	margin-left:0
}
ul.pureCssMenu ul a {
	text-align:left;
	white-space:nowrap;
}
ul.pureCssMenu li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
	height:100%;
}
ul.pureCssMenu li.sep span{
	float:none;	padding-right:0;
	width:3px;
	height:100%;
	display:inline-block;
	background-color:#cccccc #111111 #111111 #cccccc;	background-image:none;}
ul.pureCssMenu ul li.sep span{
	width:100%;
	height:3px;
}
ul.pureCssMenu li:hover{
	position:relative;
}
ul.pureCssMenu li:hover>a{
	background-color:#c6b540;
	border-color:white;
	border-style:solid;
	font:normal 14px Trebuchet MS, Tahoma;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu li a:hover{
	position:relative;
	background-color:#c6b540;
	border-color:white;
	border-style:solid;
	font:normal 14px Trebuchet MS, Tahoma;
	color: #FFFFFF;
	text-decoration:none;
}
ul.pureCssMenu li.dis a {
	color: #666;
}
ul.pureCssMenu img {border: none;float:left;_float:none;margin-right:2px;width:16px;
height:16px;
}
ul.pureCssMenu ul img {width:16px;
height:16px;
}
ul.pureCssMenu img.over{display:none}
ul.pureCssMenu li.dis a:hover img.over{display:none}
ul.pureCssMenu li.dis a:hover img.def {display:inline}
ul.pureCssMenu li:hover > a img.def  {display:none}
ul.pureCssMenu li:hover > a img.over {display:inline}
ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover img.over{display:inline}
ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover img.def{display:none}
ul.pureCssMenu a:hover ul,ul.pureCssMenu a:hover a:hover ul{display:block}
ul.pureCssMenu a:hover ul ul{display:none}
ul.pureCssMenu span{
	display:block;
	background-image:url(images/arr_white.gif);
	background-position:right center;
	background-repeat: no-repeat;
   padding-right:12px;}
ul.pureCssMenu li:hover>a>span{	background-image:url(images/arrv_white.gif);
}
ul.pureCssMenu a:hover span{	_background-image:url(images/arrv_white.gif)}
ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{background-image:url(images/arr_white.gif)}



#footer .section1 {
	float: left;
	min-height: 150px;
	width: 175px;
	border-left: 1px solid #c2c2c2;
	padding: 25px;
}
#footer .section1 h4 {
	color: rgb(78,78,78);
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
}
#footer .section1 p {
	font-size: 16px;
	margin: 0;
}
#footer .section1:first-child {
	border: 0;
}

#footer .section123 {
	float: left;
	min-height: 150px;
	width: 300px;
	border-left: 1px solid #c2c2c2;
	padding: 25px;

}
#footer .section123 ul {
	display:inline-block;
}
#footer .section123 .li
{
float:left;
}

#footer .section123 h4 {
	color: rgb(78,78,78);
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

#footer .section123 p {
	font-size: 14px;
	margin: 0;
}

#footer .section123:first-child {
	border: 0;
}
#footer .subscribe, input[type='submit'] {
	background-position: -222px -38px;
	height: 38px;
	line-height: 38px;
	width: 177px;
}
#footer .subscribe:hover, input[type='submit']:hover {
	background-position: 0 -38px;
}


#footer .section111 {
	float: left;
	min-height: 146px;
	width: 259px;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;


	padding-left:  30px;
	padding-right:  30px;
	padding-top:  30px;
	padding-bottom: :  0px;
}
#footer .section111 h4 {
	color: rgb(78,78,78);
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
}
#footer .section111 p {
	font-size: 12px;
	margin: 0;
}
#footer .section111:first-child {
	border: 0;
}
.section3 {
box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
overflow-wrap: break-word;
box-sizing:border-box;
overflow:hidden;
-ms-overflow:hidden;
-ms-scroll-limit: 0 0 0 0;
-ms-overflow-style:none;




}


.section4 {
box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 0px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
overflow-wrap: break-word;
box-sizing:border-box;
overflow:hidden;
-ms-overflow:hidden;
-ms-scroll-limit: 0 0 0 0;
-ms-overflow-style:none;




}
