/* Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/ */
/* Mobile Layout: 480px and below. */
@charset "UTF-8";

h1,
h2,
h3 {
    font-family: Bitter;
    line-height: 105%;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 117%;
}

h4 {
    font-size: 133%;
}

h5 {
    font-size: 83%;
}

h6 {
    font-size: 67%;
}

.color_white {
    color: #FFF;
}

a:hover {
    color: #F90;
    text-decoration: underline;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

#footer a {
    color: #FFF;
    text-decoration: none;
}

.formoid-metro-red {
    width: 85%;
    color: #FFF;
    font-style: normal;
    font-weight: bold;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}

#about_col2 hr {
    /* [disabled]display: block; */
    /* [disabled]width: 80%; */
}

#about_us hr {
    /* [disabled]width: 80%; */
    /* [disabled]display: block; */
}

.about_textwrap {
    padding-left: 2%;
    padding-right: 2%;
}

.textwrapper {
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#phone .textwrapper a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 140%;
    font-family: bitter;
}

#slogan {
    text-align: center;
    font-family: bitter;
    color: #999;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 130%;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    line-height: 130%;
}

#logo50 {
    float: right;
    margin-left: 20px;
    height: 160px;
    width: 169px;
    float: right;
}

.mbr-reviews__author-name {
    width: auto;
    height: auto;
    display: block;
    font-size: 93%;
    color: #333;
}

.mbr-reviews__author-bio {
    font-size: 85%;
    color: #666;
}

.comment_wrap .author_wrapper {
    padding-left: 20px;
    margin-top: -40px;
}

#contact .formoid-metro-red {
    width: 100%;
    min-width: 150px;
}

#logodiv {
    width: 43%;
    float: left;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-right: 3%;
    margin-left: 3%;
    padding-bottom: 15px;
}

#map iframe {
    width: 100%;
    height: 400px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
    #logo50 {
        height: 195px;
        width: 206px;
    }

    .comment_wrap {
        width: 48%;
        margin-left: 2%;
        float: left;
    }

    #contact .formoid-metro-red {
        width: 90%;
        min-width: 150px;
    }

    .logodiv {
        width: 45%;
        float: left;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        margin-right: 1%;
        margin-left: 1%;
        padding-bottom: 10px;
    }

    #map iframe {
        width: 100%;
        height: 400px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
    #logo50 {
        height: 250px;
        width: 264px;
    }

    .comment_wrap {
        width: 31%;
        float: left;
        margin-left: 2%;
    }

    #contact .formoid-metro-red {
        width: 80%;
        min-width: 150px;
    }

    .logodiv {
        width: 30%;
        float: left;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        margin-right: 1%;
        margin-left: 1%;
        padding-bottom: 10px;
    }
}

#Clients {
    background-color: #FFF;
}

.menuspacer {
    padding-top: 40px;
    padding-bottom: 40px;
}
