/*====================================================

Ariamedia - TouchPoint
copyright (c) 2008 Ariamedia
http://ariamedia.com

------------------------------------------------------
THIS CODE WRITTEN BY ARIAMEDIA PLEASE DO NOT STEEL IT,
BUT FEEL FREE TO BORROW ANYTHING YOU SEE
------------------------------------------------------

====================================================*/

* { margin: 0; padding: 0; }
html, body { width: 100%; height: 100%; background: url(../images/masthead_bg.gif) 0 0 repeat-x; }
body { font: 9pt Arial, Helvetica, Verdana, sans-serif; color: #666; }

a { color: #09F; text-decoration: none; }
a:hover { color: #000; }
a img { border: 0; }

/* =STRUCTURAL_ELEMENTS
---------------------------------------------------*/
div#wrapper { position: relative; width: 760px; margin: 0 auto; }

/* -------------------- Logos -------------------- */
div#logo_jada { float: right; position: relative; }
div#logo_jada a { display: block; position: relative; top: 40px; width: 88px; height: 18px; background: url(../images/product_of_jada.gif) 0 0 no-repeat; }
div#logo_jada a img { display: none; }

div#logo_touchpoint { float: left; }
div#logo_touchpoint a { display: block; position: relative; left: -17px; background: url(../images/launchpoint_logo.jpg) 0 0 no-repeat; width: 241px; height: 90px; }

/* -------------------- Main Navigation -------------------- */
div#nav_main { position: relative; width: 760px; height: 39px; top: 1px; left: -10px; margin-bottom: 12px; float: left; background: url(../images/footer_bg.gif) 0 100% no-repeat; }
div#nav_main li { display: block; float: left; }
div#nav_main li a { color: #666; display: block; padding: 8px 10px; }
div#nav_main li a:hover { color: #000; }

div#nav_main li.active a { color: #000; font-weight: bold; background: url(../images/touchpoint/nav_main_hover.gif) 50% 0 no-repeat; cursor: default; }


/* -------------------- Main Navigation -------------------- */
div.nav_breadcrumbs { float: left; width: 540px; margin-bottom: 2em; }
div.nav_breadcrumbs li { display: block; float: left; font-size: 7.5pt; color: #999; margin-right: .5em; }
div.nav_breadcrumbs li a { display: block; color: #999; padding-right: 1em; background: url(../images/bread_arrows.gif) 100% 50% no-repeat; }
div.nav_breadcrumbs li a:hover { color: #000; }
div.nav_breadcrumbs li.end a { padding-right: 0; background: none; }

/* -------------------- Columns -------------------- */
div.col1 { width: 540px; float: left; margin-bottom: 1em; }
div.col2 { width: 200px; float: right; }
div.colw { width: 760px; float: left; margin-bottom: 1em; }

/* -------------------- Column 1 Split -------------------- */
div.col1_sub_left { width: 260px; float: left; }
div.col1_sub_right { width: 260px; float: right; }
div.col1_sub_left h4,
div.col1_sub_right h4 { font-size: 9pt; margin-bottom: 1em; font-weight: bold; }

/* -------------------- Column Wide Split -------------------- */
div.colw_sub_left { width: 370px; float: left; }
div.colw_sub_right { width: 370px; float: right; }
div.colw_sub_left h4,
div.colw_sub_right h4 { font-size: 9pt; margin-bottom: 1em; font-weight: bold; }

/* -------------------- Column 2 Home List -------------------- */
div.col2 ul.home_list { width: 200px; }
div.col2 ul.home_list li { font-size: 7.5pt; }
div.col2 ul.home_list li span { display: block; font-weight: bold; font-size: 9pt; margin-bottom: .5em; padding: 0 0 0 14px; color: #000; background: url(../images/icn_star.gif) 0 50% no-repeat; }
div.col2 ul.home_list li a { display: block; width: 180px; color: #666; padding: 4px 10px 16px 10px; }
div.col2 ul.home_list li a:hover { background: url(../images/home_list_bg.gif) 0 100% no-repeat; }
div.col2 ul.home_list li a:hover span { background: url(../images/icn_star_hover.gif) 0 50% no-repeat; }

div.col2 ul.home_list li.signup { width: 180px; padding: 4px 10px 16px 10px; }
div.col2 ul.home_list li.signup span { background: url(../images/icn_globe.gif) 0 50% no-repeat; }
div.col2 ul.home_list li.signup:hover span { background: url(../images/icn_globe_hover.gif) 0 50% no-repeat; }

/* -------------------- Column 1 Wide Tabs -------------------- */
div.colw ul.tabs { float: left; margin: 0 0 2em 0; width: 100%; padding-bottom: 2px; background: url(../images/tab_base.gif) 0 100% repeat-x; }
div.colw ul.tabs li { display: block; float: left; font-size: 9pt; font-weight: bold; }
div.colw ul.tabs li a { display: block; color: #999; padding: 5px 10px; }
div.colw ul.tabs li a:hover { color: #F99D03; }
div.colw ul.tabs li.active a { color: #333; background: url(../images/tab_bg.gif) 0 100% repeat-x; }

/* -------------------- Product Matrix -------------------- */
div.colw div.product_matrix table th { border-bottom: 2px solid #FFF; color: #000; background: none; padding: 1em; text-align: center; }
div.colw div.product_matrix table th.al { text-align: left; padding: 10px 5px 5px 5px; }
div.colw div.product_matrix table th.alt { background: #BCEAFF; }
div.colw div.product_matrix table td { border-bottom: 2px solid #FFF; }
div.colw div.product_matrix table td.altout { border: 2px solid #BCEAFF; }
div.colw div.product_matrix table td.altout_black { border: 2px solid #BCEAFF; background: #333; color: #FFF; font-weight: bold; }
div.colw div.product_matrix h2 { color: #369; font-weight: normal; font-size: 11pt; margin: 0; }
/* div.colw div.product_matrix a.btn_signup { display: block; background: url(../images/btn_select.gif) 0 0 no-repeat; width: 90px; height: 19px; padding-top: 4px; font-weight: bold; color: #333; font-size: 9pt; font-weight: normal; text-align: center; margin: 0 auto .5em auto; }
div.colw div.product_matrix a.btn_signup:hover { background: url(../images/btn_select.gif) 100% 0 no-repeat; color: #FFF; }
div.colw div.product_matrix a.btn_contact { display: block; background: url(../images/btn_select.gif) 0 0 no-repeat; width: 90px; height: 19px; padding-top: 4px; font-weight: bold; color: #333; font-size: 9pt; font-weight: normal; text-align: center; margin: 0 auto .5em auto; }
div.colw div.product_matrix a.btn_contact:hover { background: url(../images/btn_select.gif) 100% 0 no-repeat; color: #FFF; } */
div.colw div.product_matrix a.btn_signup { display: block; background: url(../images/buttons_signup_contact.gif) 0 0 no-repeat; width: 96px; height: 0px; padding-top: 30px; margin: 0 auto .5em auto; overflow: hidden; }
div.colw div.product_matrix a.btn_signup:hover { background: url(../images/buttons_signup_contact.gif) 100% 0 no-repeat; color: #FFF; }
div.colw div.product_matrix a.btn_contact { display: block; background: url(../images/buttons_signup_contact.gif) 0 -30px no-repeat; width: 96px; height: 0px; padding-top: 30px; margin: 0 auto .5em auto; overflow: hidden; }
div.colw div.product_matrix a.btn_contact:hover { background: url(../images/buttons_signup_contact.gif) 100% -30px no-repeat; color: #FFF; }
div.colw div.product_matrix span.all_features { display: block; font-size: 7.5pt; }
div.colw div.product_matrix span.all_features a { color: #999; }
div.colw div.product_matrix span.all_features a:hover { color: #333; }

div.colw div.product_matrix table td.top { border-top: 4px solid #BCEAFF; }
div.colw div.product_matrix table td.right { border-right: 4px solid #BCEAFF; }
div.colw div.product_matrix table td.bottom { border-bottom: 4px solid #BCEAFF; }
div.colw div.product_matrix table td.left { border-left: 4px solid #BCEAFF; }

/* -------------------- Column 2 List -------------------- */
div.col2 h2 { margin-bottom: .5em; }
div.col2 ul { margin-bottom: 1em; }
div.col2 ul li { font-size: 8pt; }
div.col2 ul li.active a { color: #000; padding-left: 6px; background: url(../images/right_arrow.gif) 0 50% no-repeat; }

/* -------------------- Column 2 Form (Sign Up) -------------------- */
div.col2 ul.home_list li { position: relative; }
div.col2 input.signup { width: 164px; border: 1px solid #CCC; font-size: 7.5pt; color: #999; padding: 3px 3px 4px 3px; margin-bottom: 4px; }
div.col2 input.signup:hover { border: 1px solid #F99D03; }
div.col2 input.go { width: 30px; background: url(../images/btn_go.gif) 0 0 no-repeat; border: none; font-size: 7.5pt; color: #FFF; padding: 3px 0 4px 0; }
div.col2 input.go:hover { background: url(../images/btn_go_hover.gif) 0 0 no-repeat; cursor: pointer; }
div.col2 label.name_reveal,
div.col2 label.name_hover { position: absolute; font-size: 7.5pt; color: #999; left: 15px; top: 57px; z-index: 1; }
div.col2 label.email_reveal,
div.col2 label.email_hover { position: absolute; font-size: 7.5pt; color: #999; left: 15px; top: 80px; z-index: 1; }
div.col2 select,
div.col2 option { font-size: 7.5pt; color: #999; }
div.col2 option { padding: 1px; }
div.col2 select { padding: 0; border: 1px solid #CCC; width: 136px; margin-right: 3px; }
div.col2 select:hover { border: 1px solid #F99D03; }
div.col2 ul.home_list li.signup span.break { background: none; display: block; height: 0; padding: 0; }

/* -------------------- Footer -------------------- */
div#footer { float: left; width: 100%; padding: 2em 0; color: #A0A0A0; font-size: 7.5pt; background: url(../images/footer_bg.gif) 50% 0px no-repeat; }
div#footer ul { margin: 0; }
div#footer ul li { margin-bottom: .5em; }
div#footer h6 { color: #666; margin: 0 0 1em 0; }
div#footer a { color: #A0A0A0; text-decoration: none; }
div#footer a:hover { color: #000; }
div#footer div { float: left; margin: 0 2em 0 0; }


/* =HEADERS
---------------------------------------------------*/
h1 { height: 27px; width: 100%; }
h1 span { display: none; }
h1.home { background: url(../images/h1_home.gif) 0 0 no-repeat; }
h1.features { background: url(../images/h1_features.gif) 0 0 no-repeat; }
h1.features2 { background: url(../images/h1_features2.gif) 0 0 no-repeat; }
h1.features3 { background: url(../images/h1_features3.gif) 0 0 no-repeat; }
h1.features4 { background: url(../images/h1_features4.gif) 0 0 no-repeat; }
h1.take_tour { background: url(../images/h1_take_tour.gif) 0 0 no-repeat; }
h1.top_ten { background: url(../images/h1_top_ten.gif) 0 0 no-repeat; }
h1.support { background: url(../images/h1_support.gif) 0 0 no-repeat; }
h1.buynow { background: url(../images/h1_signup.gif) 0 0 no-repeat; }
h1.thankyou { background: url(../images/h1_thankyou.gif) 0 0 no-repeat; }
h1.themes { background: url(../images/h1_themes.gif) 0 0 no-repeat; }
h1.simple_reporting { background: url(../images/h1_simple_reporting.gif) 0 0 no-repeat; }
h1.complex_forms { background: url(../images/h1_complex_forms.gif) 0 0 no-repeat; }
h1.example_forms { background: url(../images/h1_example_forms.gif) 0 0 no-repeat; }


/* =HOME_BANNER
---------------------------------------------------*/
.home_banner_a,
.home_banner_b,
.home_banner_c,
.home_banner_d { display: block; width: 540px; margin-bottom: 1em; position: relative; }

.home_banner_a a,
.home_banner_b a,
.home_banner_c a,
.home_banner_d a {  display: block; position: relative; height: 0px; overflow: hidden; }

.home_banner_a { height: 173px; background: url(../images/home_banner_1a.jpg) 0 0 no-repeat; }
.home_banner_a a.take_tour { width: 112px; padding-top: 22px; top: 89px; left: 14px; }
.home_banner_a a.sign_up { width: 154px; padding-top: 22px; top: 67px; left: 152px; }

.home_banner_b { height: 173px; background: url(../images/home_banner_1b.jpg) 0 0 no-repeat; }
.home_banner_b a.take_tour { width: 112px; padding-top: 22px; top: 76px; left: 14px;}
.home_banner_b a.sign_up { width: 154px; padding-top: 22px; top: 53px; left: 152px; }

.home_banner_c { height: 248px; background: url(../images/home_banner_2a.jpg) 0 0 no-repeat; }
.home_banner_c a.take_tour { width: 112px; padding-top: 22px; top: 99px; left: 14px; }
.home_banner_c a.sign_up { width: 154px; padding-top: 22px; top: 77px; left: 152px; }

.home_banner_d { height: 248px; background: url(../images/home_banner_2b.jpg) 0 0 no-repeat; }
.home_banner_d a.take_tour { width: 112px; padding-top: 22px; top: 99px; left: 14px; }
.home_banner_d a.sign_up { width: 154px; padding-top: 22px; top: 77px; left: 152px; }

.callout { display: block; width: 220px; height: 111px; padding: 10px; text-align: center; font-size: 10pt; color: #333; font-weight: bold; }
.callout:hover { color: #0099ff; }
.callout span { font-size: 8.5pt; font-weight: normal; }

.themes { background: url(../images/home_callout_themes.jpg) 0 0 no-repeat; }
.themes:hover { color: #333; }
.dragndrop { background: url(../images/home_callout_dragndrop.jpg) 0 0 no-repeat; }
.dragndrop:hover { color: #333; }
.noadmin { background: url(../images/home_callout_noadmin.jpg) 0 0 no-repeat; }
.noadmin:hover { color: #333; }

.beta_signup { display: block; overflow: hidden; width: 209px; height: 0px; padding-top: 30px; background: url(../images/btn_signmeup.gif) 0 0 no-repeat; }
.beta_signup:hover { background: url(../images/btn_signmeup.gif) 100% 0 no-repeat; }


/* =TOOLTIP
---------------------------------------------------*/
a.tooltip { position: relative; z-index: 1; color: #666; border-bottom: 1px dotted #999; }
a.tooltip strong { background: #FFFDAB; color: #000; font-size: 7.5pt; font-weight: normal; }
a.tooltip span { display: none; font-weight: normal; text-align: left; }
a.tooltip:hover span { display: block; position: absolute; z-index: 1050; width: 200px; background: #FAFAFA; border: 1px solid #999; top: 1.5em; left: -50px; top: -10px; cursor: pointer; float: none; }
a.tooltip table { margin: 0 0 1px 0; }
a.tooltip td { padding: 4px; }
a.tooltip th { text-align: left !IMPORTANT; padding: 4px !IMPORTANT; background: #999 !IMPORTANT; color: #FFF !IMPORTANT; }


/* =FEATURED
---------------------------------------------------*/
.featured { width: 720px; margin: 0 0 2em 0; float: left; background: url(../images/featured_bg.gif) 0 0 no-repeat; padding: 20px 20px 0 20px; }
.featured span { display: block; float: left; width: 760px; padding: 20px 0 0 0; margin: 0 -20px; background: url(../images/featured_bg.gif) 0 100% no-repeat; }
.featured div.thirtythree { width: 225px; }
.featured div.twenty { width: 128px; }
.featured div p { margin: 0; }
.featured div h2 { font-size: 9pt; }

/* EXAMPLE FORMS */
a.examples { display: block; width: 100%; height: 108px; text-align: center; color: #000; font-weight: bold; }

a#thumb_brand_awareness { background: url(../images/thumb_exampform_brand.gif) 0 100% no-repeat; }
a#thumb_brand_awareness:hover { background: url(../images/thumb_exampform_brand.gif) 100% 100% no-repeat; }

a#thumb_employee_application { background: url(../images/thumb_exampform_empapp.gif) 0 100% no-repeat; }
a#thumb_employee_application:hover { background: url(../images/thumb_exampform_empapp.gif) 100% 100% no-repeat; }

a#thumb_employee_evaluation { background: url(../images/thumb_exampform_empeval.gif) 0 100% no-repeat; }
a#thumb_employee_evaluation:hover { background: url(../images/thumb_exampform_empeval.gif) 100% 100% no-repeat; }

a#thumb_online_menu { background: url(../images/thumb_exampform_menu.gif) 0 100% no-repeat; }
a#thumb_online_menu:hover { background: url(../images/thumb_exampform_menu.gif) 100% 100% no-repeat; }

a#thumb_monthly_newsletter { background: url(../images/thumb_exampform_newsletter.gif) 0 100% no-repeat; }
a#thumb_monthly_newsletter:hover { background: url(../images/thumb_exampform_newsletter.gif) 100% 100% no-repeat; }

a#thumb_secret_shopper { background: url(../images/thumb_exampform_secretshopper.gif) 0 100% no-repeat; }
a#thumb_secret_shopper:hover { background: url(../images/thumb_exampform_secretshopper.gif) 100% 100% no-repeat; }

a#thumb_tech_support_survey { background: url(../images/thumb_exampform_techsupport.gif) 0 100% no-repeat; }
a#thumb_tech_support_survey:hover { background: url(../images/thumb_exampform_techsupport.gif) 100% 100% no-repeat; }

a#thumb_employee_timesheet { background: url(../images/thumb_exampform_emptime.gif) 0 100% no-repeat; }
a#thumb_employee_timesheet:hover { background: url(../images/thumb_exampform_emptime.gif) 100% 100% no-repeat; }

a#thumb_website_survey { background: url(../images/thumb_exampform_survey.gif) 0 100% no-repeat; }
a#thumb_website_survey:hover { background: url(../images/thumb_exampform_survey.gif) 100% 100% no-repeat; }

a#thumb_registration { background: url(../images/thumb_exampform_registration.gif) 0 100% no-repeat; }
a#thumb_registration:hover { background: url(../images/thumb_exampform_registration.gif) 100% 100% no-repeat; }

a#thumb_customer_satisfaction_survey { background: url(../images/thumb_customer_satisfaction_survey.gif) 0 100% no-repeat; }
a#thumb_customer_satisfaction_survey:hover { background: url(../images/thumb_customer_satisfaction_survey.gif) 100% 100% no-repeat; }

a#thumb_help_desk_request { background: url(../images/thumb_help_desk_request.gif) 0 100% no-repeat; }
a#thumb_help_desk_request:hover { background: url(../images/thumb_help_desk_request.gif) 100% 100% no-repeat; }

a#thumb_expense_report { background: url(../images/thumb_expense_report.gif) 0 100% no-repeat; }
a#thumb_expense_report:hover { background: url(../images/thumb_expense_report.gif) 100% 100% no-repeat; }

a#thumb_rma { background: url(../images/thumb_rma.gif) 0 100% no-repeat; }
a#thumb_rma:hover { background: url(../images/thumb_rma.gif) 100% 100% no-repeat; }

a#thumb_field_report { background: url(../images/thumb_field_report.gif) 0 100% no-repeat; }
a#thumb_field_report:hover { background: url(../images/thumb_field_report.gif) 100% 100% no-repeat; }

a#thumb_secure_order_form { background: url(../images/thumb_secure_order_form.gif) 0 100% no-repeat; }
a#thumb_secure_order_form:hover { background: url(../images/thumb_secure_order_form.gif) 100% 100% no-repeat; }


/* =TAKE_TOUR
---------------------------------------------------*/
ul.tour_tabs { float: left; position: relative; z-index: 2; margin-top: 10px; }
ul.tour_tabs li { float: left; display: block; }
ul.tour_tabs li.active { background: url(../images/tour_tab_left.gif) 0 100% no-repeat; }
ul.tour_tabs li.active a { background: url(../images/tour_tab_right.gif) 100% 100% no-repeat; color: #333; text-decoration: none; cursor: default; }
ul.tour_tabs li a { display: block; padding: 3px 8px 7px 8px; text-decoration: underline; cursor: pointer; }

div.tour,
div.tour_b { position: relative; top: -1px; z-index: 1; width: 740px; height: 422px; padding: 10px; background: url(../images/tour_back.gif) 0 0 no-repeat; float: left; overflow: hidden; }
div.tour_b { padding: 0 0 3em 0; background: #FFF; margin: 1em 0; border-bottom: 3px solid #b4e6ff; height: auto; }
div.tour img,
div.tour_b img { float: left; }

div.tour div.tour_list { width: 167px; padding: 10px; float: right; }
div.tour_b div.tour_list { width: 167px; float: right; }

div.tour_b h2 { font-size: 12pt; font-weight: normal; color: #333; }

div.tour ol,
div.tour_b ol { padding-left: 16px; color: #f99d03; font-weight: bold; font-size: 9pt; margin: 0; }
div.tour ol li,
div.tour_b ol li { margin-bottom: 1em; }
div.tour ol p,
div.tour_b ol p { font-weight: normal; color: #333; margin: 0; line-height: normal; }

div.bottomfeatures { padding: 10px 0; margin-bottom: 10px; float: left; width: 100%; color: #333; }
div.bottomfeatures ul { padding: 0 1em; margin: 0 1em; list-style-type: disc; }
div.bottomfeatures ul li { line-height: 1.5em; font-size: 8.5pt; }
div.bottomfeatures ul.left { float: left; width: 330px; }
div.bottomfeatures ul.right { float: right; width: 330px; }

div.freetrial { clear: both; }
div.freetrial h2 { text-align: center; font-size: 16pt; font-weight: 100; }
div.freetrial a { color: #F99D03; color: #FFF; text-decoration: underline; display: block; padding: 8px; background: #333; }
div.freetrial a:hover { color: #FFF; text-decoration: none; background: #0099ff; }


/* =MISC_CLASSES
---------------------------------------------------*/
.al { text-align: left; }
.ac { text-align: center; }
.ar { text-align: right; }
.am { vertical-align: middle; }
.alt { background: #BCEAFF; }
.altout { border: 2px solid #BCEAFF; }
.alt_row { background: #EDEDED; }
.block { display: block; }
.check { margin: 0 auto; display: block; width: 12px; height: 12px; background: url(../images/icn_check.gif) 0 0 no-repeat; text-indent: -100000em; }
.clear { clear: both; }
.feature h2 { padding-left: 14px; background: url(../images/icn_star_hollow.gif) 0 1px no-repeat; }
.feature p { padding: 0 14px; margin-bottom: 2em; }
.img_left { float: left; margin: 0 1em 1em 0; }
.img_right { float: right; margin: 0 0 1em 1em; }
.solid_right { float: right; }
.orange { color: #F99D03; }
.signup_success { margin: 0 0 1em 0; background: #FFF; border: 2px solid #F99D03; color: #F99D03; }
blockquote.buy_phone { width: 24%; float: right; margin-left: 20px; font-size: 11pt; text-align: center; }
blockquote.buy_phone span { font-size: 9pt; font-weight: bold; display: block; }
.clear_soft { width: 100%; height: 8px; clear: both; border: none; background: url(../images/hr_soft.gif) 0 0 no-repeat; margin: 0 0 1em 0; }
.list { list-style: disc; margin: 0 2em 2em 2em; }
.margin_none { margin: 0; }

.left { float: left; }
.right { float: right; }

.twenty { float: left; }
.thirtythree { float: left; width: 240px; }
.fifty { float: left; width: 370px; overflow: hidden; }
.sixysix { float: left; width: 500px; }

.mr20 { margin-right: 20px; }
.mr10 { margin-right: 10px; }
.mb20 { margin-bottom: 20px; }

.intro { font-size: 12pt; line-height: 1.7em; }
.intro_sub { font-size: 10pt; line-height: 2em; }

.take_tour_1 { float: left; display: block; width: 116px; height: 30px; margin-bottom: 1.2em; background: url(../images/touchpoint/btn_take_tour_1.gif) 0 0 no-repeat; text-indent: -10000em; }
.take_tour_1:hover { background: url(../images/touchpoint/btn_take_tour_1.gif) 100% 0 no-repeat; }

.take_free_trial_1 { float: left; display: block; width: 159px; height: 30px; background: url(../images/touchpoint/btn_free_trial_1.gif) 0 0 no-repeat; text-indent: -10000em; }
.take_free_trial_1:hover { background: url(../images/touchpoint/btn_free_trial_1.gif) 100% 0 no-repeat; }

.take_free_trial_2 { float: left; display: block; width: 183px; height: 24px; background: url(../images/touchpoint/btn_free_trial_2.gif) 0 0 no-repeat; text-indent: -10000em; }
.take_free_trial_2:hover { background: url(../images/touchpoint/btn_free_trial_2.gif) 100% 0 no-repeat; }

.signup_ul { clear: both; }
.signup_ul li { float: left; margin-right: .5em; font-size: 10pt; color: #999; }
.signup_ul li span { display: block; padding-top: .5em; }

img.tp_home_intro { margin: 20px 0; }

/* =BLOCK_LEVEL_ELEMENTS
---------------------------------------------------*/
p { color: #666; line-height: 1.5em; margin-bottom: 1em; }
ul { list-style: none; }
h1 { font-size: 14pt; margin-bottom: .5em; }
h2 { font-size: 11pt; margin-bottom: 1em; color: #000; }
h3 { font-size: 10pt; font-weight: bold; margin-bottom: 1em; }
h4 { font-size: 11pt; font-weight: normal; }
h5 { font-size: 8pt; }
h6 { font-size: 7.5pt; }
hr { clear: both; width: 100%; margin: 1em 0 1em 0; height: 0px; border: 0; border-top: 1px solid #EBEBEB; }
form, label, input, select, textarea { font: 9pt Arial, Helvetica, Verdana, sans-serif; }
label { display: block; margin-bottom: .5em; }
input, select, textarea { margin-bottom: 1em; }
table { clear: both; width: 100%; margin: 0 0 1em 0; border-collapse: collapse; }
td { padding: .5em; border-collapse: collapse; vertical-align: top; float: none !IMPORTANT; }
th { padding: .5em; text-align: left; font-size: 8.5pt; background: #BCEAFF; }
thead td { color: #333; font-weight: 100; font-size: 12pt; }
tbody td { font-size: 8.5pt; }
blockquote { font-size: 12pt; padding: 10px; background: #F99D03; color: #FFF; }