/* gets rid of weird space on top of home page content */
.home .site-inner {
	padding-top: 0;
}

/* bolds buttons and links so they are easier to read */
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .home-top .more-link, li.menu-item {
	font-weight: 600;
}

/* button hover states */
.enterprise-pro-red .button:hover, .enterprise-pro-red .home-top .more-link:hover, .enterprise-pro-red button:hover, .enterprise-pro-red input:hover[type="button"], .enterprise-pro-red input:hover[type="reset"], .enterprise-pro-red input:hover[type="submit"] {
	background-color: #cf2e2e;
}
.menu-item a:hover {
	color:#cf2e2e;
}

/* secondary button */
.btnLite {
	background-color: #656565!important;
}
.btnLite:hover {
	background-color: #303030!important;
}

/* hides sidebar email form on /contact/ */
.page-id-58 #text-12 {
	display:none;
}

/* contact form spacing */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}