
#branding {
position: relative;
height: 128px;
min-height: 128px;
background-image: url('../images/utility-branding.jpg');
background-repeat: no-repeat;
}

#branding-text {
position: absolute;
left: 80px;
top: 40px;
width: 200px;
height: 110px;
}

#subnav a:hover {
color: #7E8C97;
}

#subnav a.landed {
color: #FFFFFF;
}

p.intro {
    line-height: 150%;
}

#inner {
    padding-left: 180px;
    padding-right: 130px;
    padding-top: 100px;
}

h1 {
    font-size: 250%;
}

p a{
color: #61c3de;
text-decoration: none;
}

p a:visited {
color: #61c3de;
text-decoration: none;
}

p a:hover {
color: #5e99a9;
text-decoration: none;
}

p a:active {
color: #5e99a9;
text-decoration: none;
}

 input[type="text"]{
    width: 600px;
 }

legend {
    padding: 10px;
    border: 1px solid #cccccc;
}

label {
    color: #808070;
}

fieldset {
   color: #808070;
}

#postcard_thumbs img {
    padding-left: 5px;
    padding-right: 5px;
}

#form {
    margin-top: 20px;
}

.submit {
    text-align: right;
}

#thankyou {
    margin-top: 20px;
}
