@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	min-width: 1004px;
	background-image: url(../assets/background/body_background.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	
	
}
/*@media screen and (orientation: portrait){
    html {
        -webkit-transform: translateY(-100%) rotate(90deg);    
        transform: translateY(-100%) rotate(90deg);
        -webkit-transform-origin: left bottom;    
        transform-origin: left bottom;    
    }	
}*/

#header {
	background-color: #424A2B;
	width: 98%;	min-width: 98%;	max-width: 98%;
	margin-left:auto; margin-right:auto;
	color: #FFFFFF;
	border-top-width: 8px;	border-top-style: ridge;	border-top-color: #FFFFFF;
	border-right-width: 8px;	border-right-style: ridge;	border-right-color: #FFFFFF;
	border-left-width: 8px;	border-left-style: ridge;	border-left-color: #FFFFFF;
	
}

.header_break {
	width: 900px; min-width: 900px;	max-width: 900px;	
	height: 15px;
	margin-left:auto; margin-right:auto;}



/*H1 & H2 divs to sit inside "header_text" and include break, top & bottom.*/

#header_text {
	width: 900px; min-width: 900px; max-width: 900px;
	margin-right: auto;	margin-left: auto; /*Margin left & right centres div*/
	text-align: center; 
	border: 3px ridge #FFF;}

.H1 {
	width: 900px; min-width: 900px; max-width: 900px;
	margin-right: auto;	margin-left: auto; /*Margin left & right centres div*/
	font-size: 46px;	line-height: 80px; font-weight: bold;	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #FFFFFF;	white-space:normal;	}
.H2 {
	width: 900px; min-width: 900px; max-width: 900px;
	margin-right: auto;	margin-left: auto; /*Margin left & right centres div*/
	font-size: 20px;	line-height: 35px; font-weight: bold;	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #FFFFFF;	white-space:normal;	}
	
.H3 {
	font-size: 20px;	line-height: 24px; font-weight: bold;	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #FFFFFF;	white-space:normal;	}

.header_text_break {
	width: 900px; min-width: 900px;	max-width: 900px;	
	height: 15px;
	margin-left:auto; margin-right:auto;}	
	


#header2 {
	background-image: url(../assets/background/green_textured_background.jpg); background-repeat: repeat;
	margin-left:auto; margin-right:auto;
	width: 98%;	min-width: 98%;	max-width: 98%;
	height: 450px;	min-height: 450px;	max-height: 450px;
	border-right-width: 8px;	border-right-style: ridge;	border-right-color: #FFFFFF;
	border-left-width: 8px;	border-left-style: ridge;	border-left-color: #FFFFFF;
	
}

#header2_image {
	background-color: #424A2B;
	width: 900px; min-width: 900px; max-width: 900px;
	height: 450px; min-height: 450px; max-height: 450px;
	margin-right: auto; margin-left: auto;
	border-right: 3px ridge #D8D8D8; border-left: 3px ridge #D8D8D8;	
}

#header3 {
	background-color: #424A2B; /* Old #660000 */
	width: 98%;	min-width: 98%;	max-width: 98%;
	height: 45px;	min-height: 45px;	max-height: 45px;
	margin-left:auto; margin-right:auto;
	padding-top: 15px;
	border-right-width: 8px;	border-right-color: #FFFFFF;	border-right-style: ridge;
	border-left-width: 8px;	border-left-color: #FFFFFF;	border-bottom-style: ridge;
	border-bottom-width: 8px;	border-bottom-color: #FFFFFF;	border-left-style: ridge;
	}

#header3_links{
	background-color: #424A2B;
	width: 935px; min-width: 935px;max-width: 935px;
	height:25px;
	margin-left:auto; margin-right:auto;	
	padding-left: 10px;
	text-align:center; font-size: 14px; font-weight: bold; color: #FFFFFF; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; white-space:normal;
}


/* FORMATING LINKS BOX   A = FORMAT TEXT FOR LINK   A HOVER FORMATS WHEN HOVER WITH MOUSE   background-color: #424A2B;    */

.header3_links_box {
	height:30px;
	float: left;
	background-color: #424A2B;
	/*Text styling*/
    text-align:center; font-size: 14px; font-weight:  bold; line-height: 30px; color: #FFFFFF; 	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; white-space:normal;
	margin-right:5px;	margin-left: 5px; /* Creates space between the links*/
	padding-left: 2px; padding-right: 2px;
	}
	
.header3_links_box a{
	height: 100%;
	width: 100%;
	padding-left: 2px; padding-right: 2px;
	text-align:center; font-size: 14px; font-weight:  bold; line-height: 30px; color: #FFFFFF; 	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; white-space:normal;
	background-color: #424A2B;
	}

.header3_links_box a:hover{
	background-image: url(../assets/background/green_textured_background.jpg); background-repeat: repeat;
	text-align:center; font-size: 14px; font-weight:  bold; line-height: 30px; color: #FFFFFF; 	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; white-space:normal;}
	
/* FORMATING LINKS BOX FOR CURRENT PAGE ONLY  A = FORMAT TEXT FOR LINK   A HOVER FORMATS WHEN HOVER WITH MOUSE*/

.header3_homelinks_box {
	height:30px;
	float: left;
	background-color: #424A2B;
	text-align:center; font-size: 14px; font-weight:  bold; line-height: 30px; color: #D00000; 	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; white-space:normal;
	margin-right:3px;	margin-left: 3px; /* Creates space between the links*/
	padding-left: 3px; padding-right: 3px;
	display:block;}
	
.header3_homelinks_box a{
	height: 100%;
	width: 100%;
	padding-left: 5px; padding-right: 5px;
	background-color: #424A2B;
	display:block;
	}	

.header3_homelinks_box a:hover{
	background-color: #424A2B;
	color: #D00000;}
	
	

.header3_links_break {
	height:30px;
	line-height: 30px;
	float: left;
	padding-left: 2px; padding-right: 2px;
	/*Text styling*/
    text-align:center; font-size: 14px; font-weight: bold; color: #FFFFFF; 	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; white-space:normal;}

/*HEADER 4 IS THE FOURTH CONTAINER CONTAINING THE INFORMATION ON THE PAGE. IT MUST CONTAIN A SEAPARATE CONTAINER FOR EACH PAGE AS THE HEIGHT WILL BE DIFFERENT. WITHIN THIS MUST BE A LEFT AND RIGHT CONTAINER.*/

#header4 {
	min_width: 100%;
	padding-top: 5px; padding-bottom: 5px;
	min-height: 300px;
}

#header4_container {/*LEAVE UNTIL WEBSITE COMPLETED*/
	background-color:#D8D8D8;
	width: 950px; min-width:950px;
	margin-top: 10px; margin-bottom: 15px; margin-left:auto; margin-right:auto;/*Margin left & right centres div*/
	border: 8px ridge #FFFFFF;
	overflow:auto;
	padding-bottom: 20px;}	
	
/*BREAKS FOR ALL HEADER CONTAINERS */

.break_30px {
	height: 30px;
	width:100%;}

	
.break_20px {
	height: 20px;
	width:100%;}	

.break_15px {
	height: 15px;
	width:100%;}
	
.break_10px {
	height: 10px;
	width:100%;}
	
.break_5px {
	height: 5px;
	width:100%;}		
	
			
	
/*DIVS FOR LEFT CONTAINER*/
/*All divs must sit in ".h4_right_container"*/

 /*MAIN LEFT CONTAINER*/
 
 
#header4_left_container{   
	width: 610px; min-width:610px;max-width: 610px;
	float:left;}
	
/*LEFT CONTAINER MAIN HEADING*/

.h4_left_container_heading {
	width: 500px; min-width: 500px; max-width: 500px;
	background-color:#707070;
	margin-left:auto;margin-right:auto;
	border: 5px solid #FFFFFF;
	text-align:center; font-size: 26px; line-height: 56px; font-weight: bolder;	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;  	color: #FFFFFF;	white-space:normal;}	
	
	
.h4_left_container_heading_smll {
	width: 500px; min-width: 500px; max-width: 500px;
	background-color:#707070;
	margin-left:auto;margin-right:auto;
	border: 5px solid #FFFFFF;
	text-align:center; font-size: 18px; line-height: 36px; font-weight: bolder;	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;  	color: #FFFFFF;	white-space:normal;}	
	
	
/*LEFT CONTAINER TEXT BOXES MUST SIT INSIDE TEXT CONTAINER*/

.h4_left_contaimer_text_holder {    /*Container to hold all text divs"*/
	width: 500px; min-width:500px; max-width: 500px;
	background-color:#FFFFFF;
	margin-left:auto;margin-right:auto;
	border: 2px ridge #FFFFFF;
	text-align:center;}
	
.h4_left_contaimer_text_border {    /*Container to hold all text divs"*/
	width: 90%; min-width:90%; max-width: 90%;
	margin-left:auto;margin-right:auto;
	border: 2px ridge #FFFFFF;
	padding: 5px 0px 5px 0px;
	text-align:center;}	
.h4_left_container_photo_text_info {
	width: 80%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 10px; line-height: 14px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-style: italic; color: #282d1A;	white-space:normal; text-align:center;}		
.h4_left_container_text {
	width: 80%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 14px; line-height: 20px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #282d1A;	white-space:normal; text-align:center;}	
.h4_left_container_text_-2 {
	width: 80%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 12px; line-height: 18px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #282d1A;	white-space:normal; text-align:center;}	
.h4_left_container_text_-2_it {
	width: 80%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 12px; line-height: 18px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-style: italic; color: #993333;	white-space:normal; text-align:center;}	
.h4_left_container_text_-4_it {
	width: 80%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 10px; line-height: 16px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-style: italic;	color: #993333;	white-space:normal; text-align:center;}		
.h4_left_container_text_ul{
	width: 90%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 14px; line-height: 24px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333; text-decoration: underline;	white-space:normal;text-align:center; }
	
.h4_left_container_text_it {
	width: 90%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 14px; line-height: 24px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; font-style: italic;	color: #993333;	white-space:normal; text-align:center;}
	
.h4_left_container_text_lge_ul {
	width: 90%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 15px; line-height: 20px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	white-space:normal; text-decoration: underline;text-align:center; }		
		

.h4_left_container_text_header_ul {
	width: 90%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 15px; line-height: 26px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; text-decoration: underline;	color: #993333;	white-space:normal; text-align:center; }		

.h4_left_container_text_header {
	width: 90%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 15px; line-height: 26px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; color: #993333;	white-space:normal; text-align:center;}		


.h4_left_container_head_multi {
	width: 500px; min-width:500px; max-width: 500px;
	background-color:#707070;
	margin-left:auto;margin-right:auto;
	border: 5px solid #FFFFFF;
	text-align:center; font-size: 26px; line-height: 46px; font-weight: bolder;	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;  	color: #FFFFFF;	white-space:normal; }	
	
.h4_left_container_text_header_ul {
	width: 90%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 15px; line-height: 26px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; text-decoration: underline;	color: #993333;	white-space:normal;text-align:center;}		

.h4_left_container_text_it {
	width: 90%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 12px; line-height: 14px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	font-style: italic; white-space:normal; text-align:center;}	
	
	
.h4_left_container_text_lge_ul_red {
	width: 90%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 16px; line-height: 24px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	white-space:normal; text-decoration: underline; text-align:center; }


.h4_left_contaimer_photo_description_holder {    /*Container to hold all text divs"*/
	width: 400px; min-width:400px; max-width: 400px;
	font-size: 11px; line-height: 16px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	white-space:normal; font-style: italic; text-align:center;
	background-color:#FFFFFF;
	margin-left:auto;margin-right:auto;
	border: 2px ridge #FFFFFF;
	}


.h4_left_container_image{
	margin-left:auto; margin-right:auto;
	background-color:#FFFFFF;
	width: 475px;
	border: 5px solid #FFFFFF;}	
	
.h4_left_container_slideshow { /*Div for left slideshow for bedroom slideshow which is larger*/
	width: 475px; min-width: 475px; max-width: 475px;	
	margin-left:auto; margin-right:auto;/*Margin left & right centres div*/
	border: 5px solid #FFFFFF;}	
	
	
.h4_left_contaimer_form_holder {    /*Container to hold Form"*/
	width: 590px; min-width:590px; max-width: 590px;
	background-color:#FFFFFF;
	margin-left:auto;margin-right:auto;
	border: 4px ridge #FFFFFF;
	text-align:center;}	
	
.h4_left_container_form_heading {
	width: 100%;
	background-color:#707070;
	margin-left:auto;margin-right:auto;
	padding-top: 5px; padding-bottom: 5px;
	text-align:center; font-size: 26px; line-height: 36px; font-weight: bolder;	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;  	color: #FFFFFF;	white-space:normal; }
	
.h4_left_container_form_text_warning {
	width: 80%;
	margin-left:auto; margin-right:auto;
	padding-top: 15px; padding-bottom: 0px;
	text-align: center; font-size: 12px;	line-height: 14px;	font-weight: bolder;	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	white-space:normal; }

.h4_left_container_form_text_warning_gdpr {
	width: 80%;
	margin-left:auto; margin-right:auto;
	padding-top: 15px; padding-bottom: 0px;
	text-align: center; font-size: 12px;	line-height: 14px;	font-weight: bolder;	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	white-space:normal; }
	
.h4_left_container_form_text_warning_gdpr a:hover {
	color: #060;
	}			
	
	
.h4_left_contaimer_form {    /*Container to hold Form"*/
	width: 90%;
	background-color:#FFFFFF;
	margin-left:auto;margin-right:auto;
	padding-top: 10px; padding-bottom: 10px;
	text-align:center;}		
	
.h4_left_container_text_heading_red_ul_link {
	margin-left:auto; margin-right:auto;
	display:block; 
	color: #993333;
	}	
	
.h4_left_container_text_heading_red_ul_link a{
	width: 250px;
	font-size: 14px; line-height: 30px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	white-space:normal; text-decoration: underline; text-align:center;
	margin-left:auto; margin-right:auto;
	background-color: #D8D8D8;
	border: 3px ridge #FFFFFF;
	display:block;}	
	
.h4_left_container_text_heading_red_ul_link a:hover{
	background-color: #707070;
	color: #FFFFFF;	}		
	
	
		
	
	

/*DIVS FOR RIGHT CONTAINER*/
/*All divs must sit in ".h4_right_container"*/

#header4_right_container{
	width: 330px; min-width:330px;max-width: 330px;
	float:right;}	
	
.h4_right_container {
	background-color:#ededed; 
	width: 280px; min-width:280px; max_width: 280px;
	margin-left:auto; margin-right:auto;/*Margin left & right centres div*/
	border: 5px solid #FFFFFF;
	text-align:center;}
	
	
.h4_right_container_heading {
	width: 100%; min-width:100%;max_width: 100%;
	background-color:#707070;
	margin-left:auto;margin-right:auto;
	text-align:center; font-size: 20px; line-height: 38px; font-weight: bolder;	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;  	color: #FFFFFF;	white-space:normal;}
	
.h4_right_container_heading_2lines {
	width: 100%;
	min-width:100%;
	max_width: 100%;
	background-color:#707070;
	margin-left:auto;
	margin-right:auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	font-size: 20px;
	line-height: 26px;
	font-weight: bolder;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFFFFF;
	white-space:normal;
}	

.h4_right_container_text{
	width: 90%;
	min-height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 12px; line-height: 18px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #000000;	white-space:normal; text-align:center;
	padding: 5px 0px 5px 0px}
	
.h4_right_container_text_ul{
	width: 90%;
	min-height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 12px; line-height: 18px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #000000;	white-space:normal; text-decoration: underline; text-align:center;
	padding: 5px 0px 5px 0px}	
	
	
.h4_right_container_text_it {
	width: 90%;
	min-height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 12px; line-height: 18px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #000000;	white-space:normal; font-style: italic; text-align:center;
	padding: 5px 0px 5px 0px }
	
.h4_right_container_text_red {
	width: 90%;
	min-height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 12px; line-height: 18px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; color: #993333;	white-space:normal; text-align:center;}

.h4_right_container_text_red_-2_it {
	width: 90%;
	min-height: 16px;
	margin-left:auto; margin-right:auto;
	font-size: 10px; line-height: 16px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; color: #993333; font-style: italic;	white-space:normal; text-align:center;}
	
.h4_right_container_text_it_smll {
	width: 90%;
	min-height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 10px; line-height: 16px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #000000;	white-space:normal; font-style: italic; text-align:center;}
		
.h4_right_container_text_lge{
	width: 90%;
	min-height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 14px; line-height: 24px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #000000;	white-space:normal; text-align:center;}	

.h4_right_container_text_med{
	width: 90%;
	min-height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 12px; line-height: 20px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #000000;	white-space:normal; text-align:center;}	

.h4_right_container_text_smll{
	width: 90%;
	min-height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 10px; line-height: 18px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #000000;	white-space:normal; text-align:center;}		

	
.h4_right_container_text_lge_ul{
	width: 90%;
	min-height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 14px; line-height: 24px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #000000;	white-space:normal; text-decoration: underline; text-align:center;}	
	
		
.h4_right_container_text_heading_red {
	width: 90%;
	min-height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 16px; line-height: 24px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	white-space:normal; text-align:center;}
	
.h4_right_container_text_heading_red_border {
	width: 90%;
	min-height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 16px; line-height: 24px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	white-space:normal; text-align:center;
	background-color: #D8D8D8;
	border: 3px ridge #FFFFFF;
	padding: 5px 0px 5px 0px;}		
			

	
.h4_right_container_text_heading_red_ul {
	width: 90%;
	min-height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 14px; line-height: 20px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	white-space:normal; text-decoration: underline; text-align:center; }	
	
.h4_right_container_text_heading_red_ul_link {
	margin-left:auto; margin-right:auto;
	display:block; 
	color: #993333;
	}	
	
.h4_right_container_text_heading_red_ul_smll_it_link {
	font-size: 10px; font-style: italic; color: #993333;  }	
	
	
.h4_right_container_text_heading_red_ul_link a{
	width: 85%;
	font-size: 16px; line-height: 35px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	white-space:normal; text-decoration: underline; text-align:center;
	margin-left:auto; margin-right:auto;
	background-color: #D8D8D8;
	border: 3px ridge #FFFFFF;
	display:block;}	
	
.h4_right_container_text_heading_red_ul_link a:hover{
	background-color: #707070;
	color: #FFFFFF;	}			
	
	
.h4_right_container_text_heading_small_red {
	width: 90%;
	min-height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 14px; line-height: 24px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	white-space:normal; text-align:center; }	

.h4_right_container_image{
	width: 90%;
	margin-left:auto; margin-right:auto;
	max-width: 300px;}

.h4_right_container_heading_multi {
	width: 100%; min-width:100%;max_width: 100%;
	background-color:#707070;
	margin-left:auto;margin-right:auto;
	text-align:center; font-size: 20px; line-height: 30px; font-weight: bolder;	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;  	color: #FFFFFF;	white-space:normal;}	
	
.h4_right_container_text_lge {
	width: 90%;
	height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 14px; line-height: 24px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #000000;	white-space:normal; text-align:center;}	
		
	
.h4_right_container_text_lge_ul_red {
	width: 90%;
	height: 20px;
	margin-left:auto; margin-right:auto;
	font-size: 16px; line-height: 24px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	white-space:normal; text-decoration: underline; text-align:center;}
	
.h4_right_container_inline_border_2px {
	width: 90%;
	margin-left:auto; margin-right:auto;
	padding: 5px 0px 5px 0px;  
	border: 3px ridge #FFFFFF;  
	text-align:center;
	}

.h4_right_container_inline_border_2px_ftb {
	width: 90%;
	background-color:#707070;
	margin-left:auto; margin-right:auto;
	padding: 5px 5px 5px 5px;  
	border: 4px ridge #FFFFFF;  
	text-align:center;
	}	
	

/*Separate container for Tripadvisor*/

.h4_right_container_tripadvisor {
	width:170px;
	margin-left:auto; margin-right:auto;	
}	

	
#header5 { /* OUTSIDE BORDER*/
	background-color:#424A2B;
	height: 200px; min-height: 200px;
	width: 98%;	min-width: 98%;	max-width: 98%;
	padding-top: 10px;padding-left: 0px;padding-bottom: 0px;padding-right: 0px;
	margin: 0px; margin-left:auto; margin-right:auto;
	border-spacing:0;
	border: 8px ridge #FFFFFF;
}
	
#header5_box {
	background-color: #424A2B;
	height: 150px;
	width: 900px;min-width: 900px;
	margin-right: auto;	margin-left: auto;	
}

#header5_box_left {
	height: 130px;
	width:300px;
	margin-left: 70px;	margin-top: 12px;
	border: 1px solid #FFFFFF;
	float: left;
	text-align:center; font-size: 12px; color: #FFFFFF;	font-weight:bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	}
	
	
#header5_box_middle {
	width: 100px;
	margin-top: 20px;margin-right: 30px;margin-left: 30px;
	float: left;	
	border: 1px double #FFFFFF;}
	
	
#header5_box_right {
	height: 121px;
	width:300px;
	margin-top: 12px; margin-right: 5%;
	padding-top: 10px;
	border: 1px solid #FFF;
	float: left;
	text-align:center; color: #FFFFFF; font-size: 12px;	font-weight:bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#header5_link_container {
	background-color: #424A2B;
	height: 20px;
	width: 200px;min-width: 200px;
	margin-right: auto;	margin-left: auto;
	padding-top: 10px;	
}
#header5_link_box {
	height:15px;
	width:100%;
	margin-right: auto;	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:center; color: #FFFFFF; font-size: 12px;	font-weight:bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	
}
.header5_link_box_left {
	float:left;
	width: 45%;
	text-align:center;}

.header5_link_box_right {
	float:right;
	width: 45%;
	text-align:center;}
	
.header5_link_box_space {
	float:left;
	width: 10%;
	text-align:center;}

#header5_link_box a:hover{
	color: #FF0;
	}
	

	
/*Links*/

a.one:link {color: #FFFFFF;	text-decoration: none;}
a.one:hover {color:#424A2B ;text-decoration: underline;}
a.one:visited {text-decoration: none; color: #FFFFFF;	}
a.one:active {	text-decoration: underline;	color: #FFFFFF;}


a.two:link {color: #FFFFFF;	text-decoration: none;}
a.two:hover {color:#FFFF00 ;text-decoration: underline;}
a.two:visited {text-decoration: none; color: #FFFFFF;	}
a.two:active {	text-decoration: underline;	color: #FFFFFF;}


a:link {color: #993333;	text-decoration: none;}
a:hover {color:#993333 ;text-decoration: underline;}
a:visited {text-decoration: none; color: #993333;	}
a:active {	text-decoration: underline;	color: #993333;}

/* START CSS FOR POP UP WINDOW FOR COOKIE POLICY*/

.popup_cp-window{
	position:fixed;
	background-color: rgba(200,200,200,0.75);
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:999;
	opacity:0;
	pointer-events:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	
	}
	
.popup_cp-window:target{
	opacity:1;
	pointer-events:auto;
}

.popup_cp-window>div{
	width:90%;
	position:relative;
	margin: 10% auto;
	padding:2rem;
	background:#660000;
	color:#FFF;
	max-height: 400px;
	overflow-y: scroll;
	border: 3px ridge #FFFFFF;
}
.popup_cp-window header{
	font-weight:bold;
}
.popup_cp-close{
	color:#FFF;
	line-height: 50px;
	font-size: 80%;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width: 70px;
	text-decoration:none;
}
.popup_cp-close:hover{
	color: #FF0;
}
.popup_cp-window H1{
	font-size: 150%;
	margin: 0 0 15px;
	text-decoration:underline;
}

/*END CSS FOR POP UP WINDOW FOR COOKIE POLICY*/

/* START CSS FOR POP UP WINDOW FOR PRIVACY POLICY*/

.popup_pp-window{
	position:fixed;
	background-color: rgba(200,200,200,0.75);
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:999;
	opacity:0;
	pointer-events:none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	
	}
	
.popup_pp-window:target{
	opacity:1;
	pointer-events:auto;
}

.popup_pp-window>div{
	width:90%;
	position:relative;
	margin: 10% auto;
	padding:2rem;
	background:#660000;
	color:#FFF;
	max-height: 60%;
	overflow-y: scroll;
	border: 3px ridge #FFFFFF;
}
.popup_pp-window header{
	font-weight:bold;
}
.popup_pp-close{
	color:#FFF;
	line-height: 50px;
	font-size: 90%;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width: 70px;
	text-decoration:none;
}
.popup_pp-close:hover{
	color: #FF0;
}
.popup_pp-window H1{
	font-size: 20px;
	margin: 0 0 15px;
	text-decoration:underline;
}
.popup_pp-window H2{
	font-size: 18px;
	margin: 0 0 15px;
	text-decoration:underline;
}
.popup_pp-window H3{
	font-size: 16px;
	margin: 0 0 15px;	
}
.popup_pp-window p{
	font-size: 14px;
	margin: 0 0 15px;
	
}
.popup_pp-window li{
	font-size: 14px;
	margin: 0 0 15px;
	list-style-position: inside;
	
}

/*END CSS FOR POP UP WINDOW FOR PRIVACY POLICY*/


/*START CSS FOR PICTURESLIDER*/
		
.picturefader  {
	
	width: 500px; min-width: 500px; max-width: 500px;	
	margin-left:auto; margin-right:auto;/*Margin left & right centres div*/
	border: 5px solid #FFFFFF;
}
.animate-fading {
   animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}

@-webkit-keyframes fadeIn{
0%   { opacity: 0; }
100% { opacity: 1; }
}

@-moz-keyframes fadeIn{
0%   { opacity: 0; }
100% { opacity: 1; }
}

@-o-keyframes fadeIn{
0%   { opacity: 0; }
100% { opacity: 1; }
}

@keyframes fadeIn{
0%   { opacity: 0; }
100% { opacity: 1; }
}

/*START CSS FOR COVID 19*/

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}	

/*FINISH CSS FOR PICTURESLIDER*/


/*START CSS FOR COVID 19*/

.modal {
  display: none;  /*Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #660000;
  color: #FFFFFF;
  border: 3px ridge #FFFFFF;
  margin: auto;
  padding: 30px;
  width: 75%;
  max-height: 75%;
  animation-name: modalopen;
  animation-duration: 2s;
	overflow: scroll;
}

.modal-content h1{
	font-size: 38px;
	line-height: 44px;
	margin: 0 0 15px;
	font-weight: bold;
	text-decoration:underline;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.modal-content h2{
	font-size: 28px;
	margin: 0 0 15px;
	text-decoration:underline;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
.modal-content h3{
	font-size: 22px;
	margin: 0 0 15px;
	font-weight: bold;
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.modal-content p{
	font-size: 18px;
	margin: 5 25 15 25px;
	text-align: center;
	line-height: 22px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.modal-content li{
	font-size: 16px;
	margin: 0 0 15px;
	list-style-position: inside;	
}

.button {
font-size: 16px; line-height: 35px; font-weight:  bold; font-family:"Palatino Linotype",  "Book Antiqua", "Palatino", "serif";	
margin-left: auto; margin-right: auto; 
width: 90%;	
border: 3px ridge #FFFFFF;	
color: #993333;
background-color: #D8D8D8;	
}

.button:hover { 
background-color: #707070;
text-decoration: none;
font-size: 20px;
color: #F9F9F9;
cursor: pointer;	
}


/* The Close Button */
.close {
  color: #F9F9F9;
  float: right;
  font-size: 14px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@keyframes modalopen{
	from{opacity: 0}
	to{opacity: 1}
}
	
	
/* SETTINGS FOR CONTACT FORM*/


#contact_form_1 {
	min_width: 100%;
	padding-top: 5px; padding-bottom: 5px;
	min-height: 300px;
}

#contact_form_container {/*LEAVE UNTIL WEBSITE COMPLETED*/
	background-color:#D8D8D8;
	width: 950px; min-width:950px;
	margin-top: 10px; margin-bottom: 15px; margin-left:auto; margin-right:auto;/*Margin left & right centres div*/
	border: 8px ridge #FFFFFF;
	overflow:auto;
	padding-bottom: 20px;}	




#contact_form_container_1{   
	width: 90%;
	margin: auto;}






.contact_form_container_heading {
	
	width: 90%;
	background-color:#707070;
	margin-left:auto;margin-right:auto;
	border: 5px solid #FFFFFF;
	text-align:center; font-size: 30px; line-height: 46px; font-weight: bolder;	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;  	color: #FFFFFF;	white-space:normal;}	
	
	
.contact_form_container_heading_smll {
	width: 500px; min-width: 500px; max-width: 500px;
	background-color:#707070;
	margin-left:auto;margin-right:auto;
	border: 5px solid #FFFFFF;
	text-align:center; font-size: 18px; line-height: 36px; font-weight: bolder;	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;  	color: #FFFFFF;	white-space:normal;}	



.contact_form_holder {    /*Container to hold Form"*/
	width: 600px;
	background-color:#FFFFFF;
	margin-left:auto;margin-right:auto;
	padding: 25px;
	border: 4px ridge #FFFFFF;
	text-align:center;}	

.contact_form_contaimer_text_holder {    /*Container to hold all text divs"*/
	width: 600px; max-width: 500px;
	background-color:#FFFFFF;
	margin-left:auto;margin-right:auto;
	border: 2px ridge #FFFFFF;
	text-align:center;}

.contact_form_container_text {
	width: 80%;
	background-color:#FFFFFF;
	margin-left:auto; margin-right:auto;
	font-size: 14px; line-height: 20px;	font-weight: bold; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;	color: #993333;	white-space:normal; text-align:center;}	
