/* 006633, cc3300 */
body {
    font-family: verdana; font-size: .8em;
    background-color:#fff;
    color:#000;
    margin:0;
    }

h1 {
    font-size: 1.75em;
    }

a:link {
    text-decoration:none;
    color:#063;
    }

a:visited {
    text-decoration:none;
    color:#063;
    }

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

#container {
    width:95%;
    margin-left:5px;
    }

#left {
    float: left;
    width: 300px;
    }

#right {
    margin-left: 10px;
    float: left;
    width:728px;
    }
#tagline {
    display:block;
    }

#title {
    text-align:left;
    width:728px;
    }

#right img {
    margin-left:0px;
    margin-right:0px;
    margin-top:35px;
    }

#footer {
    clear:both;
    display:inline-block;
    background-color: #006633;
    margin-top:35px;
    padding:1px;
    padding-left:5px;
    width:100%;
    }

#footer p {
    color:#ffffff;
    }

.responsive-image {
    display:block;  
    width: 100%;
    height: 100%;
    margin: 0 auto; 
}

/* Smaller devices (1020px and below) */
@media (max-width: 1020px) {
#right {
    width:100%; 
    clear:both;
    margin-left:0px;
    }
#left {
    width:100%;
    text-align:center;
    }
#tagline {
    display:none;    
    }

#right img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;    
    }

h1 {
    font-size: 1.5em;
    }

#title {
    width:100%;
    }

}

/* Smaller devices (1040px and below) */
@media (max-width: 525px) {
#right img {
    height:auto;
    width:100%;
    }


}


