@charset "utf-8";
/* CSS Document */

/* Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: Tahoma, Arial;
	vertical-align: baseline;
	text-indent: 0;
}

body {
    background: #b4b4b4;
position: relative;
}

html {
}

#header-wrapper {
    width: 100%;
    z-index: 100000;
    /*background: url(../img/grey_wisp.png) top center no-repeat #fff;*/
    background: #fff;
min-width: 1030px;
margin: 0 auto;
}

#header-content {
    /*width: 1030px;*/
width: 972px;
    height: auto;
    position: relative;
    z-index: 100000;
    margin: 0 auto;

}

#header-content .wisp {
    z-index: 1000;
    position: absolute;
    top: -20px;
    left: -50px;
    background: url(../img/grey_wisp.png) top left no-repeat;
    width: 1306px;
    height: 124px;
    display: none;
}

#header-content .logo {
    padding-top: 22px;
    padding-left: 25px;
    z-index: 10000;
    position: relative;
}

#header-content .landing-logo {
    z-index: 10000;
    position: relative;
    padding: 23px 0;
}

#header-content .find-dentist {
    z-index: 10000;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/landing_header_bg2.png) top left no-repeat;
    height: 140px;
    width: 364px;
}

#header-content .find-dentist .find-title {
    z-index: 10000;
    position: absolute;
    top: 15px;
    left: 140px;
    background: url(../img/find_a_dentist_text.png) top left no-repeat;
    height: 33px;
    width: 207px;
    text-indent: -9000em;
    display: block;
}

#header-content .find-dentist .text-input {
    z-index: 10000;
    position: absolute;
    top: 50px;
    left: 150px;
    background: url(../img/landing_find-dentist_input_bg.png) top left no-repeat;
    height: 20px;
    width: 124px;
    display: block;
    border: none;
    padding: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #7a7a7a;
}

#header-content .find-dentist .submit {
    z-index: 10000;
    position: absolute;
    top: 49px;
    left: 290px;
    background: url(../img/find_a_dentist_submit_button_bg.png) top left no-repeat;
    height: 27px;
    width: 54px;
    display: block;
    border: none;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
text-decoration: none;
text-align: center;
padding: 3px 0;
}

#header-content .find-dentist .submit:hover {
    color: #9b0d1d;
}

#header-content .locations-selector {
	height: 27px;
	left: 0px;
	padding-left: 145px;
	position: absolute;
	top: 105px;
	width: 770px;
	z-index: 10000;
}

#header-content .locations-selector .our-network {
	position: absolute;
	top: 0;
	left: 0;
	height: 27px;
	width: 143px;
	background: url(../img/our_network.jpg) top left no-repeat;
}

#header-content .locations-selector ul {
	list-style-type: none;
	margin-top: 4px;
}

#header-content .locations-selector ul li {
	display: block;
	float: left;
	border-right: 1px dashed #e10022;
}

#header-content .locations-selector ul li.end {
	border: none;
width: 195px;
}

#header-content .locations-selector ul li a {
	color: #6D6E71;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 12px;
	text-decoration: none;
}

#header-content .locations-selector ul li a:hover, #header-content .locations-selector ul li a.active {
	color: #fff;
	background: #c90f26;
}

#header-content .address {
    position: absolute;
    width: 600px;
    right:65px;
    text-align: right;
    top: 70px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    z-index: 100000;
    color: #9b0d1d;
    letter-spacing: -0.05em;
}

#header-content .menu {
    height: 34px;
    width: 972px;
    margin-top: 10px;
    z-index: 100000;
    position: relative;
background: url(../img/menu_item_bg.png) top left repeat-x;
}

#header-content .landing-menu {
    margin-top: 0px;
}

#header-content .top-shadow-arc {
    background: url(../img/shadow_arc_top.png) top left no-repeat;
    width: 672px;
    height: 12px;
    margin-top: 5px;
    margin-left: 100px;
    margin-bottom: 5px;
}

#content-wrapper {
    width: 100%;
    height: auto;
    background: url(../img/content_bg_repeat.png) top left repeat-x;
    z-index: 100;
position: relative;
 margin: 0;
padding: 0;
}

#content-wrapper.landing-content {
    background: url(../img/landing_content_bg_repeat.jpg) top left repeat-x;
}

#background-decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../img/background-decoration.png) top center no-repeat;
padding: 0;
}

#background-decoration-home {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../img/background-decoration-home.png) top center no-repeat;
 margin: 0 auto;
padding: 0;
}

#content-wrapper-small {
    width: 100%;
    height: auto;
    background: url(../img/small_red_stripe_bg.png) top left repeat-x;
    z-index: 100;
position: relative;
}

#content-container {
    width: 972px;
    height: auto;
    z-index: 100;
 margin: 0 auto;
position: relative;
padding: 0 !important;
}

#content-container .image-panel {
    width: 972px;
    height: 356px;
    position: relative;
    z-index: 100;
    padding-top: 0px !important;
    /*padding-bottom: 24px;*/
    background: url(../img/flash_bg.png) bottom left no-repeat #fff;
}

#content-container .image-panel-home {
    width: 972px;
    height: 356px;
    position: relative;
    z-index: 100;
    padding-top: 0px !important;
    /*padding-bottom: 24px;*/
    background: url(../img/flash_bg.png) bottom left no-repeat;
}

#content-container .image-panel #flashheader {
    z-index: 100;
    position: relative;
}

#content-container .image-panel-landing {
    width: 972px;
    height: 389px;
    position: relative;
    z-index: 100;
    padding-top: 0px !important;
    background: url(../img/landing_flash_bg.png) bottom right no-repeat;
}

#content-container .image-panel-landing .banner-text {
    width: 354px;
    height: 384px;
    position: absolute;
    z-index: 100;
    background: url(../img/landing_banner_text_panel_bg.png) top right no-repeat;
    top: 0;
    right: 0;
    padding: 0 30px 0 70px;
}

#content-container .image-panel-landing .banner-text .landing-slogan {
    width: 367px;
    height: 39px;
    text-indent: -9000em;
    background: url(../img/landing_tdt_slogan.png) bottom left no-repeat;
    padding-top: 25px;
}

#content-container .image-panel-landing .banner-text p {
    padding: 5px 0 10px 5px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 21px;
}

#content-container .red-bar {
    width: 990px;
    height: 56px;
    position: relative;
    z-index: 100;
}

#content-container .image-panel .latest-news {
    width: 445px;
    height: 200px;
    position: absolute;
    right: 0px;
    top: 12px;
    z-index: 100;
}

#content-container .image-panel .latest-news .news-background {
    width: 445px;
    height: 200px;
    background: #660000;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity:0.5; /* css standard */
    -moz-opacity:0.5;
}

#content-container .image-panel .latest-news .news {
    width: 445px;
    height: 200px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#content-container .image-panel .latest-news .news .title {
    color: #fff;
    font-size: 18px;
    font-family: Tahoma;
    margin-left: 30px;
    margin-top: 12px;
}


#content-container .image-panel .latest-news .news #news-items {
    margin-left: 50px;
    margin-top: 6px;
    width: 330px;
}

#content-container .image-panel .latest-news .news #news-items .item {
    width: 330px;
    margin: 13px 0;
}

#content-container .image-panel .latest-news .news #news-items .item p {
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
}

#content-container .image-panel .latest-news .news #news-items .item p a {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
}

#content-container .image-panel .latest-news .news #news-items .item p a:hover {
    text-decoration: underline;
}

#content-container .image-panel .latest-news .news #news-items .item p.date {
    font-size: 16px;
    color: #b5b5b5;
    line-height: 18px;
    padding-top: 3px;
    padding-left: 26px;
    padding-bottom: 3px;
    background: url(../img/calendar_icon.png) top left no-repeat;
}

#content-container .image-panel .image-holder {
    width: 506px;
    height: 226px;
    position: absolute;
    left: 46px;
    top: 1px;
    z-index: 100;
}

#content-container .image-panel .image-holder .background {
    width: 506px;
    height: 226px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/image_panel_image_bg.png) top left no-repeat;
}

#content-container .image-panel .image-holder .image {
    position: absolute;
    left: 18px;
    top: 19px;
}

#content-container .didyouknow {
    right: 20px;
    top: 80px;
    position: absolute;
    width: 260px;
}

#content-container .didyouknow .title {
    background: url(../img/right-arrow.png) top left no-repeat;
    font-size: 18px;
    padding-top: 4px;
    padding-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

#content-container .didyouknow .text {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
    padding-left: 15px;
    color: #ab0707;
    width: 200px;
    letter-spacing: 1px;
}

#content-container .didyouknow .text a {
    color: #ab0707;
    text-decoration: none;
}

#content-container .didyouknow .text a:hover {
    text-decoration: underline;
}

#content-container .image-panel .didyouknow {
    left: 575px;
    top: 20px;
    position: absolute;
    width: 260px;
}

#content-container .image-panel .didyouknow .title {
    background: url(../img/right-arrow.png) top left no-repeat;
    font-size: 18px;
    padding-top: 4px;
    padding-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

#content-container .image-panel .didyouknow .text {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
    padding-left: 15px;
    color: #fff;
    width: 200px;
    letter-spacing: 1px;
}

#content-container .image-panel .didyouknow .text a {
    color: #fff;
    text-decoration: none;
}

#content-container .image-panel .didyouknow .text a:hover {
    text-decoration: underline;
}

#content-container .left-side {
    float: left;
    width: 270px;
    position: relative;
    z-index: 1000;
}

#content-container .left-side  .page-title {
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma;
    color: #3e3e3e;
}

#content-container .page-title-red {
    font-size: 16px;
    font-weight: bold;
    font-family: Tahoma;
    color: #b11f24;
    margin-bottom: 20px;
}

#content-container .position-title {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #3e3e3e;
    margin-top: 10px;
    margin-bottom: 10px;
}

#content-container .position-title-red {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #b11f24;
    margin-top: 10px;
    margin-bottom: 10px;
}

#content-container .text-area p {
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif;
    color: #3c3c3c !important;
    margin: 0 0 15px 0 !important;
    line-height: 20px !important;
}

#content-container .left-side .contact-form {
    margin-top: 10px;
}

#content-container .left-side .textInput {
    margin: 8px 0;
    display: block;
    color: #fff;
    font-family: Tahoma;
    font-size: 12px;
    border: none;
    background: url(../img/form_text_field_bg.png) top left repeat-x;
    padding: 10px;
    width: 210px;
}

#content-container .left-side .textArea {
    margin: 8px 0;
    display: block;
    color: #fff;
    font-family: Tahoma;
    font-size: 12px;
    border: none;
    background: url(../img/form_text_area_bg.png) top left repeat-x #010101;
    padding: 10px 0px 10px 0px;
    width: 230px;
    height: 108px;
    max-height: 108px;
    max-width: 230px;
    text-indent: 10px;
}

#content-container .left-side .submitButton {
    margin: 8px 0;
    display: block;
    color: #fff;
    font-family: Tahoma;
    font-size: 18px;
    border: none;
    background: url(../img/form_submit_button_bg.png) top left no-repeat;
    width: 141px;
    height: 36px;
    text-indent: -8px;
    cursor: pointer;
}

#content-container .content {
	margin-top: -1px;
	border-top: 1px solid white;
}

#content-container .content-buttons {
    margin-bottom: 10px;
    margin-top: 25px;
}

#content-container .content-buttons a {
    text-decoration: none;
    color: #fff !important;
    margin-right: 10px;
    display: block;
    height: 36px;
    font-style: normal !important;
}

#content-container .content-buttons a .start-button {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 5px;
    height: 36px;
    background: url(../img/circle_button_start.png) top left no-repeat;
    float: left;
    cursor: pointer;
}

#content-container .content-buttons a .button-text {
    height: 12px;
    float: left;
    padding: 11px 20px 13px 20px;
    background: url(../img/circle_button_bg.png) top left repeat-x;
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

#content-container .content-buttons a .end-button {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 26px;
    height: 36px;
    background: url(../img/circle_button_end.png) top left no-repeat;
    float: left;
    cursor: pointer;
}


#content-container .middle {
    float: left;
    width: 300px;
    position: relative;
    z-index: 1000;
}

#content-container .google-map {
    width: 286px;
    height: 306px;
    position: relative;
}

#content-container .google-map .background {
    width: 286px;
    height: 286px;
    background: url(../img/google_map_bg.png) top left no-repeat;
    position: absolute;
    top: 20px;
    left: 0;
}

#content-container .google-map .link {
    position: absolute;
    top: 6px;
    left: 12px;
}

#content-container .google-map .link a {
    color: #ae1e23;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#content-container .google-map .link a:hover {
    text-decoration: none;
}

#content-container .google-map .map {
    width: 242px;
    height: 242px;
    position: absolute;
    top: 38px;
    left: 19px;
}

#content-container .gallery-section {
    width: 277px;
    height: 235px;
    position: relative;
    margin: 10px auto 20px auto;
    z-index: 50;
}

#content-container .gallery-section .background {
    width: 277px;
    height: 215px;
    background: url(../img/image_border_bg.png) top left no-repeat;
    position: absolute;
    top: 20px;
    left: 0;
}

#content-container .gallery-section .gallery {
    width: 233px;
    height: 171px;
    position: absolute;
    top: 38px;
    left: 19px;
}

#content-container .address {
    margin-left: 20px;
}

#content-container .address p {
    color: #3c3c3c !important;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 0 0 0 !important;
    font-size: 12px !important;
    line-height: 16px;
}

#content-container .address p a {
    color: #b01e23 !important;
}

#content-container .address p a:hover {
    text-decoration: none;
}

#content-container .address p.company-name {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #ac1d21 !important;
    padding: 0 !important;
    line-height: 20px !important;
}

#content-container .address p.phone-number {
    font-size: 18px !important;
    font-weight: bold;
    color: #ac1d21;
    line-height: 24px !important;
}

#content-container .right-side {
    float: left;
    width: 280px;
    position: relative;
    z-index: 1000;
}

#content-container .bordered-image {
    width: 277px;
    height: 235px;
    position: relative;
}

#content-container .bordered-image .background {
    width: 277px;
    height: 215px;
    background: url(../img/image_border_bg.png) top left no-repeat;
    position: absolute;
    top: 20px;
    left: 0;
}

#content-container .bordered-image .image {
    width: 233px;
    height: 171px;
    position: absolute;
    top: 38px;
    left: 19px;
}

#content-container .news-panel {
    margin-left: 40px;
}

#content-container .news-panel .pagination {
    width: 845px;
    margin-left: 15px;
    padding: 5px 0;
    z-index: 20;
    position: relative;
    height: 15px;
}

#content-container .news-panel .extrapadding {
    padding-top: 15px;
}

#content-container .news-panel .pagination a {
    color: #ab0707;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    width: 127px;
}

#content-container .news-panel .pagination a.next {
    width: 100px;
}

#content-container .news-panel .pagination a span {
    float: left;
    margin-top: 7px;
    cursor: pointer;
    padding: 0 5px;
    text-decoration: underline;
}

#content-container .news-panel .pagination a:hover {
    text-decoration: none;
}

#content-container .news-panel .pagination a:hover span {
    text-decoration: none;
}

#content-container .news-panel .pagination a.previous {
    float: left;
}

#content-container .news-panel .pagination a.next {
    float: right;
    text-align: right;
}

#content-container .news-panel .pagination a.next span {
    text-align: right;
    float: right;
}

#content-container .news-panel .pagination a img {
    float: left;
    text-decoration: none;
}

#content-container .news-panel .pagination a.next img {
    float: right;
    text-decoration: none;
}


#content-container .news-panel .articles {
    z-index: 5;
    position: relative;
    clear: left;
}


#content-container .news-panel .news-item {
    width: 860px;
    margin-bottom: -20px;
    position: relative;
}

#content-container .news-panel .news-item .news-image {
    width: 232px;
    height: 166px;
    position: relative;
}

#content-container .news-panel .news-item .news-image .background {
    width: 232px;
    height: 166px;
    position: absolute;
    background: url(../img/news_thumbnail_image_bg.png) top left no-repeat;
    top: 0;
    left: 0;
}

#content-container .news-panel .news-item .news-image .image {
    position: absolute;
    top: 18px;
    left: 19px;
}

#content-container .news-panel .news-item .text-area {
    float: right;
    width: 630px;
    height: 136px;
    position: absolute;
    top: 11px;
    right: 0;
}

#content-container .news-panel .news-item .text-area .text {
    position: absolute;
    top: 11px;
    left: 17px;
}

#content-container .news-panel .news-item .text-area .text p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff !important;
    padding: 0;
    width: 560px;
    line-height: 14px;
    margin: 0 0 10px 0;
    text-align: left;
}

#content-container .news-panel .news-item .text-area .text p.date {
    font-size: 16px;
    color: #fff !important;
    line-height: 18px;
    padding-top: 3px;
    padding-left: 26px;
    padding-bottom: 3px;
    background: url(../img/calendar_icon.png) top left no-repeat;
}

#content-container .news-panel .news-item .text-area .text p.date .title {
    padding-left: 26px;
    font-weight: bold;
}

#content-container .news-panel .news-item .text-area .text p.links a {
    margin-right: 30px;
    color: #fff !important;
	text-decoration: none !important;
font-style: normal;
}

#content-container .news-panel .news-item .text-area .text p.links a:hover {
    text-decoration: underline !important;
	color: #b01d22 !important;
}


#content-container .news-panel .news-item .text-area .background1 {
    width: 630px;
    height: 136px;
    background: #000;
    opacity:0.65; /* css standard */
    -moz-opacity:0.65;
    position: absolute;
    top: 0;
    left: 0;
}

#content-container .news-panel .news-item .text-area .background2 {
    width: 630px;
    height: 136px;
    background: #000;
    opacity:0.75; /* css standard */
    -moz-opacity:0.75;
    position: absolute;
    top: 0;
    left: 0;
}

#content-container .news-panel .news-item .text-area .background3 {
    width: 630px;
    height: 136px;
    background: #b01d22;
    position: absolute;
    top: 0;
    left: 0;
}

#content-container .news-details {
clear: left;
position: relative;
z-index: 1000;
}

#content-container .news-details .news-image-panel {
    width: 412px;
    float: left;
}

#content-container .news-details .news-image-panel .news-image {
    width: 411px;
    height:315px;
    position: relative;
}

#content-container .news-details .news-image-panel .news-image .background {
    width: 411px;
    height:315px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/large_news_image_bg.png) top left no-repeat;
}

#content-container .news-details .news-image-panel .news-image .image {
    position: absolute;
    top: 18px;
    left: 19px;
}

#content-container .news-details .news-info-panel {
    width: 400px;
    height: auto;
    float: left;
    position: relative;
}

#content-container .news-details .news-info-panel .background {
    width: 500px;
    height: 900px;
    position: absolute;
    background: #000;
    top: 11px;
    left: 0;
    opacity:0.75; /* css standard */
    -moz-opacity:0.75;
}

#content-container .news-details .news-info-panel .news-text {
    position: relative;
    top: 11px;
    left: 0;
    padding: 11px 17px 20px 17px;
	width: 480px;
background: #000;
opacity:0.75; /* css standard */
    -moz-opacity:0.75;
}

#content-container .news-details .news-info-panel .news-text .paging {
    position: absolute;
    top: 11px;
    right: 0px;
    width: 200px;
}

#content-container .news-details .news-info-panel .news-text .paging a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-decoration: none;
    width: 93px;
}

#content-container .news-details .news-info-panel .news-text .paging a.next {
    width: 66px;
}

#content-container .news-details .news-info-panel .news-text .paging a span {
    float: left;
    margin-top: 7px;
    cursor: pointer;
    padding: 0 5px;
    text-decoration: underline;
}

#content-container .news-details .news-info-panel .news-text .paging a:hover {
    text-decoration: none;
}

#content-container .news-details .news-info-panel .news-text .paging a:hover span {
    text-decoration: none;
}

#content-container .news-details .news-info-panel .news-text .paging a.previous {
    float: left;
}

#content-container .news-details .news-info-panel .news-text .paging a.next {
    float: right;
    text-align: right;
}

#content-container .news-details .news-info-panel .news-text .paging a.next span {
    text-align: right;
    float: right;
}

#content-container .news-details .news-info-panel .news-text .paging a img {
    float: left;
    text-decoration: none;
}

#content-container .news-details .news-info-panel .news-text .paging a.next img {
    float: right;
    text-decoration: none;
}

#content-container .news-details .news-info-panel .news-text p {
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    margin-left: 20px;
    width: 420px;
    margin-top: 15px;
    padding: 0;
}

#content-container .news-details .news-info-panel .news-text p.date {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    padding-top: 3px;
    padding-left: 26px;
    padding-bottom: 3px;
    background: url(../img/calendar_icon.png) top left no-repeat;
    margin: 0;
}

#content-container .news-details .news-info-panel .news-text p.news-title {
    font-size: 18px;
    color: #fff;
    line-height: 16px;
    margin-top: 20px;
}

#content-container .news-details .news-info-panel .news-text p.title {
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    margin-top: 20px;
}

#content-container .news-details .news-info-panel .news-text p a {
    color: #fff;
	text-decoration: none;
font-style: normal;
}

#content-container .news-details .news-info-panel .news-text p a:hover {
    text-decoration: underline;
	color: #b01d22;
}

#content-container .media-flash {
    width: 870px;
    height: 607px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}

#content-container .media-buttons {
    width: 870px;
    margin: 0px auto;
	position: relative;
}

#content-container .media-buttons .background {
    width: 827px;
	position: absolute;
	top: 0;
	left: 22px;
	height: 80px;
	z-index: 25;
}

#content-container .media-button {
    width: 290px;
    float: left;
	z-index: 1000;
	position: relative;
	margin-top: 10px;
}

#content-container .media-button p {
    clear: both;
    padding: 0 !important;
    display: block;
    width: 200px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;

}

#content-container .media-button a {
    color: #fff !important;
    text-decoration: none;
    margin: 5px 50px;
    display: block;
	font-style: normal !important;
}

#content-container .media-button a:hover {
    text-decoration: none !important;
}

#content-container .media-button a .start-button {
    text-decoration: none;
    color: #fff !important;
    display: block;
    width: 5px;
    height: 36px;
    background: url(../img/circle_button_start.png) top left no-repeat;
    float: left;
    cursor: pointer;
}

#content-container .media-button a .button-text {
    height: 12px;
    float: left;
    padding: 11px 20px 13px 20px;
    background: url(../img/circle_button_bg.png) top left repeat-x;
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
font-style: normal !important;
}

#content-container .media-button a .end-button {
    text-decoration: none;
    color: #fff !important;
    display: block;
    width: 26px;
    height: 36px;
    background: url(../img/circle_button_end.png) top left no-repeat;
    float: left;
    cursor: pointer;
}

#content-container .insurance-text-logo {
    text-indent: -9000px;
    background: url(../img/insurance_title.png) center left no-repeat;
    width: 634px;
    height: 27px;
    margin: 0 5px;
    padding: 5px 0;
}

#content-container .staff-text-logo {
    text-indent: -9000px;
    background: url(../img/staff_title.png) center left no-repeat;
    width: 634px;
    height: 27px;
    margin: 0 5px;
    padding: 5px 0;
}

#content-container .insurance-panel {
    margin-top: 20px;
    width: 900px;
    position: relative;
}

#content-container .blackbox {
    padding-top: 10px;
    width: 633px;
    padding-bottom: 20px;
position: relative;
z-index: 100;
}

#content-container .blackbox .top {
    width: 633px;
    height: 12px;
    overflow: hidden;
    background: url(../img/round_black_top.png) top left no-repeat;
    float: left;
}

#content-container .blackbox .middle {
    width: 633px;
    background: #000;
    float: left;
    padding-bottom: 10px;
}

#content-container .blackbox .middle ul {
    padding: 10px 0px;
}

#content-container .blackbox .middle ul li {
    color: #cacaca;
    font-size: 16px !important;
    line-height: 16px !important;
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
    display: block;
    float: left;
    width: auto;
    margin: 4px 0px 4px 0 !important;
    padding: 10px 18px !important;
    background: none !important;
}

#content-container .blackbox .bottom {
    width: 633px;
    height: 12px;
    overflow: hidden;
    background: url(../img/round_black_bottom.png) top left no-repeat;
    float: left;
}

#content-container .insurance-bordered-image {
    width: 277px;
    height: 235px;
    position: absolute;
    right: 10px;
    top: 20px;
}

#content-container .insurance-bordered-image .background {
    width: 277px !important;
    height: 215px !important;
    background: url(../img/image_border_bg.png) top left no-repeat;
    position: absolute;
    top: 20px !important;
    left: 0;
}

#content-container .insurance-bordered-image .image {
    width: 233px;
    height: 171px;
    position: absolute;
    top: 38px;
    left: 19px;
    z-index: 1000;
}

#content-container .citihealth {
    width: 633px;
    clear: left;
    padding-top: 20px;
padding-bottom: 20px;
}

#content-container .citihealth p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    line-height: 25px !important;
    letter-spacing: 1px;
text-align: justify;
}

#content-container .citihealth img {
    margin-right: 20px;
    float: left;
margin-top: 5px;
}

#content-container .left-panel {
    float: left;
    width: 471px;
    background: #fff;
    position: relative;

    color: #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;

    padding: 0 30px 0 35px ;
    z-index: 100;
    margin-bottom: 50px;
}

#content-container .full-panel {
    width: 972px;
    background: url(../img/landing_panel_bg.jpg) top left repeat-x #fff;
    position: relative;

    color: #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    
    padding: 20px 0 0px 0;
    z-index: 100;
    height: 290px;

}

#content-container .full-panel .float-image-panel {
    width: 297px;
    height: 167px;
    padding: 12px;
    background: url(../img/landing_button_bg.png) top left repeat-x #9a9a9a;
    float: left;
    margin: 0 1px;
    overflow: hidden;
    background-image: ;
}

#content-container .full-panel .float-image-panel.hover {
    background: #bcbcbc;
}

#content-container .full-panel .float-image-panel.center {
    margin-right: 2px;
    margin-left: 2px;
}


#content-container .full-panel .float-image-panel .image-content {
    width: 100%;
    height: 100%;
    /*background: #000;*/
}

#content-container .full-panel .float-image-panel .image-content .image-rotator {
    width: 100%;
    height: 100%;
    position: relative;
}

#content-container .full-panel .float-image-panel .image-content .image-rotator a, #content-container .full-panel .float-image-panel .image-content .image-rotator img {
    position: absolute;
    top: 0;
    left: 0;
}

#content-container .full-panel .float-image-panel .image-content .image-rotator a img {
	position: relative;
}

#content-container .full-panel .float-image-panel .image-content .the-latest {
    width: 100%;
    height: 100%;
    background: #000;
}

#content-container .full-panel .float-image-panel .image-content .the-latest p {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    padding: 11px;
}

#content-container .full-panel .float-image-panel .image-content .the-latest p .title {
    border-bottom: 1px dotted #A70618;
color: #A70618;
display: block;
font-size: 20px;
line-height: 26px;
margin-bottom: 6px;
padding-bottom: 5px;
text-transform: uppercase;
}

#content-container .left-panel .title-img {
    padding:  10px 0 0 0;
}

#content-container .left-panel .content-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 538px;
    height: 460px;
}

#content-container .left-panel .content-background-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 972px;
    height: 460px;
}

#content-container .left-panel .home {
    background: url(../img/home_content_bg.png) top left no-repeat;
}

#content-container .left-panel .staff {
    background: url(../img/staff_page_bg.png) top left no-repeat;
}

#content-container .left-panel .contact, #content-container .left-panel .careers, #content-container .left-panel .requestappointment {
    background: url(../img/contact_page_bg.png) top left no-repeat;
}

#content-container .left-panel .media {
    background: url(../img/media_page_bg.png) top left no-repeat;
}

#content-container .left-panel .newspage {
    background: url(../img/news_page_bg.png) top left no-repeat;
}

#content-container .left-panel .newsextended {
    background: url(../img/news2_page_bg.png) top left no-repeat;
}

#content-container .left-panel .insurance, #content-container .left-panel .insurancefaq {
    background: url(../img/insurance_page_bg.png) top left no-repeat;
}

#content-container .left-panel .newpatients {
    background: url(../img/home_content_bg.png) top left no-repeat;
}

#content-container .left-panel .philosophy {
    background: url(../img/home_content_bg.png) top left no-repeat;
}

#content-container .left-panel .technology {
    background: url(../img/home_content_bg.png) top left no-repeat;
}

#content-container .left-panel .specials {
    background: url(../img/home_content_bg.png) top left no-repeat;
}

#content-container .left-panel .payments {
    background: url(../img/home_content_bg.png) top left no-repeat;
}

#content-container .left-panel .privacy {
    background: url(../img/home_content_bg.png) top left no-repeat;
}

#content-container .left-panel .contents {
    position: relative;
    z-index: 1000;
}

#content-container .left-panel strong {
    color: #b01d22;
    font-size: 14px;
    line-height: 25px;
}

#content-container .left-panel a {
    color: #b01d22;
font-style: italic;
text-decoration: none;
}

#content-container .left-panel a:hover {
text-decoration: underline;
}

#content-container .left-panel p {
    color: #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;

    padding: 5px 0 20px 0;
    position: relative;
    z-index: 1000;
}

#content-container .left-panel p.title {
    font-size: 20px;
    color: #b01d22;
    line-height: 22px;
    font-weight: bold;
}

#content-container .left-panel p.title .small-text {
    font-size: 14px;
    color: #b01d22;
    line-height: 16px;
    font-weight: regular;
}

#content-container .left-panel ul {
    margin-left: 0px;
    position: relative;
    z-index: 1000;
    list-style-type: none;
}

#content-container .left-panel ul li {
    color: #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px !important;

    padding: 0px 30px 15px 35px;
    position: relative;
    z-index: 1000;
    background: url(../img/checkmark.png) top left no-repeat;
}

#content-container .left-panel .text-logo {
    text-indent: -9000px;
    background: url(../img/experience.png) top left no-repeat;
    width: 476px;
    height: 107px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}

#content-container .left-panel .content-text p {
    width: 590px;
    margin-top: 23px;
    margin-left: 58px;
    color: #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 38px;
}

#content-container .content-text2 p {
    width: 590px;
    margin-top: 33px;
    margin-left: 8px;
    color: #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 38px;
}

#content-container .content-text2 ul {
    width: 600px;
    margin-left: 28px;
    margin-top: 20px;
    color: #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 1px;
}

#content-container .content-text2 ul li {
    color: #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

#content-container .content-panels {
    background: #fff !important;
    position: relative;
}

#content-container .right-panel {
    float: right;
    width: 426px;
    /*background: url(../img/right_panel_bg.png) top left repeat-y #a9a9a9;*/
    background: url(../img/right_panel_decoration.png) bottom left repeat-x #a41307;
    position: relative;
    padding-bottom: 50px;
}

#content-container .right-panel .quote-system {
    width: 376px;
    margin: 5px auto 30px auto;
    opacity: 0.99;
}

#content-container .right-panel .quote-system .end-quote{
    margin-left: 5px;
}

#content-container .right-panel .quote-system .quote {
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
}

#content-container .right-panel .quote-system .author {
    color: #afafaf;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    display: block;
    text-align: right;
}

#content-container .right-panel .ad-space {
    width: 426px;
    background: #ededed;
    height: 92px;
    margin-bottom: 2px;
    position: relative;
    overflow: hidden;
}

#content-container .right-panel .news-space {
    width: 406px;
    background: #ededed;
    margin-bottom: 2px;
    position: relative;
    padding: 5px 10px;
}

#content-container .right-panel .news-space p {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

#content-container .right-panel .news-space p a {
    color: #B01D22;
    text-decoration: none;
}

#content-container .right-panel .news-space p a:hover {
    text-decoration: underline;
}

#content-container .right-panel .ad-space .ad {
    position: absolute;
    top: 0;
    left: 0;
}

#content-container .right-panel .ad-space img {
	position: relative;
}

#content-container .right-panel .decoration {
    width: 426px;
    background: url(../img/right_panel_decoration.png) bottom left no-repeat #a41307;
    position: absolute;
    top: 0px;
    left: 0;
    height: 315px;
    z-index: 10;
    display: none;
}

#content-container .right-panel .decoration2 {
    width: 426px;
    background: url(../img/right_panel_decoration2.png) top left no-repeat;
    position: absolute;
    top: 300px;
    left: 0;
    height: 351px;
    z-index: 5;
    display: none;
}

#content-container .right-panel .red-stripe {
    width: 426px;
    height: 3px;
    overflow: hidden;
    background: url(../img/red_stripe.png) top left repeat-x;

}

#content-container .no-line {
    background: url(../img/inner_right_panel_bg.png) top left no-repeat #ffffff;
}

#content-container .right-panel .title {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1a1818;
    padding: 16px 0 2px 67px;
    position: relative;
    z-index: 100;
}

#content-container .right-panel .title .larger {
    font-size: 24px;
}

#content-container .right-panel #flashquotes {
    margin-left: 65px;
    position: relative;
    z-index: 100;
}

#content-container .right-panel #flashads {
    margin-left: 52px;
    position: relative;
    z-index: 100;
}

#content-container .right-panel .title-bar {
    float: right;
    width:225px;
    height: 20px;
    background: url(../img/button_bg_60.png) top left repeat-x;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 20px 20px;
}

#content-container .right-panel .buttons {
  padding: 10px 0;
  margin-bottom: 20px;
  height: 36px;
}

#content-container .right-panel .buttons a {
    text-decoration: none;
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 151px;
}

#content-container .right-panel .buttons a .start-button {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 5px;
    height: 36px;
    background: url(../img/circle_button_start.png) top left no-repeat;
    float: left;
    cursor: pointer;
}

#content-container .right-panel .buttons a .button-text {
    height: 12px;
    float: left;
    padding: 11px 20px 13px 20px;
    background: url(../img/circle_button_bg.png) top left repeat-x;
    display: block;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    line-height: 12px;
    width: 80px;
    text-align: center;
}

#content-container .right-panel .buttons a .end-button {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 26px;
    height: 36px;
    background: url(../img/circle_button_end.png) top left no-repeat;
    float: left;
    cursor: pointer;
}

#content-container .right-panel .text-area {
    float: right;
    width: 265px;
    height: auto;
    background: url(../img/quote_bg.png) top left no-repeat;
    margin-top: 3px;
    position: relative;
}

#content-container .right-panel .text-area .quote-top {
    background: url(../img/quote_top.png) top left no-repeat;
    width: 32px;
    height: 28px;
    position: absolute;
    top: 20px;
    left: 20px;
}


#content-container .right-panel .text-area .quote-bottom {
    background: url(../img/quote_bottom.png) top left no-repeat;
    width: 32px;
    height: 28px;
    position: absolute;
    top: 170px;
    left: 220px;
}


#content-container .right-panel .text-area p {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #595959;
    padding: 50px 30px 0 30px;
    text-align: left;
    font-style: italic;
}

#content-container .right-panel .text-area p.author {
    text-align: right;
    padding-top: 25px;
}

#content-container .right-panel .text-area p.author .red-text {
    color: #b01d22;
    font-weight: bold;
}

#footer {
    clear: both;
    width: 972px;
    height: auto;
    position: relative;
}

#footer .wisp {
    clear: both;
    width: 972px;
    height: 88px;
    background: url(../img/footer_wisp.png) center left no-repeat;
    padding: 30px 0;
}

.newsletter {
    width: 972px;
    height: auto;
    position: absolute;
    top: -70px;
    left: -10px;
    z-index: 1000;
}

.newsletter .newsletter-form {
    float: left;
    width: 290px;
    height: 38px;
    position: relative;
    margin-left: 20px;
}

.newsletter .newsletter-form .background {
    width: 290px;
    height: 38px;
    position: absolute;
    background: url(../img/newsletter_bg.png) top left no-repeat;
    top: 0;
    left: 0;
}

.newsletter .newsletter-form .form {
    position: absolute;
    top: 0;
    left: 0;
}

.newsletter .newsletter-form .form .instructions {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 10px;
    width: 300px;
    line-height: 12px;
    padding: 0;
}

.newsletter .newsletter-form .form .textInput {
    position: absolute;
    top: 7px;
    left: 70px;
    font-size: 11px;
    padding:4px;
    width: 168px;
    background: none;
    border: none;
}

.newsletter .newsletter-form .form .submitButton {
    position: absolute;
    top: 3px;
    left: 255px;
    width: 30px;
    height: 30px;
    border: none;
    background: url(../img/arrow_button.png) top left no-repeat;
    cursor: pointer;
}

.newsletter .buttons {
    float: left;
    margin-left: 10px;
}

.newsletter .buttons a {
    text-decoration: none;
    color: #fff;
    margin-right: 4px;
    display: block;
    float: left;
}

.newsletter .buttons a .start-button {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 5px;
    height: 36px;
    background: url(../img/circle_button_start.png) top left no-repeat;
    float: left;
    cursor: pointer;
}

.newsletter .buttons a .button-text {
    height: 12px;
    float: left;
    padding: 11px 20px 13px 20px;
    background: url(../img/circle_button_bg.png) top left repeat-x;
    display: block;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    line-height: 12px;
}

.newsletter .buttons a .end-button {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 26px;
    height: 36px;
    background: url(../img/circle_button_end.png) top left no-repeat;
    float: left;
    cursor: pointer;
}

#footer .bottom-shadow-arc {
    background: url(../img/shadow_arc_bottom.png) top left no-repeat;
    width: 672px;
    height: 12px;
    margin: 5px auto;
}

#footer .copyright p {
    width: 672px;
    height: 34px;
    margin-top: 10px;
    margin-left: 40px;
    float: left;
    font-size: 12px;
    color: #1a1818;
    font-family: Tahoma;
    padding-left: 43px;
    background: url(../img/boss_logo.png) top left no-repeat;
    line-height: 16px;
}

#footer .copyright p a {
    color: #1a1818;
    text-decoration: none;
}

#footer .copyright p a:hover {
    text-decoration: underline;
}

    select {
      display: block;
      margin: 0;
      width: 300px;
    }
    select.replaced {
      width: 1px;
      position: absolute;
      left: -999em;
    }
    ul.selectReplacement {
      margin: 0 0 8px !important;
      padding: 0 !important;
      height: 32px;
      width: 212px;
      position: relative;
      background: url(../img/form_text_field_bg.png) top left repeat-x;
      z-index: 100 !important;
    }
    ul.selectFocused {
      background-image: url(top-focus.jpg);
    }
    ul.selectReplacement li {
      cursor: pointer;
      display: none;
    color: #fff !important;
    font-family: Tahoma !important;
    font-size: 12px !important;
    border: none;
    background: #000 !important;
    position: relative;
    line-height: 12px;

    padding: 9px !important;
    width: 212px;
    z-index: 100 !important;
    overflow: hidden;
    }

    ul.selectReplacement li .dropArrow
    {
        display: block;
        position: absolute;
        top: 13px;
        right: 8px;
        width: 14px;
        height: 8px;
        background: url(../img/dropdown_arrow.png) top left no-repeat;
    }
    ul.selectOpen {
      z-index: 1000 !important;
    }
    ul.selectOpen li {
      display: block;
      z-index: 1000 !important;
      padding: 9px !important;
    }
    
    ul.selectOpen li .dropArrow {
      display: none;
    }
    ul.selectReplacement li.selected {
      background: url(../img/form_text_field_bg.png) top left repeat-x !important;
      color: #fff !important;
      display: block;
    }
    ul.selectOpen li.selected {
      background: #9e0000 !important;
      display: block;
      margin: 0 !important;
    }
    ul.selectOpen li:hover,
    ul.selectOpen li.hover,
    ul.selectOpen li.selected:hover {
      background: #9e0000;
      color: #fff !important;
    }

label {
    font-family: Tahoma;
    font-size: 18px;
    padding: 15px 0 4px 0;
}

label.small-label {
    font-family: Tahoma;
    font-size: 17px;
}

    .upload {
	position:relative;
	width:225px;
}
.realupload {
	width:225px;
}

.staff-bio-list {
    width: 970px;
    margin: 0 auto;
    height: 205px;
    padding-top: 10px;
}

.staff-bio-list-flash {
    width: 975px;
    margin: 0 auto;
    height: 226px;
    padding-top: 0px;
}

.staff-bio-list .bios {
    width: 692px;
    margin: 0 auto;
    height: 205px;
    background: url(../img/staff_bio_bg.png) top left no-repeat;
    padding: 0 40px;
}

.staff-bio-list .bios .bio {
    width: 135px;
    padding: 8px 3px 8px 0;
    color: #fff;
    cursor: pointer;
    float: left;
}

.staff-bio-list .bios .bio img {
    border: 5px solid #fff;
}

.staff-bio-list .bios .bio p {
    padding-top: 5px;
    font-size: 14px;
    font-family: Tahoma;
}

.staff-bio-list .bios .bio p .position {
    font-size: 10px;
    font-family: Arial;
    font-style: italic;
}

.forms {
       float: left;
}

.forms .form-item {
       width: 450px;
       margin: 5px 0;
       height: 30px;
       clear: both;
}

.forms .form-item .form-item-title {
    color: #b01d22;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: 20px;

    padding: 5px 0 5px 0;
    position: relative;
    z-index: 1000;
    width: 350px;
    background: #dddddd;
    text-indent: 10px;
    float: left;
}

.forms .form-item .form-item-link {
  color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    position: relative;
    z-index: 1000;
    width: 100px;
    background: #fff;
    text-indent: 10px;
    float: left;
    text-align: left;
}

.forms .form-item .form-item-link a {
  color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: 20px;

    padding: 5px 0 5px 0;
    position: relative;
    z-index: 1000;
    width: 100px;
    background: #b01d22;
    text-indent: 10px;
    float: left;
    font-style: normal !important;
}

.forms-info-box .forms-header {
    color: #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;

    padding: 5px 0 20px 0;
    position: relative;
    z-index: 1000;
}

.forms-info-box .forms-header .notice {
    color: #b01d22;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;

    padding: 5px 0 20px 0;
    position: relative;
    z-index: 1000;
    font-weight: bold;
}

a.footer-button {
    height: 54px !important;
    text-indent: -9000px;
}

a.footer-button:hover {
    background-position: bottom left !important;
}

a.insurance {
    background: url(../img/insurance_button_bg.png) top left no-repeat !important;
    width: 174px;
}

a.request-appointment {
    background: url(../img/request_button_bg.png) top left no-repeat !important;
    width: 256px;
}

a.insurance-faq {
    background: url(../img/insurance_faq_button_bg.png) top left no-repeat !important;
    width: 197px;
}

a.patient-forms {
    background: url(../img/patient_forms_button_bg.png) top left no-repeat !important;
    width: 275px;
}