/* westvalleyservices.css */
/*
tr {
    vertical-align:middle;
}
*/

img {
    vertical-align:text-top;
}
body.custom-background {
    background-color: #008000;
}
.mh-header {
    border-top: 0px solid #008000;
    border-bottom: 0px solid #008000;
}
.mh-header-title, .mh-header-tagline {
    color: #008000;
}
.mh-header-tagline {
    color: #008000;
    font-size:16pt;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 0px solid #e5e5e5;
}
.mh-site-logo {
    padding: 20px;
}
.mh-header-text {
    margin: px 0;
    text-transform: none;
}
.mh-header-title {
    text-align: left;
}
.mh-main-nav {
    background: #f5f5f5;
    text-transform: uppercase;
    border-top: 2px solid #008000;
    border-bottom: 2px solid #008000;
    padding: 12px, 15px;
}
.mh-main-nav li a {
    color: #008000;
    padding: 5px 15px;
    text-transform: none;
    font-size: 14pt;
    font-weight: 200;
    font-family: "Arial","sans-serif";
}
.mh-main-nav li:hover {
    background: #008000;
}
.mh-main-nav li:hover a {
    color: yellow;
}
.page .entry-title, .page-title {
    font-size: 14pt;
    color: yellow;
    padding: 5px 5px;
    background: #008000;
}
.entry-header, .page-header {
    margin-bottom: 0px;
}
.mh-wrapper {
    padding: 20px;
    background: #fff;
}
.mh-copyright {
    font-size: 0pt;
    padding: 0;
}
.mh-header-tagline {
    background:#ffffff;
}
/* adjusting hatom-extra does not work */
.hatom-extra {
    font-size: 0pt;
    padding: 0;
}
hatom-extra {
    font-size: 0pt;
    padding: 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p, .entry-content blockquote, .entry-content .flex-vid, .entry-content .mh-row, .entry-content .mh-video-container {
    margin-top: 0px;
    margin-bottom: 0px;
}
/* 02-28-22 This is where I make the size of the captcha box bigger.  Per Page Add to Head brings this css file in. */
.contactform2 .captcha_img {
    height: 150px;
}
/*
table {border:10}
*/
P,H1,H2,H3,H4,H5,H6 {
    margin:0;
    border:0;
    padding:0;
    font-family: "Arial","sans-serif";
    color:black;
}
/*
.entry-content a {color:black; font-weight:normal;}
.entry-content a:hover {color:black; font-weight:normal;}
*/
/* a {color:black;} */
a:link {color: #0000FF; font-weight:bold;}
a:visited {color:purple; font-weight:bold;}
a:hover {color:green; font-weight:bold;}

/* EOF */