@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-box-sizing: border-box;
	margin: 0px;
	padding: 0px;	
	color: #000;	
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	display:block; 
}
a:link {
	display:inline;
	font-size: 1em;
}
a:hover {
	display:inline;
	background-color:#006;
	color:#FFF;
	text-decoration: none;
	font-size: 1em;
}
body
{
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-color:#000;
}
main {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	float: left;
	padding: 2em;
	background-color:#FFF;
} 
section{
	clear:both;
	padding:1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	width:100%;
}
section img
{
	height: 200px;
	width: 200px;
	-moz-box-shadow: 5px 0px 5px #777;
	-o-box-shadow:  5px 0px 5px #777;
	-webkit-box-shadow: 5px 0px 5px #777;
	box-shadow: 5px 0px 5px #777;
	border: thin solid #999;
	margin: 1em;
}
h2#pagetitle
{
	width:100%;
	background-color: #000;
	clear: both;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-width: medium;
	border-color: #FC0;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:1.2em;
	text-align: center;
	letter-spacing: .1em;
}
h3 {
	background-color: #006;
	clear: both;
	text-align: center;
	padding: .5em;
	margin-bottom: .5em;
	background-image: -moz-linear-gradient(#006, white 40%, #006);  
	background-image: -webkit-gradient(#006, white 40%, #006  );
	background-image: -webkit-linear-gradient(#006, white 40%, #006);
	background-image: -o-linear-gradient(#006, white 40%, #006);  
}
#to_photo_gallery{
	vertical-align:middle;
	text-align:center;
	border-radius:12px;
	-moz-box-shadow: 5px 5px 5px #777;
	-o-box-shadow:  5px 5px 5px #777;
	-webkit-box-shadow: 5px 5px 5px #777;
	box-shadow: 5px 5px 5px #777;
	border: thin solid #999;
	padding: 8px  20px   8px    20px;
	clear: both;
	float: left;
}
a:link#to_photo_gallery {
	text-decoration: none;
}
a:hover#to_photo_gallery {
	color: #FFFFFF;
	background-color: #006;
}

figure 
{
	height: 200px;
	width: 200px;
	margin-right: auto;	margin-left: auto;
	margin-bottom: 5em;
	-moz-box-shadow: 5px 5px 5px #777;
	-o-box-shadow:  5px 5px 5px #777;
	-webkit-box-shadow: 5px 5px 5px #777;
	box-shadow: 5px 5px 5px #777;
	border: thin solid #999;
	clear: both;
}
figcaption{
	padding:1em;
	margin-bottom: 1em;
	margin-top: -1em;
	color:FFF;
	background-color:000;
}
strong{
font-weight:bold; display:inline;
}
em
{
	font-weight: bold;
	color: #F00;
	display: inline;
	clear: none;
	font-style: normal;
}
.red_font{
	color:F00;
	display:inline;
	clear: none;
}
#dialphone
{
	text-align:center;
	height:50px;
	width:50px;
	border-radius:50px;
	float:left;
	margin-right:1em;
	background-color:#009;
	color:#FFF;
	vertical-align: middle;
	cursor: default;
}
/* #wood is a library item used on bulkheading, fences, etc */
#wood{
	background-color: #C48642;
	background-image: url(../pictures/wood_bulkheading/wood_background.jpg);
	margin: 1em;
	 width:100%;
}
#wood a:link,  #wood a:visited {
	color: #FFF;
	text-shadow: 5px     2px    5px     #000;
	font-size: 1em;
	font-weight: bold;
	letter-spacing:0.1em;
}
@media screen and (min-width:800px){
body{
max-width:960px; 	
margin-left:auto; margin-right:auto;	
}
section { width:80%; 
margin-left:auto; margin-right:auto;
}
}