


.right {
	text-align: right;
 }

.quote p {
	margin: 6px 0;
}

.quote h3, #navbar h3 {
	font-size: 14px;
	margin-bottom: 11px;
	font-weight: normal;
	color: #3688c3;
	text-transform: uppercase;
}

.quote h3 {
	margin-top: 0;
}
		
.attribution {
  color: #6D7272;    
	line-height: 1.4em;
}

.attribution span {
    display: block;
    color: #6D7272;
    font-weight: bold;
}

.quote-attribution {
	line-height: 1.4em;
	margin-bottom: 11px;
	color: #6D7272;
	font-weight: bold;
}

.quote-attribution span {
    display: block;
    font-weight: normal;
    color: #6D7272;
}

p.quote-text {
	font-style: normal;
	color: #6D7272;
	margin-bottom: 11px;
	background: url(../images/quotes.gif) top left no-repeat;
	padding-left: 16px;
	margin-left: -16px;
}



#quote-pic {
	position: absolute;
	top: 131px;
	left: 530px;
	width: 530px;
	height: 209px;
	margin-bottom: -20px;
	z-index: 5;
}

#quote-pic div {
	position: absolute;
	display: none;
}

#quote-box {
    float: left;
    position: relative;
    z-index: 10;
    margin-top: -38px;
    width: 325px; /* full width: 248px and its 3px less for the IE/Win repeating text bug */
    padding: 38px 40px 0 45px;
}

#quote-box div {	
	position: absolute;
	background: url(../images/quotes.gif) top left no-repeat;
	padding-left: 16px;
	margin-left: -95px;
}

#quote-box p.quote-text {
	font-style: normal;
	background: none;
	color: #6D7272;
	margin-bottom: 11px;
}

