﻿html, body {
    height: 100%;

}

.homePage, .sitebackground {
      background: url(/images/OhioHome_Large.jpg) no-repeat 30% 20% fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    /*background-size: 100%;
    background-repeat:no-repeat;
    background-position:30% 20%;*/
 
    
}
.frame {
    height:75%;
    width:100%;
    position:relative;
}

.homeTemplate{
    width:550px;
    margin:0 auto;
    padding-top: 10%;

}

.UnderConstructionTemplate{
    width:550px;
    margin:0 auto;
    padding-top: 2%;
}

.transparentBg {
    background-color:black;
    opacity:0.8;
    filter:alpha(opacity=80);
}

.transparentTestimonial {
    float:left;
    width:100%;
    height:110px;
}

.testimonialContainer {
    position:relative;
    min-height:110px;
}

.transparentHeader {
    float:left;
    width:100%;
    height:150px;
    padding:10px;
}
.transparentNavigation {
    float:left;
    width:430px;
    height:100px;
    padding:10px;
}

.serviceHeader {
    width:100%;
    position:absolute;
    clear:both;
    color:#ddd;
    text-align:center;
    min-width:950px;
    margin-top:10px;
}

.TransparentServiceHeader {
    float:left;
    width:100%;
    min-width:950px;
    height:50px;
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
}

.transparentNavigationExtend {
    float:left;
    width:540px;
    height:100px;
    padding:10px;
}
#transparentHomeDiv {
    float:left;
    height:300px;
    width:550px;
}

.TransparentRoofingContent {
    float:left;
    min-width:400px;
    height:300px;
    clear:both;
    margin-top:20px
}

.contactFormContainer {
    position:relative;
    margin:0 auto; 
    margin-top:5%;
}

.contactFormContent h1 {
    color:#ddd;
    text-align:center;
}
.contactFormContent {
    position:absolute;
    top:0px;
}

.contactFormContent > div {
    padding:5px;    
}
.contactFormContent > div > div {
    width:200px;
    display:inline-block;
    color:#ddd;    
    text-align:right;
    vertical-align:top;
}

#submitContainer {
    width:100%;
    text-align:center;

}
.transparentContactFormContent, .contactFormContainer, .contactFormContent {
    height:350px; 
    width:500px;
}

.container {
    position:relative;
    display:inline-block;
    margin:5px;
}

.roofingContainer {
    clear:both;
    width:830px;
    margin:0 auto;
}
.roofingContent {
    position:absolute;
    margin-top:20px;
    color:#ddd;
    padding:5px;
}

.roofingContent p {
    font-size:larger;
}

.roofingContent h2 {
    text-align:center;
}
.homeContent {
    position:absolute;
    height:300px;
    width:550px;
    overflow:hidden;
    padding:10px;
    clear:both;
}
.UnderConstructionContent {
    
    position:absolute;
    height:300px;
    width:550px;
    overflow:hidden;
    padding:10px;
    clear:both;
    text-align:center;
}
.UnderConstructionContent img {
    height: 50%;

}
.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;

    
}
.navigationTemplate {
    margin-top:10%;
    text-align:center;
    overflow:hidden; 
}

.header {
    width:100%;
    min-width: 990px;
    position:relative;
}

.header > div {
    display:inline-block;
}

.header .logo {
    min-width:315px;
    text-align:center;
}

.headerLogo {
    position:absolute;
    clear:both;
    left:7px;
    top:13px;
}

.navigationContainer {
    width:auto;
    margin-top:2px;
    right:50px;
    position:relative;
    float:right;
    
}
.siteNavigation {
    position:absolute;
    clear:both;
    margin: 0 auto;
}

.horizontalUnorderedList {
    list-style:none;
    padding:0;
}

.horizontalUnorderedList li {
    display:inline;
    text-decoration:none;
    padding:15px;
}

.horizontalUnorderedList li a {
    text-decoration:none;
    color:#7c7c84;
    font-size:larger;
    font-weight:bold;    
}

.horizontalUnorderedList li a:hover {
    text-decoration:none;
    color:#00CC00;
    font-size:larger;
    font-weight:bold;    
}

.aboutUsBlocks {
    width:100%;
    text-align:center;
    min-width:870px;
    margin-top:5%;
    padding:5px;
    height:250px;
    
}

.aboutUsBlocks > div {
    display:inline-block;
    position:relative;
    width:20%;
    top:0px;
    vertical-align:top;
    height:100%;
    margin:5px;
    border-radius:10px 10px 0px 0px;
    background-color:#000;
    color:#ddd;
    opacity:0.8;
    filter:alpha(opacity=80);
}

.aboutUsBlocks > div div:nth-child(1) {
    background-color:#ddd;
    color:#000; 
    width:100%; 
    font-weight:bold;
    font-size:large;
    height:50px;
    border-radius:10px 10px 0px 0px;
    opacity:0.8;
    filter:alpha(opacity=80);
}

.aboutUsBlocks div p {
    font-size:large;
}
.services {
    width:100%;
    min-width:870px;
    text-align:center;
    margin-top:10%;
}

.services > div {
    margin:15px;
    border:3px solid #000;
    background-color:#000;
    color:#ddd;
    height:150px;
    width:150px;
    text-align:center;
    line-height:150px;
    display:inline-block;
    font-size:large;
    border-radius:50% 50%;
        
    opacity:0.8;
    filter:alpha(opacity=80);
       
}

.services > div:hover {
    background-color:#808080;
    border:3px solid #00CC00;
    color:#fff;
    cursor:pointer;
    font-weight:bolder;
    opacity:1.0;
    filter:alpha(opacity=100);
}

    .services > div:nth-child(1):hover {
        background-image: url(/images/roofingServiceBg.jpg);
        background-position: 50% 50%;
    }

    .services > div:nth-child(2):hover {
        background-image: url(/images/remodelingServiceBg.jpg);
        background-position: 50% 50%;
    }
    .services > div:nth-child(3):hover {
        background-image: url(/images/sidingcloseup.jpg);
        background-position: 50% 50%;
    }
    .services > div:nth-child(4):hover {
        background-image: url(/images/gutterServiceBg.jpg);
        background-position: 50% 50%;
    }

.serviceHint {
    position:absolute;
    width:250px;
    
    
    border:3px solid #00CC00;
    background-color:#808080;
    color:#fff;
    font-size:large;
    font-weight: bolder;
    border-radius:25px 25px 25px 0px;
    padding:5px;
    text-align:center;
    top:30%;
    right:20%;
}

/*.preload {
    position: absolute;
    left: -2000px;
    top:-2000px;
}*/

.mainImage {
    float: right;
    /*border: 10px solid rgba(255, 255, 255, .5);*/
}

.testimonials {
    position:absolute;
    margin-top: 25px;
    width:100%;
    min-width:800px;
    clear:both;
}

.testimonials > div:first-child span:nth-child(1) {
    font-weight: bold;
    font-style:italic;
    padding:0 0 0 10px;
    color:#fff;
}

.testimonials > div:first-child span:nth-child(2) {
    font-weight: bold;
    font-style:italic;
    padding:0 0 0 10px;
    color:#808080;
}

.testimonials > div:last-child {
    padding:0 25px 0 25px;
    color:#fff;
}

.testimonials hr {
    border:1px solid #ddd;
    margin: 15px 0;
    opacity:0.8;
    filter:alpha(opacity=80);
}

.contactForm {
    display:inline-block;
    min-width:245px;
    margin: 0 40%;
}

    .contactForm > div {
        display:inline-block;
        position:relative;
        width:50px;
    }