/* CSS for www.cresa911.org
	 Hand coded by Matthew Farnell
	 Feel free to copy and use any of this CSS
	 with credit to Matthew Farnell, www.farnellweb.com */

#be-informed, #take-action, #connect {
    width: 185px;
    height: 130px;
    background: #000080;
    float: left;
    margin: 0 13px 13px 0;
}

#take-action {
    background: #802400;
}

#connect {
    background: #7F8000;
    margin-right: 0;
}

h2 span {
    display: none;
}

#be-informed h2 {
    width: 175px;
    height: 30px;
    background: url(/images/be-informed.gif) no-repeat bottom right;
    margin: 0;
}

#take-action h2 {
    width: 166px;
    height: 30px;
    background: url(/images/take-action.gif) no-repeat bottom right;
    margin: 0;
}

#connect h2 {
    width: 126px;
    height: 30px;
    background: url(/images/connect.gif) no-repeat bottom right;
    margin: 0;
}

#be-informed ul, #take-action ul, #connect ul {
    list-style: none;
    margin: 10px 0 0 20px;
    padding: 0;
}

#be-informed li,  #take-action li, #connect li {
    margin-bottom: 5px;
}

#be-informed li a, #take-action li a, #connect li a {
    color: #fff;
}

#left {
    width: 581px;
    float: left;
    padding-right: 13px;
}

* html #left {
    padding-right: 10px; 
}

#text {
    clear: both;
    background: #ECEFF5;
    border: #94A3C4 1px solid;
    padding: 14px 14px 0 14px;
}
