body {
	font-family: helvectica, sans-serif;
	font-size: 11pt;
 	background-image: url(../img/Background.png);
 	background-repeat: repeat;
 	padding: 0;
 	margin: 0;
 	overflow: auto;
}

header {
	background-image: linear-gradient(#29384c, #becce0, #fcfcfc);
	height: 200px;
	width: 100%;
	display: inline-table;
}

nav {
	display: table-row;
	height: 30px;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

section {
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

footer {
	font-family: helvectica, sans-serif;
	font-size: 9pt;
	background-image: linear-gradient(#fcfcfc, #becce0, #29384c);
	height: 50px;
}

.container {
	position: relative;
	margin: auto;
	padding: 0;
	width: 60%;
	background-color: #fcfcfc;
	min-height: 100vh;
}

.content {
	min-height: calc(100vh - 250px);
}

.innerfoot {
	width: 100%;
	padding: 10px;
	position: relative;
}

.headimage {
	height: 170px;
	width: 230px;
	position: relative;
	float: left;
	text-align: center;
}

.headtitle {
	font-family: times new roman, serif;
	font-size: 28pt;
	font-weight: bold;
	color: #fcfcfc;
	text-shadow: 2px 2px 2px #29384c;
	transform: rotate(-4deg);
	height: 170px;
	width: 100%;
	line-height: 170px;
	text-align: center;
	width: 100%;
	position: relative;

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    box-shadow: 2px 2px 5px #29384c;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.navi {
	padding: 5px;
}

.mainimage {
	width: 33%;
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid white;
    box-shadow: 2px 2px 5px #29384c;
}

.centering {
	text-align: center;
}

th.contacthead, th.consulthead, th.traininghead {
	text-align: center;
	border-bottom: 2px solid #becce0;
}

td.contacts, td.contacts2, td.priceper, td.consultsdescription, td.schedule  {
	text-align: left;
	vertical-align: top;
}

table.training, table.consultinfo {
	width: 100%;
	border-spacing: 0;
	padding: 10px;
	background-image: linear-gradient(to right, #fcfcfc, #eef1f6, #fcfcfc);
	border-top: 1px dashed #becce0;
	border-bottom: 1px dashed #becce0;
}

td.dogclass, td.classdescription, td.classtime, td.contacts2, td.priceper, td.consultschedule {
	border-left: 1px solid #becce0;
	border-right: 1px solid #becce0;
}

td {
	padding: 3px;
}

input[type=text], input[type=date] {
  	font-family : inherit;
  	font-size: inherit;
	width: 45%;
	border: 1px solid #becce0;
	border-radius: 5px;
}

input[type=email] {
  	font-family : inherit;
  	font-size: inherit;
	width: 90%;
	border: 1px solid #becce0;
	border-radius: 5px;
}

input[type=submit], input[type=reset] {
  	font-family : inherit;
  	font-size: 10pt;
	width: 25%;
	background-image: linear-gradient(#fcfcfc, #becce0);
}

textarea.questform, textarea.problemform {
  	font-family : inherit;
  	font-size: inherit;
	width: 90%;
	height: 80px;
	border: 1px solid #becce0;
	border-radius: 5px;
}

form.questionform, fieldset.generalquestions, form.consultform, fieldset.dogconsult {
	margin: 0;
	padding: 0;
	border: none;
}

ul.navigation {
	list-style-type: none;
	display: inline-table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	border-collapse: collapse;
	margin: 0;
}

li.navlink {
	font-family: helvectica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	display: table-cell;
	border-collapse: separate;
	vertical-align: middle;
	text-align: center;
	color: transparent;
	text-shadow: 0px 1px 1px #fcfcfc, 1px 1px 2px #29384c;
}

ul.innernav {
	list-style-type: none;
	display: inline-table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	position: relative;
	border-collapse: collapse;
	margin: 0;
}

li.mininav {
	font-family: helvectica, sans-serif;
	font-size: 10pt;
	display: table-row;
	border-collapse: separate;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #29384c;
	background-color: white;
	text-shadow: none;
}

a:link, a:visited, a.navi:link, a.navi:visited, span.navi {
	text-decoration: none;
	color: #1c5fb9;
}

a:hover, a.navi:hover {
	text-decoration: none;
	color: #29384c;
}

h1 {
	font-family: times new roman, serif;
	font-size: 15pt;
	font-weight: bold;
	color: #29384c;
	border-left: 30px solid #1c5fb9;
	padding-left: 20px;
}

h2, th {
	font-family: times new roman, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
