body {/*{{{*/
	font-size: 12px;
	line-height: 1.35em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

ul {
	padding-bottom: 3px;
	padding-left: 30px;
	list-style: disc outside;
}

li {
	padding-bottom: 7px;
	line-height: 1.2em;
}

a:visited, a:link {
	text-decoration: none;
	color: #FF3300;
}

a:hover {
	text-decoration: underline;
	color: black;
}

p {
	padding-bottom: 10px;
}

/*}}}*/

/* main layout *//*{{{*/
/* common width */
#outer, #container, #header {
	width: 950px;
}

#outer {
	margin: 0px auto;
	text-align: left;
}

#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0px;
}

#header {
	float: left;
	height:80px; 
	padding-top: 25px;
}

#logo {
	float: left;
	padding-top: 7px;
}

#nav-top {
	height: 61px;
	width: 675px; 
	float: left;
	margin-left: 30px;
}

#footer {
	clear: both;
	font-size: 0.75em;
	padding-top: 10px;
	padding-left: 270px;
	text-align: center;
}

#footer p {
	padding-top: 10px;
}

.testdrive_button {
	height: 120px;
	width: 120px;
	margin: 0px auto;
	background-image: none;
}

.testdrive_button a {
	position: relative;
	display: block;
	height: 120px;
	width: 120px;
	line-height: 1.15em;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

.testdrive_button img {
	behavior: url("/lib/pngbehavior.htc");
}

.testdrive_button a:link, .testdrive_button a:visited  {
	color: black;
	
}
/*}}}*/

h1, h2, h3, h4 {/*{{{*/
	font-size: 2.1em;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 1.3em;
	color: #FF3300;
}

h2 {
	font-size: 1.5em;
	padding-bottom: 20px;
}

h3 {
	font-size: 1.3em;
	padding-bottom: 5px;
	color: #FF3300;
}

h4 {
	font-size: 1em;
	margin: 0px;
	padding-bottom: 5px;
}/*}}}*/

.nav-top_link, .nav-top_hover {/*{{{*/
	float: left;
	position: relative;
	padding: 0px;
	width: 83px;
	height: 61px;
	font-size: 0.94em;
	line-height: 1.1em;
	color: #FF3300;
	background-color: #FFF;
	background-image: url('/i/nav-back.gif');
	border-bottom: 2px solid #CCC;
}

.nav-top_link a, .nav-top_hover {
	display: block;
	width: 83px;
	height: 61px;
}

#nav-top div a:hover {
	text-decoration: none;
	color: white;
	cursor: pointer;
}

.nav-top_hover {
	position: relative;
	color: white;
	background-color: #FF3300;
	background-image: none;
}

.nav-top_txt:hover {
	cursor: pointer;
}

.nav-top_txt {
	position: absolute;
	bottom: 7px;
	padding: 0px 0px 0px 10px;
}
/*}}}*/

.nav-left {/*{{{*/
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 10px;
	float: left;
	font-size: 1.06em;
	line-height: 1.35em;
	color: #333;
	width: 235px;
}

.nav-left ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.nav-left li {
	line-height: 1.1em;
}

.nav-left ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.nav-left h4 {
	color: #666;
}

.submenu {
	padding-top: 1px;
	display: none;
} 

.submenu ul {
	padding-bottom: 0px;
}

.submenu li {
	padding-left: 15px;
}
/*}}}*/

.content { /*{{{*/
	float: left;
	width: 633px; 
	margin-top: 10px;
	margin-left: 20px;
	padding: 10px 15px 10px 15px;
	line-height: 1.3em;
	color: #333;
	border: #CCCCCC solid 1px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

.content a:link, .content a:visited {
	color: #009999;
}

/*}}}*/

#home .content {/*{{{*/
	border: #CCCCCC none 0px;
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 0px 22px;
}

#home_header {
	height: 55px;
}

#home .content h1 {
	display: none;
	white-space: nowrap;
}

#home .nav-left {
	height: 420px;
	padding-top: 80px;
	color: #666;
}

#home table {
	margin: 0px;
	padding: 0px;
	width: 665px;
}

#home table, #home td {
	height: 130px;
	padding: 0px 5px 0px 5px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #AAAAAA;
	line-height: 1.3em;
	font-size: 1.15em;
	font-weight: bold;
	color: #FF3300;
	vertical-align: middle;
}

#home table .white {
	color: white;
}

#home .nav-left {
	position: relative;
}

#home .nav-left .testdrive_button {
	position: absolute;
	width: 150px;
	height: 150px;
	left: 534px;
	top: 334px;
	_top: 338px;
}

/*#home .content .testdrive_button {
	position: fixed;
	top: -141px;
	left: 17px;
}
*/

#home .testdrive_button a {
	font-size: 1.6em;
	height: 150px;
	width: 150px;
}

#home .testdrive_button a:link, #home .testdrive_button a:visited {
	color: white;
}

#home #footer .testdrive_button {
	display: none;
}

#home #footer p {
	margin: 10px 0 0 0;
	padding: 0px;
}

/*}}}*/

/*products classes{{{*/
.profiler {
	background-color: #FFF8E3;
}

.profiler a:link, .profiler a:visited {
	color: black;
}

.predictor {
	background-color: #CCCC9F;
}

.predictor a:link, .predictor a:visited {
	color: black;
}

.tiebreaker {
	background-color: #858281;
}

.tiebreaker a:link, .tiebreaker a:visited {
	color: black;
}

.tweaker {
	background-color: #9FB4CC;
}

.tweaker a:link, .tweaker a:visited {
	color: black;
}

.tracker {
	background-color: #FF5412;
	color: black;
}

.tracker a:link, .tracker a:visited {
	color: black;
}

/*}}}*/

#products__products .content {/*{{{*/
	padding: 0px;
	margin: 0px 0px 0px 22px;
	border: #CCCCCC none 0px;
	width: 665px;
}

#products__products .content th a:link,
#products__products .content th a:visited {
	color: black;
}

#products__products .nav-left {
	padding-top: 45px;
}

#products__products h1 {
  padding-bottom: 5px;
}

#products__products #products_header {
  margin: 10px 0 5px 3px;
}

#products__products table, #products__products th, #products__products td {
	padding: 7px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #000;
	font-weight: bolder;
}

#products__products th {
	text-align: center;
} 

#products__products td {
    width: 117px;
	border-top: 0px none #FFF;
	border-bottom: 0px none #FFF;
    font-size: 10px;
}

/*}}}*/

#products__overview table, #products__overview th {/*{{{*/
    margin-bottom: 20px;
	padding: 7px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #000;
	font-weight: bolder;
}

#products__overview th {
	text-align: center;
    width: 150px;
} /*}}}*/

#products__products__profiler .content a:link, #products__products__profiler .content a:visited {/*{{{*/
	background-color: white;
	color: #009999;
}

#products__products__predictor .content a:link, #products__products__predictor .content a:visited {
	background-color: white;
	color: #009999;
}

#products__products__tiebreaker .content a:link, #products__products__tiebreaker .content a:visited {
	background-color: white;
	color: #009999;
}

#products__products__tweaker .content a:link, #products__products__tweaker .content a:visited {
	background-color: white;
	color: #009999;
}

#products__products__tracker .content a:link, #products__products__tracker .content a:visited {
	background-color: white;
	color: #009999;
}/*}}}*/

#deliverables {/*{{{*/
	border-collapse: collapse;
    padding: 5px;
}

#deliverables th {
    width: 150px;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    background-color: #AAC;
}

#deliverables .images td {
    padding: 10px 3%;
}

#deliverables #img3, #deliverables #img4 {
    padding: 5px;
}

#deliverables td {
    padding: 5px;
}/*}}}*/

#clients .content {/*{{{*/
	border-width: 0px;
	padding: 0px;
	width: 665px;
}

#clients .content a:link, #clients .content a:visited {
	color: #FF3300;
	font-weight: bold;
}

#clients table {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

#clients table, #clients table td {
	text-align: center;
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #000;
}

#clients table td {
	width: 25%;
	padding: 3px;
}

#clients .testdrive_button {
	display: none;
}/*}}}*/

#popup__clients p {/*{{{*/
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

#popup__clients h1, #popup__clients h2 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	text-align: center;
	color: black;
}

#popup__clients h3 {
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

#popup__clients img {
	float: right;
	padding: 0px 10px;
}

#popup__clients__audio .popup_content img {
	clear: both;
	padding: 0px;
	margin: 0px 20% 15px 20%;
}

#popup__clients__juice .popup_content img {
	float: left;
	padding: 0px 35%;
}

#popup__clients__liferecorder .popup_content img {
	float: left;
	padding: 0px 40%;
}/*}}}*/

#voter_trends__overview .nav-left { /*{{{*/
	padding-top: 15px;
}

#voter_trends__overview .content {
	padding: 0px;
	border-width: 0px;
}

#voter_trends__overview #box {
	padding: 5px 10px;
	width: 645px;
	border: 1px solid #CCC;
}

#voter_trends__overview #tdb_container {
	float: left;
	width: 100%;
	margin: 0px auto;
	display: none;
}

#voter_trends__overview .testdrive_button {
	clear: both;
}

#voter_trends__overview .testdrive_button a {
	font-size: 1.2em;
	padding-top: 43px;
	height: 100px;
}

#voter_trends__overview #footer .testdrive_button {
	display: none;
}


/*}}}*/

#voter_trends__survey_results #footer .testdrive_button {/*{{{*/
	display: none;
}

#voter_trends__survey_results #footer {
	padding: 0px;
}

#voter_trends__survey_results .content {
	color: #FF3300;
	font-weight: bold;
	position: relative;
	border-width: 0px;
	padding: 0px;
}

#voter_trends__survey_results .content .strong {
	color: black;
}

#voter_trends__survey_results #container h3 {
	float: left;
}

#voter_trends__survey_results #textcenter {
	width: 350px; 
	padding-left: 90px;
}

#voter_trends__survey_results #vt_map {
	position: absolute;
	top: -20px;
	right: -10px;
	background-repeat: no-repeat;
}

#voter_trends__survey_results #vt_map img {
	behavior: url("/lib/pngbehavior.htc");
}

#voter_trends__survey_results #strong {
	float: left;
	height: 23%;
	width: 230px;
	padding: 30px 0px 0px 30px;
}

#voter_trends__survey_results #concerned {
	float: left;
	height: 23%;
	width: 230px;
	padding: 30px 0px 0px 30px;
}

#voter_trends__survey_results #unsure {
	clear: both;
	height: 23%;
	width: 260px;
	margin:0pt auto;
	padding: 30px 50px 30px 0px;
}

#voter_trends__survey_results .table {
	float: left;
	width: 50%;
	padding: 20px 0 0 0;
	line-height: 1em;
}

#voter_trends__survey_results .table_2 {
	float: left;
	width: 50%;
	padding: 20px 0 0 0;
	line-height: 1em;
}

#voter_trends__survey_results table, #voter_trends__survey_results th, #voter_trends__survey_results td {
	padding: 5px;
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #000;
	font-size: 0.9em;
	font-weight: bolder;
	text-align: center;
}

#voter_trends__survey_results table {
	margin: 0 auto;
    width: 400px;
}

#voter_trends__survey_results table_2 {
	margin: 0 auto;
    width: 400px;
}

#voter_trends__survey_results th {
	width: 203px;
}

#voter_trends__survey_results table th a:link, #voter_trends__survey_results table th a:visited {
	color: #009999;
}

#voter_trends__survey_results .testdrive_button {
	height: 72px;
	width: 72px;
	margin: 0px auto;
	background-image: none;
}

#voter_trends__survey_results .testdrive_button_3 {
	height: 51px;
	width: 51px;
	margin: 0px auto;
	background-image: none;
}

#voter_trends__survey_results .testdrive_button a {
	position: relative;
	display: block;
	height: 72px;
	width: 72px;
	color: black;
	line-height: 1.2em;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
/*}}}*/

#voter_trends__survey_results .testdrive_button_3 a {
	position: relative;
	display: block;
	height: 51px;
	width: 51px;
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#testdrive #footer .testdrive_button {/*{{{*/
	display: none;
}

#testdrive #footer .testdrive_button_3 {/*{{{*/
	display: none;
}

#testdrive #footer {
	padding: 0px;
}

#testdrive #footer p {
	padding: 0px;
	margin: 0px;
}

#testdrive #header {
	height: 70px;
}

#testdrive h4 {
	color: #FF3300;
}

#testdrive .table {
	float: left;
	padding: 20px 10px 10px 20px;
	line-height: 1em;
}

#testdrive table, #testdrive th, #testdrive td {
	padding: 5px;
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #000;
	font-size: 0.9em;
	font-weight: bolder;
}

#testdrive th {
	width: 20%;
	text-align: center;
}

#testdrive table th a:link, #testdrive table th a:visited {
	color: #009999;
}

#testdrive .testdrive_button {
	height: 72px;
	width: 72px;
	margin: 0px auto;
	background-image: none;
}

#testdrive .testdrive_button a {
	position: relative;
	padding: 0px;
	margin: 0px;
	display: block;
	height: 72px;
	width: 72px;
	color: black;
	text-align: center;
}

/*}}}*/

/*about us{{{*/
#about__company #nav-left_about {
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 305px;
	_height: 315px;
}

#nav-left_about img {
	display: none;
	position: absolute;
	bottom: 0px;
}

#about__people .nav-left {
	padding-top: 60px;
}

#about__people .content {
	padding: 0px;
	border-width: 0px;
}

#about__people table a:link {
	color: #FF3300;
}

#about__people table a:visited {
	color: #FF3300;
}

#about__people table a:hover {
	color: #FF3300;
	text-decoration: none;
	background-color: #FF3300;
	color: #FFF;
}

#about__people table {
	width: 665px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}

#about__people table td {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF3300;
	border: 1px solid #CCC;
	border-collapse: collapse;
	vertical-align: middle;
}

#about__people table a {
	display: block;
	height: 116px;
	width: 132px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

#about__people table .txt a {
	padding-top: 35px;
	height: 81px;
	text-align: center;
}

#pr_net_passion_score {
	padding: 10px;
	border: 1px solid #999;
}

/*}}}*/

/*contact, g2m, client_login, privacy {{{*/
#contact .content {
	border-width: 0px;
	padding-left: 0px;
}

#nav-left_contact {
	padding: 8px 0px 0px 0px;
	margin: 0px;
}

#nav-left_contact h3 {
	text-align: right;
	color: #FF3300;
}

#g2m .content {
	width: 665px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	border-width: 0px;
}

#g2m .content img {
	margin-top: 20px;
	margin-bottom: 20px;
}

#g2m_text {
	padding: 10px;
	border: 1px solid #CCC;
	padding-bottom: 10px;
}

#client_login .content {
	width: 665px;
	border-width: 0px;
	padding: 0px;
	margin-right: 0px;
	text-align: center;
}

#client_login .content p {
	width: 450px;
	margin: 0px auto;
}

#cl_input input {
	width: 150px;
	border: 2px inset #333;
	color: #f63200;
	font-weight: bold;
	background-color: #e9eafc;
}

#client_login_info {
	width: 260px;
	padding: 20px 30% 10px 30%;
	text-align: left;
}

#cl_error {
	color: #FF3300;
	font-weight: bold;
	text-align: center;
}

#cl_text {
	width: 80px;
	float: left;
	margin: 10px 0px;
	padding-top: 3px;
	line-height: 1.4em;
	_line-height: 1.55em;
	padding-right: 20px;
	text-align: right;
}

#cl_input {
	float: left;
	margin: 10px 0px;
}

#cl_submit {
	clear: both;
	padding-bottom: 30px;
	padding-left: 30px;
	text-align: center;
}

#client_login__dashboard .content {
	text-align: center;
}

#client_login__dashboard #text {
	float: left;
	margin: 10px 10px 20px 0px;
	padding-left: 90px;
	width: 200px;
	height: 50px;
	text-align: left;
}

#client_login__dashboard #select {
	float: left;
	margin: 10px 0px 20px 0px;
	height: 50px;
	padding-top: 10px;
}

#client_login__dashboard p {
	clear: both;
}

#client_login .testdrive_button {
  display: none;
}

#privacy .content h4 {
	margin-top: 10px;
}

/*}}}*/

#popup_outer, #popup_header, #popup_container {/*{{{*/
	width: 700px;
	margin: 0px auto;
	text-align: center;
}

#popup_header {
	text-align: left;
	padding-left: 20px;
}

#popup_container {
	text-align: center;
	width: 90%;
	padding-top: 20px;
}

#popup_container h3 {
	color: black;
}

.popup_content {
	width: 95%;;
	margin: 0px auto;
	text-align: left;
}

#popup__pricing__tracker .popup_column_left ul {
	padding: 0px 0px 0px 40px;
	margin: 0px;
}

.popup_name {
	float: left;
	width: 45%;
}

.popup_name h1 {
	font-size: 1.7em;
	padding: 10px 0px 10px 10px;
	margin: 0px;
}

#popup__pricing__tracker .popup_desc {
	padding: 5px 10px 0 10px;
	margin: 0;
}

#popup__pricing__tracker .popup_price h3 {
	color: white;
}

#popup__pricing__profiler .popup_column_right {
	padding-top: 35px;
}

#popup__pricing__tracker .popup_column_right {
	padding-top: 70px;
}

#popup__pricing__predictor .popup_column_right {
	width: 55%;
	padding-top: 75px;
}

#popup__pricing__tiebreaker .popup_column_right {
	padding-top: 20px;
}

#popup__pricing__tweaker .popup_column_right {
	padding-top: 50px;
}

#popup__pricing__tiebreaker .popup_name {
	width: 47%;
	padding-right: 0px;
	margin-right: 0px;
}

#popup__pricing__tiebreaker .popup_name h1 {
	font-size: 1.54em;
}

#popup__pricing__tiebreaker .popup_price {
	width: 52%;
}

#popup__pricing__tiebreaker .popup_price p {
	padding: 5px 5px 10px 2px;
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

#popup__pricing__tiebreaker .popup_column_left {
	width: 300px;
}

#popup__pricing__tiebreaker .popup_column_right {
	margin-top: 40px;
}

#popup__pricing__tiebreaker .popup_column_left h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#popup__pricing__tiebreaker .popup_column_left h4 {
	color: black;
}


.popup_price {
	float: right;
	width: 50%;
	padding: 0px;
	text-align: right;
}

.popup_price h2 {
	font-size: 1.3em;
	padding: 10px 5px 10px 5px;
	margin: 0px;
	color: black;
}

.popup_desc {
	clear: both;
	padding: 15px 5px 30px 5px;
	font-weight: bold;
}

.popup_desc li {
	list-style-type: circle;
}

.popup_column_left {
	float: left;
	width: 35%;
	padding-left: 10px;
}

.popup_column_left h2 {
	text-align: center;
}

.popup_column_right {
	float: right;
	width: 47%;
	padding-top: 20px;
}

.popup_column_right li {
	list-style-image: url("/i/popup_li.jpg");
}

.popup_text_left {
	clear: both;
}

.popup_footer, .gray_line {
	clear: both;
	width: 100%;
	height: 30px;
}

.popup_middletype {
font-family: Verdana,Arial,Helvetica,sans-serif; 
font-size: 18px; 
font-weight: bold;
color:#FF3300;
}

.popup_linkrequest:visited, .popup_linkrequest:link {
	color: #009999;
}

.gray_line {
	float: left;
	margin-top: 15px;
	height: 15px;
	background-color: #CCC;
}

.back {
	clear: both;
	height: 25px;
	padding-top: 15px;
	font-size: 1.8em;
	text-align: center;
}

.back a:visited, .back a:link {
	color: #009999;
}

.popup_info_header {
    clear: both;
    margin: 0;
    padding: 15px 0 0 0;
}

#popup__pricing__tracker p {
    margin: 10px 0;
}

#popup__pricing__tracker .popup_column_left h2 {
    margin: 0 0 5px 0;
}

#popup__pricing__tracker .popup_info_header {
    clear: both;
    margin: -20px 0 0 0;
    padding: 0;
}

/*}}}*/

#popup__2_decades_of_learning .popup_content {/*other popups{{{*/
	padding: 10px;
	border: 1px solid #CCC;
}

#popup__2_decades_of_learning h3 {
	font-size: 1.1em;
	color: #FF3300;
}

#popup__2_decades_of_learning ul {
	padding-left: 40px;
}

#popup__2_decades_of_learning li {
	line-height: 1.2em;
	padding-bottom: 15px;
}/*}}}*/

#popup__product_comparison h2 {/*{{{*/
	padding-bottom: 0px;
	padding-left: 145px;
	color: #FF3300;	
}

#popup__product_comparison table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#popup__product_comparison th {
	padding: 2px;
	border: 1px solid #000;
	border-spacing: 0px;
	text-align: center;
}

#popup__product_comparison th td {
	border: 0px solid #CCC;
}

#popup__product_comparison tbody td {
	height: 40px;
	padding-left: 5px;
	padding-right: 0px;
	border: 1px solid #000;
	border-spacing: 0px;
	border-collapse: collapse;
	font-weight: bold;
}

#popup__product_comparison table tbody {
	border: 2px solid #000;
}/*}}}*/

#popup__survey_testdrive h2 {/*{{{*/
	padding-bottom: 5px;
	color: #FF3300;	
}

#popup__survey_testdrive .image_text {
	clear: both;
}

#popup__survey_testdrive .image_text a {
	float: left;
}

#popup__survey_testdrive .image_text img {
	border: 0px;
}

#popup__survey_testdrive .image_text div {
	float: left;
	height: 70px;
	width: 450px;
	padding-top: 25px;
	vertical-align: middle;
	font-weight: bold;
}/*}}}*/

/*{{{gray, white, strong, center*/

.gray, .white {
	text-align: center;
	height: 8em;
	width: 20%;
	background-color: #CCCCCC;
}

.white {
	background-color: #FCFCFC;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.red {
	color: #FF3300;
}

/*}}}*/
