/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

/*=========================================
    Main Styles
    =========================================*/

	body {
		font-family: Verdana, Trebuchet MS;
    	font-size: 14px;
    	background-image: url("https://www.geocities.ws/nowhammystop/img/bg-page.png");
    	background-size: cover;
    	background-repeat: no-repeat;
    
	}

	h2 {
		text-align: center;
		color: #610000;
	}

	h3 {
		text-align: center;
		color: #610000;
	}

	h4 {
		text-align: center;
		color: #610000;
	}

	p {
		padding: 0px;
		margin: 5px 10px 18px 0px;
		line-height: 1.6em;
		color: #000000;
	}

  	form {
  		margin: 0 auto;
  		width: 250px;
  	}

  	input[type=text], select, textarea {
  		width: 100%;
  		padding: 12px;
  		border: 1px solid #ccc;
  		border-radius: 4px;
  		box-sizing: border-box;
  		margin-top: 6px; 
  		margin-bottom: 16px;
  		resize: vertical 
	}

	input[type=checkbox] {
      margin-top: 16px;
      margin-bottom: 16px;
  	}

	#content {
		float: left;
		width: 490px;
	}

	#reviewbox {
		width: 352px; 
		height: 126px;
	}

	#nav {
		width: 100%;
		float: left;
		margin: 0 0 1em 0;
		padding: 0;
		background-color: #f2f2f2;
		border-bottom: 1px solid #ccc;  
	}
	
	#nav ul {
		list-style: none;
		width: 540px;
		margin: 0 auto;
		padding: 0;
    	overflow: hidden;
	}

	#nav li {
		float: left; 
	}
	
	#nav li a {
		display: block;
		padding: 14px 16px;
		text-decoration: none;
    	text-align: center;
		font-weight: bold;
		color: #069;
		border-right: 1px solid #ccc;
	}
	
	#nav li:first-child a {
		border-left: 1px solid #ccc; 
	}
	
	#nav li a:hover {
		color: #c00;
		background-color: #fff; 
	}
	
	#footer {
		clear: both;
    	width: 940px;
    	margin: 0px auto;
    	padding: 7px 0px 15px 0px;
		text-align: center;
		font-size: 12px;
    }
	
	.active {
		background-color: #fff;
	}

	.container {
    	width: 989px;
    	margin: 0 auto;
	}
	.contactf {
  		border-radius: 5px;
  		padding: 20px;
	}

	.navbar {
    	font-family: Trebuchet MS;
    	font-size: 16px;
    	width: 940px;
    	height: 39px;
    	margin: 0px auto;
	}

	.gil-image {
		float: left;
		padding-bottom: 10px;
		margin-left: 50px;
	
	}

	.conpic {
		width: 300px;
    	height: 300px;
    	position: absolute;
    	left: 100px;
    	top: 50%;
	}
  	
  	.conpic2 {
		width: 300px;
    	height: 300px;
    	position: absolute;
    	right: 100px;
    	top: 50%;
	}

	.findus {
		text-align: center;
	}

	.findus li{
		padding: 6px 40px 3px 5px;
	}


	.frame {
		padding: 2px;
    	background: #f9f9f9;
    	border: 1px solid #a4a3a3;
	}
	
	.hourlist {
		text-align: center
	}

	.hourlist li {
		padding: 6px 40px 3px 5px 
	}

	.serpic {
		width: 700px;
		top: 50%;
		float: right;
	}

	.servicelist li {
		list-style-type: square;
		padding: 6px 0px 3px 5px
	}

	.column {
		float: left;
		width: 50%;
	}

	.row:after {
		content: "";
		display: table;
		clear: both;
	}