HTML {
	font-size: 100%;
}

BODY {
  background-color: #F1F1F3;
  color: black;
  margin: 0px;
  font-size: 90%;
  font-family: "Arial", sans-serif;
}

h1 {
  font-size: 150%; 
  font-weight: bold;
  color: black;
  text-align: center;
  padding-top: 10px;
}

h2 { 
  font-size: 120%; 
  font-weight: bold;
  display: inline;
}

IMG.images {
  padding-top: 5px;
}

TD.divider {
  background-image: url(images/Divider.jpg);
  background-repeat: repeat-y;
}

a:link {color: Maroon;}
a:visited {color: Maroon;}
a:hover {color: red;}

A {
  color: Maroon;
}

A:hover {
  color: red;
}

ul {
	margin: 0px;
	padding: 25px;
}

div.tenfortyfive {
	width: 1005px;
	font-family: "Arial", sans-serif;
	font-size: 100%;
	padding: 0px;
	background-color: white;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

img.lightbulb {
	display: inline;
	opacity: 1;
}

div.trailer {
	font-family: "Arial", sans-serif;
	padding: 0px;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid black;
}

/* Reset
------------------------------------------------------------ */
* { 
	margin: 0; 
	padding: 0; 
}

html { 
	overflow-y: scroll;
}	

a, img { 
	outline: none; 
	border:none; 
	color: #000; 
	font-weight: bold; 
}

img { 
	display: block;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block;
}


/* Banner */			
#banner {
	float: center;
	width: 100%;
	height: auto;
	padding: 15px;
}

#banner img {
	width: 100%;
	height: auto;
}



/* Structure */
#wrapper {
	max-width: 800px;
	margin: auto;
}

div.obediencetraining {
	float: left;
	background-color: white;
	padding-right: 0px;
	padding-left: 0px;	
}

div.obediencetrainingcontent {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

div.behaviourmodification {
	float: left;
	background-color: white;
	padding-right: 0px;
	padding-left: 0px;
}

div.behaviourmodificationcontent {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;	
}

div.psychologicalrehabilitation {
	float: left;
	background-color: white;
	padding-right: 0px;
	padding-left: 0px;	
}

div.psychologicalrehabilitationcontent {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;	
}

div.holisticwellness {
	float: left;
	background-color: white;
	padding-right: 0px;
	padding-left: 0px;	
}

div.holisticwellnesscontent {
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;	
}



#equalheight {
    overflow: hidden; 
}

.equalheight-col{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}


@media all and (max-width: 800px) {
	#donotdisplay {
		display:none;
	}
}

