﻿


.quotesOpen
{
    background-image: url('../SiteImages/Quotes_Open.png');
    background-repeat: no-repeat;
    width: 30px;
	height: 50px;
	display: block;
	float: left;
}

.quotesClose
{
    background-image: url('../SiteImages/Quotes_Close.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 30px;
	height: 50px;
	display: block;
	float: left;
}

.quotesText
{
    font-style: italic;   
}

.quotationText
{
	display: block;
	float: left;
	width: 450px;
	padding: 15px 0px 15px 15px;
	font-size: 1.3em;
	font-style: italic; 
	font-weight: bold;  
}
/*
.quotesTextLarge
{
	margin: -15px 40px -15px 40px;
    font-style: italic;
	color: #666666;
	font-weight: bold;
	font-size: 1.3em;
	width: 400px;
}*/

.quotesContainer em
{
	color: #006038;
	position: relative;
	font-size: 0.85em;
	top: -25px;
	font-style: normal;
	margin-left: 45px;
}



.quotesContainer
{
    margin-bottom: -10px;
}

.quoteImage
{
	border: 1px solid #cccccc;
	padding: 2px;
	position: relative;
	left: 5px;
}

