body{
    margin: 0px;
    padding: 0px;
    font-size: 1.7rem;
    line-height: 140%;
}
#pageWraper{
    width: 1000px;
    margin: 0 auto;
}
#logo{
    width: 364px;
    height: 154px;
    float: left;
    background: url("../pics/hd-logo.png") no-repeat;
    background-size: contain; 
    position: absolute;
    top: 1px;
    
}
#headerTop{
    width: 100%;
    height: 28px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7a1528+0,7a1528+100 */
    background: #7a1528; /* Old browsers */
    background: -moz-linear-gradient(top,  #7a1528 0%, #7a1528 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a1528), color-stop(100%,#7a1528)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7a1528 0%,#7a1528 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7a1528 0%,#7a1528 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7a1528 0%,#7a1528 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7a1528 0%,#7a1528 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a1528', endColorstr='#7a1528',GradientType=0 ); /* IE6-9 */
    
}
#menuWraper{
    margin-top: 20px;
}
#menu{
    margin-left: 310px;
}
.menuText{
    padding: 32px 12px 20px;
    margin-top: -50px;
    text-decoration: none;
    color: white;
    font-size: .8rem;
    text-transform: uppercase;
    font-style: normal;
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    display: block;
    list-style: none;
    display: inline;
}
.menuText:hover{   
    border-top: solid white 5px;
}
.menuLink{
    text-decoration: none;
    color: white;
}
.menuLink:hover{
    cursor: pointer; 
}
#barns:hover .tab{
    display: block;
}
.tab{
    display: none;
    margin-left: 100px;
}
.tabArrow{
    width: 120px;
    height: 39px;
}
#barns ul{
   background: white; 
   width: 150px;
   padding: 0px;
}
.barns_links{
    list-style: none;
    margin: -10px 0px;
    text-align: center;
}
.barns_links a{
    text-decoration: none;
    color: black;
}
.barns_links a:hover{
    color: #981A32;
}
.active{
    border-top: solid white 5px;
}
#pageHeader{
    height: 120px;
    position: relative;
    background: #981A32 none repeat scroll 0% 0%;
    z-index: 999;
}
#pageGreen{
    height: 300px;
    width: 100%;
    background: #CBD58F;
}
#pageWhiteTexture{
    width: 100%;
    background: url("../pics/texture-bg-grey.jpg");
}
#pageGrey{
    background: grey;
}
/* Home Page -----------------------------------------------------------------*/

#pageWhite{
    width: 100%;
    height: 375px;
    background: white;
    padding: 20px 0;
}
#pageGreenTexture{
    width: 100%;
    height: 375px;
    background: url("../pics/texture-bg-green.jpg");
}

/* Home Page End -------------------------------------------------------------*/
/* Silo Page -----------------------------------------------------------------*/
/* Silo Page End -------------------------------------------------------------*/

/* Graph ---------------------------------------------------------------------*/
#graph_wrapper{
    width: 900px;
    margin: 0 auto;
    padding: 50px;
}
#curve_chart{
    margin: 0 auto;
    width: 900px;
    height: 250px;
    position: absolute;
    z-index: 0;
}

/* Graph End -----------------------------------------------------------------*/


/* Footer --------------------------------------------------------------------*/

#footerTop{
    width: 100%;
    height: 50px;
    background: #4d4d4d;
}
footer{
    background: #666;
    width: 100%;
    height: 400px;
}

/* Footer End ----------------------------------------------------------------*/