/* index specific css */
form.leftside
{
    margin-top: 20px;
    background: url('../images/home/loginbg2.jpg') no-repeat;
    padding: 10px 5px 5px 5px;
    height: 150px; /* height must be 160 but this is 5 padding on top + bottom also */
    width: 135px;
    font-family: arial, sans-serif;
}
/* bumps down the start of the form so the rectangle has some space on top */
#spacer
{
    width: 140px;
    line-height: 15px; /* must be the same number */
    height: 15px;      /* must be the same number */
    float: left;
}
label.logintext { float: left; width: 55px; margin-top: 3px; display: inline; }
input.field { float: left; width: 70px; }
#rememberme
{
    margin: 2px 0px 2px 43px; /* was 47px but the 'Me' was too far over */
    float: left;
    width: 100px;

}
#remembemeie6
{
    margin: 2px 0px 2px 25px;
    float: left;
    width: 100px;
}
#submitbutton
{
    background: url('../images/login2.gif') no-repeat;
    width: 45px;
    height: 25px;
    padding: 2px 2px 0px;
    margin: 0px 0px 0px 65px;
    float: left;
}
a.formlink
{
    line-height: 1.4em;
    margin-left: 25px;
    font-size: 11px;
    float: left;
    width: 115px;
    text-decoration: none;
    color: #585956;
}

span.welcome
{
    font-size: 12px;
    font-family: helvetica, arial, sans-serif;
    display: inline;
    line-height: 22px;
}
/* adds some spacing */
div.space { display: block; height: 20px; }

#floatbox
{
    width: 575px; /* width of parent div */
    display: block;
    float: left;
    margin: 60px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #585956;
}
#spotlight
{
    width: 175px; /* 175 + 10 padding = 185 */
    float: left;
    padding: 0px 10px 0px 0px;
    /*height: 415px; */
}
#whatsnew
{
    width: 175px;
    float: left;
    border-left: solid 1px #585956;
    padding: 0px 10px 0px 10px;
    /* height: 415px; */
}
#giving
{
    width: 175px;
    float: left;
    border-left: solid 1px #585956;
    padding: 0px 0px 0px 10px;
    height: 100%;
}

#spotlight img
{
    display: block;
    margin: 0px;
    border: 0px;
    padding: 0px;
}
div.tab
{
    background: url('../images/home/blue_tab-l.jpg') no-repeat;
    color: white;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 3px;
    width:  94px;      /* width + horiz padding = 104 px */
    height: 21px;      /* width + vert  padding = 24  px */
}
h2.tab
{
    background: url('../images/home/heading-wedge.png') no-repeat;
    color: white;
    font-size: 14px;
    margin:0;
    padding-left: 10px;
    padding-top: 3px;
    /* width:  94px;      width + horiz padding = 104 px */
    height: 21px;      /* width + vert  padding = 24  px */
}
h2.tabWide
{
    /* background: url('../images/home/heading-wedge.png') no-repeat; */
    background: #00468b url("../images/home/heading-wedge.png") no-repeat right top;
    color: white;
    font-size: 14px;
    margin:0;
    padding-left: 10px;
    padding-top: 3px;
    width:  348px;      
}

div.arrow
{
    margin: 10px 0px 0px;
    padding: 0px 0px 0px 18px;
    background: url('../images/home/redarrow.jpg') no-repeat 0px 5px;
    font-size: 11px;
    line-height: 16px;
}
a.readmore
{
    text-decoration: none;
    border-bottom: 1px dotted blue;
    background: url('../images/home/rightarrow.jpg') no-repeat center right;
    padding: 0px 12px 0px 0px;
    margin: 0px 0px 0px 3px;
    font-size: inherit;
    line-height: inherit;
}
a.readmore:hover { background: url('../images/home/rightarrowb.jpg') no-repeat center right; }
/* the big image on the index page */
img.indexsplash { margin: 20px auto; display: block; }