/* CSS Document */
/* thanks to Zoe Gillenwater, "Visual Formatting", MXDJ May 2004 */
body {
	/* page defaults - no margins */
	margin: 0 20px 0 20px;
	padding: 0;
	/* page defaults - prefer Arial/sans-serif */
	font-family:Arial, Helvetica, sans-serif;
	/* works around a bug in some browsers */
	font-size: 100.01%;
}

table {
	/* ensures (we hope) that tables inherit font size properly */
	font-size: 1.0em;
}

div.clear {
	/* used for forcing page elements to include floats -
	   put this after the floating div and before the end
	   of the parent element */
	clear: both;
	height: 0;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}
/*
 * Main table
*/
table#mainTable {
	width: 100%;
	padding: 0;
}

td#body {
	/*width: 440px;*/
	vertical-align: top;
}
td#body h2 {
	font-size: 1.3em;
	margin: 0 0 6px 0;
}
td#body h3 {
	font-size: 1.2em;
	margin: 9px 0 6px 0;
}
td#body h3 a, td#body h2 a {
	color: #006666;
	font-weight: bold;
}
div#bodyContent {
	padding: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
/*
 * Left content / nav
*/
td#leftSide {
	background-image: url(../images/left-fill.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 140px;
	vertical-align: top;
}
div#leftContent, div#rightContent {
	padding: 9px 6px 9px 6px;
}
div#leftContent p, div#leftContent a {
	text-align: left;
	color: white;
	text-decoration: none;
}
div#leftContent a {
	padding: 3px 0 3px 7px;
	display: block;
	width: 120px;
	border-top: 1px solid silver;
}
div#leftContent a.spaceAbove {
	padding-top: 6px;
	color: black;
	font-weight: bold;
}
div#leftContent a:hover {
	color: #FFFF00;
	background-image: url(../images/nav-dot.gif);
	background-position: left;
	background-repeat: no-repeat;
}
div#leftContent h3 {
	color: black;
	font-size: 1.25em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 6px;
	padding-left: 4px;
}
/*
 * Right content / nav
*/
td#rightSide {
	background-image: url(../images/right-fill.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	vertical-align: top;
	width: 140px;
}
td#rightContent p {
	text-align: right;
	padding-right: 12px;
}
td#rightContent h3 {
	color: black;
	font-size: 1.25em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 6px;
	text-align: right;
	padding-right: 12px;
}
td#rightContent p, td#rightContent a {
	text-align: right;
	color: #666666;
	text-decoration: none;
}
td#rightContent a {
	padding: 3px 9px 3px 0;
	display: block;
	width: 120px;
	border-top: 1px solid silver;
}
td#rightContent a.spaceAbove {
	padding-top: 6px;
	color: black;
	font-weight: bold;
}
td#rightContent a:hover {
	color: black;
	background-image: url(../images/nav-dot.gif);
	background-position: right;
	background-repeat: no-repeat;
}
/*
 * Bottom stuff
*/
td#bottomLeft {
	background-image: url(../images/bottom-left.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 40px;
	padding: 0;
	font-size: .9em;
	text-align: center;
	color: white;
	font-weight: bold;
	vertical-align: middle;
}
td#bottomFill {
	background-image: url(../images/bottom-fill.jpg);
	background-repeat: repeat-x;
	width: auto;
}
td#bottomCenter {
	background-image: url(../images/bottom-center.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	/*vertical-align: middle;*/
	height: 40px;
	width: 420px;
	padding: 6px 0 0 12px;
}
div#bottomCenterContent {
	padding: 6px 0 0 0;
}
td#bottomRight {
	background-image: url(../images/bottom-right.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	/*vertical-align: middle;*/
	padding: 6px 0 0 0;
}
td#bottomMenu {
	text-align: center;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 18px;
	padding-bottom: 6px;
	height: 18px;
}
td#bottomMenu a {
	text-decoration: none;
}
/*
 * Top stuff
*/
td#topLeft {
	width: 140px;
	height: 120px;
	padding: 0;
}
td#topFill {
	background-image: url(../images/top-fill.jpg);
	background-repeat: repeat-x;
	width: auto;
}
td#topCenter {
	background-image: url(../images/top-center.jpg);
	background-repeat: repeat-x;
	width: 420px;
	height: 120px;
	padding: 0;
}
td#topRight {
	width: 140px;
	height: 120px;
}
/* Miscellaneous */
table#homePageBoxes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
}
p.testimonial {
	margin: 12px 24px;
}
p.testimonialAttribution {
	text-align: right;
	margin: 3px 24px;
	font-style: italic;
	font-weight: .8em;
	color: #006666;
	border-bottom: 2px solid #006666;
}