#homeImg{
    background-image:url(images/homeImg.jpg);
    padding-top:120px;
    text-align:center;
    color:#fff;
}

#homeImg a{
    color:#fff;
    /*text-decoration:none;*/
}

h1{
    font-size:24px;
    margin:0;
    padding-bottom:5px;
}

h2{
    font-size:20px;
    margin:0;
    padding-bottom:5px;
}

p{
    margin-left:10px;
    margin-right:10px;
}

a{
    color:#602618;
}

#signature{
    float:right;
    margin-right:150px;
    font-size:14px;
}
.centered{
    text-align:center;
}
.clear{
    clear:both;
}

.menu{
    height:41px;
    /*line-height:41px;*/
    background-image:url(images/menuBg.png);
    background-repeat:repeat-x;
    background-color:#fff;
    width:100%;
}

.menu ul{
    display:block;
    list-style-type:none;
    padding:0;
    margin:0;
}
.menu li{
    position:relative;
    height:41px;
    line-height:22px;
    float:left;
}
.menu li.menuItem,
.menu li.menuItemFirst{
    background-image:url(images/menuItem.png);
}
.menu li.menuItemLeft{
    padding:0;
    width:18px;
    background-image:url(images/menuItemLeft.png);
}
.menu li.menuItemRight{
    padding:0;
    width:18px;
    background-image:url(images/menuItemRight.png);
}


.menu li a{
    position:relative;
    /*    line-height:14px;
        vertical-align:text-top;*/
    top:6px;
    font-size:13px;
    color:#ddd;
    text-transform:uppercase;
    text-decoration:none;
    border-left-style:solid;
    border-left-color:#ccc;
    border-left-width:1px;
    padding-left:10px;
    padding-right:10px;
    font-weight:bold;
}

.menu li.menuItemFirst a{
    border:none;
}

.centered a{
    /*color:#000;*/
}



.secondaryMenu
{
    height:28px;
    clear:both;
    position:relative;
    top:-10px;
    background-color:#000;
    background-image:none;
    margin-left:auto;
    margin-right:auto;
}
.secondaryMenu li{
    position:relative;
    height:22px;
    line-height:20px;
    float:left;
}

.secondaryMenu li.menuItem,
.secondaryMenu li.menuItemFirst{
    background-image:url(images/secondaryMenuItem.png);
}
.secondaryMenu li.menuItemLeft{
    padding:0;
    width:18px;
    background-image:url(images/secondaryMenuItemLeft.png);
}
.secondaryMenu li.menuItemRight{
    padding:0;
    width:18px;
    background-image:url(images/secondaryMenuItemRight.png);
}

.secondaryMenu li a{
    position:relative;
    top:2px;
}

.componentMenu{
    padding-left:80px;
}