@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #030;
	background-color: #666666;
	background-image: url(images/cctv-installation-background.jpg);
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
}
.oneColFixCtrHdr #container {
	max-width: 1200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #63E1B3;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 1.5;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #63E1B3;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #63E1B3;
	font-size: 12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.floatleft {
	float: left;
	margin-right: 14px;
}
.floatright {
	float: right;
	margin-left: 14px;
}

.centretext {
	text-align: center;
}
.greendottedborder {
	border: 3px double;
	color: #63E1B3;
}
.redlink {
	color: #63E1B3;
	text-decoration: none;
}
.redlink A:link {
color: #63E1B3;
text-decoration: none;
}

.redlink A:visited {
color: #E84C3D;
text-decoration: none;
}

.redlink A:hover {
color: #CC0000;
text-decoration: underline;
}
.blacklinks {
	color: #030;
	text-decoration: none;
}
.blacklinks A:link {
	color: #030;
	text-decoration: none;
	font-weight: normal;
}

.blacklinks A:visited {
color: #030;
text-decoration: none;
}

.blacklinks A:hover {
color: #CC0000;
text-decoration: underline;
}
.redborder {
	border: 1px solid #F00;
}
.disclaimer {
	font-size: 10px;
	color: #E84C3D;
}
.navigation {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	background-color: #63E1B3;
	text-align: right;
	position: relative;
	vertical-align: middle;
	padding-right: 15px;
	padding-bottom: none;
	text-decoration: none;
}
.navigation A:link {
	color: #FFF;
	text-decoration: none;
}

.navigation A:visited {
	color: #FFF;
	text-decoration: none;
}

.navigation A:hover {
	color: #000;
	text-decoration: none;
}
.toppadding14 {
	padding-top: 14px;
}
.logo {
	padding: 3px;
}

.barkgreen {
	color: #4f7aa0;
}
.underline {
	text-decoration: underline;
	color: blue;
}
.boldlink a:link {
	color: #030;
    text-decoration: none;
}
.boldlink a:visited {
	color: #030;
    text-decoration: none;
}
img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
  border: none;
}
ul {
	padding-top: 1px;
	padding-bottom: 1px;
}
ol li {padding-bottom: 10px;}
ol li::marker {font-weight: bold;}
#googlead {
	width: 336px;
	height: auto;
	float: right;
	padding-left: 14px;
}
#extragoogle {
	width: 336px;
	height: auto;
	float: right;
	padding-left: 14px;
}
#quote {
	max-width: 400px;
	float: left;
	padding-right: 14px;
	}
#bark {
	float: right;
	max-width: 300px;
	border: 3px double;
	color: #63E1B3;
	margin-left: 15px;
}
#ratedpeople {
	height: 237px;
	float: left;
	position: inherit;
	border: 3px double;
	background-color: #63E1B3;
}
#quotetext {
	height: 50px;
	width: auto;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #63E1B3;
}
#footerad {
	margin: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}
#keywords {
	text-align: center;
	font-size: 12px;
	color:#63E1B3;
}
#logo {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}
#smallquote {
	text-align: center;
}
#extraquote {
	text-align: center;
}
#thirdquote {
	text-align: center;
}
#towns {
	font-size: 10px;
	color: #369;
}
#unordered {
	font-weight: bold;
}
#disorderedone {
	font-weight: bold;
	color: #FF748C;
	padding: 3px;
	background-color: #6FF;
	margin-bottom: 10px;
	border: 1px solid #000;
	padding-right: 12px;
}
#disorderedone h3 {
	padding-left: 25px;
}
#disorderedtwo {
	font-weight: bold;
	padding: 3px;
	background-color: #FF748C;
	color: #6FF;
	margin-bottom: 10px;
	border: 1px solid #000;
}
#disorderedtwo h3 {
	padding-left: 25px;
}
#youtube { 
	float: right;
	margin-left: 14px;
}

#local {
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	background-color: #e9e9e9;
	margin-bottom: 10px;
}
#local h3 {
	padding-left: 10px;
}
#local p {
	padding-left: 10px;
	padding-right: 10px;
}
#business {
	color:#F00;
}
  my-email::after {
    content: attr(data-domain);
}
  my-email::before {
    content: attr(data-user);
}

	/* below defines CSS rules for image GALLERY */
* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

/* Clearfix (clear floats) */
.gallery::after {
  content: "";
  clear: both;
  display: table;
}

	/* above defines CSS rules for image GALLERY */
	
	/* below defines CSS rules for dropdown menu */
	
 /* Dropdown Button */
.dropbtn {
  background-color: #63E1B3;
  color: white;
  padding: 1px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  font-family: "Courier New", Courier, monospace;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #090;
  min-width: 200px;
  max-height: 500px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;} 
	
	/* above defines CSS rules for dropdown menu */	
	
.smallertext { font-size: 12px; }
.redtext { color: #F00; text-align: center; }
.greytext { text-align: center; color: #999; }
hr { width: 40%; color: #CCC; }
#prosone { font-weight:bold; color: #090; padding-left: 20px;}
#consone { font-weight:bold; color: #F00; padding-left: 20px;}
#prostwo { font-weight:bold; color: #090; padding-left: 20px;}
#constwo { font-weight:bold; color: #F00; padding-left: 20px;}
#prosthree { font-weight:bold; color: #090; padding-left: 20px;}
#consthree { font-weight:bold; color: #F00; padding-left: 20px;}
#prosfour { font-weight:bold; color: #090; padding-left: 20px;}
#consfour { font-weight:bold; color: #F00; padding-left: 20px;}
#prosfive { font-weight:bold; color: #090; padding-left: 20px;}
#consfive { font-weight:bold; color: #F00; padding-left: 20px;}
#quotatiscontact {background-color: #63E1B3; width: 100%;}
#thankyou { color: #F00; text-align: center;}
.thankyou { color: #F00; text-align: center;}
#youtube { width: 320px; height: 240px; }
#tags { color: #c9c9c9; text-align: center; }
#wordcloud { width: 400px; float: right; margin-left: 18px; font-weight: bold; }
.fontforty { font-size: 40px; color: #6CF; }
.fontthirtyeight {font-size: 38px; color: #0F0;}
.fontthirtysix {font-size: 36px; color: #090;}
.fontthirtyfour {font-size: 34px; color: #69F;}
.fontthirtytwo {font-size: 32px; color: #FC9;}
.fontthirty {font-size: 30px; color: #03F;}
.fonttwentyeight {font-size: 28px; color: #F93;}
.fonttwentysix {font-size: 26px; color: #F00;}
.fonttwentyfour {font-size: 24px; color: #F0F;}
.fonttwentytwo {font-size: 22px; color: #FF0;}
.fonttwenty {font-size: 20px; color: #930;}
#barkwidget {width: 80%; margin-left: 10%; }
#date { font-size: 11px; text-align: right;}

/* below defines CSS rules for mobile screens of less than 480px */
      @media only screen and (max-width: 480px) {
           h1 { font-size: 18px; }
           h2 { font-size: 14px; }
           h3 { font-size: 12px; }
		   p {font-size: 11px;}
		   ol {font-size: 11px;}
		   ul {font-size: 11px;}
		   .dropbtn { font-size: 8px;}
		   body {background-image: none; background-color: #63E1B3;}
		   .oneColFixCtrHdr #container { width: 98%;}
		   .navigation { font-size: 8px; padding-right: 1px;}
		   #googlead { width: 250px; }
		   #extragoogle { width: 250px; }
		   #quotetext {font-size: 16px;}
		   #ratedpeople {height: 210px;}
		   #quotatiscontact {width: 100%;}
		   #quote {width: 100%;}
		   #youtube { width: 100%; height: 200px;}
		   #wordcloud { width: 100%; }
		   #barkwidget { width: 100%; margin-left: 1px; }
		   #maintowns {display: none;} 
         }
		 	/* below specifies responsive ad sizes for certain screen sizes */
.Responsive300x250 { width: 250px; height: 250px; }
@media(min-width: 500px) { .Responsive300x250 { width: 300px; height: 250px; } }
@media(min-width: 800px) { .Responsive300x250 { width: 336px; height: 280px; } }
