/*Global*/

.clearboth {
	clear: both;
}
.Spacer50 {
	height: 50px;
}
.Spacer20 {
	height: 20px;
}
.Spacer10 {
	height: 10px;
}

#wrapper #Sidelinks ul li a.linkHere {
	color: #FCA400;
}
#Sidelinks ul li a:hover  {
	text-decoration: none;
	color: #FCA400;
}
#----------------------------------------------------------------{}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF3D4;
	/* [disabled]max-width: 1024px; */
}



#----------------------------------------------------------------{}
#wrapper {
	max-width: 1024px;
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/*Small Mobile*/
@media screen and (max-width: 320px){
#mainPicLarge, #HeaderContact, #contactDetailsMain, #smallNav, #nav-wrapper, #tabletNav, #mainPic321420, #mainPic     {display: none;}
#----------------------------------------------------------------{}
#wrapper {
	background-color: #FFF3D4;
	max-width: 320px;
	min-width: 320px;
	width: 320px;
}
#----------------------------------------------------------------{}

.dropdown   {
	width: 100%;
	height: 50px;
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75em;
	color: #000000;
	z-index: 6000;
	overflow-x: visible;
	position: relative;
	display: inline-block;
	-webkit-box-shadow: 0px 3px 18px;
	box-shadow: 0px 3px 18px;
}


/* Style The Dropdown Button */
.dropbtn {
	color: white;
	padding-top: 8px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 8px;
	font-size: 2em;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #FFFFFF;
	border-top: none;
	cursor: pointer;
	width: 100%;
	height: 50px;
	min-width: 320px;
	max-width: 320px;
	background-image: -webkit-linear-gradient(270deg,rgba(175,138,14,1.00) 0%,rgba(237,216,32,1.00) 18.70%,rgba(175,138,14,1.00) 41.97%,rgba(143,114,17,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(175,138,14,1.00) 0%,rgba(237,216,32,1.00) 18.70%,rgba(175,138,14,1.00) 41.97%,rgba(143,114,17,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(175,138,14,1.00) 0%,rgba(237,216,32,1.00) 18.70%,rgba(175,138,14,1.00) 41.97%,rgba(143,114,17,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(175,138,14,1.00) 0%,rgba(237,216,32,1.00) 18.70%,rgba(175,138,14,1.00) 41.97%,rgba(143,114,17,1.00) 100%);
}
.dropdown .dropbtn .hamburger {
	position: absolute;
	display: inline-block;
	width: 1.25em;
	height: 0.8em;
	margin-right: 0.3em;
	border-top: 0.2em solid #fff;
	border-bottom: 0.2em solid #fff;
	margin-left: -144px;
	margin-top: -1px;
	padding-right: 0px;
}

.dropdown .dropbtn .hamburger:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid #fff;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ECDDB5;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	/* [disabled]height: 92px; */
	width: 100%;
}
.dropdown .dropdown-content ul {
	margin: 0px;
	padding: 0px;
}
.dropdown-content ul li {
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: #000000;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size: 1.6em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}

/* Links inside the dropdown */
.dropdown-content a img{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	/* [disabled]display: block; */
	float: right;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #A6955B;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
	height: auto;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #A6955B;
}
/* Dropdown Content (Hidden by Default) */
.dropdown .dropdown-content h6 {
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
	font-size: 3em;
	text-align: center;
	color: hsla(0,0%,100%,1.00);
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding-top: 0px;
	background-color: hsla(39,90%,61%,1.00);
}
#----------------------------------------------------------------{}
.menuPos   {
	/* [disabled]background-color: #EA070A; */
	width: 100%;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	height: auto;
	min-width: 320px;
	max-width: 320px;
	margin-left: 50px;
	margin-top: -5px;
	text-align: left;
}
#----------------------------------------------------------------{}
#wrapper #mobileNav {
	width: 100%;
	background-color: #EF9F09;
	height: 40px;
	max-width: 320px;
	position: fixed;
	float: left;
	clear: both;
	top: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	z-index: 100;
}
#wrapper #mobileNav p {
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
	font-size: 1.3em;
	color: #FFFFFF;
	position: relative;
}
#----------------------------------------------------------------{}
#wrapper #Header {
	background-color: #A6955C;
	width: 100%;
	height: 68px;
	background-repeat: no-repeat;
	background-size: 95% auto;
	background-position: center center;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 17px;
	padding-bottom: 1px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}
#wrapper #Header .CompanyName {
	font-family: Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 7.5vw;
	/* [disabled]vertical-align: middle; */
	color: #FFFFFF;
	margin-top: 5px;
	padding-top: auto;
	/* [disabled]background-color: #000000; */
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#wrapper #Header h2 {
	font-family: Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.6em;
	color: #FFFFFF;
	margin-top: 3px;
	padding-top: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#Header img  {
	display: none;
}
#wrapper #contactDetails {
	width: 100%;
	height: 50px;
	background-color: #A6955C;
	padding-top: 5px;
	padding-left: 0px;
}
#wrapper #contactDetails p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	margin: -4px 0px 0px;
	line-height: 1.8em;
	padding-top: 0px;
	padding-right: 0px;
}
#contactDetails p a {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}
#wrapper #bodyText {
	width: 100%;
	height: auto;
}
#wrapper #bodyText h1 {
	color: #A6955C;
	font-weight: bold;
	font-family: Times, "Times New Roman", serif;
	padding: 0px;
	text-align: center;
	font-size: 2em;
	margin-bottom: 11px;
}
#wrapper #bodyText h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 14px;
	margin: 0px 5px -7px;
	color: #A6955C;
}
#wrapper #bodyText h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom: 0px;
	margin: 0px 5px 7px;
	color: #A6955C;
}
#wrapper #bodyText p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px 5px 14px;
	padding: 0px 15px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
}

#wrapper #bodyText .body_text_bold {
	text-transform: uppercase;
	font-weight: bold;
}
#bodyText p a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	/* [disabled]color: #000000; */
	font-size: 1.1em;
}
#wrapper #bodyText ul {
	margin: 0px 0px 14px;
	padding-top: 0px;
	text-decoration: none;
}
#bodyText ul li {
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 0px;
	padding-right: 15px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: -25px;
}
#bodyText ul li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
}
#----------------------------------------------------------------{}
#wrapper #Sidelinks {
	display: none;
}
#wrapper #footerNav {
	display: none;
}

#----------------------------------------------------------------{}
#wrapper #mainPic320 {
	width: 100%;
	height: auto;
	margin-top: 0px;
	/* [disabled]clear: both; */
	margin-right: 0px;
	padding: 0px;
	margin-bottom: -10px;
}

#----------------------------------------------------------------{}
#wrapper #bodyText #buttons {
}
#bodyText #buttons a {
	display: block;
	text-align: center;
	font-size: 0.9em;
	color: #080606;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #E0CB8E;
	margin: 0px 0px 18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	-webkit-box-shadow: 0px 8px 15px #8C762D;
	box-shadow: 0px 8px 15px #8C762D;
}
#bodyText #buttons a:hover {
	color: #F9F9F9;
	background-color: #FCA400;
}
#----------------------------------------------------------------{}

.textAnchor:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#wrapper #bodyText a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A6955C;
}

#----------------------------------------------------------------{}
#wrapper #MobileFooter {
	width: 100%;
	display: block;
	height: 50px;
	background-color: #A6955C;
}
#wrapper #MobileFooter a {
	display: block;
	text-align: center;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 12px 0px;
	background-color: #8C7B3F;
	margin-bottom: 17px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	-webkit-box-shadow: 0px 8px 15px #8C762D;
	box-shadow: 0px 8px 15px #8C762D;
	margin-left: 0px;
	margin-right: 0px;
}
#wrapper #MobileFooter a:hover {
	background-color: #FCA400;
}

#----------------------------------------------------------------{}
#wrapper #Mobcopyright {
	font-family: Times, "Times New Roman", serif;
	font-size: 0.8em;
	text-align: center;
}


}

#----------------------------------------------------------------{}
.uppercase {
	text-transform: uppercase;
}
/*Mobile*/
@media screen and (min-width: 321px) and (max-width: 420px){
#mainPicLarge, #nav, #HeaderContact, #contactDetailsMain, #Sidelinks, #footerNav, #BigMobNav, #smallNav {
	display: none;
}
#wrapper #mainPic320 {
	display: none;
}

#----------------------------------------------------------------{}
.dropdown   {
	width: 420px;
	height: 50px;
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75em;
	color: #000000;
	/* [disabled]background-color: #86784D; */
	z-index: 6000;
	overflow-x: visible;
	position: relative;
	display: inline-block;
	-webkit-box-shadow: 0px 3px 18px 0px;
	box-shadow: 0px 3px 18px 0px;
	/* [disabled]text-align: center; */
	min-width: 321px;
	max-width: 420px;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #A6955B;
	width: 100%;
}
.dropdown .dropbtn .hamburger {
	position: absolute;
	display: inline-block;
	width: 1.25em;
	height: 0.8em;
	margin-right: 0.3em;
	border-top: 0.2em solid #fff;
	border-bottom: 0.2em solid #fff;
	margin-left: -194px;
	margin-top: -1px;
	clear: both;
	float: left;
}

.dropdown .dropbtn .hamburger:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid #fff;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #ECDDB5;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	/* [disabled]height: 92px; */
	width: 100%;
}

.dropdown .dropdown-content ul {
	margin: 0px;
	padding: 0px;
}
.dropdown-content ul li {
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: #000000;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size: 1.6em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}

/* Links inside the dropdown */
.dropdown-content a img{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	/* [disabled]display: block; */
	float: right;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #A6955B;
}
/* Dropdown Content (Hidden by Default) */
.dropdown .dropdown-content h6 {
	font-family: alfa-slab-one;
	font-style: normal;
	font-weight: 400;
	font-size: 3em;
	text-align: center;
	color: hsla(0,0%,100%,1.00);
	width: 100%;
	height: auto;
	margin-top: 0px;
	padding-top: 0px;
	background-color: hsla(39,90%,61%,1.00);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
	height: auto;
}
#----------------------------------------------------------------{}


/* Style The Dropdown Button */
.dropbtn {
	color: white;
	font-size: 2em;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #FFFFFF;
	border-top: none;
	cursor: pointer;
	height: 50px;
	width: 100%;
	/* [disabled]text-align: center; */
	/* [disabled]min-width: 321px; */
	resize: both;
	/* [disabled]background-color: #EFBC09; */
	background-image: -webkit-linear-gradient(270deg,rgba(175,138,14,1.00) 0%,rgba(237,216,32,1.00) 18.70%,rgba(175,138,14,1.00) 41.97%,rgba(175,138,14,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(175,138,14,1.00) 0%,rgba(237,216,32,1.00) 18.70%,rgba(175,138,14,1.00) 41.97%,rgba(175,138,14,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(175,138,14,1.00) 0%,rgba(237,216,32,1.00) 18.70%,rgba(175,138,14,1.00) 41.97%,rgba(175,138,14,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(175,138,14,1.00) 0%,rgba(237,216,32,1.00) 18.70%,rgba(175,138,14,1.00) 41.97%,rgba(175,138,14,1.00) 100%);
}
.menuPos   {
	/* [disabled]background-color: #DC161A; */
	text-align: center;
	margin-left: -80px;
	height: auto;
	width: 100%;
	min-width: 321px;
	max-width: 420px;
	margin-top: -4px;
}
#----------------------------------------------------------------{}
#wrapper #mobileNav {
	width: 100%;
	background-color: #EF9F09;
	height: 40px;
	max-width: 420px;
	position: fixed;
	float: left;
	clear: both;
	top: 0px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	z-index: 100;
	min-width: 321px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}
#wrapper #mobileNav p {
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
	font-size: 1.3em;
	color: #FFFFFF;
	position: relative;
}
#----------------------------------------------------------------{}
#wrapper #bodyText .button {
	background-color: #EFBC09;
	padding: 17px 0px 13px;
	width: 80%;
	color: #FFFFFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

#----------------------------------------------------------------{}
#wrapper {
	background-color: #FFF3D4;
	max-width: 420px;
	min-width: 321px;
	display: inline-block;
	padding-left: 0px;
	padding-right: auto;
	width: 100%;
}

#wrapper #Header {
	background-color: #A6955C;
	width: 100%;
	height: 68px;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-size: 95% auto;
	background-position: center center;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 17px;
	padding-bottom: 1px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}
#wrapper #Header .CompanyName {
	font-family: Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.6em;
	color: #FFFFFF;
	margin-top: 5px;
	padding-top: auto;
	text-align: center;
}
#Header img {
	display: none;
}
#wrapper #contactDetails {
	width: 100%;
	height: 50px;
	background-color: #A6955C;
	padding-top: 5px;
	min-width: 321px;
	max-width: 420px;
}
#wrapper #contactDetails p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	margin-bottom: 0px;
	line-height: 1.8em;
	padding-top: 0px;
	margin-top: -4px;
}
#contactDetails p a {
	text-decoration: none;
	color: #FFFFFF;
}

#----------------------------------------------------------------{}
#wrapper #mainPic {
	width: 100%;
	height: auto;
	padding: 0px;
	display: block;
	margin: 0px 0px -14px;
}
#wrapper #mainPic img {
	width: 100%;
	height: auto;
}

#----------------------------------------------------------------{}
#wrapper #bodyText {
	width: 100%;
	height: auto;
	/* [disabled]background-color: #575BEC; */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#wrapper #bodyText h1 {
	color: #A6955C;
	font-weight: bold;
	font-family: Times, "Times New Roman", serif;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	font-size: 9vw;
	padding-bottom: 0px;
	margin-bottom: 14px;
}
#wrapper #bodyText h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 4px;
	margin: 0px 0px -15px;
	color: #A6955C;
}
#wrapper #bodyText h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 1.3em;
	line-height: 1.5em;
	padding-bottom: 0px;
	margin: 0px 0px 7px;
	color: #A6955C;
}
#wrapper #bodyText p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
}
#bodyText p a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#wrapper #bodyText .body_text_bold {
	text-transform: uppercase;
	font-weight: bold;
}
#wrapper #bodyText ul {
	margin: 0px 0px 14px;
	padding-top: 0px;
	text-decoration: none;
}
#bodyText ul li {
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 0px;
	padding-right: 15px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: -25px;
}
#bodyText ul li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
}

#----------------------------------------------------------------{}
#wrapper #bodyText #buttons {
}
#bodyText #buttons a {
	display: block;
	text-align: center;
	font-size: 0.9em;
	color: #080606;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #E0CB8E;
	margin-bottom: 17px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	-webkit-box-shadow: 0px 8px 15px #8C762D;
	box-shadow: 0px 8px 15px #8C762D;
}
#bodyText #buttons a:hover {
	color: #F9F9F9;
	background-color: #FCA400;
}

#----------------------------------------------------------------{}

/*.textAnchor:link {
	color: #A6955C;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}*/
#wrapper #bodyText a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A6955C;
}

#----------------------------------------------------------------{}

#wrapper #MobileFooter {
	width: 100%;
	display: block;
	height: 50px;
	background-color: #A6955C;
}
#wrapper #MobileFooter a {
	display: block;
	text-align: center;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #8C7B3F;
	margin-bottom: 17px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	-webkit-box-shadow: 0px 8px 15px #8C762D;
	box-shadow: 0px 8px 15px #8C762D;
}
#wrapper #MobileFooter a:hover {
	background-color: #FCA400;
}

#----------------------------------------------------------------{}
#wrapper #Mobcopyright {
	font-family: "Times New Roman";
	text-align: center;
	font-size: 0.8em;
}

}
#----------------------------------------------------------------{}
/*Small Tablet*/
@media screen and (min-width:421px) and (max-width:519px){
#mainPicLarge, #nav, #HeaderContact, #mobileNav, #Sidelinks, #footerNav, #contactDetailsMain, #tabletNav, #tabletButtons, #mainPic320, #mainPic  {
	display: none;
}
#----------------------------------------------------------------{}


#wrapper {
	/* [disabled]background-color: #EF0909; */
	width: 100%;
	height: auto;
	min-width: 421px;
	max-width: 519px;
}

#wrapper #Header {
	background-color: #A6955C;
	width: auto;
	height: 80px;
	background-repeat: no-repeat;
	background-size: 95% auto;
	background-position: center center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 2px;
	float: none;
	clear: none;
	margin-top: -1px;
	padding-top: 11px;
}
#wrapper #Header .CompanyName {
	font-family: Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.45em;
	/* [disabled]vertical-align: middle; */
	color: #FFFFFF;
	margin-top: -8px;
	padding-top: auto;
	/* [disabled]background-color: #000000; */
	margin-left: 0px;
	margin-right: 0px;
	float: none;
}
#wrapper #Header img {
	max-width: 100%;
	height: 113px;
	float: left;
	clear: both;
	margin-top: -9px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-width: 50%;
	margin-left: -8px;
}
#----------------------------------------------------------------{}


#smallNav  {
	background-color: #A6955B;
	width: 100%;
	height: 54px;
	margin-top: 70px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}



#smallNav ul  {
	list-style: none;
	margin: 37px 0px 8px;
	padding: 0px;
}
#smallNav ul li {
	display: inline-block;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#smallNav ul li a  {
	background-color: #DFCB8E;
	padding: 9px 16px 7px;
	margin: 12px 0px;
	list-style-type: none;
	color: #000000;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 800;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#smallNav ul li a:hover  {
	background-color: #FCA400;
}
#smallNav ul li p .active {
	background-color: #FCA400;
}

#----------------------------------------------------------------{}
#wrapper #mainPic {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px;
	padding: 0px;
}
#wrapper #mainPic img {
	width: 100%;
	height: auto;
}
/*#wrapper #smallNav {
	width: 100%;
	height: 62px;
	background-color: #A6955B;
	margin: -2px 0px -1px;
	padding: 40px 0px 0px;
	float: left;
	clear: both;
	
}
#wrapper #smallNav ul {
	margin-top: 3px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 100%;
}
#smallNav ul li {
	margin: 2px 0px 1px;
	padding: 35px 0px 1px;
	display: inline-block;
	height: 7px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	width: 22%;
	background-color: #E0CB8E;
}
#smallNav ul li p {
	margin-top: -22px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 2.5vw;
}
#smallNav  ul li p a {
	color: #000000;
	text-decoration: none;
	padding: 0px 0PX 0px 0px;
	width: 31%;
	
	font-size: 1.3em;
}
#smallNav ul li a:hover  {
	
	text-decoration: none;
	background-color: #FFFFFF;
}*/
#----------------------------------------------------------------{}
#wrapper #contactDetails {
	background-color: #A6955C;
	display: inline-block;
	width: 100%;
	height: 78px;
	position: absolute;
}
#wrapper #contactDetails #Tel {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 4vw;
	display: inline-block;
	height: 31px;
	/* [disabled]background-color: #FFC100; */
	margin-top: 7px;
	margin-left: 0px;
	position: relative;
	clear: both;
	width: 100%;
	text-align: center;
}
#wrapper #contactDetails #Eml{
	text-decoration: none;
	position: relative;
	margin: 9px 0px 30px;
	padding: 0px;
}
#wrapper #contactDetails #Eml a {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 3.5vw;
	height: auto;
	/* [disabled]background-color: #57B0D8; */
	text-decoration: none;
	position: absolute;
	margin-right: auto;
	margin-top: -35px;
	padding: 6px 0px 0px;
	/* [disabled]float: left; */
	/* [disabled]clear: both; */
	width: 100%;
	margin-left: auto;
	text-align: center;
}


#----------------------------------------------------------------{}
#----------------------------------------------------------------{}
#wrapper #bodyText {
	width: 100%;
	height: auto;
	/* [disabled]background-color: #575BEC; */
}
#wrapper #bodyText h1 {
	color: #A6955C;
	font-weight: bold;
	font-family: Times, "Times New Roman", serif;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	font-size: 7vw;
	margin-bottom: 17px;
	margin-top: 8px;
}
#wrapper #bodyText h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.2em;
	padding-bottom: 1px;
	margin: 0px 0px -15px;
	color: #A6955C;
}
#wrapper #bodyText h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	font-size: 1.3em;
	line-height: 1.5em;
	padding-bottom: 0px;
	margin: 0px 0px 7px;
	color: #A6955C;
}
#wrapper #bodyText p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* [disabled]margin-left: 5px; */
	/* [disabled]margin-right: 5px; */
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
}
#wrapper #bodyText .body_text_bold {
	text-transform: uppercase;
	font-weight: bold;
}
#bodyText p a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#wrapper #bodyText a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A6955C;
}
#wrapper #bodyText ul {
	margin: 0px 0px 14px;
	padding-top: 0px;
	text-decoration: none;
}
#bodyText ul li {
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 0px;
	padding-right: 15px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: -25px;
}
#bodyText ul li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
}

#----------------------------------------------------------------{}

.textAnchor:link {
	color: #A6955C;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

#----------------------------------------------------------------{}
#wrapper #bodyText .button {
	background-color: #EFBC09;
	padding: 17px 0px 13px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}
#wrapper #bodyText #buttons {
}
#bodyText #buttons a {
	display: block;
	text-align: center;
	font-size: 0.9em;
	color: #080606;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #E0CB8E;
	margin-bottom: 17px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	-webkit-box-shadow: 0px 8px 15px #8C762D;
	box-shadow: 0px 8px 15px #8C762D;
}
#bodyText #buttons a:hover {
	color: #F9F9F9;
	background-color: #FCA400;
}

#----------------------------------------------------------------{}
#wrapper #MobileFooter {
	width: 100%;
	display: block;
	height: 50px;
	background-color: #A6955C;
}
#wrapper #MobileFooter a {
	display: block;
	text-align: center;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #8C7B3F;
	margin-bottom: 17px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	-webkit-box-shadow: 0px 8px 15px #8C762D;
	box-shadow: 0px 8px 15px #8C762D;
}
#wrapper #MobileFooter a:hover {
	background-color: #FCA400;
}

#----------------------------------------------------------------{
}
#wrapper #Mobcopyright {
	text-align: center;
	font-family: "Times New Roman";
	font-size: 0.8em;
}
}

#----------------------------------------------------------------{}


#----------------------------------------------------------------{}
#----------------------------------------------------------------{}
#----------------------------------------------------------------{}

/*Tablet2*/
@media screen and (min-width:520px) and (max-width:769px){
#mainPicLarge, #contactDetailsMain, #smallNav, #mobileNav, #TabletHeader, #mobileNav, #footerNav, #buttons, #Mobcopyright, #mainPic320, #mainPic321420 {display: none;}
#----------------------------------------------------------------{}
#wrapper {
	/* [disabled]background-color: #EF0909; */
	width: 100%;
	height: auto;
	min-width: 520px;
	max-width: 769px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#wrapper #Header {
	background-color: #A6955C;
	width: 100%;
	height: 100px;
	margin-left: 0px;
	margin-right: 0px;
	/* [disabled]position: relative; */
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	min-width: 519px;
	max-width: 769px;
}
#wrapper #Header .CompanyName {
	display: table-cell;
	/* [disabled]background-color: #57B0D8; */
	width: 70%;
	height: 100px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
	font-weight: 800;
	clear: both;
	margin-left: -108px;
	font-size: 5vw;
	color: #FFFFFF;
}

#Header img  {
	margin-top: 0px;
	margin-left: -38px;
	width: 43%;
	height: 100px;
	/* [disabled]display: none; */
	text-align: center;
	float: left;
}
#----------------------------------------------------------------{}
#wrapper #mainPic {
	width: 100%;
	height: auto;
	display: block;
	margin: 81px 0px 0px;
	padding: 0px;
}
#wrapper #mainPic img {
	width: 100%;
	height: auto;
}
#----------------------------------------------------------------{}
#wrapper #bodyText {
	width: 65%;
	height: auto;
	/* [disabled]background-color: #575BEC; */
	float: left;
}
#wrapper #bodyText p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* [disabled]margin-left: 5px; */
	/* [disabled]margin-right: 5px; */
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
}
#bodyText p a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#wrapper #bodyText h1 {
	color: #A6955C;
	font-weight: bold;
	font-family: Times, "Times New Roman", serif;
	padding-left: 14px;
	padding-right: 25px;
	text-align: center;
	font-size: 5vw;
	margin-bottom: 10px;
	margin-top: 3px;
}

#wrapper #bodyText h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
	padding-bottom: 4px;
	margin: 0px 0px -15px;
	color: #A6955C;
}
#wrapper #bodyText h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom: 0px;
	margin: 0px 0px 7px;
	color: #A6955C;
}

#wrapper #bodyText .body_text_bold {
	text-transform: uppercase;
	font-weight: bold;
}

#----------------------------------------------------------------{}

#nav  {
	background-color: #A6955B;
	width: 100%;
	height: 49px;
	margin-top: 47px;
	position: absolute;
}
#nav-wrapper{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: center;
	height: 36px;
}


#nav ul  {
	list-style: none;
	padding: 0;
	margin: 8px;
	/* [disabled]width: 90px; */
}
#nav ul li {
	display: inline;
	padding-left: 0px;
	padding-bottom: 0px;
	
}
#nav ul li a  {
	background-color: #DFCB8E;
	padding: 9px 24px 7px;
	margin: 0px;
	list-style-type: none;
	color: #000000;
	font-size: 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 800;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#nav ul li a:hover  {
	background-color: #FCA400;
}
#nav-wrapper ul li a.active  {
	background-color: #FCA400;
}

#----------------------------------------------------------------{}
#wrapper #contactDetails {
	background-color: #A6955C;
	display: inline-block;
	width: 100%;
	height: 50px;
	position: absolute;
}
#wrapper #contactDetails #Tel {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 2.5vw;
	display: inline-block;
	height: 20px;
	/* [disabled]background-color: #FFC100; */
	margin-top: 14px;
	margin-left: 41px;
	position: relative;
	clear: both;
}
#wrapper #contactDetails #Eml{
	text-decoration: none;
	/* [disabled]width: auto; */
	position: relative;
	margin-top: 14px;
	display: block;
	float: right;
	margin-right: 46px;
	margin-left: 0px;
	padding: 0px;
}
#wrapper #contactDetails #Eml a {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 2.5vw;
	height: 20px;
	/* [disabled]background-color: #FFC100; */
	text-decoration: none;
	width: auto;
	/* [disabled]position: relative; */
	margin-right: -3px;
	margin-top: -1px;
	padding-bottom: 5px;
	float: right;
	clear: both;
}



#----------------------------------------------------------------{}
#bodyText p a {
	/* [disabled]font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; */
	/* [disabled]font-weight: bold; */
	/* [disabled]text-decoration: none; */
	/* [disabled]color: #000000; */
	/* [disabled]font-size: 7em; */
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}


#wrapper #bodyText .button {
	background-color: #EFBC09;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	height: 35px;
	padding-top: 9px;
}
#wrapper #bodyText .button a {
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 400;
}
.textAnchor:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#wrapper #bodyText a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A6955C;
}
#wrapper #bodyText ul {
	margin: 0px 0px 14px;
	padding-top: 0px;
	text-decoration: none;
}
#bodyText ul li {
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 0px;
	padding-right: 15px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: -25px;
}
#bodyText ul li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
}
#----------------------------------------------------------------{}
#wrapper #bodyText #tabletButtons {
	background-color: #57B0D8;
	height: 84px;
	width: 100%;
}
#bodyText #tabletButtons ul {
	margin: 0px;
	padding: 0px;
}
#tabletButtons ul li {
	/* [disabled]list-style-image: none; */
	width: 36%;
	float: left;
	list-style-type: none;
	display: inline-block;
	height: auto;
	margin-right: 14px;
	font-size: 0.8em;
	margin-left: 14px;
}
#bodyText #tabletButtons a {
	display: block;
	text-align: center;
	font-size: 1.2em;
	color: #080606;
	text-decoration: none;
	padding: 13px 5px;
	background-color: #E0CB8E;
	margin-bottom: 17px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	-webkit-box-shadow: 0px 8px 15px #8C762D;
	box-shadow: 0px 8px 15px #8C762D;
}
#bodyText #tabletButtons a:hover {
	color: #F9F9F9;
	background-color: #FCA400;
}
#tabletButtons ul #ServiceGuide {
}
#tabletButtons ul #EngineWarranty {
	/* [disabled]float: right; */
}


#----------------------------------------------------------------{}
#----------------------------------------------------------------{}
#wrapper #Sidelinks {
	width: 35%;
	height: auto;
	background-color: #EADAA0;
	/* [disabled]top: -688px; */
	position: relative;
	margin-top: 2px;
	float: right;
	padding-right: 0px;
	right: 1px;
}
#wrapper #Sidelinks ul {
	margin: 0px;
	padding: 12px 12px 0px;
	/* [disabled]text-decoration: none; */
	/* [disabled]list-style-image: none; */
	list-style-type: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
}
#Sidelinks ul li {
	margin-bottom: 22px;
}
#Sidelinks ul li a {
	text-decoration: none;
	color: #8D7F4F;
	display: block;
}

#Sidelinks ul ul {
}
#Sidelinks ul ul li {
	color: #A6955A;
	font-size: 0.8em;
	text-transform: uppercase;
}
#wrapper #Sidelinks #copyright {
	text-align: center;
	font-family: "Times New Roman";
	font-size: 0.5em;
}
#----------------------------------------------------------------{}


#----------------------------------------------------------------{}
#wrapper #MobileFooter {
	width: 26%;
	display: none;
	height: 0px;
	background-color: #A6955C;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#wrapper #MobileFooter a {
	display: block;
	text-align: center;
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #8C7B3F;
	margin-bottom: 17px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bolder;
	-webkit-box-shadow: 0px 8px 15px #8C762D;
	box-shadow: 0px 8px 15px #8C762D;
	margin-left: auto;
	margin-right: 0px;
}
#wrapper #MobileFooter a:hover {
	background-color: #FCA400;
}

#----------------------------------------------------------------{}


      
}

#----------------------------------------------------------------{}
/*Desktop*/


@media screen and (min-width:770px) and (max-width:1023px){
#smallNav, #mobileNav, #contactDetails, #mainPic, #MobileFooter, #buttons, #Mobcopyright, #mainPic320, #mainPic321420 {
	display: none;
}


#----------------------------------------------------------------{}
#wrapper {
	min-width: 770px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 0px;
}
#wrapper #Header {
	background-color: #A6955C;
	width: 100%;
	height: 100px;
	margin-left: 0px;
	margin-right: 0px;
	/* [disabled]position: relative; */
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	min-width: 770px;
	max-width: 1023px;
	display: inline-block;
	clear: left;
}
#----------------------------------------------------------------{}
#wrapper #mainPicLarge {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	height: auto;
}
#wrapper #mainPicLarge img {
	width: 100%;
	height: auto;
}
#----------------------------------------------------------------{}
#Header img  {
	margin-top: 0px;
	margin-left: -14px;
	width: 195px;
	height: 100px;
	/* [disabled]display: none; */
	text-align: center;
	float: left;
}
#wrapper #Header .CompanyName {
	display: table-cell;
	/* [disabled]background-color: #57B0D8; */
	width: 383px;
	height: 100px;
	vertical-align: middle;
	padding: 0px auto;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
	font-weight: 800;
	margin-left: 0px;
	font-size: 2em;
	color: #FFFFFF;
	position: relative;
}
#wrapper #Header #HeaderContact {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 1.8vw;
	/* [disabled]display: inline-block; */
	height: 21px;
	/* [disabled]background-color: #FFC100; */
	position: absolute;
	width: auto;
	margin-top: -67px;
	right: 12px;
	text-align: right;
}
#----------------------------------------------------------------{}

#wrapper #contactDetails {
	background-color: #A6955C;
	display: none;
	width: 100%;
	height: 50px;
	position: absolute;
	margin-top: -5px;
	padding-left: 0px;
}
#wrapper #contactDetails #Tel {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 1em;
	display: inline-block;
	height: 20px;
	/* [disabled]background-color: #FFC100; */
	margin-top: 14px;
	margin-left: 41px;
	position: relative;
	clear: both;
}
#wrapper #contactDetails #Eml{
	text-decoration: none;
	width: auto;
	position: relative;
	margin-top: 14px;
	display: inline-block;
	float: right;
}
#wrapper #contactDetails #Eml a {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 1em;
	height: 20px;
	/* [disabled]background-color: #FFC100; */
	text-decoration: none;
	width: auto;
	/* [disabled]position: relative; */
	margin-right: -3px;
	margin-top: -1px;
	padding-bottom: 5px;
	float: right;
	clear: both;
}

#----------------------------------------------------------------{}
#nav  {
	background-color: #A6955B;
	width: 100%;
	height: 54px;
	margin-top: -4px;
	position: relative;
}
#nav-wrapper{
	width: 413px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: right;
	height: 38px;
	position: absolute;
	display: inline-block;
	/* [disabled]float: right; */
	right: 0px;
}
#nav #nav-wrapper ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	background-color: #A6955C;
	height: 53px;
	width: 395px;
	/* [disabled]position: absolute; */
	float: right;
}
#nav-wrapper ul li {
	position: relative;
	padding-left: 5px;
	float: left;
}
 #nav-wrapper ul li a{
	display: block;
	color: #000000;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 900;
	text-align: center;
	padding: 8px 15px;
	background-color: #E0CB8E;
	margin-right: 23px;
	margin-left: -18px;
	margin-top: 9px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
} 
#nav-wrapper ul li a.active  {
	background-color: #FCA400;
}

#----------------------------------------------------------------{}
#wrapper #bodyText {
    height: auto;
    /* [disabled]background-color: #575BEC; */
    clear: left;
    float: left;
    width: 65%;
}
#wrapper #bodyText p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* [disabled]margin-left: 5px; */
	/* [disabled]margin-right: 5px; */
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.5em;
}
#wrapper #bodyText h1 {
	color: #A6955C;
	font-weight: bold;
	font-family: Times, "Times New Roman", serif;
	padding-left: 12px;
	padding-right: 25px;
	text-align: left;
	font-size: 2.em;
	margin-bottom: 16px;
	margin-top: 3px;
	font-size: 3.05vw;
}

#wrapper #bodyText h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 0px;
	margin: 0px 0px -15px;
	color: #A6955C;
}
#wrapper #bodyText h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	font-size: 1.3em;
	line-height: 1.5em;
	padding-bottom: 0px;
	margin: 0px 0px 7px;
	color: #A6955C;
}




#wrapper #bodyText .body_text_bold {
	text-transform: uppercase;
	font-weight: bold;
}
#bodyText p a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#wrapper #bodyText ul {
	margin: 0px 0px 14px;
	padding-top: 0px;
	text-decoration: none;
}
#bodyText ul li {
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 0px;
	padding-right: 15px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: -25px;
}
#bodyText ul li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
}

#----------------------------------------------------------------{}

.textAnchor:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}
#wrapper #bodyText a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A6955C;
}

#----------------------------------------------------------------{}
#wrapper #Sidelinks {
	width: 35%;
	height: auto;
	background-color: #EADAA0;
	/* [disabled]top: -688px; */
	position: relative;
	margin-top: 4px;
	float: right;
	padding-right: 0px;
}
#wrapper #Sidelinks ul {
	margin: 0px;
	padding: 12px 12px 0px;
	/* [disabled]text-decoration: none; */
	/* [disabled]list-style-image: none; */
	list-style-type: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
}
#Sidelinks ul li {
	margin-bottom: 22px;
}
#Sidelinks ul li a {
	text-decoration: none;
	color: #8D7F4F;
	display: block;
}

#Sidelinks ul ul {
}
#Sidelinks ul ul li {
	color: #A6955A;
	font-size: 0.8em;
	text-transform: uppercase;
}
#Sidelinks ul li a:hover  {
	text-decoration: none;
	color: #605015;
}
#wrapper #Sidelinks #copyright {
	text-align: center;
	font-family: "Times New Roman";
	font-size: 0.5em;
}
#----------------------------------------------------------------{}


}

/*MaxScreen*/

@media screen and (min-width:1024px){

#smallNav, #mobileNav, #contactDetails, #mainPic, #MobileFooter, #buttons, #Mobcopyright, #mainPic320, #mainPic321420 {
	display: none;
}


#----------------------------------------------------------------{}
#wrapper {
	min-width: 1024px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 0px;
	padding: 0px;
}
#wrapper #Header {
	background-color: #A6955C;
	width: 100%;
	height: 100px;
	margin-left: 0px;
	margin-right: 0px;
	/* [disabled]position: relative; */
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	max-width: 1024px;
	display: inline-block;
	clear: left;
}
#wrapper #mainPicLarge {
	width: 100%;
	margin: 45px 0px 0px;
	padding: 0px;
	display: block;
	height: auto;
}
#wrapper #mainPicLarge img {
	width: 100%;
	height: auto;
}
#Header img  {
	margin-top: 0px;
	width: 195px;
	height: 100px;
	/* [disabled]display: none; */
	text-align: center;
	float: left;
}
#wrapper #Header .CompanyName {
	display: table-cell;
	/* [disabled]background-color: #57B0D8; */
	width: 383px;
	height: 100px;
	vertical-align: middle;
	padding: 0px auto;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
	font-weight: 800;
	margin-left: 0px;
	font-size: 2em;
	color: #FFFFFF;
	position: relative;
}
#wrapper #Header #HeaderContact {
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bolder;
	font-size: 1.2em;
	/* [disabled]display: inline-block; */
	height: 21px;
	/* [disabled]background-color: #FFC100; */
	position: absolute;
	width: auto;
	margin-top: -67px;
	/* [disabled]right: 119px; */
	text-align: right;
	/* [disabled]float: right; */
	margin-left: 750px;
}
#----------------------------------------------------------------{}
#nav  {
	background-color: #A6955B;
	width: 1024px;
	height: 38px;
	margin-top: -4px;
	position: absolute;
}
#nav-wrapper{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	text-align: right;
	height: 36px;
	position: absolute;
	display: inline-block;
}
#nav #nav-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 620px;
	overflow: hidden;
	background-color: #A6955C;
	height: 53px;
	/* [disabled]float: left; */
}
#nav-wrapper ul li {
	float: left;/*border-left: 1px solid #bbb;*/
	width: auto;
	/* [disabled]background-color: #57B0D8; */
	position: relative;
	padding-left: 0px;
}
 #nav-wrapper ul li a{
	display: block;
	color: #000000;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 900;
	text-align: center;
	padding: 8px 16px;
	background-color: #E0CB8E;
	margin-right: 23px;
	margin-left: -13px;
	margin-top: 9px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
} 


 #nav-wrapper ul li a:hover{
background-color: #FCA400
} 
#nav-wrapper ul li a.active  {
	background-color: #FCA400;
}

#----------------------------------------------------------------{}
#wrapper #bodyText {
	clear: left;
	float: left;
	width: 64%;
}
#wrapper #bodyText p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-left: 15px;
	margin: 16px 0px -7px;
}
#wrapper #bodyText h1 {
	color: #A6955C;
	font-weight: bold;
	font-family: Times, "Times New Roman", serif;
	padding-left: 15px;
	padding-right: 25px;
	text-align: left;
	font-size: 2.em;
	margin-bottom: 15px;
	margin-top: 3px;
	font-size: 2em;
}
#wrapper #bodyText h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 0px;
	margin: 20px 0px -15px;
	color: #A6955C;
}

#wrapper #bodyText h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	font-size: 1.3em;
	line-height: 1.5em;
	padding-bottom: 0px;
	margin: 0px 0px 7px;
	color: #A6955C;
}
#wrapper #bodyText .body_text_bold {
	text-transform: uppercase;
	font-weight: bold;
}
#bodyText p a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: -5px;
	margin-right: -5px;
}
#wrapper #bodyText a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A6955C;
}
#wrapper #bodyText ul {
	margin: 21px 0px 14px;
	padding-top: 0px;
	text-decoration: none;
}
#bodyText ul li {
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 0px;
	padding-right: 15px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.5em;
	margin-left: -25px;
}
#bodyText ul li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -10px;
}
 

#----------------------------------------------------------------{}
#wrapper #Sidelinks {
	width: 34%;
	height: auto;
	background-color: #EADAA0;
	position: relative;
	margin-top: 2px;
	float: right;
	padding-right: 0px;
	right: 0px;
}
#wrapper #Sidelinks ul {
	margin: 0px;
	padding: 12px 12px 0px;
	list-style-type: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
}
#Sidelinks ul li {
	margin-bottom: 22px;
}
#Sidelinks ul li a {
	text-decoration: none;
	color: #8D7F4F;
	display: block;
}

#Sidelinks ul ul {
}
#Sidelinks ul ul li {
	color: #A6955A;
	font-size: 0.8em;
	text-transform: uppercase;
}

#wrapper #Sidelinks #copyright {
	text-align: center;
	font-family: "Times New Roman";
	font-size: 0.5em;
}

#----------------------------------------------------------------{}
#----------------------------------------------------------------{}

.textAnchor:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}

#----------------------------------------------------------------{}

}
