#header .right_contact {
    float: left;
    height: 110px;
    margin-left: 41px;
    margin-top: 15px;
    width: 350px;
}
.light_bluetwo a {
	text-decoration: none;
}

.contact_header {
    color: #005FA9;
    font: bold 3.5em arial;
    margin-bottom: 4px;
}

.light_blue {
    color: #005FA9;
}
.contact_email {
    color: #005FA9;
    font: bold 1.8em arial;
}
.contact_light_blue {
    color: #7B9ACA;
    font: 3.5em arial;
}
.light_bluetwo {
    color: #7B9ACA;
    font-size: 1.7em;
    font-weight: bold;
}

#header {
    height: 145px;
    width: 960px;
}
.blue {
    color: #095AA5;
    margin-right: 5px;
}
#header img {
    float: left;
    margin-top: 14px;
	 background: url(../images/logo.jpg);
}
#navigation {
    background:  url(../images/nav.gif);repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 5px #888888;
    height: 53px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 960px;
	
}
#navigation li {
    display: inline;
    float: left;
    height: 48px;
    line-height: 41px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#navigation a {
    display: block;
    height: 53px;
}
#navigation a:hover {
    background-image: url(../images/nav.gif);
}
#navigation .home {
    width: 68px;
}
#navigation .home a:hover {
    background-position: 0 bottom;
}
#navigation .about {
    width: 95px;
}
#navigation .about a:hover {
    background-position: -68px bottom;
}
#navigation .new_builds {
    width: 107px;
}
#navigation .new_builds a:hover {
    background-position: -163px bottom;
}
#navigation .renovations {
    width: 122px;
}
#navigation .renovations a:hover {
    background-position: -271px bottom;
}
#navigation .barn_conversions {
    width: 169px;
}
#navigation .barn_conversions a:hover {
    background-position: -389px bottom;
}
#navigation .extensions {
    width: 113px;
}
#navigation .extensions a:hover {
    background-position: -560px bottom;
}
#navigation .contactus {
    width: 115px;
}
#navigation .contactus a:hover {
    background-position: -675px bottom;
}
#navigation .loft_conversions {
    width: 171px;
}
#navigation .loft_conversions a:hover {
    background-position: -787px bottom;
}
#navigation span {
    display: none;
}
#wrapper #header img {
    margin-left: 20px;
}
