@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
	font-size: 15px;
	font-family: Century Gothic, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
html, body	{ height: 100%; min-height: 100%; }

.clearfix:after		{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix		{ display: inline-block; }
html[xmlns] .clearfix	{ display: block; }
* html .clearfix	{ height: 1%; }

textarea		{ font-size: 13px; font-family: Century Gothic, Arial, Helvetica, sans-serif; resize: none; }
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='number'],
input[type='password']	{ font-size: 15px; }
textarea,
input, select	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type='submit']	{ -webkit-appearance: none; border-radius: 3px; background: #e2e2e2; color: #333333; border: 1px solid #888888; cursor: pointer; }

#wrapper	{ margin: 0 auto; border: 0px solid #bbbbbb; background: #ffffff; overflow: hidden; }
#middle		{ width: 1100px; margin: 0 15px 5px 15px; padding: 0; background: #ffffff; min-height: 100px; overflow: hidden; margin-left: auto; margin-right: auto; }


/* DEFAULT STYLING */

a		{ color: #000000; text-decoration: none; }
a:hover,
a:focus		{ color: #444444; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { color: #E8D071; font-weight: normal; }

h1		{ font-size: 34px; }
h2		{ font-size: 25px; }
h3		{ font-size: 20px; text-transform: uppercase; }
h4		{ font-size: 18px; font-weight: bold; }
h5		{ font-size: 16px; text-transform: uppercase; }
h6		{ font-size: 15px; text-transform: uppercase; color: #e0c041; }

p, li, td, th	{ color: #222222; line-height: 20px; }
#wrapper img	{ max-width: 100%; height: auto; }
iframe		{ max-width: 100%; }

#middle li			{ margin-bottom: 6px; line-height: 18px; }
#middle li ul, #middle li ol	{ margin-top: 6px; }
#middle hr			{ border: 0; width: 80%; margin: 20px auto; color: #cccccc; background-color: #cccccc; height: 1px; }
#middle ul > li ul		{ list-style-type: circle; }
#middle ol > li > ol		{ list-style-type: lower-alpha; }
#middle ol > li > ol > li > ol	{ list-style-type: lower-roman; }
#middle blockquote		{ font-family: Georgia, Times, "Times New Roman", serif; font-style: italic; padding: 0 8px 0 20px; border-left: 5px solid #cccccc; overflow: hidden; }

/* HEADER */
#headerwrapper				{ background: #000000; }
#header						{ position: relative; display: block; margin-left: auto; margin-right: auto; top: 0; width: 1100px; }
#headerleft					{ position: relative; display: inline-block; width: 50%; border: 0px solid orange; }
#headerleft img				{ position: relative; display: inline-block; top: 15px; width: auto; height: auto; }
#headerright				{ position: relative; display: inline-block; width: 50%; text-align: right; }
#headerright h6				{ position: relative; display: inline-block; padding-right: 10px; }
#headerright a				{ position: relative; display: inline-block; color: #ffffff; font-size: 15px; text-decoration: none; }
#headerright a:hover,
#headerright a:focus			{ text-decoration: underline; }
#headerright a:first-of-type	{ padding-right: 15px; }
#headerrightphone			{ display: inline-block; }


/* HORIZONTAL AND NAVIGATION MENU */
#navigationwrapper			{ position: relative; display: block; bottom: 17px; width: 100%; }
#stripedbar					{ position: relative; display: block; width: 100%;  background: transparent url("../images/headerbar.png") repeat-x; height: 38px; z-index: 20;}
#menuh						{ position: relative; display: block; margin-left: auto; margin-right: auto; border: 0px solid green; bottom: 20px; width: 1100px; background: #e0c041;  z-index: 11;}

#menuh nav					{ display: block; width: 99%; }

#menuh nav a					{ display: block; padding: 25px 30px 15px 30px; text-decoration: none; background: #e0c041; color: #ffffff; }
#menuh nav a:hover,
#menuh nav a:focus			{ background-color: #e8d071; text-decoration: underline; }
#menuh nav ul li ul a				{ color: #ffffff; }
#menuh nav a.active			{ background-color: #e8d071; color: #ffffff; }
#menuh nav a.active-child 	{ background-color: #e8d071; color: #ffffff; }

#menuh nav ul		{ margin: 0; padding: 15px 4px 17px 0; list-style: none; text-align: left; display: inline; }
#menuh nav ul li	{ display: inline-block; margin-right: -4px; position: relative; padding: 0; background: #fff; cursor: pointer; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -ms-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; }
#menuh nav ul li:hover,
#menuh nav ul li:focus	{ background: #555; color: #fff; }
#menuh nav ul li ul	{ padding: 0; position: absolute; top: 60px; left: 0; width: 190px; display: block; opacity: 0; visibility: hidden; z-index: 90; -webkit-transiton: opacity 0.2s; -moz-transition: opacity 0.2s; -ms-transition: opacity 0.2s; -o-transition: opacity 0.2s; -transition: opacity 0.2s; }
#menuh nav ul li ul li	{ background: #555; display: block; color: #fff; }

#menuh nav ul li ul li:hover,
#menuh nav ul li ul li:focus { background: #666; }
#menuh nav ul li:hover ul,
#menuh nav ul li:focus ul { display: block; opacity: 1; visibility: visible; }


/* SLIDESHOW */

#slideshowwrapper	{ display: block; position: relative; width: 100%; height: auto; margin-top: -95px; }
.cycle-slideshow	{ overflow: hidden; width: 100%; height: auto; z-index: 10; }
.cycle-slide		{ width: 100%; line-height: 0; }
.cycle-slide a		{ display: block; width: 100%; height: auto; line-height: 0; }
.cycle-slide a:hover,
.cycle-slide a:focus	{  }
.cycle-slide img	{ line-height: 0; width: 100%; height: auto;}

.slideshow-overlay	{ position: absolute;  z-index: 10; width: 100%; bottom: 20px; }
.slideshow-text		{ position: relative; display: block; width: 100%; margin-left: auto; margin-right: auto; padding: 40px 0; text-align: center; background: rgba(0, 0, 0, 0.75); color: #ffffff; font-size: 25px; vertical-align: top; }

.button-overlay		{ position: relative; display: block; bottom: 283px; z-index: 10; border: 0px solid blue; width: 100%;}
#prevbutton		{ display: inline-block; z-index: 20; float: left; }
#nextbutton		{ display: inline-block;  z-index: 20; float: right; }


/* FEATURE BUTTONS */
.featurebuttonwrapper	{ position: relative; display: block; width: 100%; background-color: #e0c041; height: 122px; border: 0px solid grey;  }
.featurebutton			{ position: relative; display: block; width: 1100px; border: 0px solid grey; margin-left: auto; margin-right: auto; }
.featurebuttonbox		{ position: relative; display: inline-block; width: 30%; margin-right: 3% }
.featurebuttonbox:hover,
.featurebuttonbox:focus	{ opacity: 0.7; }
.featurebuttonboximage	{ position: relative; display: inline-block; width: 37%;  }
.featurebuttonboxtext	{ position: relative; display: inline-block; margin-left: 5%; width: 58%; vertical-align: top; padding: 45px 0; font-size: 25px; color: #ffffff; }


/* PAGE TREE */

#pagetree		{ text-align: right; }
#pagetree p		{ font-size: 12px; margin: 0; padding: 10px 0 0 0; }
#pagetree p a		{ font-size: 12px; }

#pageheading		{ width: auto; padding-bottom: 0; text-align: left; }


/* VERTICAL MENU */

#leftcontainer		{ float: left; width: 182px; border: 1px solid #bbbbbb; display: none; }
#leftcontainer ul	{ position: relative; margin: 0; padding: 0; list-style: none; }
#leftcontainer ul li a	{ position: relative; display: block; margin: 0 auto; padding: 10px; border: 1px solid #bbbbbb; text-decoration: none; }
#leftcontainer ul a.active { color: #000000; }


/* IMAGE LIBRARY */

#imagelibrary		{ margin: 4px; padding: 4px; }
#imagelibrary img	{ margin: 3px; }


/* IMAGE STYLING */

html>body .outerpair1	{ background: url(../images/upperrightfade.png) no-repeat right top; }
html>body .outerpair2	{ background: url(../images/lowerleftfade.png) no-repeat left bottom; padding-top: 8px; padding-left: 8px; }
html>body .shadowbox	{ background: url(../images/shadow.png) bottom right; }
html>body .innerbox	{ position: relative; left: -8px; top: -8px; }
.shadowbox img		{ border: 1px solid #000000; vertical-align: bottom; }

.pageimagecenter	{ text-align: center; margin: 0 auto; padding: 0; max-width: 100%; }
.pageimageright		{ float: right; margin: 5px 0 5px 5px; padding: 0; max-width: 100%; }
.pageimageleft		{ float: left; margin: 5px 5px 5px 0; padding: 0; max-width: 100%; }
.pageimagenone img	{ margin: 3px; padding: 0; }

/* HOME RECENT NEWS */
#recentnewsheading				{ background: #e9d47a; display: block; text-align: center; }
#recentnewsheading h2			{ color: #ffffff; }
.recentnewspost					{ position: relative; display: inline-block; width: 33%; background: #faf6e3; }
.recentnewspostleft				{ position: relative; display: inline-block; max-width: 100%; }
.recentnewspostleft img			{ position: relative; display: inline-block; width: 100%; height: auto; }
.recentnewspostright			{ position: relative; display: inline-block; max-width: 100%; vertical-align: top; margin: 14px 0; }
.recentnewsheader				{ position: relative; display: block; margin-left: auto; margin-right: auto; width: 80%; font-size: 17px; font-weight: bold; text-decoration: none; color: #000000; }
.recentnewsheader a				{ margin: 0; padding: 0; }
.recentnewsdescription			{ border: 0px solid green; position: relative; display: block; margin-left: auto; margin-right: auto; width: 80%; }
.recentnewsdate					{ position: relative; display: block; margin-left: auto; margin-right: auto; width: 80%; font-size: 13px; font-style: italic; }



/* SOCIAL SHARING BUTTONS */

#social			{ height: auto; padding: 20px 0; overflow: hidden; float: left; }
.a2a_label { display: none !important; }

/* PAGE GALLERY */

.pagegalleryheading	{ display: none; }
.pagegalleryinner	{ width: 100%; margin: 0; padding: 0; }
.pagegalleryimage	{ position: relative; display: inline-block; width: 14%; height: 0; padding-bottom: 14%; overflow: hidden; margin: 0.3%; vertical-align: middle; }
.pagegalleryimage img	{ border: 0; vertical-align: middle; line-height: 0; position: absolute; display: block; max-width: 240% !important; /*min-width: 100% !important;*/ height: auto; /*min-height: 100%;*/ /*left: -25%;*/ }
.pagegalleryimage a	{ line-height: 0; }
.pagegalleryimage a:hover img,
.pagegalleryimage a:focus img { opacity: 0.7; }


/* LINKS SECTION */

.link			{ background: #efefef; overflow: hidden; border: 1px solid #bbbbbb; margin: 15px 0; padding: 5px; }
.linktop		{ margin: 0; padding: 5px; }
.linktop,
.linktop a		{ font-size: 14px; font-weight: bold; text-transform: uppercase; text-decoration: none; }
.linkleftcontainer	{ float: left; width: 150px; height: auto; max-width: 25%; margin: 0 5px 0 0; }
.linkleftcontainer img	{ border-style: none; margin: 0; padding: 0; line-height: 0; }
.linkrightcontainer	{ height: 120px; overflow-y: auto; border: 1px solid #bbbbbb; background: #ffffff; padding: 5px; }
.linkrightcontainer p	{ margin: 0; }
.linkfooter		{ padding: 5px 0 0 0; text-align: right; }


/* HTML SITEMAP */

#sitemap a		{ text-decoration: none; }
.sitemapL2:before,
.sitemapL3:before,
.sitemapL4:before,
.sitemapL5:before,
.sitemapL6:before	{ content: "\00BB"; display: inline-block; margin: 0 3px 0 0; }
.sitemapL1		{ margin: 0 0 5px 0;  }
.sitemapL1 a		{ font-size: 16px; text-transform: uppercase; font-weight: bold; }
.sitemapL2		{ margin: 10px 0 3px 10px; }
.sitemapL2 a		{ color: #333333; text-transform: uppercase; }
.sitemapL3		{ margin: 0 0 3px 20px; }
.sitemapL4		{ margin: 0 0 3px 30px; }
.sitemapL5		{ margin: 0 0 3px 50px; }
.sitemapL6		{ margin: 0 0 3px 60px; }


/* BLOG */
/* Post List */
.posts				{ padding: 10px 0 25px 0; }
.posts h1 a			{  text-decoration: none; }
.posts h1 a:hover,
.posts h1 a:focus	{ color: #E0C041; text-decoration: underline; }
.posts .date			{ color: #E9D47B; letter-spacing: -0.5px; font-size: 14px; font-weight: bold; text-transform: uppercase; }
.pageimagenone		{ border: 0px solid red; display: block; }

/* Post Display */
.post .date		{ color: #bbbbbb; letter-spacing: -0.5px; font-size: 14px; font-weight: bold; text-transform: uppercase; }

/* Next Post */
.next_post		{ margin: 15px 0; }

/* Popular Posts */
.popular_posts		{ padding: 0 0 10px 0; border-top: 3px solid #dfdfdf; border-bottom: 3px solid #dfdfdf; }
.popular_posts ul	{ padding-left: 20px; }

/* Comments */
.comments 			{ display:none;}
.comment		{ border-bottom: 1px solid #cccccc; padding: 13px 0; width: 60%; overflow: hidden; }
.commentName,
.commentName a		{ font-weight: bold; text-decoration: none; }
.commentName a:hover,
.commentName a:focus	{}
.commentDate		{ color: #666666; font-size: 12px; padding-bottom: 10px; }
.commentText,
.commentText p		{ color: #555555; margin: 0; }




/* ADMIN STYLING */

#adminpage input[name='login'],
#adminpage input[name='password'] { width: 100%; }

#adminpage		{ margin: 0 0 20px 0; font-size: 12px; font-weight: normal; }
#adminpage b		{ color: #000000; font-weight: bold; }

#adminpage table	{ margin-bottom: 10px; border: 1px solid #9f9f9f; background: #dfdfdf; }
#adminpage table img	{ display: inline-block; margin: 0 auto; }
#adminpage td		{ background: #dfdfdf; color: #000000; text-align: left; }
#adminpage th		{ background: #cfcfcf; color: #000000; text-align: left; }
#adminpagegallery	{ position: relative; font-size: 12px; font-weight: normal; }

#adminpage table.productedit	{ width: 100%; }
#adminpage .productedit > td	{ background: #d6d6d6; }
#adminpage .productedit2 > td	{  }
#adminpage table.LogBody	{ width: 100%; }
#adminpage table.log		{ width: 100%; background: #333333; }
#adminpage table.log th		{ padding: 2px; background: #555555; color: #ffffff; font-size: 13px; }
#adminpage table .logrow1 td	{ padding: 4px; background: #cfcfcf; font-size: 12px; }
#adminpage table .logrow2 td	{ padding: 4px; background: #eeeeee; font-size: 12px; }
#adminpage table .logrowS td	{ padding: 4px; background: #ffff66; font-size: 12px; }
#adminpage table label		{ display: inline-block; width: 100%; padding: 2px; }
#adminpage table label:hover,
#adminpage table label:focus	{ color: #cf0000; cursor: pointer; }

.audit_box li		{ width: 48%; display: inline-block; vertical-align: top; }
span.audit_showhide	{ background: #222; }

#adminpage input[size='90']	{ width: 100%; }
#adminpage input[name='insert']	{ width: 50%; }


/* Blog Admin */
.admin_blog input[type='text']	{ width: 100%; }
.admin_blog textarea		{ width: 100%; min-height: 80px; }
.admin_blog table	{ width: 100%; }
.admin_blog td,
.admin_blog th		{ padding: 0 10px; }
.admin_blog td		{ padding-top: 5px; padding-bottom: 5px; border-top: 2px solid #bbb; }
.admin_blog .comBox	{ padding: 5px; max-width: 500px; max-height: 35px; line-height: 17px; background: #efefef; overflow-y: auto; }


/* SUBPAGES */

.subpages div		{ display: inline-block; width: 19%; margin: 4px 4px 4px 2px; text-align: center; vertical-align: top; }
.subpages a		{ display: inline-block; max-width: 100%; }
.subpages img		{ border: 0; margin-bottom: 5px; }
.subpages span		{ display: inline-block; text-decoration: underline; width: 100%; max-width: 100%; }
.subpages a:hover img,
.subpages a:focus img	{ opacity: 0.7; }


/* CONTACT MESSAGE */

#contact		{ clear: both; width: auto; margin: 20px auto; background: #cccccc; color: #000000; font-size: 14px; text-align: center; }


/* CONTACT */

#maps										{ position: relative; display: inline-block; width: 99%; }
#maps iframe									{ width: 100%; border: 0; }
#contactform								{ position: relative; display: inline-block; border: 0px solid blue; float: left; width: 50%; } 
#contactform input[name='enquiry[Postcode]'] { width: 100px; }
#contactform #contact_thanks { padding: 15px; margin: 0 auto; width: 75%; text-align: center; border: 1px solid #afafaf; background: #cfcfcf; }
#contactright								{ position: relative; display: inline-block; border: 0px solid green; float: right; width: 50%; font-size: 18px; margin-bottom: 10px; }
#contactright h2							{ margin-top: 0; padding-top: 0; }
.contactrightdetails						{ margin-bottom: 10px;  }
.contactrightdetails a						{ text-decoration: none; }Fc
.contactrightdetails a:hover, a:focus		{ text-decoration: underline; }

/* SITE FORMS */

.form			{ overflow: hidden; text-align: left; width: 560px; max-width: 100%; }
.form *			{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.form .error		{ color: #cc0000; }
.form > div		{ padding: 1px; margin: 0 0 10px 0; overflow: hidden; }
.form > div > label	{ width: 25%; float: left; padding-right: 10px; line-height: 24px; }
.form > div > div	{ width: 75%; float: right; }
.form input[type=text],
.form input[type=email],
.form input[type=url],
.form input[type=password],
.form input[type=tel],
.form input[type=number],
.form textarea,
.form select			{ width: 75%; padding: 4px; border: 1px solid #ccc; border-radius: 2px; }
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=url]:focus,
.form input[type=password]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus,
.form textarea:focus		{ outline: 0; border-color: #4697e4; }

@media (max-width: 640px) {
	.form > div		{ margin: 0 0 8px 0; }
	.form > div > label	{ width: 100%; float: none; margin: 0 0 5px 0; }
	.form > div > div	{ width: 100%; float: none; }
	.form input[type=text],
	.form input[type=email],
	.form input[type=url],
	.form input[type=password],
	.form input[type=tel],
	.form input[type=number],
	.form textarea,
	.form select		{ width: 100%; }
}

/* LOWER MENU */
#lowermenuouterwrapper	{ position: relative; display: block; width: 100%; height: 281px; min-height: 230px; }
#lowermenutopbar		{ position: relative; display: block; width: 100%;  background: transparent url("../images/lowermenutopbar.png") repeat-x; height: 38px; z-index: 8; top: 20px; }
#lowermenuwrapper		{ position: relative; display: block; background: #000000; z-index: 9; width: 100%; }
#lowermenu				{ position: relative; display: block; border: 0px solid white; width: 1100px; margin-left: auto; margin-right: auto; padding: 15px 0; }
#lowermenu a				{ text-decoration: none; color: #ffffff; line-height: 25px; }
#lowermenu a:hover,
#lowermenu a:focus		{ text-decoration: underline; }
#lower1					{ position: relative; display: inline-block; width: 15%; margin-right: 3.3%; }
#lower1 ul				{ list-style-type: none; padding: 0; }
#lower2					{ position: relative; display: inline-block; width: 15%; margin-right: 3.3%; vertical-align: top; }
#lower2 ul				{ list-style-type: none; padding: 0; }
#lower3					{ position: relative; display: inline-block; width: 30%; margin-right: 3.3%; vertical-align: top; padding: 10px 0; }
#lower3 h6				{ margin-top: 25px; margin-bottom: 0; }
#lower3 p				{ color: #ffffff; line-height: 25px; }
#lower4					{ position: relative; display: inline-block; width: 30%; border: 0px solid grey; }
#lower4 img				{ width: 100%; height: auto; }
#lowermenubottombar		{ position: relative; display: block; width: 100%;  background: transparent url("../images/lowermenubottombar.png") repeat-x; height: 38px; z-index: 8; bottom: 20px; }

/* FOOTER */

#footer		{ clear: both; padding: 5px 10px; border-top: 1px solid #bbbbbb; background: #ffffff; color: #000000; font-size: 11px; font-weight: normal; text-align: center; margin-top: 25px; }
#footer a	{ font-size: 11px; text-decoration: underline; color: #000000; }
#footer a:hover,
#footer a:focus	{ text-decoration: none; }
#footer img	{ margin-left: 5px; vertical-align: top; }

@media (max-width: 1300px) {
	.button-overlay		{ bottom: 180px; }
}

@media (max-width: 1120px) {
	#header				{ width: 100%; }
	#headerleft			{ width: 40%; }
	#headerright		{ width: 60%; }
	#menuh				{ width: 100%; }
	.featurebutton		{ width: 100%; } 
	.featurebuttonbox	{ width: 33%; margin-right: 0; }
	#middle				{ width: 98%; }
	#lowermenu			{ width: 95%; margin-left: auto; margin-right: auto; border: 0px solid green; }

}

@media (max-width: 1024px) {
	.button-overlay		{ bottom: 100px; }

}

@media	(max-width: 915px) {
	#headerleft				{ display: block; width: 100%; text-align: center; }
	#headerright			{ display: block; width: 100%; text-align: center; }
	.featurebuttonwrapper	{ height: 250px; }
	.featurebuttonbox		{ width: 50%; margin-right: 0; }
	#lower1					{ width: 50%; margin-right: 0; }
	#lower2					{ width: 50%; margin-right: 0; }
	#lower3					{ width: 45%; margin-right: 0; }
	#lower4					{ width: 55%; margin-right: 0; }
	#lower4 img				{ width: auto; height: auto; }
	#footer					{ margin-top: 232px; }
}

@media	(max-width: 800px) {
	.button-overlay			{ display: none; }
	.slideshow-overlay		{ display: none; }

	/* Contact Area */
	#contactform		{ display: block; margin-left: auto; margin-right: auto; border: 0px solid blue; float: top; width: 99%; padding-left: 1%; }
	#contactright		{ display: block; width: 99%; }
}


/* RESPONSIVE FOR MOBILE */
@media (max-width: 640px) {
	* { width: auto; height: auto; }

	/*Header*/
	#headerwrapper	{ height: 230px; }
	#headerright h6		{ margin-bottom: 0; }
	#headerrightphone	{ display: block; }
	
	/*Navigation Area*/
	#navigationwrapper	{ bottom: 50px; }
	#stripedbar			{ display: none; }

	/* Structure */
	#wrapper		{ width: 100%; border: 0; }
	#middle			{ width: auto; margin: 0 15px; float: none; border: 0; }
	
	/* Left Menu */
	#leftcontainer		{ width: auto; float: none; }
	#leftcontainer ul	{ display: none; }

	/* Main Menu */

	#menubg			{ position: relative; margin-top: 0px; margin-bottom: 7px; text-align: left; left: 0;  z-index: 999; }
	#menu			{ z-index: 999; }
	#menuwrapper	{ height: 100px; }
	#menuh nav		{ width: 100%;  z-index: 999; }
	#menu nav a		{ padding: 10px 5px; font-size: 13px; }

	/* Main Menu */
	#toggleMenu							{ background: url("../images/menu-icon.png") 20px 15px no-repeat; color: #ffffff; font-size: 15px; font-weight: bold; text-transform: uppercase; padding: 11px 15px 13px 45px; cursor: pointer; text-align: left; }
	#toggleMenu:hover					{ background-color: #000000; }

	#menuh								{ position: relative; display: inline-block; top: -3px; left: 0; width: 100%; height: auto; margin: 0; font-size: 15px; /* background: url("../images/menu-bg.png") repeat; */  background: #E0C041; z-index: 35; float: none; }
	#menuh nav a 							{ color: #ffffff; padding: 15px 0; display: block; padding: 10px 0px 13px 20px; text-decoration: none; }
	#menuh nav ul							{ padding: 0; margin: 0; }
	#menuh nav ul li						{ width: 100%; margin-right: 0;  background: #000000; }
	#menuh nav ul li a:hover,
	#menuh nav ul li a:focus			 	{ background: #EDDD88; }
	#menuh nav ul li:hover					{ background: #EDDD88; color: #ffffff; }
	#menuh nav a.active					{ background: #FADA5B; color: #ffffff; font-weight: bold; }
	#menuh nav a:hover					{ background: #EDDD88; color: #ffffff; }
	#menuh nav ul li ul						{ display: none; }
	#menuh nav ul li ul li						{ display: none; }

	/*Feature Area*/
	.featurebuttonwrapper				{ height: 375px; }
	.featurebuttonbox					{ width: 100%; }

	/* Gallery */
	.pagegalleryimage	{ width: 19%; padding-bottom: 19%; margin: 0.5%; }

	/* HTML Sitemap */
	#sitemap > div		{ float: none !important; width: auto !important; }

	/* Admin Area */
	#adminpage textarea,
	#adminpage select,
	#adminpage input		{ width: 100%; }
	#adminpage input[size='3']	{ width: 50px; }
	#adminpage input[type='submit']	{ width: auto; }
	.audit_box li			{ width: auto; display: block; }

	/* Forces better display of page thumb editor */
	#adminpage td#subpage		{ width: 46%; display: inline-block; }
	#adminpage td#subpage table	{ width: 100%; }
	#adminpage td#subpage img	{ width: 100%; }

	/* Forces better display of page gallery editor */
	#adminpagegallery > table > tbody > tr > td,
	#adminpagegallery > table > tr > td		{ display: inline-block; width: 100%; }
	#adminpagegallery > table > tbody > tr > td > table,
	#adminpagegallery > table > tr > td > table	{ width: 100% !important; border: 0; }
	#adminpagegallery div[align='right']		{ text-align: center; }
	#adminpagegallery > form td			{ width: 19%; height: 75px; overflow: hidden; display: inline-block; }

	/* Replace parts of Site Report that wont display well on mobile with a message */
	#sr_mvp #sr_data	{ display: none; }
	#sr_mvp:after		{
		content: "This information cannot be displayed on this sized screen or device. Please view on a larger screened computer or device.";
		display: block;
		margin: 0 15px;
	}

	/* Subpages */
	.subpages div		{ width: 23%; }

	/* Contact */
	#contacttext iframe	{ width: 100%; }

	/* Lower Menu */
	#lower1				{ width: 100%; }
	#lower2				{ width: 100%; }
	#lower3				{ width: 100%; }
	#lower4				{ width: 100%; }

	/* Recent News */
	.recentnewspost		{ width: 45%; }

	/* Footer */
	#footer				{ margin-top: 410px; }

	/* Contact */
	#contacttext iframe	{ width: 100%; }
}

@media (max-width: 510px) {
	.recentnewspost		{ width: 100%; } 
}

@media (max-width: 430px) {
	#headerleft img		{ width: 100%; height: auto; }
	.slideshow-overlay	{ display: none;  } 
}

@media (max-width: 340px) {
	#lower4 img			{ width: 100%; height: auto; }
}


/* DEBUG */

#debug		{ position: relative; padding: 10px 15px; text-align: left; background: #cfdaff; border-top: 12px solid #c4d2ff; border-bottom: 12px solid #c4d2ff; }
#debug h1	{ border: none; color: #001b51; text-transform: none; text-decoration: none; }
#debug pre	{ color: #000d27; }
