﻿td.content
{
	width: 100%;
	padding: 0px; /* this overrides 10px set in general styles.css */
	border: 0px;
}


TABLE.taglineTable
{
	background: white url(../images/taglineTableBg.jpg) no-repeat;
}

.taglineSubText
{
	color: white; 
	font-family: 'Lucida Sans Unicode',Verdana; /*Helvetica,Arial,sans-serif;*/
	font-size: 18px;
	letter-spacing: 0.01em;
	line-height:1.19em;
	margin-bottom:25px;
	text-align: justify;
}

/* quotes TD */

TD.quotes
{
	width: 391px; 
	height: 280px;
	vertical-align: top;
	background: #f1f1f1 url(../images/quotesBg.jpg) no-repeat right bottom;
}
TD.quotes H1
{
	padding: 0px 0px 10px 10px;
	margin: 0px;
}
TD.quotes blockquote 
{
	text-indent: 40px;
	background: url(../images/quotes1.gif) no-repeat  0px 0px;
	padding-top: 5px;
}

TD.quotes blockquote p 
{
	display:-moz-inline;
	color: #5789b5;
	font-family: Verdana;
	font-size: 12pt;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
	background: url(../images/quotes2.gif) no-repeat;
	background-position: bottom right;
}

TD.quotes DIV.author
{
	text-align: right;
	font-family: Trebuchet MS, Verdana;
	color: black;
	padding-right: 10px;
}
DIV.quote
{
	display: none;
}
/* END quotes TD */

/* Quick Overview Accordion */
.accordionHeader,
.accordionHeaderSelected
{
	color: #2e78bd;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 20px 5px 10px;
	margin-top: 5px;
	cursor: pointer;
	background: url(../images/quickOverviewCollapsed.gif) no-repeat right;
}

.accordionHeader a
{
	color: #2e78bd;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	background: url(../images/quickOverviewExpanded.gif) no-repeat right;
}

.accordionHeaderSelected a
{
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	border-bottom: 1px solid #ebebeb;
	padding: 0px 0px 10px 20px;
	font-family: Trebuchet MS, Verdana;
	color: #3c3c3c;
	font-size: 14px;
	margin-top: 3px;
}
/* end Quick Overview Accordion */

TD.verticalRuleTd
{
	width: 10px;
	background: url(../images/verticalRule.gif) repeat-y center;
}

H1.gray
{
	padding-left: 10px;
}