@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font: 10pt arial, verdana, sans-serif;
	color:#666;
	background-color:#fff;
	padding:0px;
}

#wrapper  {
	margin: 0 auto;
	height:100%;
	width:1200px;
	padding:0;
	}	
	
/* page backgrounds */	
.index #wrapper			{ 	background: url(../images/index_background_flash.jpg) no-repeat -10px 63px;	}
.about #wrapper  		{	background: url(../images/about_background.jpg) no-repeat 300px 43px;	}
.tryitfree #wrapper		{	background: url(../images/tryitfree_background.jpg) no-repeat 465px 53px;}
.pricing #wrapper		{	background: url(../images/pricing_background.jpg) no-repeat 350px 43px;}
.contact #wrapper  		{
	background: url(../images/contact_background.jpg) no-repeat 130px 43px;
}
object:focus, object {outline: none; border:none;}



#content  {  /* top nav background */
	position:relative;  /* leave for absolute positioned items inside */
	left:0px;
	width: 1200px;
	background: url(../images/nav_background.gif) no-repeat 100px 0px;
	padding:0 0 0 140px;
	}

a:link, a:visited, a:active {
	color:#666;
	font-style:italic;
	text-decoration:none;
	border-bottom: 1px dotted #666;
	}
a:hover {
	color:#999;
	text-decoration:none;
	font-style:normal;
	border:none;
}
a:focus {outline: none}
h1 {
	font: 16pt arial, verdana, sans-serif;
	color: #01487E;
	margin-bottom:0px;
	font-weight:normal;
}
h2 {
	margin-top:0px;
	font-size: 12pt;
	color: #666666;
	font-weight:normal;
	font-style:italic;
	}	

.floatclear  {
	clear: left;
	}		
	
.center {
	text-align:center;
	margin:0 auto;
	display:block;
	}
.rologo  {
	float:right;
	border:none;
	padding-right:10px;
	}
.index .rologo  {
	padding: 0;
	}
.tm {
	font-size: 0.7em;
	position: relative;
}
.logo {  					/* ToD logo */
	padding-bottom: 20px;
}
.index .viewpagelink {
	display: block;
	position: absolute;
	left: -238px;
	top: 153px;
	font-size: 16px;
	color: #01487E;
	border:none;
	text-decoration:underline;
}
.index  a.viewpagelink:hover  {
	color:#00F;
	text-decoration:none;
	font-style:italic;
	}
	



/* trial button */

#trialbutton  {
	position:absolute;
	top:480px;
	left:843px;
	border:0;
	}
.index #trialbutton  {top:120px; left:530px;}
.about #trialbutton  {top:418px; left: 904px;}
.pricing #trialbutton {	position:static;	margin: 20px 0 30px 100px;	}
.tryitfree #trialbutton  {	top:512px;	left: 827px;}
.howitworks #trialbutton  {
	top:783px;
	left: 815px;
}

/* flash */

#interview {
	position: absolute;
	top: 225px;
	left: 218px;
	width: 126px;
	height: 97px;
}



 /* form */

.rounded input {
 	background:none;
 	border:none;
 	width:134px;
 	height:15px;
 	margin:0;
 	padding: 0 0 20px 0;
	}
.rounded{
	margin:0;
	height:21px;
	width:146px;
	background:url(../images/input.gif) no-repeat bottom;
}

form {
	margin:0 20px 0px 40px;
	}
	
.checkbox  {
	margin:20px 0 10px 0;
	}
	
	
/* textbox info */	
#textbox  {
	min-height:400px;
	}
.index #textbox {
	position:relative;
	left:235px;
	top:197px;
	min-height:260px;
	width:713px;
	padding: 0;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;

	}	
.index #textbox p, .index #textbox h1, .index #textbox h2  {margin:0 30px 20px 30px; }		
.index #textbox ul  {width:475px; list-style:none; }
.index #textbox h2 { padding-bottom:20px; width:475px;}
.index #textbox p.firstp {margin-right:375px;}
.index #textbox p.lastp { background: transparent url(../images/textbox-back.gif) no-repeat left bottom; margin:0 0 0px -1px; position:relative; bottom:-9px; padding:0; width:715px;}
.about #textbox, .contact #textbox, .howitworks #textbox,
.tryitfree #textbox {width:560px; margin-bottom:110px}
 .howitworks #textbox {width:1000px; margin-bottom:110px}
.privacy #textbox {width:750px;}
	
/* sidebar  */	
	
.tryitfree #rightsidebar  {
	position:absolute;
	top:200px;
	left:823px;
	min-height:260px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	width:288px;
	padding:0px;
	background: #FFF;
	}
.tryitfree #rightsidebar p, 
.tryitfree #rightsidebar h1, 
.tryitfree #rightsidebar h2  {margin:0 30px 20px 30px; font-size: 1em;	}		
.tryitfree #rightsidebar h1  {font-size: 12pt; 	padding-top:0px;}		
.tryitfree #rightsidebar ul  { padding-top:0px; list-style: disc inside; padding-bottom:5px;	}	
.tryitfree #rightsidebar p.lastp  {
	width:291px;
	background: transparent url(../images/rightsidebar-back.gif) no-repeat left bottom;
	position:relative;
	bottom:-13px;
	margin:0px 0 0 -2px;
}


/* boxes on howitworks  */

#boxes  {
	position:relative;
	left:-20px;
	}
#sm_box1, #sm_box2, #sm_box3,#sm_box4 {
	background-color: #FFF;
	width:209px;
	float:left;
	margin:7px 15px 7px 0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0px;
	min-height:370px;
	position: relative;
	}
.first  {  /* little box top */
	background: transparent url(../images/small_box_top.gif) no-repeat top left;
	position:relative;
	top:-7px;
	margin-top:0;
	}
.last  {   /* little box bottom and paragraph */
	background: transparent url(../images/small_box_bottom.gif) no-repeat bottom left;
	padding:0px 10px 0px 10px;
	position:absolute;
	bottom:-7px;
	margin-top:3px;
	margin-bottom:0;
		}
	
#sm_box1 h3, #sm_box2 h3, #sm_box3 h3, #sm_box4  h3{  /* step */
	font: 14pt arial, verdana, sans-serif;
	color: #fd8a32;
	padding: 10px 0 0 10px;
	margin-bottom:5px;
	}	
#sm_box1 h4, #sm_box2 h4, #sm_box3 h4,#sm_box4 h4 {   /* header under icon */
	font: 14pt arial, verdana, sans-serif;
	color: #01487e;
	padding:0 0 0px 0;
	}	
#sm_box1 ul, #sm_box2 ul, #sm_box3 ul, #sm_box4 ul {
	margin:0;
	padding:10px 10px 10px 15px;
	list-style: inside;
	}
#sm_box1 li, #sm_box2 li, #sm_box3 li, #sm_box4 li {
	padding-bottom:10px;
}
#sm_box1 img, #sm_box2 img, #sm_box3 img, #sm_box4 img {
	margin:0;
	padding:0 0 0 10px;
}
#underboxes  {
	width:650px;
	padding-top:10px;
	padding-bottom:60px;
	}



	
/* footer */	

#footer  {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-align: center;
	font-size: 9px;
	padding:0px 0 0 0;
	margin:50px 0 0 0;
	background-color:#efefef;
	width:979px;
	height:100px;
	clear: left;
	}
.index #footer  {
	border:none;
	margin:0 0 50px 0;
	background-color:transparent;
	}	
.index #footer p.first  {
	margin:230px 0 0 0;
	background:url(none);
	}
#footer p  {
	padding:0;
	margin:0 auto;
	width: 979px;
}
#footer p.first {
	padding:30px 0 0 0;
	display:block;
	background: transparent url(../images/footer-back.gif) no-repeat left top;
	position:relative;
	top:-10px;
	}
#footer p a {
	font-style:normal;
	border:none;
	}
	
	
	
	
	/* top nav from here down */
	
#tabs {
	float:left;
	width:100%;
	font-size:12px;
	font-family: Arial, Verdana, sans serif;
	line-height:normal;
	overflow:hidden;
	}
#tabs ul {
	margin:0;
	padding:10px 10px 0 330px;
	list-style:none;
	font-size:12px;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
	
/* tab - no hover */	

#tabs a{		/* left side of tab */
	float:left;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	font-style:normal;
	border-bottom:none;
	}	
#tabs a span { 		/* right side of tab */ 
	float:left;
	display:block;
	padding:10px 15px 4px 6px;
	margin-right:2px;
	color:#666;
	height:46px;
	text-decoration:none;
	font-style:normal;
	border-bottom:none;
	} 
	
	
/*   tab - hover */

#tabs a:hover {		/* left side of hover tab*/
	float:left;
	background:url("../images/tab-left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	font-style:normal;
	color:#8D8D8D;
	}
#tabs a:hover span {		/* right side of hover tab */
	float:left;
	display:block;
	background:url("../images/tab-right.gif") no-repeat right top;
	padding:10px 15px 4px 6px;
	margin-right:2px;
	color:#8d8d8d;
	text-decoration:none;
	font-style:normal;
	height:46px;
	}
#tabs a:hover {
	background-position:0% -38px;
	}
#tabs a:hover span {
	background-position:100% -38px;
	}
	
/* blue current tab */	

#tabs a.current, #tabs a.current:hover {		/* left side of tab*/
	float:left;
	background:url("../images/tab-blue-left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	}
#tabs a.current span, #tabs a.current:hover span {		/* right side of tab */
	float:left;
	display:block;
	background:url("../images/tab-blue-right.gif") no-repeat right top;
	padding:10px 15px 4px 6px;
	margin-right:2px;
	color:#fff;
	text-decoration:none;
	font-style:normal;
	height:46px;
	}
#tabs a.current:hover {
	background-position:0% 0px;
	}
#tabs a.current:hover span {
	background-position:100% 0px;
	}
#text {
	width: 600px;
}



/* bottom text on pricing page */
#lowertext {
	width: 450px;
	float: left;
	font-size: 8pt;
	margin: 20px 0 40px 0;

}
.pricing ul {
	font-size: 1.2em;
}

#lowertext-r {
	float: left;
	width: 450px;
	font-size: 8pt;
	margin: 20px 0 40px 20px;
}
.pricing #lowertext p, .pricing #lowertext-r p {
	padding-top: 0px;
	margin-top: 0px;
}
.pricing  #lowertext-r ul {
	font-size: 1em;
	padding-top:0px;
	margin-top:0px;
}
#lowertext h2, #lowertext-r h2{
	font-weight: bold;
	color: #009;
	font-style: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.redpricing {
	color: #C61D18;
	font-weight: bold;
}

/*misc.  */
#movie {
	position: absolute;
	left: 363px;
	top: 62px;
}
.howitworks p{
	width: 800px;
}
.paddingtop {
	padding-top: 10px;
}
a.linkimage:link, a.linkimage:visited, a.linkimage:hover, a.linkimage:active {  /*extra button on howitworks*/
	border:0;
	outline:0;
	text-decoration:none;
}
.linkimage{  /*extra button on howitworks*/
	border:0;
	outline:0;
}

