

a {
	text-decoration: none;
}


a:link {
	color: black;
}

a:visited {
	color: #1668ff;
}

a:active {
	color: white;
}

div#bannerimg img{
	margin-top: 0px;
	margin-left: 0px;
	vertical-align: top;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
}


div nav table {
	width: 100%;
	border-style: solid;
	border-color: #1668ff;
	border-left: none;
	border-right: none;
	text-align: center;
	font-size: 20px;

}

footer p {
	background-color: #1668ff;
	text-align: center;
	font-style: italic;
}


/* Sticky footer courtesy Ryan Fait    http://ryanfait.com/ */

* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
    height: 20px; /* .push must be the same height as .footer */
}

#custReviews {
	text-align: center;
	width: 80%;
	margin: auto;
}

.contactForm {
	border-style: solid;
	border-color: black;
	max-width: 50%;
	margin: 0 auto;
}

