#hd .hometext {
    position:absolute;
    top:220px;
    left:0;
    width:450px;
    z-index:2;
}

#hd .hometext h1 {
    color:#B61527;
    font-size:200%;
    font-family:Georgia;
    font-style:italic;
    margin:20px 0 10px 0;
    text-shadow:black 1px 1px 3px;
}

#hd .hometext .moduleactions {
    position:absolute;
    top:-10px;
    left:-20px;
}
#hd .hometext .bodycopy {
    color:#000;
    font-style:italic;
    font-size:16px;
    line-height:1.5em;
}
#hd .hometext .bodycopy .btn {
    font-size:13px;
    line-height:1.4em;
}


/****************  newsletter signup  ***********************/

#nlsignup {
    width:502px;
    float:right;
    position:absolute;
    right:0;
    top:100px;
    z-index:2;
}

#nlsignup h2 {
    position:relative;
    height:70px;
    text-indent:5px;
}

#nlsignup h2 #nltitle {
    position:absolute;
    top:0;
    left:0;
}

#nlsignup p {
    font-style:italic;
    font-size:13px;
    color:#90000e;
}

#nlsignup .signup {
    height:42px;
    background:url(../images/nlinput.png) no-repeat;
    position:relative;
}

#nlsignup .signup #submit {
    color:#fff;
    background:none;
    padding:6px;
    border:0;
    position:absolute;
    right:8px;
    top:5px;
}

#nlsignup .signup #emailinput {
    width:380px;
    border:0;
    background:none;
    padding:7px;
    position:absolute;
    left:8px;
    top:5px;
}


