@font-face{
    font-family: nav-font;
    src: url("Young.eot?") format("eot"),  url(Young.ttf) format("truetype");
}

h1{
    padding-top: 50px;
    letter-spacing: 1.5px;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #d5000d;
    font-weight: 100;
    text-align: center;
}

h2 , .contactFormFont{
    font-family: 'Open Sans', sans-serif;
    font-size: 14.5px;
    letter-spacing: 1.3px;
    font-weight: 100;    
}

h2{
    text-align: center;
    padding-top: 38px;
}

.bodyTextFont{
    text-align: center;
    width: 768px;
    font-size: 14.5px;
    font-family: arial;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6em;
}

.bodyTextRegularParagraph{
    margin-top: 19px;
}

.firstParagraphBold{
    font-weight: bold;
    padding-top: 29px;
    
}


.divider{
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    background-color: #d5000d;
    margin-top:  13px;
}

.noDisplay{
    visibility: hidden;    
}


header{
    width: 915px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 114px;
}



nav{
    position: absolute;
    left: 237px;
    top: 0px;
    width: 677px;
    height: 114px;

}

nav ul {
    list-style-type: none;    
}

nav ul li {
    display: inline-block;
    font-family: nav-font;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 100;    
    height: 115px;
    position: absolute;

    
}

nav li a {
    color: #4e4e4e;
    text-decoration: none;
    display: block;        
    height: 115px;    
    position: absolute;
    width: 100%;
    text-align: center;    
}
nav li a :hover{
    color: #d5000d
}

nav ul li span {
    margin-top: 3.9em;
    padding-top: 0.5em;
    display: block;
    border-left: 2px solid #e4e4e4;    
}

#hmSpan{

    border-left: none;
    text-align: center;
    
}

#hm{
    width: 85px;
    left: 0px;

}

#comm{
    width: 134px;
    right: 457px;
}

#dom{
    width: 107px;
    right: 350px;
}

#maint{
    width: 258px;
    right: 92px;
}

#cont{
    width: 92px;
    right: 0px;
}
#contSpan{
    padding-left:16px;
    text-align: left;
}

#mainImage{
    overflow: hidden;
    height: 653px;
    background-position: center;
    background-repeat: no-repeat;
}

#mainContent{
    min-width: 860px;
    max-width: 1027px;
    margin-left: auto;
    margin-right: auto;
    
}

#footerContainer{
    width: 100%;
    height: 156px;
    background-color: #f2f2f2;
}

footer img{
    padding-top: 34px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    
    
}
.lowerPictureBanner{
    margin-top: 30px;
    height: 506px;
    max-width: 1556px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-repeat: no-repeat;
    
}

.lowerContentSection{
    max-width: 1024px;
    min-width: 860px;
    margin-left: auto;
    margin-right: auto;
}


.icons{
    padding-top: 50px;
    width: 800px;
    height:200px;
    margin-left: auto;
    margin-right: auto;
}


