﻿.secondary-navigation {
    width:207px;
	background-color : #ffffff;
	background-image : url(images/bg_nav.gif);
	background-repeat : no-repeat;
	background-position : right bottom;
}
div.quote, div.quoteCredit{
    margin:20px 17px 10px 20px;
}
.openQuote, .closeQuote {
    color:#B4975A;
    font-size:2em;
    font-family:Trebuchet MS;
    position:relative;
    width:0px;
}

.openQuote {
    overflow:visible;
    float:left;
    right:16px;
    bottom:6px;
}

.closeQuote {
    top:6px;
    line-height:.1em;
}

.quoteCredit {
    text-align:right;
    font-size:.85em;
}