/*
CSS for High Ridge Roofing
*/

body{
    line-height: 125%;
    padding: 0;
    margin: 0;
    min-width:200px;
    max-width: 600px;    
}
p{
    font-size: large;
}

body ul{
    /*    list-style: none;*/
    line-height: 150%;
}


/********************************
corresponding to ESTIMATE FORM
********************************/

form label.fixedwidth{
    display: block;
    width: 210px;
    float: left;
}

form fieldset{
    border: 2px solid black;
    padding: 10px;
}

form.estimate legend{
    font-weight: bold;
    font-size: normal;
    padding: 5px;
}

form.estimate{
    padding: 0;
    margin: 0;
    margin-top: -15px;
    line-height: 150%;
}

form.estimate .buttonarea input{
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 4px;
}

form.estimate .buttonarea{
    text-align: center;
}

h1{
    margin: 0;
}

li{
    list-style: none;
    padding-left: 0;
}

table{
    border-collapse: collapse;
    border: 2px solid #000000;
    text-align: center;
    margin: 10px;
    margin-left: 80px;
}

th{
    background: gray;
    color: white;
    padding: 0.2em;

}

td{
    border: 1px solid #000000;
    padding: 0.2em;
    font-size: small;
    font-weight: bold;
}

/******************
    ID specified
*******************/
#header{
    width: 100%;
    height: 148px;
    padding-top: 0;
    background-color: #9e7b67;
    border-bottom: 3px solid #000000;
}

#navigation{
    font-family: Times, serif;
    color: white;
    font-weight bold;
    font-size: large;
    background-color: #000000;
    width: 200px;
    height: 160%;
}

#navigation a{
    font-weight: bold;
    color:white;
}

/* POSITIONING */
#header, #navigation, #bodyContent{
    padding: 2px; 
    margin-bottom:2px;
    position: absolute;
}

#navigation, #bodyContent{
    top: 155px
}

#bodyContent{
    margin-left: 10px;
    margin-top: 5px;
    width: 77%;
}

#navigation{
    right: 0;
    padding-right: 0;
}

#navigation img{
    margin-top: 1em;
}

#projects{
    padding-left: 20px;
}

#header p{
    /*
    position:absolute;
    left: 400px;
    top: 70px;
    */
    margin-top: -65px;
    margin-left: 200px;
    text-align: center;
    font-size: 15px;
    
}

/************************
    CLASSES
***********************/
.headerImage{
    float: right;
}
.sImages img{
    margin-left: 5px;
    margin-right: 5px;
    border: 4px solid #000000;
    
}

.sImages p{
    margin-top: 1em;
}

.hours{
    background: gray;
}

.Soon{
    margin-top:2em;
    color: red;
    font-size: xx-large;
    text-align: center;
}

.homeImage{
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    border: 4px solid #000000;
}