#homeLayout {
    width: 745px;
    margin: 10px auto 0px auto;
    background-image: url('images/dotted-line.gif');
    background-repeat: repeat-x;
    border: 0;
}

#homeLayoutContainer {
    width: 745px;
    background-image: url('images/logo-iroquois-home-bg.gif');
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
}



#homeLayout td {
    padding: 17px 10px 0 0;
}


#homeLayout td.last {
    padding-right: 0;
}

#homeLayoutFooter {
    height: 17px;
    background-image: url('images/dotted-line.gif');
    background-repeat: repeat-x;
    background-position: bottom left;
    width: 745px;
    margin: 0 auto 20px auto;
}


#homeLayout td img {
    display:block;
}


.home h1 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}


.home h1.title {
    width: 738px; 
    height: 35px;
    background-image: url('../../images/titles/iroquois-ny-large.gif');
    margin: 0 auto 0px auto;
    text-align: left;
    text-indent: -10000px;
}

.home h2.intro {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.7em;
    margin: 20px 0;
    font-weight: normal;
}

.home p {
    font-size: 11px;
    line-height: 1.7em;
}


.home .quickresForm {
    margin: 0 auto 20px auto;
}

.home .quickresForm .label {
    text-align: center;
}



.home mainMenu {
    width: 141px;
}


.home .mainMenu a {
    display:block;
    margin-bottom: 3px;
}


.home .mainMenu a.last {
    margin-bottom: 0;
}


.home .mainMenu img
{
    display:block;
}

.home .mainMenu .topMenuItem {
    position: relative;
}

.home .mainMenu .topMenuItem .subMenu {
    position: absolute;
    left: 141px;
    top: 0;
    width: 141px;
    background-color: #F7E6AE;
    z-index: 10;
    display: none;
    white-space: nowrap;
    overflow: hidden;
}

.home .mainMenu .topMenuItem .subMenu .subMenuItem a {
    text-decoration: none;
    line-height: 1.1em;
    margin-bottom: 0;
    padding: 3px;
    text-transform: uppercase;
    display: block;
    font-size: 10px;
    color: #422100;
    border-bottom: 1px solid #FFF;
}

.home .mainMenu .topMenuItem .subMenu .subMenuItem a:hover {
    color: #D09B0D;
}

.home .mainMenu .topMenuItem .subMenu .last a {
    border-bottom-width: 0;
}

.home table.bodyCopy {
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

.home table.bodyCopy p {
    line-height: 1.3em;
}

.newsletter-signup {
    width: 140px; 
    font-size: 10px; 
    white-space: nowrap; 
    background-color: #e15807; 
    padding: 2px; color: #fff; 
    text-transform: uppercase; 
    text-align: center;
    border: 1px dotted #FFFFFF;
    margin-bottom: 10px;
}

.social-icons {
    padding-top: 5px;
    padding-left: 8px;
}

.social-icons img {
    padding-left: 7px;
}

.social-icons p {
    padding-top: 3px;
}


#footer_content p {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.7em;
    font-weight: normal;
}