/***********************************************************************
 * file:		css/irvine.css
 * author:		toy
 * date:		21jan10
 * re:			main css for site
 * 
 * rev history
 * [toy 21jan10]	orig version
 * 
 ************************************************************************/
 /*** element defaults ***/

#iwanttoD{
    position:absolute;
    top: 420px;
    left: 620px;
    width: 180px;
    height: 160px;
    border: solid 0px purple;
}

/*** custom classes ***/
.breadcrumbD {
    color: Gray;
    font-size: 0.8em;
    margin: 0 0 5px 5px;
}
.standardTextD {
    text-align: left;
    margin: 15px 0 15px 15px;
}
.subheaderD {
    width: 547px;
    height: 33px;
    color: #63791e;
    font-size: 1.4em;
    font-stretch: ultra-condensed;
    text-align: center;
    padding: 5px 0 0 0;
    background: url("../images/subheader.png") no-repeat;
}
.minisubheaderD {
    width: 260px;
    height: 33px;
    color: #63791e;
    font-size: 1.4em;
    padding: 5px 0 0 20px;
    background: url("../images/subheader.png") no-repeat;
}
.footerD{
    width: 745px;
    height: 28px;

    font-size:0.8em;

    color:White;
    background-image: url("../images/multiunits/rrr/bluebar.png");
    background-repeat: repeat-x;

    margin: 0 0 0 0px;
    padding: 5px;
}

.standardUL {
    list-style-image: url("../images/multiunits/rrr/greencheck.png");
    margin: 10px;
    padding: 10px;
}

.standardUL li {
    margin: 0 0 10px 0;
}