/** The stylesheet for the screen **/

body
{
	background: #fff;
}

td.main
{
	background: #D6E3EB;
}

div.main
{
	font-family: arial, sans-serif;
	color: #242F6D;
	
	padding: 15px; /* offset this with margin in img.signature */
}

td
{
	font-family: Arial, sans-serif;
	font-size: smaller;
	color: #242F6D;
}

td.main a
{
	color: #242F6D;
	text-decoration:underline;
	
}



div.hr
{
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #8BA1AC;
}

table.locatorstates tr td a
{
	color: #242F6D;
	text-decoration: none;
}

table.locatorstates a:hover
{
	color: #242F6D;
	text-decoration: underline;

}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 140%;
}

h3
{
	font-size: 13px;
}

img.signature
{
	margin-left: -15px; /* offset the padding in div.main */
}

img.leftimage
{
	margin-right: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.rightimage
{
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.footerlinks
{
	margin-top: 8px;
}
div.footerlinks, div.footerlinks a
{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #369;
	text-decoration: none;
	line-height: 160%;
}

div.footerlinks a:hover
{
	text-decoration:underline;
}

td.navleft div
{
	margin-left: 15px;
	position: relative;
	top: 0px;
	left: 0px;
}

td.navleft div a
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 19px;
	color: #242F6D;
}

td.navleft a:hover
{
	text-decoration:underline;
}

td.navleft div a img
{
	position: absolute;
	top: 3px;
	left: -15px;
}

div.testimonialbox
{
	background: #C4D5DF;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.testimonialquote
{
	text-align: center;
}

div.testimonialbutton
{
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}


/**	
 *	Bar Colors:
 *	These are the colors for the bars of color 
 *	in each section below the left nav.
 */
	
	td.contactusbar
	{
		background: #6CC3B5;
	}
	
	td.aboutoreckbar
	{
		background: #3694B6;
	}
	
	td.getstartedbar
	{
		background: #2C4480;
	}
	
	td.faqbar
	{
		background: #F88700;
	}
	
	td.supportbar
	{
		background: #93C4D1;
	}

	/* the narrow bar above the left nav in all sections except home */
	td.commonbar 
	{
		background: #F88700;
	}
	
