
/* 
    Created on : Mar 4, 2016, 5:36:09 PM
    Author     : adams
*/
* {-moz-box-sizing: border-box;
box-sizing: border-box;
}
p {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}
h1 {
    font-family: Georgia, serif; 
    font-size: 200%;
    font-weight: bold;
}
h2 {
  font-family: Georgia, serif; 
    font-size: 1.3em;  
}
a:link {
    
}
a:visited{
    
}
nav {
    
    font-size: 20px;
    
}
/* 
nav ul {
    
    
    margin: 50px;
    border-bottom: 4px solid red;  
    padding: 1px;
    text-align: center;
}*/

nav ul {
    width: 800px;
    padding: 15px;
    margin: 0px 0px 0px auto;
    /*border-bottom: 4px solid red;*/
    text-align: right;
}
nav ul li {
    display: inline;
    margin: 0px 0px 0px 0px;
    /*horizontal-align: right;*/
    
 }
header img {
    border: 0;
    margin: 7px 0px 15px 0px;
    padding: 0px;
   
}
#logo {
    width: 200px;
     margin: 10px 0px 5px 17px; 
     
}

#nav {
    width: 950px;
    height: 90px;
    margin: 0px auto 0px 50px;
    border-bottom: 4px solid red;
    
    }
    
#nav li a{
   text-transform: uppercase;
   text-decoration: none;
   padding: 6px 10px 2px 35px;
   color: black;
}
#nav li a:hover {
    color: #cc3333;
    background-color: #ffffff;
}

td {
    vertical-align: bottom;
}
#services tr th {
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: black;
     }
     
#services tr th a:hover{
     color: #cc3333;
    background-color: #ffffff;    
     }    
     
#services tr th a{
    text-decoration: none;
    color: black;
    }
    
#services tr th td {
    padding: 50px;
    width: 150px;
    }
#services {
    width: 1000px;
    margin: 0px 0px 0px 50px;
    border-bottom: 2px solid black;
    
}
aside {
    width: 230px;
    float: left;
    
}
#middle {
    border-left: 2px solid red;
    border-right: 2px solid red;
    margin: 10px;
    padding-left: 10px;
}
#page-footer{
    float: none;
    margin: 50px;
}
table {
    column-width: 150px;
}
#contact {
    font-size: 110%;
    font-family: Verdana, Arial, sans-serif;
    margin: 0px 18px 0px 0px;
    text-align: right;
    line-height: 1.4;  
}
#residential {
   margin: auto auto auto 50px;
   border-left:2px solid #eeeeee;
       
}
aside a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid #eeeeee;
}
aside h2{
  text-transform: uppercase;
    text-align: center;
    color: black;
    font-size: 18px;
    padding-left: 2px;
    border-bottom: 1px solid #eeeeee;
}
aside a:hover{
     color: #cc3333;
    background-color: #ffffff;    
     }  
#commercial {
    border-left:2px solid #eeeeee;
        margin: auto auto auto 50px;
}
#page-main{
    float: none;
    margin: 50px;
}
#video{
    float: none;
    margin: 50px;
}
#paragraph {
    font-size: 150%;
}
#home {
    margin:7px 0px 15px 50px;
}
/* mobile-handheld devices */	
@media only screen and (max-width:480px){
    body{
        width:320px;
    }
    header{
        height:200px;
    }

    header img{
        display: block;
        width: 100%;
        height: 100px;
        text-align: center;
        padding: 5px;
        margin: 30px;
    }
    
    ul{
        position: static;
    }
    
    li{
        margin-bottom: 1px;
    }
    
    ul li, li a{
        width: 100%;
    }
    
    aside{
        margin:0 auto;
    }
    nav{
        margin-top: 20px; 
        margin-bottom: 20px;
        padding-bottom: 50%;
        overflow: auto;
    }
}
