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



/* BEGIN ACRE CSS */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-image:url(../images/background2.jpg)
		/* [disabled]text-decoration: none; */
	/* [disabled]font-stretch: narrower; */
}
img {
	border:0px;
	padding:0px;}
	
table {
	border-spacing: 0;
	padding: 0;
	border: 0;
	background-color: #FFF;
}

H1,H2,H3, H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #58585a
	 ;
	text-decoration: none;/* [disabled]font-stretch: narrower; */
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #58585a;
	
}
a {
	
	color: #58585a;
	text-decoration: underline;
}
a:hover {
	
	color: #bad7c0;
	text-decoration: underline;
}


.headline a {
	text-decoration: underline;
	color: #8dc63f;
	}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #8dc63f;	
}







/* -------------------------------MAIN TAGS ------------------------------------ */
/*------------------  3 IMAGE ROW AND WORDS -------------------*/
.image_row{
	display: inline-block;
	/* [disabled]overflow: hidden; */
	width: 1000px;
	margin: auto;

}
.image_row_images {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.image_row_left, .image_row_middle, .image_row_right {
		width: 33%;
		text-align: center;
		float: left;
	}
.image_row_left{
	clear: left;
}
.image_row_right{
	clear:right;
}

.text_row{
	display: inline-block;
	/* [disabled]overflow: hidden; */
	width: 1000px;
	margin: auto;

}
.text_row_images {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.text_row_left, .text_row_middle, .text_row_right {
		width: 33%;
		text-align: center;
		float: left;
	}
.text_row_left{
	clear: left;
}
.text_row_right{
	clear:right;
}

.centre_copy{
	margin-left: 10px;
	clear: both;
	margin-right: 10px;
	padding-top: 10px;
}
.contact_under{clear: both;}
.contact_over{
	clear: both;
}
/* ------------------------------  2 column layout --------------------------*/
	
.col2_center_content{
	min-height:300px;	
	margin-top:10px;
	display:inline-block;
	width:100%;	
	}
.col2_center_left {
	float: left;
	width: 750px;
	overflow: hidden;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
}
.col2_center_right {
	float:left;
	clear:right;
	width:250px;
	margin-left:0px;}
	
/* ------------------------------ ALL PAGES ------------------------- */




	
.page_container
{width:1000px;
min-height:600px;
margin:auto;
background-color:#ffffff;
box-shadow:0px 3px 15px #666666;
}

.center_content{
	text-align:center;
	min-height:500px;
	margin-top:20px;}
	
.testimonials
	{text-align:left;}
	
.main_footer { 
  clear:both;
  background:#DDDDDD;
  text-align:center;
} 
#header_site {
	clear:both;
	background:#1d1d1d;
	float: left;
} 

.main_menu{
	clear: both;
	/*padding-top: 250px;*/
}


	/* ------------------------------HEADER---------------------------------------*/

#headerphotos {
float:right;
}
div#logooverlay{
	position: relative;
	top: 0;
	/* [disabled]left: 0; */
	min-height: 475px;
}
div#logooverlay img.cover{
	position: absolute;
	/* position in top left of #tobecovered */
	top: 0; /* top of #tobecovered */
	left: 0; /* left of #tobecovered */
	z-index: 2000;
}

/*-----------------------contact page----------------------------*/
#contact{
	clear:both;
	background-color:#ffffff;}
	
	.contact_table{
	width:1000px;
	background-color:#ffffff;
	text-align: left;
	}
#contact_form_display {
	padding-left:15px;
	text-align:left;}
	
#contact_centre{
	text-align: left;
	margin-left: 20px;
}

/* END ACRE CSS */



/* ---------------------------BEGIN GALLERY CSS-------------------------- */
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 4px 5px 0;
	/*height: 49px;*/
width:125px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightgrey;
padding: 5px;
margin-top:50px;
left: -500px;
border: 1px solid white;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	height: 380px;
	width:580px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 400px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

/* END OF GALLERY CSS */
/* BEGIN MENU CSS */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	font-size:14px;
	font-weight:bold;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	
	position: relative;	
	z-index: 5;
	font-size:14px;
	font-weight:bold;		
}

.menu li:hover {
	z-index: 10000;	
	white-space: normal;
}

.menu li li {
	float: none;
}

.menu ul {
	visibility: hidden;	
	position: absolute;
	z-index: 10;
	left: 0;	
	top: 0;		
}

.menu li:hover>ul {
	visibility: visible;	
	top: 100%;	
}

.menu li li:hover>ul {	
	top: 0;
	left: 100%;
}


.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	
	min-height: 0;
}


.menu ul {
	background-image: url(empty.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;	
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

.menu, .menu ul li {
	color: #58585a;
	background-color: #ffffff;
	background-image:url(../images/menu-background.jpg)
}

.menu ul {
	width: 15em;
}

.menu a {
	text-decoration: none;
	color: #58585a;
	padding: .25em 1.15em;
	display: block;
	position: relative;

	}

.menu a:hover, .menu li:hover>a {
	color: #7d7061;}

.menu li li {	
	border: 1px solid #7d7061;
}
.menu ul>li + li {	
	border-top: 0;
}

.menu li li:hover>ul {	
	top: 5px;
	left: 90%;
}
