@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}

#headerWrapper, #contentheaderWrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 10px; 
	padding-bottom: 30px;
}
#contentheaderWrapper {
	background-color: #93c847;	
}
#headerContent {
	clear: both;
	float: none;
	width: 90%;
	max-width: 1280px;
	display: block;
	margin: 10px auto 20px;
}
#Logo {
	clear: both;
	float: left;
    width: 48%;
	display: block;
}
#NavigationWrapper {
	clear: none;
	float: right;
	margin-left: 0;
	width: 70%;
	display: none;
	margin-top: 30px;
}
#mobile-nav {
	display: block;
    float: right;
    width: 20%;
    text-align: right;
    clear: none;
    margin-top: 20px;
	max-width: 71px;
}
.showLeft {
	float: right;	
}
#mobile-button {
    height: 60px;
    width: 100%;
    max-width: 71px;
}
#slideshowWrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
	background-color: #221E1F;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
}
#slideshowImage {
	display: none;	
}
#introBlurb {
	position: absolute;
	z-index: 200;
}
#welcomeWrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #221E1F;
}
#welcomeContent {
	clear: both;
	float: none;
	width: 100%;
	display: block;
	width: 85%;
	max-width: 1200px;
	display: block;
	margin: 30px auto;	
	padding-bottom: 30px;
}
#welcomeContentText {
	clear: both;
	float: none;
	margin: auto;
	width: 100%;
	display: block;
	color: #FFF;	
	padding-bottom: 30px;	
}
#welcomeContentText h1, #welcomeContentText p, #welcomeContentText li, #welcomeContentGallery h1, #welcomeContentText a {
	color: #FFF;	
}
#welcomeContentGallery {
	clear: none;
	float: none;
	margin: auto;
	width: 100%;
	display: block;
	color: #FFF;
	text-align: center;
}
#contentWrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 30px;	
}
#contentBody, #contentBody-colOne {
	clear: both;
	float: none;
	width: 100%;
	max-width: 1280px;
	display: block;
	margin: 30px auto 15px;	
	text-align: left;
}

#contentBody {
	text-align: center;
	width: 80%;
}

.contentpage-oneCol {
	text-align: left;
	width: 85%;
	max-width: 1200px;
}

#hotButtonsWrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #93c847;
}
#hotButtonsHeader {
	clear: both;
	float: none;
	width: 80%;
	max-width: 1200px;
	display: block;
	text-align: center;	
	margin: 40px auto 0px;	
}
#hotButtonsContent {
	clear: both;
	float: none;
	width: 70%;
	max-width: 1200px;
	display: block;
	text-align: center;	
	margin: 0px auto 40px;	
}
#hotButtonsHeader h1, #hotButtonsContent h1 {
	color: #FFF;
}
#hotButtonsHeader h2, #hotButtonsContent h2 {
	color: #221E1F;
}
#hotButton {
	clear: none;
	float: none;
	margin-left: 1.5%;
	margin-right: 1.5%;
	width: 80%;
	display: block;
	text-align: left;
	color: #FFF;
	margin: auto;
	padding: 2%;
}

#servicesWrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #221E1F;
}
#servicesContent {
	clear: both;
	float: none;
	width: 90%;
	max-width: 800px;
	display: block;
	text-align: center;	
	margin: 40px auto 40px;	
}
#servicesContent h1 {
	color: #FFF;	
}
#serviceBoxes {
	width: 100%;
	display: block; 
	padding: 30px 0px;	
}
#serviceBox-Left, #serviceBox-Right {
	width: 100%;
	float: none;
	margin: 20px auto;
	display: block;
	clear: none;
	padding: 2%;	
	min-height: 60px;
}

#serviceBox-Left #serviceTitle {
	width: 50%;
	float: none;
	margin: auto;
	display: block;	
	color: #93c847;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-family: font-family: 'Gotham-Rounded-Book', Verdana, Geneva, sans-serif; 
}
#serviceBox-Left #serviceIcon {
	width: 100%;
	margin: auto;
	float: none;
	display: block;	
	padding-bottom: 10px;
}

#serviceBox-Right #serviceTitle {
	width: 50%;
	float: none;
	margin: auto;
	display: block;	
	color: #93c847;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-family: font-family: 'Gotham-Rounded-Book', Verdana, Geneva, sans-serif; 
}
#serviceBox-Right #serviceIcon {
	width: 100%;
	float: none;
	margin: auto;
	display: block;	
	padding-bottom: 10px;	
}

#footerWrapper {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #221E1F;
	margin-top: 10px;
	padding: 10px 0px;
}
#footerContent {
	clear: both;
	float: none;
	margin: auto;
	width: 100%;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}
#footerContent a {
	color: #FFF;	
	text-decoration: none;
}
#copyright {
	float: none;
	display: block;
	clear: none;
	width: 100%;
	padding-bottom: 8px;
	font-size: 11px;
}
#licence {
	float: none;
	display: block;
	clear: none;
	width: 100%;
	font-size: 11px;	
}

#GalleryImage {
	clear: none;
	float: left;
	margin: 1.5%;
	width: 30%;	
}



	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 16px;
	}
	body, li, p {
		font-size: 13px;
	}
	#hotButton h1 {
		font-size: 18px;	
	}
	
	
	/* SLIDER ARROWS OVERWRITE */		
	.cycloneslider-template-standard .cycloneslider-next {
		height: 32px !important;
		width: 20px !important;
		background: none !important;
		background-image:url(../images/Cyclone-Slider-Arrow-Right.png) !important;
		
		-webkit-box-shadow: 0px 0px 0px 0px #333333 !important;
    	box-shadow: 0px 0px 0px 0px #333333 !important;		
		margin-right: 20px;
	}
	
	.cycloneslider-template-standard .cycloneslider-prev {
		height: 32px !important;
		width: 20px !important;
		background: none !important;
		background-image:url(../images/Cyclone-Slider-Arrow-Left.png) !important;
		
		-webkit-box-shadow: 0px 0px 0px 0px #333333 !important;
    	box-shadow: 0px 0px 0px 0px #333333 !important;		
		margin-left: 20px;	
	}		
	
	.cycloneslider-template-standard .cycloneslider-prev .arrow {
		border-right: 0px solid #333 !important; 
	}
	.cycloneslider-template-standard .cycloneslider-next .arrow {
		border-left: 0px solid #333 !important; 
	}
	
	
	

#contentBody-colTwo-A {
	float: none; 
	clear: none;
	width: 100%;
	margin: auto;
	text-align: left;
}

#contentBody-colTwo-B {
	float: left; 
	margin: auto;	
	clear: none;
	width: 100%;
	text-align: left;	
}	
	



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}


#Logo {
	margin-left: 20%;
    width: 40%;
}

#welcomeContentText {
	clear: both;
	float: left;
	margin-left: 0;
	width: 60%;
	display: block;
	color: #FFF;	
	padding-bottom: 30px;	
}
#welcomeContentGallery {
	clear: none;
	float: right;
	margin-left: 0;
	width: 25%;
	display: block;
	color: #FFF;
	text-align: left;
}


#hotButtonsContent {
	width: 85%;
}



#footerWrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footerContent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#hotButtonsContent {
	margin: 0px auto 60px;
}

#hotButton {
	float: left;
	width: 28%;
}




#serviceBox-Left, #serviceBox-Right {
	width: 40%;
	float: left;
	margin: 0% 2%;
	display: block;
	clear: none;
	padding: 2%;	
}

#serviceBox-Left #serviceTitle {
	width: 65%;
	float: left;
	display: block;	
	color: #93c847;
	font-size: 16px;
	text-transform: uppercase;
	text-align: right;
	font-family: font-family: 'Gotham-Rounded-Book', Verdana, Geneva, sans-serif; 
}
#serviceBox-Left #serviceIcon {
	width: 30%;
	float: right;
	display: block;	
}

#serviceBox-Right #serviceTitle {
	width: 65%;
	float: right;
	display: block;	
	color: #93c847;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	font-family: font-family: 'Gotham-Rounded-Book', Verdana, Geneva, sans-serif; 
}
#serviceBox-Right #serviceIcon {
	width: 30%;
	float: left;
	display: block;	
}


#contentBody-colTwo-A {
	float: left; 
	clear: none;
	width: 55%;
	text-align: left;
}

#contentBody-colTwo-B {
	float: right; 
	clear: none;
	width: 40%;
	text-align: left;	
}



}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
	
		
	#Logo {
		float: left;
		margin-left: 0;
		width: 20%;
	}

	
	#NavigationWrapper {
		display: block;
		margin-top: 40px;
	}
	#mobile-nav {
		display: none;	
	}


	/* DESKTOP n TABLET - NAVIGATION STYLES */
	
	#DesktopNav {
		display: block;	
	}
	
	#DesktopNav {
		position:relative;
		z-index:9999;
		margin-top: 0px; /* this creates the space between the navigation on the content below */
		margin-bottom: 12px; /* this creates the space between the navigation on the content below */
		width: 100%;
		float: right;
		display: block;
		text-align: right;
		margin-right: 0px;
		padding-right: 0px;
	}
	
	
	#DesktopNav ul {
		list-style: none; /* this removes the list marker */
		margin: 0;
		padding: 0;
		margin-top: 0px; /* this creates the space between the navigation on the content below */
		margin-bottom: 0px; /* this creates the space between the navigation on the content below */
		width: 93%;
		
		text-align: justify;
		margin-right: 2%;
		
		height: 35px;
	}
	
	#DesktopNav ul:after {
		content: "";
		display: inline-block;
		width: 100%;
 	}
	
	#DesktopNav li {
		font-family: 'Gotham-Rounded-Bold', Verdana, Geneva, sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
		
		display: inline-block;
		line-height: 18px;
		padding-bottom: 5px;
	}
	
	#DesktopNav li h2 {
		display: none;	
	}
	
	#DesktopNav a {
	  /* color: #999; */
	  color: #221E1F;
	  text-decoration: none;
	  padding: 0;
	  border-bottom: 0px;
	  text-align: center;
	}
	
	#DesktopNav a, #DesktopNav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
		display: block;
	}
	#DesktopNav a:hover, #DesktopNav a:active, #DesktopNav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
		/* N/A */
	}
	#DesktopNav li:hover {
		padding-bottom: 10px;
		background-image:url(../images/navigation-hover-green-line.png);
		background-position: bottom center;
		background-repeat: no-repeat;	
	}
	
	#DesktopNav li.current-menu-item {	
		padding-bottom: 10px;
		background-image:url(../images/navigation-hover-green-line.png);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
	
	#contentheaderWrapper #DesktopNav li:hover, #contentheaderWrapper #DesktopNav li.current-menu-item {
		background-image:url(../images/navigation-hover-white-line.png);
	}

	#toggleWrapper, #toggle {
		display: none;	
	}
	
	#DesktopNav .menu-item-has-children {
		min-height: 30px;	
	}
	
	
	#DesktopNav li:hover ul, #nav1 li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	/* second-level lists */
	#DesktopNav li ul {
		position: absolute;
		padding-top: 10px;
		width: auto; /* 220px; */
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		text-align: left;
		z-index: 1000;
		margin-left: 0px;
	}
	
	#DesktopNav li ul li{ 
		text-align: left;
		clear: both;
		position: relative;
		left: 0px;
		list-style: none;
		padding: 2px 2px 2px 10px; /* top right bottom left */
		margin: 0;	
		width: 100%;
		display: block !important;
		background-color: rgba(152,192,99,0.85);
	}
	#DesktopNav li ul li a{ /* second-level lists */
		line-height: 20px;	
		text-transform: uppercase;
		text-align: left;
		color: #221E1F;
		width: 100%;
	}
	#DesktopNav li ul li a:hover{ /* second-level lists */
		color: #221E1F;
	}
	#DesktopNav li ul li:hover{ /* second-level lists */
		background-color: rgba(152,192,99,1);
		background-image: none !important;
		padding-bottom: 2px !important;
	}
	#DesktopNav li ul li.current-menu-item a{
		color: #FFF;
	}
	#DesktopNav li ul li.current-menu-item {
		background-color: rgba(152,192,99,1) !important;
		background-image: none !important;
	}


	/* DESKTOP n TABLET - NAVIGATION STYLES */




#welcomeContentGallery {
	text-align: left;
}

#hotButtonsHeader {
	width: 	55%;
}

#contentBody {
	width: 55%;
}


	#footerWrapper {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	#footerContent {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}


	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 20px;	
	}
	body, li, p {
		font-size: 14px;
	}
	#hotButton h1 {
		font-size: 22px;	
	}

		
	#copyright {
		float: left;
		width: 40%;
		padding-bottom: 0px;
	}	
	#licence {
		float: right;
		width: 40%;
	}
	

#contentBody-colTwo-B {
	width: 35%;
}
	



}





@media only screen and (min-width: 1000px) {
	#DesktopNav li {
		font-size: 15px;
	}
	
	#hotButton h1 {
		font-size: 26px;	
	}
	
	#NavigationWrapper {
		margin-top: 60px;
	}	
}