html, body{
	height:100%; /* Forces the browser to recognise full height */
}

/*full screen background image for any sized screen or browser window using pure css code.
#full-screen-background-image 
{
  z-index: -999;
  min-height: 100%;
  min-width: 1055px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
*/
/* Some defaults for text layout */
body {
	font-family:arial;
	font-size:12pt;
	color:#404040;
	line-height:1em;/* default */
	letter-spacing: 0em; /* default -  Use for +/- */
	word-spacing:0em;/* default - Use for +/- */
	background:url(../assets/jGlzr.png);
	background-repeat: no-repeat;
    background-attachment: fixed;
	
}

/* text color name in h2 */
h2 {color: DarkGreen;}

#banner_wrap{
	display:block;
	background-color:white;
	position:relative;
	width:1055px;
	height:130px;
	margin:auto;
	/*border-bottom: 1px solid #333333;*/
}

#banner_left{
	display:block;
	background-color:white;
	float:left;
	position:relative;
	width:120px;
	height:115px;
	padding-left: 30px;
	padding-top:10px;
	margin:auto;
}

#banner_center{
	display:block;
	background-color:white;
	position:relative;
	float:left;
	width:430px;
	height:110px;
	padding-left: 5px;
	padding-top:15px;
	margin:auto;
}

.link {
	text-decoration:none;
	color:black;	
}

.link1 {
	color:black;	
}

#banner_right{
	display:block;
	background-color:white;
	font-weight:bold;
	position:relative;
	line-height:0.7em;
	float:left;
	width:270px;
	height:125px;
	padding-left:200px;
	padding-top:0px;
	margin:auto;
}

#nav{
	display:block;
	background-color:tan;
	position:relative;
	width:1055px;
	height:50px;
	margin:auto;
}

/* CSS convention for selecting tags in id containers 
#id child-tag grandchild-tag etc.. 
*/
/* Restyling a <ul> list of hyperlinks in the #nav conatiner  */

#nav ul {
	display:block;
	position:relative;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	margin-left:20px;
}

#nav ul li {
	display:block;
	position:relative;
	list-style-type:none;
	float:left; /* horizontal links */
	margin: 15px 30px 0px 30px;
}

/* The anchor tag has 4 pseudo classes a:link, a:visited, a:hover, a:active  */

#nav a {
	color:#660000;
	text-decoration:none;
	font-size:1.2em;
}

#nav a:link {
	color:white;
	text-decoration:none;
}

#nav a:visited {
	color:white;
	text-decoration:none;
}

a.current:link, a.current:visited {
	color: white;
	background-color:darkgreen;
	}

#nav a:hover {
	color:darkgreen;
	text-decoration:underline;
}
#nav a:active {
	color:darkgreen;
	text-decoration:underline;
}

#wrap{
	background-color:beige;
	display:block;
	position:relative;
	width:1055px;
	height:755px;
	margin:auto;
}
#side_left{
	display:block;
	position:relative;
	width:100px; /* 290px -M -P */
	height:300px; /* 506px -M -P */
	float:left;
	font-size:2.6em;
	line-height: 1em;
	text-align:center;
	padding:10px;
	background:tan;
	/*background:#784421;*/
	margin: 50px 10px 15px 20px;
	box-shadow: 10px 10px 20px #888888;
}

#content{	
	display:block;
	position:relative;
	background:beige;
	width:660px;
	line-height:1.5em;
	padding:10px;
	margin: 0px 10px 10px 30px;
	height:480px;
	float:left;
}

/* Code for Testimonials page only */

#wrap_test{
	background-color:beige;
	display:block;
	position:relative;
	width:1055px;
	height:750px;
	margin:auto;}
	
#content_test{	
	display:block;
	position:relative;
	background:beige;
	width:900px;
	line-height:1.0em;
	padding:10px;
	margin: 0px 10px 0px 30px;
	height:600px;
	float:left;
}

/* Code for standard pages */

#right_side{
	display:block;
	position:relative;
	width:100px; /* 290px -M -P */
	height:300px; /* 506px -M -P */
	float:left;
	font-size:2.6em;
	line-height: 1em;
	text-align:center;
	padding:10px;
	background:tan;
	/*background:#784421;*/
	margin: 50px 15px 15px 20px;
	box-shadow: 10px 10px 20px #888888;
}


#bottom_left{
	display:block;
	position:relative;
	float:left;
	background:tan;
	width:340px;
	height:160px;
	line-height:1.5em;
	padding:20px 15px 10px 35px;
	/*background:#784421;*/
	margin: 10px 15px 25px 80px;
	box-shadow: 10px 10px 20px #888888;
}

#bottom_right{
	display:block;
	position:relative;
	float:left;
	background:tan;
	width:340px;
	height:160px;
	line-height:1.5em;
	padding:20px 15px 10px 35px;
	/*background:#784421;*/
	margin: 10px 15px 25px 100px;
	box-shadow: 10px 10px 20px #888888;
}


#footer{
	display:block;
	position:relative;
	background:tan;
	width:1055px;
	height:30px;
	margin:auto;
	padding-bottom:25px;
	border-top: 3px solid #333333;
}
#footer ul{
	display:block;
	position:relative;
	width:auto;
	height:74px;
	margin-left:20px;
	}
#footer ul li{
	display:block;
	position:relative;
	list-style-type:none;
	float:left;
	margin: 0px 30px 0px 30px;
	}
#footer a {
	color:#404040;
	text-decoration:none;
	font-size:1.2em;
}
#footer a:link {
	color:white;
	text-decoration:none;
}

#footer a:visited {
	color:darkgreen;
	text-decoration:none;
}

#footer a:hover {
	color:darkgreen;
	text-decoration:underline;
}
#footer a:active {
	color:#0000ff;
	text-decoration:underline;
}

.img_fit_1 {
	width:90%;
}

/* Code for Gallery page */

#wrap_gallery{
	background-color:beige;
	display:block;
	position:relative;
	width:1055px;
	height:2000px;
	margin:auto;
}

/* text color name in h3 */
h3 {color: DarkGreen;}


#content_gallery{	
	display:block;
	position:relative;
	background:beige;
	width:900px;
	height:1500px;
	line-height:1.0em;	
	text-align:center;
	font-weight:bold;
	padding:0px 20px 0px 20px;
	margin: 0px 0px 0px 100px;
	float:left;
}



/* End CSS for general page view (large screens/windows)  */

/* Start media queries to change styles on smaller windows */

@media all and (max-width: 50em) {
/* 
Note styles set above are inherited unless you restyle them. 
*/
	body{
		font-size:1.2em;
	}
	
#banner_wrap{
	width:767px;
	height:125px;
	}
	#banner_left{
	float:left;
	width:110px;
	padding-left:10px;
		}
	#banner_center{
	float:left;
	width:407px;
	padding-left:10px;
	}
	
	#banner_right{
	width:60px;
	float:left;
	height:120px;
	background-color:white;
	font-size:0.7em;
	line-height:0.7em;
	width:200px;
	padding-left:30px;
	padding-top:5px;
	}
	

#nav{
	display:block;
	background-color:tan;
	position:relative;
	width:768px;
	height:45px;
	margin:auto;
}	
#nav ul li {
		margin: 10px 15px 0px 15px;
}


#nav a {
	color:#660000;
	text-decoration:none;
	font-size:1.0em;
}

#wrap{
		background-color:beige;
		width:40em;	
	}
	
	#side_left{
		display:none;	
	}
	
	#right_side{
		margin-left:80px;
	}	
		
	#content{
		margin-top:0px;
		width:30em;
		font-size:0.8em;
	}	
	
/* Code for Testimonials page only */

	
#wrap_test{
		height:830px;
		width:50em;
		font-size:0.8em;
	}
	
	#content_test{
		width:45em;
	}

/* End of code for Testimonials page only */


/* Code for standard pages */
	
	#bottom_left{
		width:340px;
		padding:10px 10px 10px 60px;
		margin:40px 10px 20px 170px;
	}

	#bottom_right{
		display:none;
	}

#footer{
	display:block;
	background-color:tan;
	position:relative;
	width:768px;
	margin:auto;
}	
#footer ul li {
		margin: 0px 15px 0px 15px;
}


#footer a {
	color:#660000;
	text-decoration:none;
	font-size:1.0em;
}



/* End of code for Standard pages*/


/* Code for Gallery page */

#wrap_gallery{
	background-color:beige;
	display:block;
	position:relative;
	width:768px;
	height:2000px;
	margin:auto;

}

#content_gallery{
	background-color:beige;
	margin: 0px 0px 0px 20px;	
	font-size:0.9em;
	padding:0px 10px 0px 10px;	
	width:720px;
	height:2000px;
}

/* End of code for Gallery page */
}

@media all and (max-width: 25em) {
/* Note styles set above are inherited unless you restyle them. */

/* Code for standard pages */
	body{
	 font-size:1.4em;
	}
	
#banner_wrap{
	width:350px;
	height:210px;
	}
	
	#banner_left{
	width:80px;
	height:75px;
	float:left;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:0px;
	}
	
	#banner_center{
	float:none;
	width:260px;
	height:65px;
	padding-top:20px;
	padding-left:0px;
	padding-right:0px;
	margin-right:0px;
	}
	
	#banner_right{	
	width:300px;	
	height:110px;
	background-color:white;
	font-size:0.6em;
	line-height:0.7em;
	float:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:40px;
	}
	
#nav{
	height:240px;
	width:350px;
	font-size:0.8em;
	}
	
#nav ul li {
	float:none; /* vertical links */
	margin: 0px 15px 0px 10px;
	padding-top:15px;
}
	
	
#wrap{
	width:350px;
	height:700px;
	}

	#side_left{
		display:none;
		height:420px;
	}		
	
	#right_side{
		display:none;
		height:430px;	
	}	
	
	#content{
		width:80%;
		height:570px;
		padding-left:20px;
		font-size:0.6em;
		margin-left:0px;
	}	

	
	
	#bottom_left{
	width:330px;
	margin:auto;
	padding:10px 5px 10px 15px;	
	}
/* End of code for Standard pages*/
	
/* Code for Testimonial pages only */
	
#wrap_test{
	width:350px;
	height:1050px;
	font-size:0.6em;
	}	
	
	#content_test{
	padding-left:0px;
	width:80%;
	}

/* End of code for Testimonial pages only */

/* Code for standard pages */
	
	#footer{
		display:none;
	}
/* End of code for standard pages */
	
/* Code for Gallery page */

#wrap_gallery{
	background-color:beige;
	display:block;
	position:relative;
	width:350px;
	height:1950px;
	margin:auto;
}

#content_gallery{	
	background-color:beige;
	width:340px;
	height:800px;
	font-size:0.0em;	
	padding:0px 5px 0px 5px;
	margin: 20px 0px 0px 0px;





/* End of code for Gallery page */
}


}







