/**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	}

    
    ol, ul {
    list-style: none;
    }
 
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
/* End of reset CSS */
	
	
	h2, h3
	{
		margin: 0;
		padding: 15px 0px 5px 0px;
		font-size: 14pt;
	}
	
	h1
	{
		margin: 10px 0px 20px 0px;
		font-size: 16pt;
		text-align: left;
		line-height: 1.45;
		display:block;
    
		}
	
	p, ol, ul
	{
		margin-top: 0;
		
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
		line-height: 180%;
		}
	
	strong
	{
	}
	
	a
	{
		color: #16A085;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: none;
	}


html, body	{
	font-family: "Open Sans",arial,sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 20px;	
	margin: 0;
    padding: 0;
	height: 100%;
	background-color: #FEFCE7;
   		
	}

#container
{
	max-width: 1000px; 	
    margin: 0 auto;
	padding: 10px 5px 5px 0px;
	clear: both;
	
}
.logo a img
{
	display:block;
    margin:auto;
}
#sub-header a 
{
	display:block;
    margin: 5px 0px 20px 0px;
	width: 100%;
	font-size: 22px;
}
	
.business_description
{
	clear: both;
	float: left;
	font-size: 22px;
	padding: 5px 0px 5px 0px;
}

.tel
{
	text-decoration: none;
	float: right;
	color: inherit;
	padding: 5px 0px 20px 0px;
	
}
/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/
	
	.imgright
	{
		float: right;
		padding: 0px 0px 0px 8px;
		
		
		}
	.img-bunker
	{
		float: right;
		padding: 0px 0px 30px 10px;
		
		
		}
	.img-header img {
  display: block;
  max-width:315px;
  max-height:95px;
  width: auto;
  height: auto;
  
}
/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
	margin: 0px 50px 0px 5px;
	float: left;
	height: auto;
	overflow:hidden;
	}
	
	#menu a:link, #menu a:visited, #menu a:hover, #menu ul
			{
			text-decoration: none;
			list-style: none;
			font-size: 19px;
			line-height: 31px;
			text-align: left;
			font-family:georgia, serif;
			font-weight:500;
			color: #6C3600;
		}

#menu .active a {color: #F88852;}
#menu a:hover {color: #336666;}
#menu a:focus {color: #336666;}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
		
		width: 70%;
		overflow:hidden;
		margin: 0px 0px 0px 0px;
		
	}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		margin: 20px 0px 40px 0px;
		text-align: center;
	}
	
/*********************************************************************************/
/* Table                                                                         */
/*********************************************************************************/
.log-table
{
	
}

.table
{
border-collapse:collapse;
float:left;
margin: 0px 5px 20px 5px;
width:32%;
}
.table td, th 
{
border:1px solid #00527E;
padding:3px 5px 2px 5px;
}
.table th 
{
text-align:left;
padding-top:5px;
padding-bottom:4px;
}
/************************************************************************************
Contact Form
*************************************************************************************/

#contact-form {
    width: 55%;
    float: left;
	padding: 20px 0px 20px 10px;
}
#contact-form input, #contact-form textarea {
	padding: 5px;
	width: 80%;
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-form textarea {
	height: 90px;
}

#contact-form textarea:focus, #contact-form input:focus {
	border: 2px solid #FF8409;
}


#contact-form .button {

	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px outset;
	border-color:#FFFFFF #999999 #999999 #FFFFFF;
	margin:4px 100px 8px 0;
	padding: 0.1em 0.6em 0.1em 0.6em;
	width: 120px;
	float: right;
	}


label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 60px;
	padding-top: 5px;
	font-size: 0.9em;
	font-weight: bold;
}

/*********************************************************************************/
/* Misc                                                                          */
/*********************************************************************************/
	
	#map_canvas	{
			padding: 20px 10px 10px 10px;
		width: 700px; 
				height: 385px;
				}
	.bunker
	{overflow: hidden;
		width: 100%;
		padding: 0px 10px 0px 5px;
		text-align: left;
		
	}

/*********************************************************************************/
/* Media                                                                         */
/*********************************************************************************/
@media  (min-width : 320px) and (max-width: 768px)
{
  
.business_description
{
	width: 100%;
     display: flex;
    flex-direction: column;
    align-items: center;    }

#sub-header a 
{
	display: flex;
    flex-direction: column;
    align-items: center;  
	width: 100%;
}
#container
{
	max-width: 1000px; 	
    margin: 0 auto;
	padding: 10px 5px 5px 0px;
	clear: both;
	display: flex;
    flex-direction: column;
    align-items: center;
}
}
