@charset "utf-8";

/* -- BEGIN VERTICAL ALIGN -- */
html, body, #wrapper {
height:100%;
margin: 0;
padding: 0;
border: none;
text-align: center;
}

#wrapper {
margin: 0 auto;
text-align: left;
vertical-align: middle;
width: 920px;
}

.one-half{
	width:50%;
	float:left;
	padding:1%;
	box-sizing:border-box;
}

.centered{
	text-align:center;
}

/* -- END VERTICAL ALIGN -- */

body{
	background-color:#c3c3c3;
	color:#111;
	font-family: 'Open Sans Condensed', Arial, Sans-Serif;
	background-image: url(images/site_bg_2018.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-size:15px;
}


#header{
	margin-bottom:15px;
}

		#logo{
			float:left;
			width:350px;
			height:100px;
			background-image:url(images/logo.png);
			background-repeat: no-repeat;
			text-align:left;
		}
		
		#nav{
			float:right;
			text-align:right;
			margin-top:25px;
		}
		#livehelp{
			float:right;
			text-align:right;
		}

#content_home{
	min-height:350px;
	width:920px;
	background-repeat:no-repeat;
	background-position:left top;
}
#content{
	min-height:431px;
	width:920px;
	background-repeat:no-repeat;
	background-position:left top;
	border-top: #999 1px solid;
	padding: 0px 10px;
}
	#content_right{
		width:470px;
		float:right;
		text-align:justify;
		line-height:18px;
	}
	#content_contact_left{
	width:360px;
	float:left;
	text-align:left;
	line-height:18px;
	}
	#content_contact_right{
	width:500px;
	float:right;
	text-align:left;
	line-height:18px;
	}
	
	#content_testi_left{
		width:460px;
		float:left;
		text-align:center;
	}
	#content_testi_right{
		width:460px;
		float:right;
		text-align:center;
	}
	


#footer{
	margin-top:15px;
}

		#lhgmotp{
	float:left;
	width:400px;
	text-align:left;
		}
		
		#slogan{
			float: right;
		    text-align: right;
		    /*background-image: url(images/footer-logo.png);*/
		    width: 304px;
		    background-position-x: right;
		    background-repeat: no-repeat;
		    background-size: contain;
		    height: 28px;
		}
		
		
		#foot_left{
	float:left;
	text-align:left;
	margin-top:30px;
	width:400px;
		}
		
		#foot_right{
	float:right;
	text-align:right;
	margin-top:30px;
	width:320px;
		}
		
/*****************       TEXT AND LINK STYLES          *************************/



.heading_text{
		color:#111;
		font-size:18px;
		font-family: Georgia, "Times New Roman", Times, serif;
}

.contact_largetext{
		color:#111;
		font-size:16px;
}

.foot_text{
			color:#111;
			font-size:13px;
		}

a.text_link:link, a.text_link:visited {
	color: #111;
	text-decoration: underline;
}
a.text_link:hover {
	color:#000;
	text-decoration: none;
}

a.footer_link:link, a.footer_link:visited {
	color: #111;
	text-decoration:none;
}
a.footer_link:hover {
	color: #000;
	text-decoration:none;
}
/*** Gallery ***/
#gallery_henry {
	margin-top: 100px;
}
.content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-size: 1.5em;
	z-index: 9999;
	position: relative;
	top: 70px;
}

.portfolioThumb{
	color:#111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	text-decoration:none;
}

.portfolioThumb img{
	border:2px solid #999;
	padding:2px;
	width:75%;
	margin:0 auto;
}