@charset "UTF-8";
/* CSS Document */

/*

Green #0c5c31
Brown #674f38

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

*/

body {
	background: url(images/background.jpg);
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
}

a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px dotted #0c5c31;	
	margin: 20px 0 20px 0;
}

#topBarBackground {
	float: left;
	width: 100%;	
	background-color: #0c5c31;
}

#topBar {
	margin: 0 auto;
	width: 1200px;	
}

#headerBackground {
	float: left;
	width: 100%;	
	background-color: white;
}

header {
	margin: 0 auto;
	width: 1200px;	
}

#logo { 
	float: left;
	margin: 20px 0 20px 0;
}

#logo img { 
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	height: auto;
}

#logo:hover {
	cursor: pointer;	
}


#contactInfo {
	float: right;	
}

#contactInfo ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 2px 0 0 0;
}

#contactInfo li {
	display: inline;
	color: white;
	font-size: 86%;
	text-align: right;
	padding-left: 35px;
	line-height: 35px;
	font-weight: 400;
}	

#contactInfo li.phone {
	background-image: url(images/phone.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 10px;
}	

#contactInfo li.email {
	background-image: url(images/email.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 10px;
}

#contactInfo li a {
	color: white;
	text-decoration: none;
}	

#contactInfo li a:hover {
	color: white;
	text-decoration: underline;
}	

/*										Nav								*/


nav {
	float: right;
	padding: 5px 0 8px 0;
}

nav ul {
	list-style-type: none;
	padding: 0;
	margin: 50px 0 0  0;
	text-align: center;
}

nav li {
	display: inline;
	color: #0c5c31;
	font-size: 95%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

nav li a {
	color: #0c5c31;
	text-decoration: none;
	margin: 0 3px 0 3px;
	padding: 0 7px 5px 7px;
	border-bottom: 4px solid white;
	font-weight: bold;
}

nav li a:hover {
	color: #674f38;
	text-decoration: none;
	border-bottom: 4px solid #674f38;
}

nav li a.active {
	color: #674f38;
	text-decoration: none;
	border-bottom: 4px solid #674f38;
}


/*Mobile Menu*/

#accordionSection {
	float: left;
	display: none;
	text-align: left;
}

.accordionButton {
	padding: 0;
}

.accordionButton h4 {
	color: white;	
	font-weight: normal;
	background: url(images/navmenu.png);
	height: 40px;
	width: 40px;
	padding: 0;
	margin:0;
}

.accordionContent {
	float: left;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	font-size: 90%;
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: #00205f;
	float: none;
	text-align: left;
}

#accordionSection .accordionContent li a {
	float: none;
	color: #0c5c31;
	border: none;
	text-align: left;
	margin: 0;
}

#accordionSection .accordionContent li a:hover {
	border: none;
	text-decoration: none;
	color: #674f38;
}

#accordionSection .accordionContent li a.active {
	border: none;
	text-decoration: none;
	color: #674f38;
}

/*										Copyright							*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #0c5c31;
	padding: 5px 0 10px 0;
	text-transform: uppercase;
	font-weight: 100;
	margin-top: 10px;
}

footer {
	width: 1200px;
	margin: 0 auto;
	padding: 6px 0 3px 0;
}

footer p {
	color: white;
	font-size: 75%;
	margin: 5px 0 5px 0;
}
	
footer p a {
	text-decoration: none;
	color: white;
}

footer p a:hover {
	text-decoration: underline;
	color: white;
}

#copyRight {
	float: right;	
	margin-right: 5px;
}

#copyLeft {
	float: left;	
	margin-left: 0;
}


/*										Banner								*/

#bannerOuter {
   float: left;
   width: 100%;
}

#slides {
   margin: 0 auto;
   height: 650px;
}


#bannerOuter .bannerText {
	background-color: #0c5c31;
	margin: 0 auto;	
	text-align: center;
	width: 390px;
	padding: 10px;
	margin-top: 300px;
	opacity: .9;
}

#bannerOuter .bannerText h1 {
	color: white;	
	margin: 0;
	padding: 0;
	font-size: 130%;
	text-transform: uppercase;
}

#bannerOuter .bannerText p {
	color: white;	
	padding: 0;
	margin: 0;
}

#bannerOuter .bannerText p a {
	color: white;	
	text-decoration: none;
}

#bannerOuter .bannerText p a:hover {
	color: white;	
	text-decoration: underline;
}

/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
	margin-top: 10px;
}

#mainBody {
	margin: 0 auto;
	width: 1200px;	
}

#mainBody h1 {
	font-size: 120%;
	color: #0c5c31;
	font-weight: bold;
	font-style: italic;
}

#mainBody h2 {
	font-size: 100%;
	color: #674f38;
	text-transform: uppercase;
}

#mainBody p {
	font-size: 90%;
	line-height: 26px;
	color: black;
}

#mainBody p b {
	color: #674f38;
	font-weight: bold;
}	

#mainBody p a {
	color: #0c5c31;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #0c5c31;
	text-decoration: none;
}


#mainBody p i {
	color: #66b7ca;
}

#mainBody li {
	font-size: 90%;
	line-height: 30px;
	color: black;
}

#mainBody li b {
	font-weight: bold;
	color: #674f38;
}

#mainBody li a {
	color: #0c5c31;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #0c5c31;
	text-decoration: underline;
}

#mainBody img {
	margin: 10px 0 10px 0;
	max-width: 100%;
	height: auto;
}	

#mainBody img.rightImage {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 100%;
	height: auto;
	border: 2px solid #674f38;
}	

#resultsLeft {
	float: left;
	width: 48%;
}

#resultsRight {
	float: right;
	width: 48%;
}

/*											Contact Form 									*/

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 450px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: #f13647;
	margin: 10px 0 0 130px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 420px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 420px;	
}

#contactFormArea #submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #0c5c31;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#contactFormArea #submit.formButton:hover {
	background-color: #674f38;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #0c5c31;
	font-weight: bold;
}	

#contactFormArea input {
	color: black;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid black;
}

#contactFormArea textarea {
	color: black;
	float: right;
	height: 120px;
	width: 278px;
	background-color: white;
	border: 1px solid black;
}

iframe {
	float: left;
}


/*Homeboxes*/


#homeBoxes {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	margin-bottom: 20px;	
	border-bottom: 1px solid #0c5c31;
	margin-top: 10px;
}

.homeBox {
	float: left;
	width: 30%;
	margin-right: 5%	;
	text-align :center;
}

#homeBoxes .homeBox h2 {
	font-size: 100%;
	font-weight: bold;
	color: white;
	background-color: #674f38;
	padding: 4px 0 4px 0;
	margin-top: 0;
}

.homeBox.lastHomeBox {
	float: right;
	margin-right: 0
}

.homeBox img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}

.homeBox:hover {
	cursor: pointer;
}

#homeBoxes .homeBox:hover h2 {
	background-color: #0c5c31;
}


/*Opening Times*/

#openingTimes {
	float: right;
	background-color: white;
	padding: 0 0 5px 0;
	margin: 0 0 0 20px;	
	border: 1px solid #674f38;
}

#openingTimes h2 {
	color: white;
	background-color: #674f38;
	text-align: center;
	padding: 5px 0 5px;
	margin: 0 0 10px 0;
}

#openingTimes p {
	color: black;
	margin: 3px 0 3px 0;
	padding-left: 15px;
	padding-right: 15px;
}

#openingTimes p b {
	font-weight: bold;
	color: #0c5c31;
}


/*Table*/

table {
	border-collapse: collapse;
	display: block;
	overflow: scroll;
	margin-bottom: 20px;
}	

table th {
	background-color: #0c5c31;
	color: white !important;
	border: 1px solid black;
	padding: 15px;
}

table td {
	padding: 25px;	
	border: 1px solid black;
	font-size: 90%;
	background-color: white;
	font-weight: bold;
}

table td.day {	
	background-color: #674f38;
	color: white;
	border: 1px solid black;
}

table th p {
	color: black !important;
}



#eventsText {
	background-color: #0c5c31;
	text-align: center;	
	padding: 3px 0 3px 0;
	border: 5px solid #674f38;
}

#eventsText p {
	color: white;
	font-size: 120%;	
	font-style: italic;
}

#eventsText hr {
	border-top: 1px solid white;	
}


/* 1199*/
@media only screen 
and (max-width : 1199px) 
				 {
header {
	width: 100%;	
}

#topBar {
	width: 100%;	
}	

#logo img {
	width: 250px;
	height: auto;	
}

nav ul {
	margin-top: 40px;	
}

nav li {
	font-size: 90%;	
}

nav li a {
	margin: 0 5px 0 5px;
	padding: 0 5px 5px 5px;
}


footer {
	width: 100%;	
}

#mainBody {
	width: 100%;	
}

#bottomInner {
	width: 100%;	
}


#banner {
	width: 100%;	
}

#banner img {
	max-width: 100%;	
	height: auto;
}

}





/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
			
#navBackground nav {
	width: 100%;
}

#accordionSection {
	display: block;
	margin-left: 10px;
}

nav ul.mainNav {
	display: none;
}	

nav {
	float: left;
	width: 100%;
	margin-top: 0;	
	border-top: 1px solid #0c5c31;
	background-color: white;
	padding: 0;
	margin: 0;
}	

#logo {
	width: 100%;	
}

#logo img{
	max-width: 90%;
	height: auto;
	width: 300px;
	height: auto;	
}

#mainBody {
	width: 95%;	
	padding: 1%;
}

#mainBodyOuter #mainBody {
	border-top: none;
	margin-top: 0;
}

footer {
	width: 95%;	
	padding: 1%;
}


#copyright {
	width: 95%;	
	padding: 1%;
}

.iframe {
	float: left;	
	width: 100%;
}

#slides {
   height: 500px;
}
							 
}




 /* 730*/
@media only screen 
and (max-width : 730px) 
				 {
	

				
#contactInfo {
	float: left;	
	width: 100%;
}

#contactInfo ul {
	float: left;
	width: 100%;
	text-align: center;
	margin: 5px 0 5px 0;
}

#contactInfo li {
	margin: 0;
	float:none;
	line-height: 26px;
	text-align: center;
}
		
#mainBody {
	width: 95%;	
	padding: 1%;
}

#copyright {
	width: 95%;	
	padding: 1%;
}

.iframe {
	float: left;	
	margin-bottom: 10px;
}					
		
#contactFormArea fieldset {
	width: 100%;
}

#contactFormArea .error {
	margin: 10px 0 0 0;
}	

#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 100%;	
}

#contactFormArea input {
	float: left;
	width: 100%;
}

#contactFormArea textarea {
	float: left;
	width: 100%;
}


#mainBody img.rightImage {
	float: none;
	clear: both;
	margin-left: 0;
}	

#slides {
   height: 400px;
}

#homeBoxes {
	margin-top: 0;
}

#openingTimes {
	float: none;
	clear: both;
	margin-left: 0;
	text-align: center;
}

#resultsLeft {
	float; left;
	width: 100%;
}

#resultsRight {
	float; left;
	width: 100%;
}
					
 }
 

/* 580*/
@media only screen 
and (max-width : 580px) 
				 {
					 
#homeBoxes {
	margin-top: 0;
}


.homeBox {
	float: none;
	width: 40%;
	margin-left: auto;
	display: block;
	margin-right: auto; 
	margin-bottom: 0;
}

.homeBox h2 {
	margin-top: 0;	
}

.homeBox.lastHomeBox {
	float: none;
	width: 40%;
	margin-left: auto;
	display: block;
	margin-right: auto; 
}
	
					 
				 }



/* 480*/
@media only screen 
and (max-width : 480px) 
				 {
#slides img {
   height: 300px;
}

#mainBody .midArea ul {
	width: 80%;
	max-width: 80%;	
}

footer {
	text-align: center;	
}

p#copyLeft {
	float: left;	
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}

p#copyRight {
	float: left;	
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}

.homeBox {
	width: 60%;	
}


.homeBox.lastHomeBox {
	width: 60%;	
} 


		 
}
				
	
			 
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	
	
#slides {
   height: 300px;
}



	
}


#xmasBanner {
	float: left;
	width: 100%;
	text-align: center;
	background: url(images/xmasbanner.jpg);
	margin: 0 0 15px 0;
	padding-bottom: 10px;
}

#xmasBanner h1 {
	color: white;
	padding: 20px 0 0 0;		
	margin: 0;
	font-size: 130%;
}

#xmasBanner p{
	color: white;	
}

#xmasBanner p a {
	color: white;	
	font-weight: bold;
	font-size: 110%;
	text-transform: uppercase;
}

#xmasBanner p a:hover {
	color: white;	
}




#noticeBanner {
	float: left;
	width: 98%;
	text-align: center;
	background: white;
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border: 1px solid #D3000A;
}

#noticeBanner h1 {
	background-color: #D3000A;
	color: white;
	padding: 10px 0 10px 0;		
	margin: 0;
	font-size: 130%;
}

#noticeBanner p {
	color: #D3000A;	
}

#noticeBanner p b {
	color: #D3000A;	
}



#messageBarTop {
	float: left;
	width: 100%;
	background-color: #C1281E;
	padding: 5px 10px 5px 10px;
	text-align: center;
	box-sizing: border-box;
}

#messageBarTop p {
	color: white;
	font-size: 110%;
	font-weight: bold;
	color: white;
}
