/* Page: index.htm: Welcome Message */

div#frontpage_photo {
     position: absolute;
     right: 7px;
     top: 37px;
}

div#frontpage_1234 {
     position: absolute;
     right: 0px;
     top: 386px;
     width: 742px;
     height: 101px;
}

div#frontpage_1234 img {
     float: right;
     display: inline;
}

div#frontpage_title {
     position: absolute;
     width: 500px;
     left: 0px;
     top: 10px;
     text-align: center;
     color: #764;
     font-size: 14pt;
     font-weight: bold;
}

div#frontpage_intro,
div#frontpage_1_descr,
div#frontpage_2_descr,
div#frontpage_3_descr,
div#frontpage_4_descr {
     position: absolute;
     width: 405px;
     height: 125px;
     left: 20px;
     top: 265px;
     color: #333;
     font-size: 9pt;
     line-height: 18px;
}

div#frontpage_1_descr,
div#frontpage_2_descr,
div#frontpage_3_descr,
div#frontpage_4_descr {
     display: none;
     color: #777;
}

b.front_page_flat_links a {
     color: #333;
     text-decoration: none;
}






/* Page: index.htm: Email List */

img#fp_email_list_button {
     cursor: pointer;
}

div#fp_email_list_form {
     display: none;
     position: absolute;
     top: 322px;
     left: -38px;
     font-size: 10pt;
     color: #888;
}

div#fp_email_list_form_background {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 16;
}

div#fp_email_list_form_content {
	position: absolute;
	top: 19px;
	left: 20px;
	width: 248px;
	z-index: 17;
}

div#fp_email_list_form_content table {
	width: 100%;
}

div#fp_email_list_form_content table td {
	text-align: left;
}

div#fp_email_list_form_content table td input {
	font-size: 9pt;
}






/* Page: find: Provider Directory */

div.directory_descr {
     font-size: 10pt;
     margin-bottom: 10px;
     padding-bottom: 10px;
     border-bottom: 1px solid #DDD;
}

div.directory_title {
     font-size: 12pt;
     font-weight: bold;
     margin-bottom: 10px;
     text-align: center;
}

div.directory_breadcrumbs {
     font-size: 8pt;
     margin-bottom: 10px;
}

div.directory_label {
     font-size: 10pt;
     color: #999;
     font-style: italic;
     margin-bottom: 5px;
     text-align: center;
     display: none;
}

div.directory_list p {
     width: 48%;
     float: left;
     font-size: 10pt;
     padding: 3px 1% 3px 1%;
}







/* Page: findmyprovider.htm: Search Table */

div.search_descr {
     font-size: 10pt;
     margin-bottom: 10px;
}

table.search_table {
     width: 100%;
}

table.search_table td {
     font-size: 10pt;
     font-weight: bold;
}

table.search_table td.search_left {
     width: 40%;
}

table.search_table td.search_right {
     width: 60%;
}

table.search_table td input {
     width: 100%;
}

tr.show_provider_search,
tr.show_organization_search,
tr.show_search_bottom {
     display: none;
}

tr.show_search_bottom td {
     padding-top: 10px;
}






/* Page: findmyprovider.htm: Search Results */

div.search_results table {
     width: 100%;
     margin-top: 15px;
}

div.search_results td {
     font-size: 10pt;
     width: 50%;
}

div.search_results tr.title td {
     font-weight: bold;
     border-bottom: 1px solid #DDD;
     text-align: center;
}

div.search_results tr.captions td {
     color: #999;
     font-style: italic;
}


/* Page: survey.htm */

table.survey_table {
     width: 100%;
}

div.survey_question,
table.survey_table td {
     font-size: 10pt;
}

div.survey_divider {
     height: 20px;
}


/* Marketing Landing Page */
div#register_to_win {
     position: absolute;
     top: 240px;
     right: 30px;
     width: 274px;
     height: 143px;
     overflow: hidden;
     z-index: 2;
     cursor: pointer;
}
