#loader{
    position: fixed;
    top: 0;
    left: 0;
    background: url('../i/preloader.gif') 50% 50% no-repeat;
}
.content
{
	background-color:#FFF;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:29px;
	padding-top:0px;
	width:960px;
	overflow:hidden;
}

.contentBottom
{
	height:43px;
	background:url(../i/content_bottom_bg.jpg) no-repeat;
}

.leftColumn
{
	float:left;
	width:650px;
	padding-top:12px;
}

.rightColumn{
	float:right;
	width:290px;
	padding-top:12px;
}

.quotes div{
    padding-bottom: 30px;
}

blockquote {
  font: 14px/16px Times, serif;
  padding: 8px;
  background-color: #fff;
  border-top: 1px solid #f5a41c;
  border-bottom: 1px solid #f5a41c;
  margin: 5px;  
  text-indent: 30px;
  color: #cf2032;
  position: relative;
  /*quotes: "\201C""\201D""\2018""\2019";*/
  }
  
  /* Left Quote */
blockquote:before {
content:  "\201C";
height: 0;
font-size: 60px;
position: absolute;
color: #e6253a;
top: 18px;
left: -24px;
}
/*
blockquote:after {
content:  "\201D";
height: 0;
}*/
/*
blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

.quotes cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
.quotes cite:before {
content: "\2014 \2009";
}
*/

.quotes cite:before {
content: "\2014 \2009";
}

.quotes cite {
color: #666;
font-size: 10px;
display: block;
margin-top: 5px;
text-align: right;
}
#noscriptwrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666;
	color: #fff;
	z-index: 9999999;
	text-align: center;
	padding-top: 50px;	
}

#noscriptwrapper h1{
	font-size: 32px;
}

.partnerlogos img{
    padding: 10px 5px;
}

.smallogos img{
    height: 30px;
}

.textlinks ul{
    padding: 30px 0 0 20px;
}

.textlinks ul li{
    line-height: 1.2em !important;
    padding-bottom: 14px !important;
}

.textlinks ul a{
    text-decoration: none;
    font-weight: bold;
    color: #876D49;
}

.detailsContentTop ol li{
    line-height: 1.1em;
    padding-bottom: 6px;
}

img.alignleft{
    float: left;
    padding: 0 10px 10px 0;
}

img.alignright{
    float: right;
    padding: 0 0 10px 10px;
}

iframe[name="google_conversion_frame"]{
    display: none;
}