html, body {
		margin:0;
		padding:0;
		height:100%;
	color:#000;
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	/*background: url(../images/y3k-trans3csm.gif);*/
	background: url(../images/y3kbg-steelblue.jpg);
	background-repeat: repeat;
	background-color: #88A7A1;
}
/* ^2 --------------- limited-scale reset ---------------- */
div {
	/*border:1px solid black;*/
	box-sizing: border-box;

}
h1, h2, h3, h4, h5, h6, p, address, blockquote, div{

}
h1.titles {
	text-shadow:1px 1px 1px gray,
}
h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul, li, p {
	font: normal 1rem Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#mainArticle ul, li {
		font-size: 1rem;
  list-style: none;
}
#mainArticle li:before {
  /* For a right-pointing bullet */
  content: "\2022"; 
  /* &#x2022; hex escape or &#8226; decimal escape or &bull; html entity */
  /* For a square bullet */
  /*content:'\25A0';    	&#x25a0; hex or &#9632; decimalmenuBoxB*/
  /* right-pointing arrow  	&#9655; decimal or &#x25b7; hex */
  display: block;
  position: relative;
  max-width: 1px;
  max-height: 1px;
  left: -16px;
  top: 0;
  color: #CA1718;
  font-size: 20px;
}

.clearboth {
	clear:both;
}
.columns-2 h3 {
	font: normal .9rem Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: .5rem;
	letter-spacing: .1rem;
}
.columns-2 p{
	font: normal .9rem Georgia, "Times New Roman", Times, serif;
}
.columns-2 a {
	font-size:1rem;
	text-decoration: underline;
	color: #00386E;

}
.columns-2  a:hover {
		font-size:1rem;
	color: green;
	border-bottom-color: #193742;
}

section h1 {
	font-size: 1.2rem;
	font-weight: bold;
	color:#008000;
	text-align: center;
	margin-bottom: .5rem;
	padding-bottom: .25rem;
	text-shadow: 1px 1px 1px gray,
}
.error {
	color:red;
}


.leftnav a:link, a:active, a:visited {
	color: #193742;
	text-decoration:none;
}
.leftnav a:hover {
	color: red;
	text-decoration:none;
}
	#home-page #homeNav  a,
	#services-page #servicesNav a,
	#about-page #aboutNav a,
	#contact-page #contactNav a {
	color:#6162CB; /*#257574;*/
}
#menuBoxA h1 {
	text-align: left;
	font-size: 1.3rem;
	font-weight: bold;
	color:#A9171A;
	margin-bottom: .5rem;
	padding-bottom: .25rem;
	text-shadow:1px 1px 1px  #6F6724;
}
#menuBoxA  h2 {
	font-size: 1.1rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #193742;
	margin:10px 0 0 10px;
	padding:6px 0 10px 0px;
	text-align: left;
	border-bottom: 4px solid gray;
	border-top:2px solid green;
	text-shadow:1px 1px 1px gray;
}
#menuBoxB h1 {
	font-size: 1.2rem;
	font-weight: bold;
	color:#008000;
	margin-bottom: .5rem;
	padding-bottom: .25rem;
	text-shadow:1px 1px 1px gray;
}
#menuBoxB  h2 {
	font-weight: bold;
	font-size:1.1rem;
	color: #193742;
	margin-bottom: .5rem;
	border-top: 4px solid white;
	padding-top: .5rem;
}
#menuBoxB  h3 {
	font-weight: bold;
	font-size:1rem;
	color: #193742;
	margin-bottom: .5rem;
	border-top: 4px solid white;
	padding-top: .5rem;
}
#menuBoxB  p {
	font-size: 1rem;
	color:#000;
	font-style: italic;
	margin: .5em 0;
	line-height: 1.4;
}

#menuBoxA p {
	color:#000;
	font-size: 1rem;
	font-style: italic;
	margin: .5rem 0;
	line-height: 1.1;
}

#mainArticle h1{
	text-align: center;
	color:#C50102;
	font-size:2rem; 
	font-weight:normal;
	font-family: verdana, arial, sans-serif;
	margin: 0 0 0 0;
	letter-spacing: -1px;
	text-shadow: 1px 1px 1px #CA6F42;
	/*border:2px orange dotted;*/
}
/*
#mainArticle h2 {
	text-align: center;
	color:#000;
	font-family: verdana, arial, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: .9rem;
	margin-bottom: .9rem;
	clear: both;
}
*/
#mainArticle h2 {
	font-style: normal;
	font-weight:bold;
	color:#008000;
	margin-top:0px;
	margin-bottom: .5rem;
	padding-top:.0px;
	text-shadow:1px 1px 1px gray;
}
#mainArticle h3 {
	color:green;
	font-size: 1.2rem;
	font-weight: bold;
	margin-left:30px;
	text-shadow:1px 1px 1px gray;
}

#mainContact h1 {
	font-size: 1.5em;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	color:#008000;
	margin-top:0px;
	margin-bottom: .5rem;
	padding-top:.0px;
	padding-bottom: .25rem;
	text-shadow:1px 1px 1px gray;

}
#mainContact  h2 {
	font-style: normal;
	font-weight:bold;
	color:#008000;
	margin-top:0px;
	margin-bottom: .5rem;
	padding-top:.0px;
	text-shadow:1px 1px 1px gray;
}
#mainContact  p {
	color:#364F36;
	color:#000;
	font-style: italic;
	margin: .5rem 0;
	line-height: 1.1;
}
.wrapper {
	margin:0 auto;
	min-height:100%;
	position:relative;
	background: #fff url(../images/bkgd-wrapperA.gif) repeat;


}

#respond-confirm h4 {
	margin:0;
	text-decoration: underline;
}
#respond-confirm p {
	font-size: 1em;
	font-size: 1rem;
}
#respond-confirm h5 {	
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	font-size: 1rem;
	margin:10px 0;
	text-decoration: underline;
}
p.respond-message {
	color:brown;
	margin:0;
}
.sectionContact {
	/*border:1px solid red;*/
	}
form {
		/*border:1px solid red;*/
}
form input {
	box-sizing:border-box;
}

form textarea {
	box-sizing:border-box;
	width:100%;
}
form #firstname, #lastname, #email, #emailconfirm{
    width: 100%;
}

div#id02 {
	display:none;
}

/* *****************start max 480px width **********************/
/****************************************************************/
@media only screen  and (max-width: 480px) { 

.wrapper {
	position: relative;
	margin:0 auto;
	padding: 0 0 60px 0;
	max-width:480px;
	min-height:100%;
	background-color: #fff; 
	text-align: left;
	box-shadow: 0 0 2px 0px #A8ADAB inset;
	border:1px solid gray;
}

#logoHeader1b {
	display:none;
}
#logoHeader1 {
	width:90%;
	max-height: 250px;
	margin:0 auto;
	padding:10px 0 0 20px;
	clear:both;
}

#logo-image {
	width:100%;
	max-width:350px;
	max-height:250px;
}

h1#motto {
	display:block;
	width:96%;
	margin:1em auto;
	text-align: center;
	clear:both;
	font-size: 1.3em;
	font-size: 1.3rem;
	word-wrap: break-word;
	color:#fff;
	font-weight:bold;
	font-family: verdana, arial, sans-serif;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	/*text-shadow: 0px 0px 1px #000000, 0px 0px 1px #000000, 0px 0px 1px #000000, 0px 0px 1px #000000, 0px 0px 1px #000000,0px 0px 6px gray;*/
	/*border:2px orange dotted;*/
}
#menuBoxAB {
  	clear:both;
}

#menuBoxA {

	padding-right:20px;
	padding-left:10px;
	margin:0 auto;
}


div.leftnav {
	width:auto;
	height:60px;
	clear:both;
	}

/**************************************
Call for house calls box
**************************************/
#menuBoxB {
	
	/*this controls how far from top left menu box sits */
	text-align: left;
	padding: 0 0 10px 0;
	margin:0 auto;
}
#menuBoxB h1 {
	text-align: center;
}
#menuBoxB p {
	text-align: center;
}

#menuBoxC {
	
	/*this controls how far from top left menu box sits */
	text-align: left;
	padding: 20px 30px 0 30px;
}

#menuBoxC h1 {
	font-size: 1.2rem;
	font-weight: bold;
	color:#008000;
	margin-bottom: .5rem;
	padding-bottom: .25rem;
	text-shadow:1px 1px 1px gray;
}
#menuBoxC  h2 {
	font-weight: bold;
	font-size:1.1rem;
	color: #193742;
	margin-bottom: .5rem;
	padding-top: .5rem;
}
#menuBoxC  h3 {
	font-weight: bold;
	font-size:1rem;
	color: #193742;
	margin-bottom: .5rem;
	padding-top: .5rem;
}
#menuBoxC  p {
	font-family: Arial, Helvetica, sans-serif;
	color:#364F36;
	font-size: 1rem;
	color:#000;
	font-style: italic;
	margin: .5em 0;
	line-height: 1.1em;
}
#mainContact {
	box-sizing:border-box;
	text-align: left;
	padding: 20px 20px 20px 30px;
	line-height: 1.2em;
	clear:both;
	margin-bottom:10px;
} 
#mainContact h1 {
	text-align:center;
}
#mainContact p {
	text-indent:10px;
}
/**************************************
main content on right side - contains articles
**************************************/
.sectionContact {
	box-sizing:border-box;
	width:90%;
	margin:20px auto 30px auto;
	line-height: 1.2em;
	clear:both;
	/*border:solid 2px red;*/
	}
.sectionContact h4 {
	font-size:1rem;
	color:#008000;
	text-align:center;
}
/* this determines how far down right column starts */
#mainArticle {
	display: none;
}
#mainArticle h2 {
	text-align: center;
}

ul.intro     {
	font-family: verdana, arial, sans-serif;
	line-height: 1.4rem;

}

ul.intro li  {
	color:#505050;
	font-weight:normal;
	}

#mainArticle #redBold  {
	color:#C50102;
	font-family: verdana, arial, sans-serif;
	font-size:1.1em;
	font-size: 1rem;
	font-weight: normal;
}
.articleImage {
	display:none;
	/*display: block;
	float: right;
	margin-top:-20px;
	padding: 1em 0 1em 1em;
	border:2px orange dotted;*/
}
div.form {
	width:90%;
	margin:0 auto;
}

form input {
	line-height:1.7em;
}

/**************************************
footer
**************************************/
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	min-height: 20px;
	border-top:2px solid green;
	text-align: center;

}
#footer h3 {
	font-size: 1em;
	font-size:1rem;
	line-height: 1.2em;
	font-style: italic;
	margin:0;
	padding:5px;
}



.columns-2 {
-webkit-column-count:1; /* Chrome, Safari, Opera */
-moz-column-count:1; /* Firefox */
column-count:1;
-webkit-column-gap:40px; /* Chrome, Safari, Opera */
-moz-column-gap:40px; /* Firefox */
column-gap:40px;
height:auto;
width:94%;
margin:10px auto;
}
#classDog {
display:none;
}

}

/* *****************end of max 480px width **********************/

/* *****************start min 480px - max 760px width **********************/
@media only screen and (min-width: 481px) and (max-width: 768px) {

.wrapper {
	position: relative;
	margin:0 auto;
	padding: 0 0 60px 0;
	max-width:768px;
	min-height:100%;
	background-color:#fff;
	text-align: left;
box-shadow: 0 0 2px 0px #A8ADAB inset;
	border:1px solid gray;
}

#logo {
	display: -webkit-flex; /* Safari */
    display: flex;
}
#logoHeader1 {
	-webkit-flex: 3;  /* Safari 6.1+ */
    -ms-flex: 3;  /* IE 10 */    
    flex: 3;
}
#logo-image {
	padding:10px 0 0 20px;
	width:90%;
	max-width: 350px;
}

#logo-imageB {
	width:90%;
	max-width: 250px;
	vertical-align: middle;
	padding:30px 10px 0 0;

}
#logoHeader1b {
	-webkit-flex: 2;  /* Safari 6.1+ */
    -ms-flex: 2;  /* IE 10 */    
    flex: 2;
}

h1#motto {
	display:block;
	margin:4px 20px 4px 0;
	text-align:right;
	margin:4px 20px 4px 0;
	clear:both;
	font-size: 1.4em;
	font-size: 1.4rem;
	word-wrap: break-word;
	/*color:#BECAE2;*/
	color:#fff;
	font-weight:bold;
	font-family: verdana, arial, sans-serif;
	text-shadow: 0px 0px 1px #000000, 0px 0px 1px #000000, 0px 0px 1px #000000, 0px 0px 1px #000000, 0px 0px 1px #000000,0px 0px 6px gray;
	/*border:2px orange dotted;*/
}

/**************************************
menu box on left side
**************************************/

#menuBoxAB {
	float:left;
	width: 30%;
	margin: 10px 0 20px 10px;
	clear:left;
}


#menuBoxA {
	padding: 0;
	margin: 0;
}

div.leftnav {
	width:auto;
	height:60px;
	}

#menuBoxA img {
	display:none;
}

#menuBoxB {
	margin:10px 0 10px 14px;
} 
#menuBoxB h1 {
	text-align: left;
}

#menuBoxC {
	display:none;
}

#mainContact {
	box-sizing:border-box;
	float: right;
	margin:20px 20px 20px 10px;
	padding-right:10px;
	width:60%;
} 
#mainContact h1 {
	text-align:left;
}
.sectionContact {
	margin:20px auto 30px auto;
	width:90%;
	text-align: left;
	clear:both;
	}
#mainArticle {
		float: right;
		margin:10px 20px 20px 10px;
		width:60%;
}
#mainArticle h1{
	text-align: left;
}
#mainArticle h2 {
	text-align: left;
}
#mainArticle ul {
	margin-left:10px;
	padding-left:10px;
}


/**************************************
main content on right side - contains articles
**************************************/

/* this determines how far down right column starts */

ul.intro     {
	font-family: verdana, arial, sans-serif;
	line-height: 1.4rem;

}

ul.intro li  {
	color:#505050;
	font-weight:normal;
	}

#mainArticle #redBold  {
	color:#C50102;
	font-family: verdana, arial, sans-serif;
	font-size:1.1em;
	font-size: 1.1rem;
	font-weight: normal;
}
.articleImage {
	display: block;
	float: right;
	padding: 1em 0 1em 1em;
	/*border:2px orange dotted;*/
}
div.form {
	width:90%;
}

form input {
	line-height:1.5em;
}
.sectionContact h4 {
	font-size:1rem;
	color:#008000;
	text-align: left;
}
#footer {
	margin:4px auto;
	width:100%;
	position:absolute;
	bottom:0;
	min-height: 20px;

	border-top:2px solid green;

}

#footer h3 {
	font-size:1em;
	font-size:1rem;
	font-style: italic;
	margin:1px;
	padding:5px;
}

.columns-2 {
	width:90%;
	margin:0 auto;
-webkit-column-count:2; /* Chrome, Safari, Opera */
-moz-column-count:2; /* Firefox */
column-count:2;
padding:10px;
-webkit-column-gap:60px; /* Chrome, Safari, Opera */
-moz-column-gap:60px; /* Firefox */
column-gap:60px;
}

#classDog {
	display: none;
}
	}
/* *****************end min 480px - max 760px width **********************/

/* *****************min 769px  width **********************/
@media screen and (min-width: 769px) {

.wrapper {
	position: relative;
	margin:0 auto;
	padding: 0 0 60px 0;
	max-width:930px;
	min-height:100%;
	background-color:#fff;
	text-align: left;
box-shadow: 0 0 2px 0px #A8ADAB inset;
	border:1px solid gray;
}
#logo {
	display: -webkit-flex; /* Safari */
    display: flex;
}
#logoHeader1 {
	-webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}
#logoHeader1b {
	-webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
}
h1#motto {
	display:block;
	margin:0 30px 4px 0;
	text-align: center;
	float:right;
	margin-top:-1.6em;
	clear:both;
	font-size: 1.6em;
	font-size: 1.6rem;
	word-wrap: break-word;
	/*color:#BECAE2;*/
	color:#fff;
	font-weight:bold;
	font-family: verdana, arial, sans-serif;
	text-shadow: 0px 0px 1px #000000, 0px 0px 1px #000000, 0px 0px 1px #000000, 0px 0px 1px #000000, 0px 0px 1px #000000,0px 0px 6px gray;
	/*border:2px orange dotted;*/
}

#logo-image {
	max-width:350px;
	max-height:250px;
	padding:10px 0 0 20px;
}

#logo-imageB {
	max-width:250px;
	max-height:173px;
	margin-top:10px;
	margin-bottom:30px;
}

/**************************************
menu box on left side
**************************************/
#menuBoxAB {
	float:left;
	width: 30%;
	margin: 10px 0 0 20px;
	clear:left;
}


#menuBoxA {
	padding: 0;
	margin: 0;
}

div.leftnav {
	width:auto;
	height:60px;
	}

#menuBoxA img {
	display:none;
}

#menuBoxB {
	padding:10px;
}
#menuBoxB h1 {
	text-align: left;
}

#menuBoxC {
	display:none;
}

#mainArticle {
	float: right;
	margin:10px 24px 20px 0;
	width:60%;
}
#mainArticle h1{
	text-align: left;
}
#mainArticle h2 {
	text-align: left;
}
.sectionContact {
	float: right;
	box-sizing:border-box;
	margin:4px 20px 20px 10px;
	padding-right:20px;
	width:60%;
	}
#mainContact {
	float: right;
	box-sizing:border-box;
	margin:4px 20px 20px 10px;
	padding-right:20px;
	width:60%;

} 
#mainContact h1 {
	text-align:left;
}
.columns-2 {
-webkit-column-count:3; /* Chrome, Safari, Opera */
-moz-column-count:3; /* Firefox */
column-count:3;
height:50px;
padding:6px;

-webkit-column-gap:40px; /* Chrome, Safari, Opera */
-moz-column-gap:40px; /* Firefox */
column-gap:40px;
}
#mainContact p {
	text-indent: 10px;
}
/**************************************
main content on right side - contains articles
**************************************/

/* this determines how far down right column starts */

.hide {
	display:none;
}

ul.intro     {
	font-family: verdana, arial, sans-serif;
	line-height: 1.4em;

}

ul.intro li  {
	color:#505050;
	font-weight:normal;
	}

#mainArticle #redBold  {
	color:#C50102;
	font-family: verdana, arial, sans-serif;
	font-size:1.1em;
	font-size: 1.1rem;
	font-weight: normal;
}
.articleImage {
	display: block;
	float: right;
	padding: 1em 0 1em 1em;
	/*border:2px orange dotted;*/
}
form {
	margin-right:20px;
	}

form input {
    line-height: 1.1em;
}

.sectionContact h4 {
	font-size:1rem;
	margin:4px 0;
	color:#008000;
}
.filler {
	display:none;
}
/*
#classDog {

	border:0;
	float:left;
	width:250px;
	height:224px;
	margin:20px 0 0 20px;
	background-image: url(../images/dog-with-headphones2.jpg);
	background-repeat: no-repeat;
}
*/


#footer h3 {

	margin:2px;
	padding:10px 5px 10px 5px;
	font-size: 1em;
	font-size:1rem;
	font-style: italic;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	max-height: 60px;
	border-top:2px solid green;

}
.columns-2 {
	width:94%;
	margin:0 auto;
}


}
/* *****************end min 760px width **********************/

input[type=submit] {
	margin:10px 0;
    padding:5px 15px; 
    background:#DAF2D8;
    color:#000; 
    font-weight:normal;
    border:1px solid gray;
    font-size:1em;
    font-size:1rem;
    cursor:pointer;
    /*-webkit-border-radius: 5px;
    border-radius: 5px;*/ 
}
form > div > label {
	padding:4px 0;
	color:#3B4D3D;
}
.wrapper {
	box-shadow: 0 4px 8px 0 rgba(101, 114, 129, 1), 0 6px 20px 0 rgba(101, 114, 129, 1);
}