@charset "utf-8";
/**********************************
	Color values:
	#666 - navigation color (top and side)
	#C00 -    header bottom border (TrainCaster Red)
	#E4E4E4 - left border color
	#0088cc - light blue link color

***************************************/

/***************************************
BASE STYLES
****************************************/
/* neutralize browser styles */
body, html {
	margin:0;
	padding:0;
	background-color:#FFF;
}
body {
	text-align: center;
	background: url(../graphics/common/bg_body.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, address {
	margin: 0 0;
	padding: 0;
}
/* General Styles */
/***************************************
 LAYOUT STYLES
****************************************/

/* ---------All layout generic styles---------------- */
.oneCol #container, .twoColLtSide #container, .twoColRtSide #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
.oneCol #header, .twoColLtSide #header, .twoColRtSide #header {
	height: 110px;
	position: relative;
}
.twoColLtSide #sideNav, .twoColRtSide #rightBar {
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.oneCol #footer, .twoColLtSide #footer, .twoColRtSide #footer {
	position: relative;
	padding: .1em 1em .1em;
	margin-bottom: 1em;
	border-top: 1px solid #ccc;
	width: 100%;
}
/* --------------Two column layout styles -------------*/
.twoColLtSide #sideNav {
	float: left;
	width: 247px;
	padding: 0;
	color: #000;
	margin: 0px;
}
.twoColLtSide #mainContent {
	margin: 0 0 0 250px; /* left margin allows space for sidebar */
	padding: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E4E4E4;
}

/* -----------------One column layout styles ----------------------------*/
.oneCol #mainContent {
	margin: 0; /*no margin needed in a one column layout*/
	padding:0;
}
/***************************************
 GENERAL TYPOGRAPHY AND COLOR STYLES
****************************************/
a {
	color: #0088cc;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	line-height: 1.6;
	color: #333;
	margin-bottom: 18px;
}
/***************************************
 HEADER STYLES 
****************************************/
#header {
	border-bottom: 6px solid #C00;
}
/*#header h1 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(/graphics/common/logo.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 46px;
	width: 252px;
	margin: 0;
	padding-bottom: .6em;
	display: block;
}*/
#header h1 a {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../graphics/common/logo.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 46px; 
	width: 252px;
	margin: 0;
	padding-bottom: .6em;
	display: block;
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration:none;
}
#header h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.80em;
	padding-top: 10px;
	text-align: left;
	font-weight: normal;
	letter-spacing: .1em;
}
#header #mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	position: absolute;
	right: 5px;
	bottom: 0px;
}
#header #mainNav li {
	float: left;
	padding-left: 40px;
}
#header #mainNav li a:link, #header #mainNav li a:visited {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: .95em;
	margin:0 0 .8em 0;
	list-style-type: none;
	text-align: right;
	color:#666;
	display: block;
	text-decoration: none;
	color:#666;
	border-bottom: 1px dashed #fff;
	padding-bottom: .2em;
}
#header #mainNav li a.current, #header #mainNav li a.current:hover, #header #mainNav li a.current:active {
	color: #000;
}
#header #mainNav li a:hover {
	color: #0088cc;
	border-bottom: 1px dashed #0088cc;
	padding-bottom: .2em;
}

#header #contactButtons {
	position: absolute;
	top: 10px;
	right: 0;
}
#header #contactButtons ul {
	margin: 0;
	padding: 5px 0 0;
	list-style: none;
	float:right;
	font-size: 12px;
}
#header #contactButtons li {
	float: left;
	padding-left: 40px;
	display: inline;
}
#header #contactButtons li a.login {
	height: 24px;
	width: 40px;
	background-color: transparent;
	background: url(../graphics/common/loginSprite.gif) no-repeat 0px 0px;
	background-attachment: scroll;
	border: none;
	text-decoration: none;
	padding-left: 24px;
	padding-bottom: 8px;
	padding-top: 6px;
}
#header #contactButtons li a.contact {
	height: 24px;
	width: 60px;
	background-color: transparent;
	background: url(../graphics/common/contactSprite.png) no-repeat 0px 0px;
	background-attachment: scroll;
	border: none;
	text-decoration: none;
	padding-left: 24px;
	padding-bottom: 8px;
	padding-top: 6px;
}
#header #contactButtons li a:hover {
	text-decoration: underline;
}

#header #mainNav li a.freetrial {
	position: relative;
	background-image: url("../graphics/common/freetrial.png");
	background-repeat: no-repeat;
	background-position: 0pt 0pt;	
	text-align: left;
	text-decoration: none;
	text-indent: -10000px;
	width: 72px;
	height: 19px;
	border: none;


	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
}

#header #mainNav li a.freetrial:hover {
	background-position: 0pt -24px;

	}
/****************************************
MAIN CONTENT STYLES 
****************************************/

#mainContent h2 {
	font-size: 1.8em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000;
	letter-spacing: -1px;
	font-weight: 400;
	padding-top: 1em;
	text-transform: capitalize;
}
#mainContent h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	color: #000;
	line-height: 1.8em;
	margin-top: 1.5em;
	margin-bottom: 0.3em;
}
/* h4 heading style used in grid on What's New page only */
#mainContent h4 {
	font-size: .85em;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 15px;
}

#mainContent ul {
	font-size: 0.80em;
	line-height: 1.8;
	margin: 0 25px;
	color: #333;
}
#mainContent ul ul {
	font-size: 1em; /* This sets the font size of nested lists to the size of the parent */
}
#mainContent .padleft {
	position:relative;
	padding:30px 22px 25px 400px;
}
#mainContent .padright {
	position:relative;
	padding:0 400px 0 5px;
}
#mainContent .padleft img.left {
	display:block;
	position:absolute;
	margin:0;
	left:0;
	_left:-400px;
}
#mainContent .padright img.right {
	display:block;
	position:absolute;
	margin:0;
	_margin-top: 40px;
	padding: 0;
	right:0;
}
#mainContent .leftImg {
	float: left;
	padding: 0 10px;
}
#mainContent .rightImg {
	float: right;
	padding: 0 0 0 50px;
}
#mainContent .calloutblue {
	position: relative;
	width: 325px;
	min-height: 148px;
	margin-bottom: 30px;
	background-color: transparent;
	background-image: url("../graphics/common/callout_top.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}
#mainContent .calloutblue h3 {
	padding-top: 40px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 186px;
	margin-bottom: 0pt;
	font-weight: normal;
	position: relative;
	font-size: 13px;
	margin-bottom: 0.3em;
	color: #000000;
}
#mainContent .calloutblue .thumb {
	position: absolute;
	width: 150px;
	height: 112px;
	left: 10px;
	top: 10px;
	z-index: 10;
	padding-top: 18px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 17px;
	cursor: pointer;
	background-color: transparent;
	background-image: url("../graphics/common/callout_thumb.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%
}
#mainContent .calloutblue a.OverlayPanel img {
	display: block;
	position: relative;
	top: -1px;
	border: 0;
}
#mainContent .calloutblue a.more {
	font-size: 11px;
	padding-left: 186px;
	outline-width: medium;
	outline-style: none;
}
a.more {
	white-space: nowrap;
	padding-right: 10px;
	background-color: transparent;
	background-image: url("../graphics/common/morearrow.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 50%;
}
#mainContent .cap.bottom {
	bottom: 0pt;
	background-color: transparent;
	background-image: url("../graphics/common/capbottom.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}
#mainContent .calloutblue .cap.bottom {
	width: 325px;
	height: 21px;
	background-color: transparent;
	background-image: url("../graphics/common/callout_bottom.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}
#mainContent .fileHero {
	width: 770px;
	background-color: transparent;
	background-image: url("../graphics/features/features_files.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	min-height: 266px;
}
#mainContent .notificationHero {
	width: 770px;
	background-color: transparent;
	background-image: url("../graphics/features/features_notifications.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	min-height: 266px;
}
#mainContent .enrollmentHero {
	width: 770px;
	background-color: transparent;
	background-image: url("../graphics/features/features_enrollment.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	min-height: 406px;
}
#mainContent .trialHero {
	width: 1014px;
	background-color: transparent;
	background-image: url("../graphics/sub/hero_trial.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	min-height: 397px;
}
#mainContent h3.intro {
	padding-top: 45px;
	width: 340px;
}
#mainContent img.overview {
	margin: 0;
	padding: 25px 0 15px 0;
}

#mainContent  h2.setup {
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 30px;
	background-color: transparent;
	background-image: url("http://images.apple.com/mobileme/iphone-head-start/images/numbers.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt -3px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
	height: 40px;
}

#mainContent h2.setup.two {
	background-position: 0pt -40px;
}

#mainContent h2.setup.three {
	background-position: 0pt -80px;
}

#mainContent ul.noIndent {
	margin-left: 0;
}


/****************************************
GRIDS 
****************************************/

.column {
	float: left;
}
.grid5col {
	width: 100%;
	padding-top: 45px;
}
.grid5col .column {
	width: 18%;
	margin-left: 2%;
	margin-top: 15px;
}
.grid5col a {
	color: #000;
}
.grid5col a:hover {
	text-decoration: none;
	color: #0088cc;
}
/****************************************
 NAVIGATION BANNER ON BOTTON OF FEATURES PAGES 
****************************************/

.actionNav {
	margin-top: 20px;
	height: 198px;
	background-color: transparent;
	background-image: url("../graphics/features/bg_grid4col.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}
.grid3col {
	width: 100%;
	padding-top: 15px;
}
.actionNav h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	text-align: center;
	line-height: 5px;
}
.actionNav h4 a {
	color: #000;
	text-decoration: none;
}
.actionNav h4 a:hover {
	color: #0088cc;
	text-decoration: underline;
}
.actionNav p {
	margin-bottom: 1em;
}
.actionNav img {
	display: block;
	margin: 10px auto;
	border: none;
}
.grid3col .column {
	width: 28%;
	margin-left: 2%;
	margin-top: 15px;
}
.actionNav .column {
	width: 30%;
	margin-left: 0.5%;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 2px 10px 10px 10px;
	font-size: 13px;
}
.actionNav .trialText {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	text-align: center;
}
/****************************************
 SEQUENTIAL BOTTOM NAVIGATION ON FEATURES PAGES 
****************************************/
#mainContent #pagenav {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #e0e1e2;
	clear: both;
	padding-top: 18px;
	margin-top: 20px;
}
.grid2col .column {
	width: 45%;
}
.column.first, .column.last {
	margin-left: 0pt;
}
.grid2col .column.first {
	width: 74.9%;
}
.grid2col .column.last {
	width: 23%;
}
.column.last {
	float: right;
}
#mainContent #pagenav .column {
	width: 365px;
	margin-bottom: 40px;
}
#mainContent #pagenav .column {
	padding-bottom: 18px;
	margin-bottom: -20px;
}
#mainContent #pagenav .first {
	text-align: left;
}
#mainContent #pagenav .last {
	text-align: right;
}
#mainContent #pagenav .first a {
	padding-left: 20px;
	background-color: transparent;
	background-image: url("/graphics/common/arrow_prev.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 50%;
}
#mainContent #pagenav .last a {
	padding-right: 20px;
	background-color: transparent;
	background-image: url("/graphics/common/arrow_next.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 50%;
}
#mainContent p.whatsNew {
	border-top: 1px solid #e5e5e5;
	margin-top: 75px;
}
#mainContent .whatsNew h3 {
	padding: 15px 0 20px 0;
}
#mainContent h3.whatsFirst {
	border-top: 1px solid #e5e5e5;
	padding: 35px 0 20px 0;
}
#mainContent .release_notes {
	padding-left: 55px;
	padding-top: 15px;
}


/****************************************
 HOME PAGE SPECIFIC STYLES 
****************************************/

#hero {
	background: url(../graphics/home/bg_index_hero.jpg) repeat-x;
	height: 336px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}
#heroText {
	width: 460px;
	float: left;
	padding: .8em;
}
#heroText h1 {
	color: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
}
#heroText h2 {
	color: #4b4b4b;
	font-size: 0.95em;
	font-weight: normal;
	line-height: 1.8em;
	text-transform: none;
	letter-spacing: normal;
}
#slideshow {
	margin: 0;
	padding-top: 26px;
}
#homeLeftPanel {
	width: 310px;
	float: left;
	padding: 10px 10px 10px 0;
	margin: 10px;
	border-right: 1px solid #cfcfcf;
}
#homeLeftPanel h3, #homeRtPanel h3, #homeCtrPanel h3 {
	font-size: 1.2em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #000;
	letter-spacing: -1px;
	font-weight: 400;
	padding-top: 0;
	margin-top: 0;
}
#homeLeftPanel h3 a, #homeRtPanel h3 a, #homeCtrPanel h3 a {
	color: #000;
	text-decoration: none;
}
#homeLeftPanel h3 a:hover, #homeRtPanel h3 a:hover, #homeCtrPanel h3 a:hover {
	color: #0088cc;
	text-decoration: none;
}
#homeRtPanel {
	width:310px;
	float: right;
	margin: 10px;
	padding: 10px 0px 10px 10px;
	border-left: 1px solid #cfcfcf;
}
#homeCtrPanel {
	margin:10px 340px;
	padding: 10px;
}
/*-------------------------------------------------------------------------*/
/*    LEFT NAVIGATION STYLES                                               */
/*-------------------------------------------------------------------------*/

#sideNav img {
	margin: .5em auto;
	/*	display: block; */
	border: none;
	padding-bottom: 5px;
}
#sideNav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666;
	margin: 0 10px;
	line-height: 2em;
}
#sideNav p.caption {
	font-size: 0.6em;
	margin-top: 0em;
	text-align: center;
}
#sideNav h2 {
	font-size: 1em;
	margin-left: 10px;
	margin-top: 0px;
}
#sideNav ul {
	margin: 0 0 0 0;
	padding: 0;
}
#sideNav li {
	font-family:  Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: 800;
	letter-spacing: 1px;
	margin:0;
	padding: 12px 0 0;
	list-style-type: none;
	text-align: left;
	color:#666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0dfda;
	line-height: 40px;
}
#sideNav li a {
	border-bottom-width: medium;
	border-bottom-style: none;
	display: block;
	width: 237px;
	text-decoration: none;
	padding: 10px 0 0 10px;
	font-size: 12px;
	margin: 0;
	color:#666;
}
#sideNav li.last {
	border: none;
}
#sideNav li a:link, #sideNav li a:visited {
	margin:0;
	display: block;
	text-decoration: none;
	font-size: 12px;
	background: url(../graphics/sub/nav_bg.jpg) no-repeat;
	background-attachment: scroll;
	background-position: 100% 1px;
}
#sideNav li a.current, #sideNav li a.current:hover, #sideNav li a.current:active {
	color: #006699;
	font-weight: 800;
	letter-spacing: 1px;
	background: url(../graphics/sub/nav_bg.jpg) no-repeat;
	background-attachment: scroll;
	background-position: 100% -46px;
	text-transform: none;
}
#sideNav li a:hover {
	color: #006699;
	text-decoration: none;
	background: url(../graphics/sub/nav_bg.jpg) no-repeat;
	background-attachment: scroll;
	background-position: 100% -47px;
}
/*-------------------------------------------------------------------------*/
/*             resetting some content for the one column layout            */
/*-------------------------------------------------------------------------*/

.oneCol #mainContent img {
	background: none;
	display: block;
	border: none;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
.oneCol #mainContent .grid5col .column img {
	margin: 0;
	padding: 0;
}
.oneCol #mainContent .rightImg {
	display: block;
	padding: 0 0 0 120px;
}
.oneCol #mainContent .leftImg {
	display: block;
	padding: 0 120px 0 0;
}
.oneCol #mainContent ul.trial {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	color: #333;
	line-height: 1.8em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0.2em;
}

/*--------------------------------------------*/
/*       implementation specific styles       */
/*--------------------------------------------*/
 
.oneCol #mainContent img.setupImg {
	margin: 5px auto;
	padding-bottom: 20px;
}
/*---------------------------------------------*/
/*     FOOTER STYLES                           */
/*---------------------------------------------*/

#footer {
	font-size: 0.8em;
	color: #666;
	text-align: left;
}
#footer p {
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}
#footer .phone {
	float: left;
	margin-top: 18px;
}
#footer ul.footer-links {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	float: right;
	position: absolute;
	right: 0;
}
#footer ul.gf-links {
	list-style: none;
}
#footer li {
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 1.5em;
	margin-left: 1.5em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d0d0d0;
	float: left;
}
#footer li.first {
	border-left: none;
}
/***************************************
FORM STYLES
****************************************/

#formWrap {
	background: #fff;
	padding: 0 20px;
}

form#frmTrialA {
	width: 450px;
	margin-left: 0;
}

form#frmContact {
	width: 800px;
	margin: 0 auto;
}
fieldset {
	background: #fff;
	margin: 1em 0;
	padding-bottom: .5em;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	line-height: 1.2;
	background: #fff;
	padding: 0 .5em;
	margin-left: 0.5em;
}
#formWrap p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.85em;
	line-height: 1.2;
	margin: 1.4em 0;
}
input.text {
	width: 250px;
}
textarea {
	width: 400px;
	margin-top: .5em;
}
label.top {
	display: block;
	margin-bottom: .5em;
}
label.check {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1;
	color: #000;
}
span.aside {
	font-style: italic;
}
p.required {
	position: relative;
}
span.required {
	color: #c00;
}
input.text:focus, textarea:focus {
	background: #C8D3CB;
}

/******************************************
FORM TEST STYLES
******************************************/
#mainContent #formA .column {
	width: 480px;
	margin-bottom: 40px;
	margin-top: 30px;
}
#mainContent #formA .column {
	padding-bottom: 18px;
	margin-bottom: -20px;
}
#mainContent #formA .first {
	text-align: left;
	width: 480px;
}
#mainContent #formA .last {
	text-align: left;
}
#mainContent #formA .first a {
	padding-left: 20px;
	background-color: transparent;
	background-image: url("/graphics/common/arrow_prev.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 50%;
}
#mainContent #formA .last a {
	padding-right: 20px;
	background-color: transparent;
	background-image: url("/graphics/common/arrow_next.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 50%;
}

#formA fieldset {
	background: #fff;
	margin: 1em 0;
	padding-bottom: .5em;
}

#formA legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	line-height: 1.2;
	background: #fff;
	padding: 0 .5em;
	margin-left: 0.5em;
}

form#frmTrialA {
	border: #fff;
}
/***************************************
CLASS ACCENT STYLES
****************************************/

.clearLeft { /*used for clearing left floated elements*/
	clear:left;
}
.clearRight { /*used for clearing right floated elements*/
	clear:right;
}
.clearBoth { /*used for clearing all floated elements*/
	clear:both;
}
.clearfloat { /* used for clearing and containing internal floats */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.rightAlign {
	text-align: right;
}
p.clear {
	clear: both;
	height: 0; /* only for IE */
	margin: 0;
	padding: 0;
}

/*****************Free Trial Styles***********************/
#mainContent h2.ftHeading {
	text-transform: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
}
.ftTagLine {
	font-size: .9em;
	color: #333;
	text-align: center;
	font-weight: normal;
	padding-top: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.red {
	color: #C00;
}
#mainContent p.testimonials {
	font-size: 1.2em;
	color: #069;
	padding-top: 20px;
	font-weight: normal;
}
.quote {
	font-size: 13px;
	font-style: italic;
	color: #333;
	font-weight: normal;
}
.formList {
	list-style-position: outside;
	list-style-image: url(/graphics/form_graphics/greenCheck.original.png);
}
.listHdr {
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
}

#mainContent h4.quote {
	font-size: 1.1em;
	font-weight:normal;
	font-style:italic;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainContent p.caption {
	font-size: 0.75em;
	
}
