
/*
	WELCOME AREA --only on homepage
*/

td.welcome {
}

td.welcome td#fade {
	background-image: URL(images/homepage/masthead-bg-fade.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #eeeeee;
	height: 40px;
	vertical-align: bottom;
}

td.welcome td#fade p {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: black;
	font-size: 12px;
	display: block;
	position: relative;
	margin: 0px 0px;
	padding: 0px 0px;
	margin-bottom: -5px;
}

/*
	WELCOME BODY AREA --only on homepage
*/

td.welcome td.body p {
	text-transform: none;
}

td.welcome td.body {
	padding-left: 15px;
	padding-right: 00px;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right:5px;
}

td.body h1 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	margin: 20px 5px 0px 5px;
	color: #663366;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

td.body h2 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	margin: 20px 5px 0px 5px;
	color: #996699;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

td.body h3 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	margin: 20px 5px 0px 5px;
	color: #996699;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

td.welcome li {
	margin-top: 0px;
	margin-bottom:	0px;
	padding-bottom: 0px;
}



/*
	TALK LIVE TO EXPERTS TABLE
*/

table.tte {
	background-color: #996699;
	height: 120px;
	margin-right: 30px;
	margin-left: -30px;
}

table.tte td#row0 {
	height: 80px;
	background-image: URL(images/homepage/tlte-row0.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	vertical-align: middle;
}

table.tte td#row0 h1 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 0px 2px 30px;
}

table.tte td#row0 p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	color: white;
	margin: 0px 120px 0px 30px;
}

table.tte td#row1a {
	vertical-align: middle;
}

table.tte td#row1a p {
	text-align: right;
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
	color: white;
	margin: 5px 5px 5px 10px;
} 


