﻿/* SECTIONS TABLE */

.sectionsTable
{
	padding: 0px;
	margin: 0px;
}
.sectionsTable td
{
	vertical-align: middle;
	background-image: url( '/assets/images/home/dot.gif' );
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sectionsTable img
{
	float: left;
	margin-right: 8px;
	border: none;
	display: inline;
}
.sectionsTable div.section, .sectionsTable div.section span
{
	font-family: Trebuchet MS,arial,verdana;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	margin-top: 4px;
	display: inline;
	float:left;
}
.sectionsTable div.section span
{
	clear: both;
	margin-top: 2px;
}
.sectionsTable h3
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 15px;
	color: #7f0808;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	display: inline;
	line-height: 19px;
}
.sectionsTable h3 a, a:visited, a:active, a:link
{
	color: #7f0808;
	text-decoration: none;
}
.sectionsTable h3 a:hover
{
	color: #7f0808;
	text-decoration: underline;
}


/* QUICK ANSWERS BOX */
div.quickAnswersBoxOuter
{
	background-image: url( '/assets/images/home/quickanswersback-left.gif' );
	background-repeat: no-repeat;
	height: 89px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

div.quickAnswersBoxInner
{
	height: 89px;
	background-image: url( '/assets/images/home/quickanswersback-right.gif' );
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	float: none;
	position: relative;
}


div.quickAnswersBoxContent
{
	padding: 17px;
}

div.quickAnswersBoxInner table
{
	width: auto;
	font: normal 11px/16px Trebuchet MS,arial,verdana;
	color: #ffffff;
}

div.quickAnswersBoxInner table tr td
{
	padding: 0px;
	margin: 0px;
}

div.quickAnswersBoxInner h3
{
	font: bold 18px/17px Trebuchet MS,arial,verdana;
	color: #ffffff;
	margin: 0px;
	margin-bottom: 3px;
}

div.quickAnswersBoxInner table tr td
{
	font: normal 11px/14px Trebuchet MS,arial,verdana;
	color: #ffffff;
	margin: 0px;
}

div.quickAnswersBoxInner input, textarea
{
	font-family: Trebuchet MS,arial,verdana;
	font-size: 10px;
	color: #666666;
	border: solid 2px #cccccc;
	padding: 2px 4px 2px 4px;
}


div.quickAnswersBoxInner table.searchBox
{
	padding: 0px;
	margin: 0px;
}
