body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url(images/bg_tile.jpg); /* advanced */
  background-repeat: repeat-x;
  background-color: #667E9B;           /* end advanced */
  margin: 0px;
  padding: 0px;
}
h2 {
  font-size: 23px;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 22px;
}

img  
{
  border: 0px none;
}
h2 a, h2 a:link, h2 a:visited {
  color: #FFFFFF;
}

h2.hide {
  width: 10px;
  text-indent: -9999px;
}

h3 {
  font-family: "Arial";
  font-size: 22px;
  font-weight: normal;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

.div_dialog {
  position:absolute;
  width:710px;
}
.SC_Item .div_dialog {
  display:none;
}
.div_dialog_content_container {
  position:relative;
  padding-right:10px;
  background:url(../images/backgrounds/vertical-shadow.png) repeat-y top right;
}
.div_dialog_content {
  background:#e5e6e6;
  border:1px solid #025495;
  padding:15px;
  overflow:auto;
  width:670px;
  height:400px;
}
.div_dialog_header {
  color:#fff;
  font-size:12px;
  position:relative;
  height:29px;
  width:700px;
}
.div_dialog_header_corner_l {
  position:absolute;
  top:0px;
  left:-4px;
  width:13px;
  height:29px;
  background:url(../images/backgrounds/div-dialog-top-left.png) no-repeat;
}
.SC_Item .div_dialog_header_corner_l {
  display:none;
}
.div_dialog_header_corner_r {
  position:absolute;
  top:0px;
  right:-10px;
  width:18px;
  height:29px;
  background:url(../images/backgrounds/div-dialog-top-right.png) no-repeat;
}
.SC_Item .div_dialog_header_corner_l {
  display:none;
}
.div_dialog_header_text {
  float:left;
  width:652px;
  line-height:29px;
  background:url(../images/backgrounds/div-dialog-top.png) repeat-x;
  margin-left:8px;
  padding: 0px 5px 0px 5px;
  font-weight:bold;
}
.SC_Item .div_dialog_header_corner_l {
  display:none;
}
.div_dialog_header_close {
  float:left;
  width:17px;
  height:21px;
  padding-top:8px;
  background:url(../images/backgrounds/div-dialog-top.png) repeat-x;
  cursor:pointer;
}
.div_dialog_content_footer {
  height:10px;
  position:absolute;
  bottom:-10px;
  left:10px;
  background:url(../images/backgrounds/horizontal-shadow.png) repeat-x;
  width:690px;
}
.SC_Item .div_dialog_content_footer {
  display:none;
}
.div_dialog_content_corner_l {
  position:absolute;
  top:0px;
  left:-10px;
  width:10px;
  height:8px;
  background:url(../images/backgrounds/footer-corner-left.png) no-repeat;
}
.SC_Item .div_dialog_content_corner_l {
  display:none;
}
.div_dialog_content_corner_r {
  position:absolute;
  top:0px;
  right:-8px;
  width:8px;
  height:8px;
  background:url(../images/backgrounds/footer-corner-right.png) no-repeat;
}
.SC_Item .div_dialog_content_corner_r {
  display:none;
}

/* extended styles */

body.font_small 
{
  font-size: 0.8em;
}
body.font_normal
{
  font-size: 0.9em;
}
body.font_large
{
  font-size: 1em;
}

a, a:link, a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

fieldset,
legend {
  color: #000000;
  border: none;
  margin: 0px;
  padding: 0px;
}

p.margin_up {
  margin-top: -8px !important;
}

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

li {
  float: left;
}

ul.standard li {
  list-style-type:disc;
  margin-left:40px !important;
  background-image: none !important;
  padding: 0px !important;
}

ul.standard li {
  float: none;
}

.clear,
.clear_l,
.clear_r {
  font-size: 0em;
  line-height: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}

.btn_form_left {
  background-repeat: no-repeat;
  width: 79px;
  height: 23px;
  margin-top: 10px;
  float: right;
  display: block;
}

.btn_form_left:hover {
  background-position: 0px -23px;
}

.btn_enter {
/*  background-image: url(images/btn_enter.jpg);*/
  background-image: url(images/btn_submit.jpg);
}

.btn_submit {
  background-image: url(images/btn_submit.jpg);
}

.btn_search {
  font-size: 0em;
  text-indent: -9999px;
  background-image: url(images/btn_search.jpg);
  background-repeat: no-repeat;
  width: 29px;
  height: 23px;
  float: left;
}


.btn_txt,
.btn_txt_minus_static,
.btn_txt_plus_static  {
  font-size: 0em;
  text-indent: -9999px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  float: left;
}

.btn_txt_minus,
.btn_txt_minus_static {
  background-image: url(images/btn_txt_minus.jpg);
}

.btn_txt_plus,
.btn_txt_plus_static {
  background-image: url(images/btn_txt_plus.jpg);
}

.btn_txt_minus:hover,
.btn_txt_plus:hover,
.btn_txt_minus_static,
.btn_txt_plus_static {
  background-position: 0px -16px;
}

.clear {
  clear: both;
}

.clear_l {
  clear: left;
}

.clear_r {
  clear: right;
}

.container {
  width: 806px;
  margin: 0 auto;
}

.divider {
  font-size: 0em;
  line-height: 1px;
  background-color: #EBEBEB;
  width: inherit;
  height: 1px;
  margin: 0 auto;
}

.flash_main {
  /* bottom: 45px; */
  clear: left;
  left: -3px;
  width: 806px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  height:305px;
  background:url(images/homepage_bg.jpg) no-repeat 5px 0;
  /* left: -2px; in stylesIE.css */
  /*left: -4px;*/
  /* left: -4px; in stylesIE6.css */
}

.form_left {
  font-size: .9em;
  width: 167px;
  margin: 0 auto;
}

.form_left label {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2em;
  color: #636363;
}

.form_left .input {
  border: 1px solid #D4D4D4;
  font-size: .9em;
  color: #636363;
  width: 155px;
  margin-bottom: 5px;
  padding: 2px 5px;
}

.form_left .input_txt {
  overflow: hidden;
}


.form_left .label_chk,
.form_left .input_chk {
  margin-top: 8px;
  float: left;
}

.form_left .label_chk {
  width: 145px;
}

.form_left .label_sel {
  display: none;
}

.form_left .input_sel {
  border: 1px solid #D4D4D4;
  font-size: .9em;
  color: #636363;
  width: 166px;
  margin: 10px 0px 0px 0px;
}

.form_left .txt_12 {
  padding: 8px 0px;
}

.icon_phone {
  position: relative;
  top: 6px;
}

.label_error {
  font-weight: bold;
  color: #FF0000;
}

.lnk_sub_site {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2em;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin: 4px 0px 0px 14px;
  display: block;
}

.option a, .option a:link, .option a:visited {
  color: #FFFFFF;
}

.lnk_view_urinary {
  background-image: url(images/arrow_urinary.jpg);
  width: 93px;
}

.lnk_view_ostomy {
  background-image: url(images/arrow_ostomy.jpg);
  width: 93px;
}

.lnk_view_diabetes {
  background-image: url(images/arrow_diabetes.jpg);
  width: 93px;
}

.lnk_view_mastectomy {
  background-image: url(images/arrow_mastecotomy.jpg);
  width: 118px;
}

.lnk_view_store {
  background-image: url(images/arrow_store.jpg);
  width: 113px;
}

.logo_csng {
  position: relative;
  top: 4px;
}

.logo_sm  {
  float: left;
  margin-top: 10px;
}

.logo_mail_sm {
  margin-right: 38px;
  position: relative;
  left: 28px;
}

.logo_ups_sm {
  margin: 10px 10px 0px 0px;
}

.logo_accredited {
  margin: 20px 0px 0px 45px;
}

.logo_bard {
  margin: 10px 65px 0px 0px;
}

.logo_mentor {
  margin: 5px 65px 0px 0px;
}

.logo_cure,
.logo_medline {
  margin: 0px 65px 0px 0px;
}

.logo_astra {
  margin: -5px 95px 0px 0px;
  position: relative;
  left: 30px;
}

.logo_coloplast {
  margin: -5px 65px 0px 0px;
}

.logo_rochester {
  margin: -10px 65px 0px 0px;
}

.logo_kendall {
  margin: 0px 0px 0px 0px;
}

.navigation {
  float: right;
  position: relative;
}

.navigation a, .navigation a:link, .navigation a:visited {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  background-image: url(images/navigation_arrow.jpg);
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 14px;
  display: inline-block;
}

.navigation .no_arrow {
  background-image: none !important;
  padding-right: 0px !important;
}

.navigation_left {
  float: left;
}

.navigation_left li {
  margin-right: 10px;
}

.overlay_bg {
  filter: alpha(opacity = 50);
  -moz-opacity: .50;
  opacity: .50;
  background-color: #FFFFFF;
  position: relative;
}

.overlay_txt {
  position: relative;
}

.page_logo {
  float: left;
  position: relative;
  top: 3px;
  left: 49px;
}

.page_header {
  /* background-image: in alt style sheets */
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 806px;
  height: 117px;
}

.page_links {
  font-size: 12px;
  color: #426794;
  padding: 8px 10px 22px 0px;
  float: right;
}

.page_links a, .page_links a:link, .page_links a:visited {
  color: #003663;
}

.page_moto {
  font-size: 15px;
  font-weight: bold;
  color: #555555;
  width: 414px;
  margin: 8px 0px 0px 0px;
  float: right;
}

.page_callouts {
  font-size: 14px;
  font-style: italic;
  color: #426580;
  text-align: center;
  border: 1px solid #E1E1E1;
  background-image: url(images/page_callouts.jpg);
  background-repeat: repeat-x;
  width: 224px;
  height: 23px;
  padding-top: 2px;
  float: right;
  position: relative;
  right: 30px;
}
.page_calloutsa {
  font-size: 14px;
  font-style: italic;
  color: #426580;
  text-align: center;
  border: 1px solid #E1E1E1;
  background-image: url(images/page_calloutsa.jpg);
  background-repeat: repeat-x;
  width: 224px;
  height: 36px;
  padding-top: 2px;
  float: right;
  position: relative;
  right: 30px;
}

.page_callouts a, .page_callouts a:link, .page_callouts a:visited {
  font-weight: bold;
  color: #426580;
}

.page_callouts span {
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
  color: #780303;
  position: relative;
  top: 1px;
}

.phonetop {
  font-size: 1.2em;
  font-style: normal;
  font-weight: bold;
  color: #780303;
  position: relative;
  top: 1px;
}

.page_tile {
  /* background-image: in alt style sheets */
  background-repeat: repeat-y;
  background-position: center top;
  min-width: 806px;
}

.page_header_area {
  /* background-image: in alt style sheets */
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 806px;
  height: 101px;
  margin-bottom: -69px;
  position: relative;
  z-index: 0;
  top: -30px;
}

.page_header_area_content {
  width: 756px;
  margin: 0 auto -43px auto;
  padding: 2px 20px 0px 30px;
  position: relative;
  z-index: 2;
  top: -50px;
}

.page_content {
  width: 755px;
  margin: 0 auto;
}

.page_options {
  width: 760px;
  margin: 0px auto 10px auto;
}

.page_options .option {
  font-size: 12px;
  background-repeat: no-repeat;
  width: 144px;
  height: 156px;
  margin: 0px 10px 10px 0px;
  float: left;
}

.page_options .option .title {
  width: 143px;
  /*margin: 4px 0px 0px 8px;*/
}

.page_options .option .divider {
  /* background-image: in alt style sheets */
  background-color: transparent;
  width: 120px;
  height: 2px;
  margin: 0 auto;
}

.page_options .option .overlay_bg {
  filter: alpha(opacity = 20);
  -moz-opacity: .20;
  opacity: .20;
  background-color: #000000;
  width: 144px;
  height: 20px;
  margin: 2px 0 -1px 0;
}

.page_options .option .overlay_txt {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #FFFFFF;
  width: 124px;
  margin-bottom: -21px;
  padding: 0px 10px;
  top: -24px;
}

.page_options .option_1 {
  background-image: url(images/option_urinary.jpg);
}

.page_options .option_2 {
  background-image: url(images/option_ostomy.jpg);
}

.page_options .option_3 {
  background-image: url(images/option_diabetes.jpg);
}

.page_options .option_4 {
  background-image: url(images/option_mastectomy.jpg);
}

.page_options .option_5 {
  background-image: url(images/option_store.jpg);
  margin-right: 0px !important;
}

.page_options_title {
  font-size: .9em;
  font-weight: bold;
  color: #707070;
  text-align: right;
  border-right: 1px solid #F1F1F1;
  border-left: 2px solid #F1F1F1;
  background-color: #F4F4F4;
  width: 768px;
  height: 23px;
  margin: -47px auto 20px auto;
  padding: 9px 20px 0px 0px;
}

.page_left {
  color: #636363;
  width: 241px;
  margin-left: -40px;
  float: left;
  position: relative;
}

.page_left_content {
  background-image: url(images/page_left_tile.jpg);
  background-repeat: repeat-y;
  width: 200px;
  margin-left: 17px;
  padding: 10px 0px;
  /* margin-left: 18px; in stylesIE.css */
}
.page_left_agree 
{
  font-size: 11px;  padding-top:5px; }
.page_left_last {
  background-image: url(images/page_left_last.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  width: 200px;
}

.page_left_last p {
  font-weight: bold;
  text-align: center;
  width: 167px;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}

.page_left_last p .txt_green {
  font-size: 1.7em;
}

.page_left_last p .txt_gray {
  font-size: 1.1em;
}

.page_left_header {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
  background-repeat: no-repeat;
  width: 206px;
  height: 34px;
  margin: 0px 0px -9px -1px;
  padding: 7px 28px 0px 0px;
  position: relative;
}

.page_left_header_rouge {
  font-size: 13px;
  width: 219px;
  height: 32px;
  padding: 9px 15px 0px 0px;
}

.page_left_header_blue,
.page_left_header_green {
  /* background-image: in alt style sheets */
}

table tr td 
{
  padding: 5px;
}

.page_right {
  width: 554px;
  margin-top: 10px;
  float: left;
  position: relative;
  background:#fff;
}

.page_right a, .page_right a:link, .page_right a:visited {
  color: #3B5B81;
}

.page_right .divider {
  margin: 20px 0px;
}

.page_right_img {
  margin-bottom: 10px;
  float: left;
}

.page_right_content {
  float: right;
}

.page_right_content p {
  line-height: 20px;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

.width_full 
{
  width: 755px;
  text-align: left;
  float: left;
}

.float_left 
{
  float: left;
  text-align: left;
}


.page_footer {
  /* background-image: in alt style sheets */
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 806px;
  height: 136px;
}

.page_footer_area {
  /* background-image: in alt style sheets */
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 806px;
  height: 118px;
  margin: 0px 0px -82px 0px;
  position: relative;
  bottom: -20px;
}

.page_footer_area_content {
  width: 663px;
  margin: 0 auto;
  position: relative;
  top: -5px;
}

.page_footer_area_content img {
  float: left;
}

.section_accreds_tests .testimonials {
  width: 255px;
  margin-right: 30px;
  float: left;
}

.section_accreds_tests .accreditations {
  width: 255px;
  float: left;
}

.section_accreds_tests .overlay_bg,
.section_accreds_tests .overlay_txt {
/*  font-size: 2em;*/
  font-size: 22px;
  font-weight: bold;
  color: #53667D;
  line-height: 20px;
/*  width: 245px;
  height: 48px;*/
  width: 255px;
  height: 55px;
  margin-top: -55px;
/*  padding: 7px 5px 0px 5px;*/
}

.section_accreds_tests .overlay_txt a,
.section_accreds_tests .overlay_txt a:link,
.section_accreds_tests .overlay_txt a:visited,
.section_accreds_tests .overlay_txt a:hover {
  color: #53667D;
  text-decoration: none;
  width: 245px;
  height: 48px;
  padding: 7px 5px 0px 5px;
  display: block;
}


.search_product {
  width: 295px;
  margin-top: -7px;
  float: right;
  position: relative;
  top: -7px;
}

.search_product label {
  font-size: 14px;
  font-weight: bold;
  color: #B17070;
  margin: 5px 10px 0px 0px;
  float: left;
}

.search_product .input_search {
  background-image: url(images/input_search.jpg);
  background-repeat: no-repeat;
  width: 146px;
  height: 23px;
  float: left;
}

.search_product .input {
  font-size: .9em;
  border: none;
  background-color: transparent;
  width: 137px;
  padding: 4px;
}

/*.site_container { in stylesIE6.css only
  width: 920px;
  margin: 0 auto;
}*/

.site_footer {
  background-color: #FFFFFF;
  padding-bottom: 100px;
}

.site_footer_background {
  /* background-image: in alt style sheets */
  background-repeat: no-repeat;
  background-position: center top;
  min-width: 806px;
  min-height: 250px;
  margin: 0 auto -160px auto;
  position: relative;
  top: -77px;
}

.site_footer_content {
  font-size: .9em;
  color: #555555;
  width: 753px;
  margin: 0 auto;
  position: relative;
}

.site_footer_content a, .site_footer_content a:link, .site_footer_content a:visited {
  color: #555555;
}

.site_footer_content .sitemap {
  font-size: 11px;
  margin-right: 13px;
  float: left;
}

.site_footer_content .sitemap_no_m {
  margin-right: 10px;
}

.site_footer_content .sitemap_last {
  text-align: right;
  margin-right: 0px;
  float: right;
}

.site_footer_content .sitemap ul {
  margin-bottom: 15px;
}

.site_footer_content .sitemap li {
  color: #555555;
  padding: 2px 0px;
  float: none;
}

.site_footer_content .sitemap li.title {
  font-size: 1.2em;
  font-weight: bold;
}

.site_footer_content .divider {
  margin: 10px 0px;
}

.site_footer_content .copyright {
  float: left;
  margin-bottom: 30px;
}

.site_footer_content .powered {
  float: right;
  margin-bottom: 30px;
}

.text_size {
  border: 1px solid #EBEBEB;
  font-size: 12px;
  font-weight: bold;
  color: #ACACAC;
  background-color: #FFFFFF;
  width: 103px;
  height: 17px;
  margin-top: -11px;
  padding: 1px 0px 0px 10px;
  float: right;
  position: relative;
}

.text_size span {
  margin-right: 7px;
  float: left;
}

.txt_black {
  color: #000000;
}

.txt_blue {
  color: #667E9B;
}

.txt_gray {
  color: #959595;
}

.txt_green {
  color: #598527;
}

.video_home {
  width: 234px;
  float: left;
}

.w300 {
  width: 300px;
}

.w410 {
  width: 410px;
}

.supply_care
{
  font-family: "Arial";
  font-size: 1.2em;
  text-align: left;
  width: 554px;
  padding: 0 0 40px 0;
  line-height: 18px;
}
.error_message {
  color:#ff0000;
  font-size:.8em;
}
form.form label {
  display:block;
}
form.form div.insurance_chks label {
  display:inline;
}

form.form select {
  border:1px solid #ccc;
  padding: 1px;
}
.supply_care_left
{
  width: 360px;
  float: left;
}

.supply_care ul
{
  padding: 25px 0 0 0;
}

.supply_care ul.treatments
{
  padding: 25px 0 25px 0;
}

.supply_care ul.treatments li
{
  background: url(images/dot.jpg) 25px 14px no-repeat;
  padding: 0 0 0 35px;
}

.supply_care ul li
{
  float: none;
  background: url(images/arrow.jpg) left top no-repeat;
  padding: 1px 0 7px 35px;
  line-height: 18px;
}

.supply_care ul li.blue,
.blue
{
  color: #667e9b !important;
}

.supply_care span
{
  font-size: 1.7em;
  color: #667e9b;
  line-height: 23px;
  display:block;
  padding-bottom:7px;
}

.testimonial
{
  padding: 15px 0 0 0;
  /*float: left;*/
}

.text_box_holder
{
  text-align: left;
  width: 228px;
}

.text_box_holder_2
{
  width: 49px;
  padding: 0 0 0 10px;
}

.text_box_holder_3
{
  text-align: left;
  width: 138px;
}

.text_box
{
  width: 226px;
  height: 19px;
  padding: 2px 0 0 0;
  border: 1px solid #cccccc;
}

.text_box_big
{
  width: 550px;
}

.text_box_small
{
  width: 49px;
}

.text_box_medium
{
  width: 128px;
}

.text_box_name
{
  width: 300px;
}

.fl
{
  float: left;
}

.fr
{
  float: right;
}

.txt_12 {
  font-size: 13px !important;
}

.txt_12 p {
  margin: 0px 0px 8px 0px;
  padding: 0px;
}

.medal
{
  float: left;
  padding: 0 0 0 10px;
  position: relative;
  top: 18px;
}

.medal_text
{
  width: 425px;
  float: right;
  padding: 18px 0 0 0;
}

.image_panel
{
  float: left;
  margin-right: 10px;
  width: 231px;
  height: 143px;
  overflow: hidden;
  border: solid 6px #e6e6e6;
  background-repeat: no-repeat;
  position: relative;
}
#map {
  width:550px;
  height:300px;
}
.image_panel .action_arrow
{
  position: relative;
  top: 7px;
  left: 13px;
  width: 211px;
  height: 20px;
  display: block;
}

.image_panel .menu_opened
{
  background-position: 0px -37px;
  background-repeat: no-repeat;
  position: relative;
  top: 106px;
}

.image_panel .menu_closed
{
  background-position: 0px 0px;
  background-repeat: no-repeat;
  position: relative;
  top: 106px;
  height: 37px;
}

.image_panel .menu_closed .links
{
  display: none;
}

.image_panel .menu_opened .links  
{
  position: relative;
  top: 13px;
  display: block;
  text-align: right;
}

.image_panel .menu_opened .links a,
.image_panel .menu_opened .links a:link,
.image_panel .menu_opened .links a:visited
{
  font-size: 12px;
  display: block;
  clear: both;
  color: #ffffff;
  margin-top: 5px;
  padding-right: 12px;
  height: 16px;
}

.testamonials_abstract
{
  background-image: url(images/jsmenu_testamonial_abstract.jpg);
  width: 255px;
  height: 161px;
  border: none;
}

.testamonials_abstract .menu_opened
{
  background-image: url(images/jsmenu_testamonial.jpg);
  height: 128px;
  background-position: 0px -33px;
}

.testamonials_abstract .menu_closed
{
  background-image: url(images/jsmenu_testamonial.jpg);
  height: 33px;
  top: 128px;
}

.accreditation {
  font-family: Times New Roman;
  font-size: 1.2em;
  text-align: justify;
  width: 554px;
  padding: 0 0 20px 0;
  line-height: 18px;
}

.accreditation span {
  font-size: 1.7em;
  color: #667E9B;
  line-height: 24px;
}




.page_right p {
  margin: 0px !important;
  padding: 0px 20px 10px 0px !important;
  font-family:"Arial";
}

.page_right .txt_right {
  width: 402px !important;
  padding-right: 20px !important;
}

.supply_care .fr {
  position: relative;
  right: 20px;
}

.supply_care ul li {
  padding-right: 20px !important;
  font-family:"Arial";
  line-height:18px;
}

.dd_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background-image: url(images/dd_header.jpg);
  background-repeat: no-repeat;
  width: 141px;
  height: 20px;
  margin: -23px 0px -10px 0px;
  padding: 3px 0px 0px 5px;
  position: relative;
  z-index: -1;
}

.dd_main
{
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 10px !important;
  background-image: url(images/dd_tile.jpg);
  background-repeat: repeat-y;
  width: 143px;
  padding: 0px 10px 0px 0px;
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 25px;
}

.dd_footer {
  background-image: url(images/dd_footer.jpg);
  background-repeat: no-repeat;
  width: 143px;
  height: 14px;
  position: relative;
  margin: 0px 0px -14px 0px;
}

.dd_container
{
  width: 159px;
  margin:10px auto;
}

.dd_container ul
{
  padding: 5px;
  position: relative;
}

.dd_container ul li
{
  font-size: 1.1em;
  color: #363636;
/*  text-indent: 5px;*/
  background-image: url(images/dd_divider.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-top: 10px;
  padding-bottom: 2px;
  float:none;
}

.dd_container ul li a, .dd_container ul li a:link, .dd_container ul li a:visited
{
  color:#736357;
  line-height:16px;
  position:relative;
  text-decoration: none;
}

.dd_container ul li a:hover
{
  text-decoration: underline;  
}

#menu_more_dropdown
{
  display: none;  
}

.image_bottom {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.medal_center {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.txt_box_multi {
  width: 550px;
  height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
}

.form_contact,
.form_contact input {
  margin-bottom: 10px;
}

.txt_phone {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  width: 200px;
  margin: 10px 0px;
}

.certificate
{
  padding: 0 0 0 40px;
}

.accreditation_header {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #000000 !important;
}

.txt_blue {
  color: #667E9B !important;
}

.page_scroller {
  width: 706px;
  margin: 0 auto;
  position: relative;
  left: -20px;
}

.logo_bbb {
  margin: 10px 0px 0px 71px;
}

.first_letter {
  font-weight: bold;
  color: #667E9B;
}

.label_error_contact,
.label_error_contact_page {
  font-size: 14px !important;
  font-weight: bold !important;
  color: #FF0000 !important;
  margin-top: 10px !important;
  display: block !important;
}

.label_error_contact_page {
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: normal !important;
  position: relative !important;
  top: 4px !important;
  left: 20px !important;
}


.quick_jump
{
  background: #f2f2f2;
  font-family: Times New Roman;
  font-size: 1.2em;
  text-align: left;
  width: 530px;
  margin: -3px 0 0 0;
  padding: 4px 10px 8px 10px !important;
  padding: 4px 10px 4px 10px;
  line-height: 18px;
}

.quick_jump ul
{
  padding: 10px 0 0 0;
}

.quick_jump ul li
{
  text-align: left !important;
  background: url(images/dot.jpg) left 11px no-repeat;
  width: 210px;
  margin: 0;
  padding: 0 0 0 10px;
}

.quick_jump ul li a, .quick_jump ul li a:link, .quick_jump ul li a:visited
{
  color: #252525;
}

.quick_jump_btm
{
  width: 550px;
  padding: 0 0 40px 0;
  position: relative;
  top: -5px;
}

.quick_jump_top
{
  width: 550px;
  position: relative;
  top: 0;
}

#home_rotator2,
#home_rotator {
  width:300px;
  height:200px;
  position:relative;
  top:21px;
  left:50px;
}
#home_rotator2 div,
#home_rotator div {
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
}
#drop_form {
  background: url(images/drop_image.png) no-repeat;
  position:absolute;
  top:40px;
  right:5px;
  height:192px;
  width:356px;
  padding:20px;
}
.drop_text {
  position:absolute;
  top:46px;
  right:40px;
  width:356px;
  padding:0px;
  font-size:13px;
  color:#666;
  text-align:center;
  cursor:pointer;
}
.drop_text span {
  color:#88ADC8;
}
#drop_form label {
  color:#666;
  width:65px;
  display:block;
  float:left;
}
#drop_form div {
  padding-bottom:8px;
}
input.flash_input, textarea.flash_input{
  border: 1px solid rgb(216, 216, 216); 
  font-size: 11px; 
  padding: 1px 6px; 
  color:#666;
}
#drop_form div.btn_row {
  text-align:right;
  padding-right:56px;
}
#drop_form div.btn_row img {
  cursor:pointer;
}
textarea.flash_input {
  width:221px;
  height:30px;
}
span.heading
{
  font-size: 1.7em;
  color: #667e9b;
  line-height: 24px;
}

span.heading_red
{
  font-size: 1.7em;
  color: #993300;
  line-height: 24px;
}

