/* Talking Business Styles */

p {
padding-bottom: 10px;
}

h1 {
color: #212E84;
font-size: 14px;
font-weight: bold;
}

.blue {
color: #212E84;
}

#quoteBox {
background-image: url(images/quoteBox_gradient.jpg);
background-position: bottom;
background-repeat: repeat-x;
background-color: #C1D72E;
width: 203px;
height: 800px;
float: right;
font-size: 12px;
}

#quoteBox p {
margin: 0 5px;
padding-top: 10px;
line-height: 14px;
}

#quoteBox img {
margin-top: -15px;
}

#quoteBox img.holly {
margin: 5px;
}

#quoteBox img.leftQuote {
margin-top: 0;
padding-right: 10px;
}

div.quoter {
margin-left: 5px;
clear: both;
}

#text {
width: 550px;
}

#text ul {
margin-left: 20px;
margin-bottom: 10px;
}

#text a {
color: #212E84;
}

#text a:hover {
color: #C1D72E;
}

#text table {
border: none;
padding: 0;
}

#text td {
vertical-align: top;
}