/* FONTS */
@font-face {
    font-family: 'Frutiger';
    src: url('../fonts/frutigerltstd-light-webfont.eot');
    src: url('../fonts/frutigerltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/frutigerltstd-light-webfont.woff') format('woff'),
    url('../fonts/frutigerltstd-light-webfont.ttf') format('truetype'),
    url('../fonts/frutigerltstd-light-webfont.svg#FrutigerLTStd45Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger';
    src: url('../fonts/frutigerltstd-boldcn-webfont.eot');
    src: url('../fonts/frutigerltstd-boldcn-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/frutigerltstd-boldcn-webfont.woff') format('woff'),
    url('../fonts/frutigerltstd-boldcn-webfont.ttf') format('truetype'),
    url('../fonts/frutigerltstd-boldcn-webfont.svg#FrutigerLTStd67BoldCondensed') format('svg');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Bembo';
    src: url('../fonts/bembostd-webfont.eot');
    src: url('../fonts/bembostd-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bembostd-webfont.woff') format('woff'),
    url('../fonts/bembostd-webfont.ttf') format('truetype'),
    url('../fonts/bembostd-webfont.svg#BemboStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bembo';
    src: url('../fonts/bembostd-italic-webfont.eot');
    src: url('../fonts/bembostd-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bembostd-italic-webfont.woff') format('woff'),
    url('../fonts/bembostd-italic-webfont.ttf') format('truetype'),
    url('../fonts/bembostd-italic-webfont.svg#BemboStdItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
i, em, cite {
    font-style: italic;
}

/*
RED #d5242f
GREY #707070
*/

html {
    font-size: 100%
}

body {
    font: 12px "Frutiger","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #707071;
    background: #f7f7f7;
}

h1, h2, h3, h4 {
    color: #d5242f;
}

a {
    color: #d5242f;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
b, strong {
    font-weight: bold;
}


.container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

/* PAGE STRUCTURE */
header {
    background: #ffffff;
    padding: 0 0 15px 0;
}
.top_navigation { float: right; padding: 15px 17px 0 0; margin-bottom: -1px; }
.top_navigation li {
    display: inline-block;
    padding: 0 14px 0 16px;
    margin-right: -0.3em;
    position: relative;
    font-size: 13px;
}
.text_size_m .top_navigation li {
    font-size: 15px
}
.text_size_l .top_navigation li {
    font-size: 17px
}
.top_navigation li:after {
    content: " ";
    width: 1px;
    height: 9px;
    background: #D5242F;
    position: absolute;
    right: -1px;
    top: .2em;
}
.text_size_m .top_navigation li:after {
    height: 13px;
}
.text_size_l .top_navigation li:after {
    height: 15px;
}
.top_navigation li.active a { color: #888; text-transform: uppercase }
.top_navigation li.text_size {
    text-transform: uppercase;
    font-size: 10px;
    position: relative;
    padding-right: 62px;
}

.text_size_m .top_navigation li.text_size {
    font-size: 12px
}
.text_size_l .top_navigation li.text_size {
    font-size: 14px
}

.top_navigation li.text_size a {
    position: absolute;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #707071;
    overflow: hidden;
    top: -3px;
    vertical-align: middle;
    text-decoration: none
}
.top_navigation li.text_size:after {
    display: none;
}
.top_navigation li.text_size a.current {
    background: #f1f1f1;
}
.top_navigation li.text_size a span {
    vertical-align: middle;
}

.top_navigation .text_size_s { font-size: 9px; right: 40px;}
.top_navigation .text_size_s span { line-height: 2.2em; }
.top_navigation .text_size_m { font-size: 11px; right: 20px;}
.top_navigation .text_size_m span{ line-height: 1.8em; }
.top_navigation .text_size_l { font-size: 15px; right: 0;}
.top_navigation .text_size_l span { line-height: 1.3em; }

header .logo {
    float: left;
    padding: 0 0 0 17px;
}

header .logo a {
    display: inline-block;
    width: 200px;
    height: 75px;
    text-indent: -999em;
    background: url(../images/common_sprite.png) no-repeat;
}
#s_india header .logo a {
    display: inline-block;
    width: 200px;
    height: 75px;
    text-indent: -999em;
    background: url(../images/logo_bayada_india.png) no-repeat;

}

header .logo em{
    display: inline-block;
    vertical-align: top;
    font: italic 26px 'Bembo',Georgia, serif;
    color: #d5242f;
    margin: 32px 0 0 18px;
}

header .search {
    float: right;
    text-align: right;
    padding: 33px 14px 0 0;
}

header .search input[type="text"] {
    border: none;
    background: #f7f7f7 url(../images/common_sprite.png) no-repeat 0 -80px;
    font-size: 1em;
    padding: 3px 2px 2px 8px;
    line-height: 18px;
    height: 21px;
    width: 205px;
    color: #666;
}

header .search input[type="submit"] {
    border: none;
    vertical-align: top;
    height: 26px;
    width: 26px;
    background: #f7f7f7 url(../images/common_sprite.png) no-repeat -217px -80px;
    cursor: pointer;
}

/* BEGIN MAIN NAVIGATION */
.main_navigation {
    border-top: 1px solid #dcddde;
    border-bottom: 1px solid #babbbd;

    background: #f5f6f6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmUwZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f5f6f6 0%, #dfe0e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(100%,#dfe0e1));
    background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dfe0e1 100%);
    background: -o-linear-gradient(top,  #f5f6f6 0%,#dfe0e1 100%);
    background: -ms-linear-gradient(top,  #f5f6f6 0%,#dfe0e1 100%);
    background: linear-gradient(top,  #f5f6f6 0%,#dfe0e1 100%);

    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);

    z-index: 2;
    position: relative;
}

.main_navigation ul {
    display: table;
    width: 100%;
}

.main_navigation ul>li {
    display: table-cell;
    text-align: center;

}

.main_navigation li div {
    position: relative;
}

.main_navigation li div:before {
    top: -1px;
    left: -2px;;
    content: " ";
    position: absolute;
    height: 26px;
    border-left: 1px solid #aeb0b2;
    border-right: 1px solid #fff;
}

.main_navigation li:first-child div:before {
    border: none;
}

.main_navigation li div > a {
    display: block;
    height: 24px;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    line-height: 24px
}
.text_size_m .main_navigation li div > a  {
    font-size: 15px;
}
.text_size_l .main_navigation li div > a  {
    font-size: 17px;
}
.main_navigation li:hover div > a, .main_navigation li.active div > a {
    position: relative;
    color: #fff;
    background: #e11836;

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMTgzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZDExMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-color: #bd112b;
    background: -moz-linear-gradient(top,  #e11836 0%, #bd112b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11836), color-stop(100%,#bd112b));
    background: -webkit-linear-gradient(top,  #e11836 0%,#bd112b 100%);
    background: -o-linear-gradient(top,  #e11836 0%,#bd112b 100%);
    background: -ms-linear-gradient(top,  #e11836 0%,#bd112b 100%);
    background: linear-gradient(top,  #e11836 0%, #bd112b 100%);


}

.main_navigation li:hover div > a:before, .main_navigation li.active div > a:before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #ba142e;
    top: -1px;
    left: 0;

}

.main_navigation li:hover div>a:after, .main_navigation li.active div > a:after {
    content: " ";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #9f323a;
    bottom: -1px;
    left: 0;

}

.main_navigation li ul {
    position: absolute;
    text-align: left;
    background: #bd112b;
    padding: 12px 0 6px 25%;
    display: none;
    opacity: .8;
    z-index: 3;
    min-width: 170px;
}
.text_size_m .main_navigation li ul {
    font-size: 14px
}
.text_size_l .main_navigation li ul {
    font-size: 16px
}
.main_navigation li.last ul {
    width: 150px;
    min-width: 150px;
}
.main_navigation li:hover ul {
    display: block;
}

.main_navigation li ul li {
    display: list-item;
    text-align: left;
    margin: 0 0 5px 0;
}

.main_navigation li ul li a {
    color: #fff;
}

/* END MAIN NAVIGATION */

.content {
    background: #fff url("../images/page_bg.png") repeat-y;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    z-index: 1;
    position: relative;
}

/* buttons */
.c_button {
    display: inline-block;
    font: italic 13.5px/1.8em 'Bembo', Georgia, serif;
    border: 3px solid #d1d3d4;

    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    color: #000;
    vertical-align: top;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5), 0 0 1px #e4e5e6 inset;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5), 0 0 1px #e4e5e6 inset;
    box-shadow: 1px 1px 2px rgba(0,0,0,.5), 0 0 1px #e4e5e6 inset;
    text-decoration: none;
    width: 104px;
    text-align: center;
    height: 26px;
}
.c_button:hover {text-decoration: none}

.c_button.cl_1 {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefefe 0%, #f6f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f6f7f7));
    background: -webkit-linear-gradient(top,  #fefefe 0%,#f6f7f7 100%);
    background: -o-linear-gradient(top,  #fefefe 0%,#f6f7f7 100%);
    background: -ms-linear-gradient(top,  #fefefe 0%,#f6f7f7 100%);
    background: linear-gradient(top,  #fefefe 0%,#f6f7f7 100%);
}
.c_button.cl_1:hover {
    background: #f6f7f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f6f7f7 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f7f7), color-stop(100%,#fefefe));
    background: -webkit-linear-gradient(top,  #f6f7f7 0%,#fefefe 100%);
    background: -o-linear-gradient(top,  #f6f7f7 0%,#fefefe 100%);
    background: -ms-linear-gradient(top,  #f6f7f7 0%,#fefefe 100%);
    background: linear-gradient(top,  #f6f7f7 0%,#fefefe 100%);
}

.c_button.cl_2 {
    background: #fff7dc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjdkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWRlYWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fff7dc 0%, #eedeaf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff7dc), color-stop(100%,#eedeaf));
    background: -webkit-linear-gradient(top,  #fff7dc 0%,#eedeaf 100%);
    background: -o-linear-gradient(top,  #fff7dc 0%,#eedeaf 100%);
    background: -ms-linear-gradient(top,  #fff7dc 0%,#eedeaf 100%);
    background: linear-gradient(top,  #fff7dc 0%,#eedeaf 100%);
}
.c_button.cl_2:hover {
    background: #eedeaf;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZGVhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eedeaf 0%, #fff7dc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eedeaf), color-stop(100%,#fff7dc));
    background: -webkit-linear-gradient(top,  #eedeaf 0%,#fff7dc 100%);
    background: -o-linear-gradient(top,  #eedeaf 0%,#fff7dc 100%);
    background: -ms-linear-gradient(top,  #eedeaf 0%,#fff7dc 100%);
    background: linear-gradient(top,  #eedeaf 0%,#fff7dc 100%);
}

.c_button.cl_3 {
    background: #def1ed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZjFlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZWRlZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #def1ed 0%, #aeded7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def1ed), color-stop(100%,#aeded7));
    background: -webkit-linear-gradient(top,  #def1ed 0%,#aeded7 100%);
    background: -o-linear-gradient(top,  #def1ed 0%,#aeded7 100%);
    background: -ms-linear-gradient(top,  #def1ed 0%,#aeded7 100%);
    background: linear-gradient(top,  #def1ed 0%,#aeded7 100%);
}
.c_button.cl_3:hover {
    background: #aeded7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlZGVkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWYxZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #aeded7 0%, #def1ed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aeded7), color-stop(100%,#def1ed));
    background: -webkit-linear-gradient(top,  #aeded7 0%,#def1ed 100%);
    background: -o-linear-gradient(top,  #aeded7 0%,#def1ed 100%);
    background: -ms-linear-gradient(top,  #aeded7 0%,#def1ed 100%);
    background: linear-gradient(top,  #aeded7 0%,#def1ed 100%);
}

.c_button.cl_4 {
    background: #cfe9f9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NmZTlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWQ5ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #cfe9f9 0%, #aad9f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfe9f9), color-stop(100%,#aad9f5));
    background: -webkit-linear-gradient(top,  #cfe9f9 0%,#aad9f5 100%);
    background: -o-linear-gradient(top,  #cfe9f9 0%,#aad9f5 100%);
    background: -ms-linear-gradient(top,  #cfe9f9 0%,#aad9f5 100%);
    background: linear-gradient(top,  #cfe9f9 0%,#aad9f5 100%);
}
.c_button.cl_4:hover {
    background: #aad9f5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhZDlmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmU5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #aad9f5 0%, #cfe9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aad9f5), color-stop(100%,#cfe9f9));
    background: -webkit-linear-gradient(top,  #aad9f5 0%,#cfe9f9 100%);
    background: -o-linear-gradient(top,  #aad9f5 0%,#cfe9f9 100%);
    background: -ms-linear-gradient(top,  #aad9f5 0%,#cfe9f9 100%);
    background: linear-gradient(top,  #aad9f5 0%,#cfe9f9 100%);
}

.c_button.cl_5 {
    background: #fafafa;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU2ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fafafa 0%, #e5e6e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e5e6e7));
    background: -webkit-linear-gradient(top,  #fafafa 0%,#e5e6e7 100%);
    background: -o-linear-gradient(top,  #fafafa 0%,#e5e6e7 100%);
    background: -ms-linear-gradient(top,  #fafafa 0%,#e5e6e7 100%);
    background: linear-gradient(top,  #fafafa 0%,#e5e6e7 100%);
    color: #d5242f;
}
.c_button.cl_5:hover {
    background: #e5e6e7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTZlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e5e6e7 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e6e7), color-stop(100%,#fafafa));
    background: -webkit-linear-gradient(top,  #e5e6e7 0%,#fafafa 100%);
    background: -o-linear-gradient(top,  #e5e6e7 0%,#fafafa 100%);
    background: -ms-linear-gradient(top,  #e5e6e7 0%,#fafafa 100%);
    background: linear-gradient(top,  #e5e6e7 0%,#fafafa 100%);
}


/* 2-column Table */
.body {
    border : none;
    margin: 20px 0px 10px 0px;
}
.left {
    float : left; width : 78%;
}
.right {
    float : right; width : 18%;
    font-size:10px;
    text-align: right;
}
.spacer {
    clear : both;
}

/* SLIDER */
.slider {
    position: relative;
    width: 960px;
    height: 225px;
    overflow: hidden;
    background: #fff;
}
.slides_container {
    height: 225px;
}
.slider .slider_nav {
    position: absolute;
    z-index: 20;
    top: 94px;
    left: 10px
}
.slider .slider_nav p {
    margin-bottom: 21px
}
.slider .slider_nav a {
    color: #D5242F;
    line-height: 1.6em;
    width: 136px;
    font-size: 18px;
    padding: 0 9px;
    height: 29px;
    text-align: left;
}
.slider_menu {
    position: absolute;
    bottom: 10px;
    right: 15px;
    background: #dcddde;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZGRkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #dcddde 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcddde), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #dcddde 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #dcddde 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #dcddde 0%,#ffffff 100%);
    background: linear-gradient(top,  #dcddde 0%,#ffffff 100%);

    padding: 5px;
    -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 90;
}

.slider_menu li {
    float: left;
    margin: 0 0 0 2px;
}

.slider_menu a {
    display: block;
    height: 16px;
    width: 16px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font: 10px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #f5f5f6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q4ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f5f5f6 0%, #d7d8d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f6), color-stop(100%,#d7d8d9));
    background: -webkit-linear-gradient(top,  #f5f5f6 0%,#d7d8d9 100%);
    background: -o-linear-gradient(top,  #f5f5f6 0%,#d7d8d9 100%);
    background: -ms-linear-gradient(top,  #f5f5f6 0%,#d7d8d9 100%);
    background: linear-gradient(top,  #f5f5f6 0%,#d7d8d9 100%);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.slider_menu .current a{
    background: #e11836;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMTgzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZTExMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-color: #e11836;
    background: -moz-linear-gradient(top,  #e11836 0%, #be112c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e11836), color-stop(100%,#be112c));
    background: -webkit-linear-gradient(top,  #e11836 0%,#be112c 100%);
    background: -o-linear-gradient(top,  #e11836 0%,#be112c 100%);
    background: -ms-linear-gradient(top,  #e11836 0%,#be112c 100%);
    background: linear-gradient(top,  #e11836 0%,#be112c 100%);
    color: #fff;
}

.slider_item {
    position: relative;
}

.slider_item_text {
    position: absolute;
    width: 200px;
    color: #fff;
    right: 20px;
    bottom: 45px;
    font-size: 10px
}
.slider_item_text p {
    font-size: 11px !important;
    line-height: 14px;
    color:#707071;
}
.text_size_m .slider_item_text p {
    font-size: 12px !important;
    line-height: 18px;
}
.text_size_l .slider_item_text p {
    font-size: 13px !important;
    line-height: 22px;
}


/* HOME CONTENT */
.home_content {
    background: #fff;
    padding: 13px 10px;

}
.home_content h2 {
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0 10px 6px;
}
.home_content_service_menu {
    margin: 5px 0;
}
.home_content_service_menu h3 {
    font-size: 13px;
    color: #707070;
    font-style: italic;
    margin-left: 6px;
}
.home_content_about {
    width: 455px;
    float: left;
    margin: 0 20px 0 0;
    padding: 0 0 0 5px;
}
.home_content_about strong {
    color: #D5242F;
    font-weight: bold;
}

.content_box ol li{
    list-style: decimal outside none;
    margin: 9px 0 0 20px;
}
.content_box ul li>ul li{
    list-style: circle outside none;
}

.content_box span.list_title{
    text-decoration: underline;
}

.home_content_about li {
    margin: 15px 0 0 15px;
    list-style: disc;
    font-size: 1.25em;
}
.home_content_service_menu {
    padding-top: 58px
}
.home_content_service_menu li {
    display: inline-block;
    margin: 7px 1px 7px 0;
    white-space: nowrap;
}

.home_content_about p {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 1em 6px;
}
.community_content p {
    line-height: 22px;
}
.text_size_l .home_content_about p {
    font-size: 17px;
    line-height: 26px
}
.home_content_video {

    float: left;
    width: 220px;
    padding-top: 4px;
}
.home_content_video_item {position: relative; margin-bottom: 20px;}
.home_content_video_item h4 {
    position: absolute;
    font-size: 13px;
    top: 5px;
    left: 12px;
    margin: 0;
    font-weight: bold;
}
.text_size_m .home_content_video_item h4 {
    font-size: 15px;
}
.text_size_l .home_content_video_item h4 {
    font-size: 17px;
}
.home_content_video_item p {
    font-size: 12px;
    color: #D5242F;
    padding: 9px 0 0 1px;
}
.text_size_m .home_content_video_item p {
    font-size: 14px;
}
.text_size_l .home_content_video_item p {
    font-size: 16px;
}
.home_content_news {
    float: right;
    width: 219px;
    padding: 4px 0 0 1px;
}

.home_content_news{
    font-size: 13px;
    line-height: 18px;
}
.text_size_m .home_content_news {
    font-size: 15px;
    line-height: 22px;
}
.text_size_l .home_content_news {
    font-size: 17px;
    line-height: 25px;
}
.home_content_news h4, .home_content_news li h5{
    font-weight: bold;
}
.home_content_news h4 {
    margin-bottom: 9px
}
.home_content_news li h5 {
    margin-bottom: 1px;
}
.home_content_news li {
    margin-bottom: 8px;
}

.content_box,
.content_wrapper
{
    background: #fff url("../images/central_box_gradient.png") repeat-x left top;
}
.global_section .content_box {
    background: none;
}
.content_box_grad2
{
    background: #fff url("../images/central_box_gradient2.png") repeat-x left top;
}
.content_box_grad3
{
    background: #fff url("../images/central_box_gradient3.png") repeat-x left top;
}

.right_column {
    background: #fff8e4;
    float: right;
    width: 215px;
    padding: 27px 0 0 15px;
    overflow: hidden;
}
.global_section + .right_column {
    padding-top: 48px;
}
.left_column p, .left_column>a {
    padding-left: 24px;
}

.left_column p {
    color: #8c8f92;
    font-size: 12px;
    line-height: 1.4em;
}

.read_story_link {
    font: italic 14px 'Bembo',Georgia,serif;
    display: inline-block;
    padding-right: 10px;
    /*background: url("../images/common_sprite.png") no-repeat right -161px transparent;*/
}
.text_size_m .read_story_link {
    font-size: 15px;
}
.text_size_l .read_story_link {
    font-size: 16px;
}
.section_menu {
    font-size: 13px;
    background: url("../images/list_gradient2.png") repeat-x left top transparent;
    padding: 14px 0 30px 20px;
}
.text_size_m .section_menu, .text_size_m .related_info_menu, .text_size_m .related_info_menu h4 {
    font-size: 15px;
}
.text_size_m .section_menu li, .text_size_m .related_info_menu li {
    line-height: 24px;
}
.text_size_l .section_menu, .text_size_l .related_info_menu, .text_size_l .related_info_menu h4 {
    font-size: 17px;
}
.text_size_l .section_menu li, .text_size_l .related_info_menu li  {
    line-height: 28px;
}
.sm_grad2 {
    background: url("../images/list_gradient2.png") repeat-x left top transparent;
}
.sm_grad3 {
    background: url("../images/list_gradient3.png") repeat-x left top transparent;
}
.section_menu li, .related_info_menu li {
    line-height: 20px;
}

.section_menu a {
    color: #8C8F92;
}

.section_menu li.selected>a {
    color: #D5242F;
    font-weight: bold;
}

.section_menu li ul {
    padding-left: 15px;
    list-style: none;
}

.related_info_menu {
    border-top: 1px solid #e1e2e3;
    padding: 5px 20px 30px;
    font-size: 13px;
}

.related_info_menu h4 {
    color: #8C8F92;
    font: bold 13px/20px "Frutiger","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0 1px 0;
}

.related_info_menu li.selected {
    font-weight: bold;
}

.related_info_menu li a {
    color: #8c8f92;
}

.content_box {
    float: left;
    width: 500px;
    padding: 16px 20px;
    position: relative;
}

.content_box h1 {
    color: #707071;
    font-size: 27px;
    font-weight: normal;
    margin: 0 0 17px;
    line-height: 32.4px;
}
.content_box h2 {
    font-size: 16px;
}
.page_content {
    padding-bottom: 20px;
    font-size: 13px;
    min-height: 200px;
    line-height: 18px;
}
.text_size_m .page_content {
    font-size: 15px;
    line-height: 20px
}
.text_size_l .page_content {
    font-size: 17px;
    line-height: 24px;
}
.page_content h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 1px;
    margin-top:9px;
}
.page_content h3:first-child{
    margin-top:0
}
.text_size_m .page_content h3, .text_size_m .page_content h4  {
    font-size: 15px;
    line-height: 20px;
}
.text_size_l .page_content h3, .text_size_l .page_content h4 {
    font-size: 17px;
    line-height: 24px;
}

.page_content p {

    margin: 0 0 10px 0;
}
.page_content sup {
    vertical-align: baseline; position: relative; top: -0.4em;
}

.page_content ul {
    margin: 0 0 10px 0;
}

.content_box strong {
    color: #D5242F;
    font-weight: bold;
}

.content_box li {
    margin: 9px 0 0 15px;
    list-style: disc;
}

.btn_share {
    position: absolute;
    height: 21px;
    width: 68px;
    background: url("../images/btn_share.png") no-repeat 0 0 transparent;
    right: 20px;
    top: 21px;
}

.widget {
    margin-bottom: 30px
}

.widget h4 {
    font: bold 13px/18px 'Frutiger',Arial,sans-serif;
    margin: 0 0 11px;
}
.text_size_m .widget h4 {
    font-size: 15px;
    line-height: 22px;
}
.text_size_l .widget h4 {
    font-size: 17px;
    line-height: 26px;
}
.widget_story p {
    padding: 5px 10px 4px 0;
    font-size: 11px;
    line-height: 1.34em;
}
.text_size_m .widget_story p {
    font-size: 12px;
}
.text_size_l .widget_story p {
    font-size: 13px;
}
.left_column {
    width: 190px;
    float: left;
}
.left_column .widget_story {
    padding: 0 0 22px 18px;
}
.left_column .widget_story img {
    margin-left: -18px;
}
.widget_story cite {
    display: block;
    font: italic 14px 'Bembo',Georgia,serif;
    margin: 1em 0 .6em;
    padding-right: 15px;
}
.text_size_m .widget_story cite {
    font-size: 16px;
}

.text_size_l .widget_story cite {
    font-size: 18px;
}
.stories_list li {
    list-style: none;
    margin-left: 0;
}

.stories_list li>img {
    float: left;
    margin-right: 15px
}

.stories_list li h3 {
    margin: 0 0 .3em;
    line-height: 1em;
}
.stories_list li p {
    margin-bottom: 0;
}



.right_column_mod{
    padding-right: 20px;
}
.headline {
    background: #fff8e4;

}

.headline h1 {
    padding:7px 0 16px 21px;
    font: 45px/54px 'Bembo',Georgia,serif;
}

.headline li {
    float: left;
    width: 243px;
    position: relative;
    height: 175px;
    overflow: hidden;
}

.headline p {
    font-size: 11px;
    line-height: 15px;
    color: #707071;
    /*margin-bottom: 10px;*/
}
.text_size_m .headline p {
    font-size: 12px;
    line-height: 18px;
}
.text_size_l .headline p {
    font-size: 13px;
    line-height: 21px;
}
.person_about {
    position: absolute;
    top: 5px;
    left: 10px;
}

.section_menu_mod {
    border: 0;
}

.content_wrapper {
    padding:16px 2px;
}

.content_wrapper p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.text_size_m .content_wrapper p {
    font-size: 14px;
    line-height: 22px;
}
.text_size_l .content_wrapper p {
    font-size: 16px;
    line-height: 24px;
}
.decoration {
    color: #d5242f;
    text-transform: uppercase;
}

.widget h3 {
    text-transform: uppercase;
    color: #707070;
}

.widget_info {
    text-align: center;
}

.widget_info p,
.widget_info a {
    text-align: left;
    display: block;
}

.button {
    background: rgb(227, 24, 55); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(227, 24, 55, 1) 0%, rgba(158, 6, 32, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(227, 24, 55, 1)), color-stop(100%, rgba(158, 6, 32, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(227, 24, 55, 1) 0%, rgba(158, 6, 32, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(227, 24, 55, 1) 0%, rgba(158, 6, 32, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(227, 24, 55, 1) 0%, rgba(158, 6, 32, 1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(227, 24, 55, 1) 0%, rgba(158, 6, 32, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e31837', endColorstr = '#9e0620', GradientType = 0); /* IE6-9 */
    -moz-border-radius: 7px;
    -web-kit-border-radius: 7px;
    border-radius: 7px;
    border: 0;
    color:#fff;
    text-transform: uppercase;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
    padding:0 5px;
    font-weight: bold;
    cursor: pointer;
}
.for_questions {
    float: right;
    padding: 50px 0 0 0;
}
.for_questions p {
    margin: 0;
}
.for_questions span {
    text-transform: uppercase;
    color: #d5242f;
    font-weight: bold;
    background: #eaebec;
    padding: 5px 15px;

}

.search_position {padding: 10px 0 0 0;}
.search_position input[type="text"] { border: 1px solid #bababa; height: 17px; padding-left: 3px; width: 300px }
.text_size_m .search_position input[type="text"] { font-size: 15px; height: 22px  }
.text_size_l .search_position input[type="text"] { font-size: 17px; height: 26px  }
.search_position .button { line-height: 16px; }
.text_size_m .search_position .button {
    font-size: 15px; line-height: 20px;
}
.text_size_l .search_position .button {
    font-size: 17px; line-height: 22px;
}
.search_position > h3, .text_size_m .search_position h3, .text_size_l .search_position h3 {font: italic 22px 'Bembo',Georgia,serif; margin: 0 0 5px}
.search_result h3 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    display: none;
}
.odd {
    background:#e6e7e8;
}
.search_result table {
    width: 100%;
}
.search_result td{
    text-align: left;
    color: #d5242f;
    padding: 3px;
}
.search_result td+td{
    text-align: right;
    color:#707070;
}
.for_questions span {
    display: block;

}
.search_form {
    margin: 0 0 15px 0;
}
.search_result{
    margin: 0 0 15px 0;
}
.btn_back_to_stories{
    border:1px solid #c2c4c5;
    background: #fff;
    -moz-border-radius: 9px;
    -web-kit-border-radius: 9px;
    border-radius: 9px;
    padding: 3px 14px 3px 6px;
    font-size: 9px;

}
.text_size_m .btn_back_to_stories {
    font-size: 11px
}
.text_size_l .btn_back_to_stories {
    font-size: 13px
}
.btn_back_to_stories:hover {
    text-decoration: none;

}
.btn_back_to_stories span {
    text-transform: uppercase;
    color: #000;
}

.content_locations, .full_content {
    width: 710px
}

.location .right_column{
    width: 230px;
    padding: 14px 0 0 0;
    overflow: visible;
}

#map{
    height: 425px;
    border: 1px solid #97989b;
}

.location_form{

}

.location_form #address{
    border: 1px solid #424243;
    padding-left: 5px;
    width: 460px;
    height: 26px;
    margin: 0 15px 0 0;
    vertical-align: middle;
    line-height:26px;
}

.location_form #distances_list{

}

.location .nav_box{
    margin-top: 10px;
    padding: 7px;
    border-top: 3px solid #b3b3b3;
    border-bottom: 1px solid #ccc7b8;
}

.location .next_btn{
    margin-left: 50%;
    padding: 0 0 0 11px;
    border-left: 1px solid #666666;
    font-weight: bold;
    color: #b3b3b3;
    background: url("../images/btn_nav_next.png") no-repeat scroll right 2px transparent;
}


.location .prev_btn{
    float: left;
    width: 82px;
    padding: 0 11px 0 0;
    text-align: right;
    font-weight: bold;
    color: #b3b3b3;
    background: url("../images/btn_nav_prev.png") no-repeat scroll 0 2px transparent;
}

.location .prev_active{
    color: #666;
    cursor: pointer;
    background: url("../images/btn_nav_prev_act.png") no-repeat scroll 0 2px transparent;
}

.location .next_active{
    color: #666;
    cursor: pointer;
    background: url("../images/btn_nav_next_act.png") no-repeat scroll right 2px transparent;
}

.location_form p{
    padding: 10px 0 0 0;
    font-weight: bold;
}

.location_form .btnLocation{
    margin: 0 !important;
}

.location_form .btnLocation, #g_search input.gsc-search-button {
    background-color: #E31837;
    background: -webkit-linear-gradient(top, #E31837 0%, #A30922 100%);
    background: -moz-linear-gradient(center top , #E31837 0%, #A30922 100%) repeat scroll 0 0 #E31837;
    background: -o-linear-gradient(top, #E31836, #A30923);

    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;

    -webkit-box-shadow: 2px 2px 5px #dfdfe0;
    -moz-box-shadow:  2px 2px 5px #dfdfe0;
    box-shadow:  2px 2px 5px #dfdfe0;

    color: #FFF;
    font-weight: bold;
    padding: 5px 12px;
    margin: .3em 0 0 0;
    border:none;
    height: 26px;

    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;

    text-shadow: none;
}

.search_widget{
    padding:57px 15px 0;
}
.search_widget .service_header{
    color: #666;
    font-weight: bold;
    font-size: 1.05em;
    margin-top: 10px;
}
.other_results{
    display: none;
    background: #f2f2f2;
    padding: 5px 15px 12px 15px;
    border-top: 12px solid #fff;
    position: relative;
}

.other_results_alone{
    border-top: none !important;
    margin-top: 12px !important;
    min-height: 710px;
}

.offices_results{
    display: none;
}

.other_results h4.other_header{
    color: #666;
    font-weight: normal;
    line-height: 14px;
}

.other_results .other_header span{
    background: url("../images/other_help.png") no-repeat scroll 0 0 transparent;
    display:inline-block;
    width: 13px;
    height: 13px;
    margin:0 0 0 15px;
    cursor: pointer;
}

.search_widget .btnLocationSearch{
    display: block;
    background-color: #E31837;
    background: -webkit-linear-gradient(top, #E31837 0%, #A30922 100%);
    background: -moz-linear-gradient(center top , #E31837 0%, #A30922 100%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(top, #E31836, #A30923);

    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;

    -webkit-box-shadow: 2px 2px 5px #dfdfe0;
    -moz-box-shadow:  2px 2px 5px #dfdfe0;
    box-shadow:  2px 2px 5px #dfdfe0;

    color: #FFF!important;
    font-style: normal;
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 10px;
    padding: 4px 12px;
    text-decoration: none;
    text-align: center;
    width: 110px;
    border:none;
    margin: 0;
}
.location_holder{
    padding: 10px;
    width: 95%;
    position:relative;
}
.location_holder form{
    padding-bottom: 30px;
}

.search_widget h4{
    font-size: 1.2em;
    color: #d5242f;
}

.search_widget ul{
    list-style: none;
}

.search_widget li, div.location_descr{

    background: #fff;
    padding: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: 1px 1px 3px #dfdfe0;
    -moz-box-shadow:  1px 1px 3px #dfdfe0;
    box-shadow:  1px 1px 3px #dfdfe0;

    color: #989ea0;
    margin: 10px 0 15px 0;

}

.search_widget li>a, div.location_descr a{
    text-decoration: underline;
    color: #989ea0;
    font-size: 0.95em;
    padding-left: 15px;
}

.search_widget p, div.location_descr p{
    padding-left: 15px;
    font-size: 1.0em;
}

.search_widget li>h5, div.location_descr h5{
    font-weight: bold;
    font-size: 1.1em;
    color: #d5242f;
}

.global_section {
    width: 730px;
    float: left;
}

.contact_us_content {
    padding: 0 20px 20px;
}
.bayada_way_content {}
.bayada_way_content > h1 {
    padding-top: 20px;
    text-align: center;
    margin: 0 0 10px;

}
.bayada_way_content > h1 + em {
    font: italic 19px/24px 'Bembo',Georgia,serif;
    display: block;
    margin-bottom: 7px;
    color: #D5242F;
}

.content_box .marked_block_1{
    padding-left: 30px;
}

.content_box .right_block{
    display:block;
    text-align: right;
}

.quotes_block{
    padding: 0 0 0 120px;
}

.careers_tbl{

}
.careers_tbl td{
    border: 1px solid #a1a1a1;
    padding: 3px;
}

.careers_tbl ul{
    width: 143px;
}


footer {
    background: #ffeebb;
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
    margin: -10px 0 0 0;
    padding: 19px 0 11px 0;
}
.footer_links {padding: 5px 0 0 20px; float: left; }
.footer_links li {
    display: inline-block;
    font-size: 11px;
    border-left:  1px solid #d5242f;
    padding: 0 7px 0 10px;
    line-height: .9em;
}
.text_size_m .footer_links li {
    font-size: 13px
}
.text_size_l .footer_links li {
    font-size: 15px
}
.footer_links li:first-child {
    padding-left: 0;
    border: none;
}

.footer_links li.active a {
    color: #888;
    text-transform: uppercase;
}

footer .social_links {
    float: right;
    text-align: right;
    color: #d5242f;
    padding: 0 15px 0 0;
}
.text_size_m footer .social_links {
    font-size: 14px;
}
.text_size_l footer .social_links {
    font-size: 16px;
}
footer .social_links li {
    display: inline-block;
    margin: 0 0 0 4px;
}
footer .social_links li a{
    display: block;
    height: 16px;
    width: 16px;
    background: url(../images/common_sprite.png) no-repeat;
}
footer .social_links li a.l_facebook {
    background-position: -1px -109px;
}
footer .social_links li a.l_twitter {
    background-position: -21px -109px;
}
footer .social_links li a.l_linkedin {
    background-position: -41px -109px;
}
footer .social_links li a.l_rss {
    background-position: -61px -109px;
}
footer .social_links li a.l_youtube {
    background-position: -83px -109px;
}
.footer_chap {
    padding: 10px 5px 5px 0;
}
.footer_chap div {
    float: right;
    position: relative;
    width: 166px;
    padding-right: 60px;
    font-size: 9px;
    line-height: 11px;
}
.text_size_m .footer_chap div {
    font-size: 11px;
    line-height: 13px;
}
.text_size_l .footer_chap div {
    font-size: 13px;
    line-height: 15px;
}
.footer_chap div i {
    position: absolute;
    width: 41px;
    height: 41px;
    background: url('../images/common_sprite.png') no-repeat -200px -109px;
    top: 4px;
    right: 8px;

}

.location_holder label {
    display: block;
    float: right;
    height: 20px;
    padding: 3px 0 6px 3px;
    width: 170px;
}

.location_holder form input{
    /* float:left;*/
}

.warning_box{
    height: 25px;
}
.right_column .related_info_menu ul li {
    margin:0 0 0 10px;

}
.stories_list .list_box {

    overflow: hidden;
}
.page_content p small {
    font-size: 11px;
}
.reg {
    vertical-align:top;
    line-height: 0.7em;
    font-size: 0.5em;

}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.selectbox {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
    padding: 7px 22px 7px 11px;
    border: 1px solid #9f9f9f;
    cursor: pointer;
    background: url("../images/selectbox_part.png") no-repeat scroll 90% 14px #fff;
    color: #bdbdbd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}

.selectbox-values {
    z-index: 3;
    display: block;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: -1px;
    width: 131px;
    border: 1px solid #9d9d9d;
    background: #fff;
    padding: 0 0 10px 0;
}

.selectbox-values li {
    color: #bdbdbd;
    cursor: pointer;
    list-style: none;
}

.selectbox-values li.active {
    font-weight: bold;
    color: #131313;
}

.selectbox-values li:first-child {
    border: none
}

.selectbox-values li:hover {
    color: #131313;
}

.bg-wait{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("../images/loading2.gif") no-repeat scroll 50% 35% #333;
    z-index: 100;
    -moz-opacity:.50;
    filter:alpha(opacity=50);
    opacity:.50;
}
.location_shadow{
    display:none;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
    background: #333;
    z-index: 100;
    -moz-opacity:.50;
    filter:alpha(opacity=50);
    opacity:.50;
}
.bg_share_locations{
    z-index:111;
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    width:400px;
    height:200px;
    margin:-100px 0 0 -200px;
    background:#e4e4e4;
}

.bg_share_locations>div{

}

.bg_share_locations h3{
    padding:22px;
    color: #414141;
    font-size: 20px;
    font-weight:bold;
}

.bg_share_locations p{
    background: #fff;
    margin: 0 10px;
    padding: 20px 13px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #404040;
    font-size:14px;
}

.bg_share_locations input{
    float:right;
    border:1px solid #838485;
    background: #636466;
    color: #fff;
    font-weight: bold;
    -moz-border-radius: 2px;
    -web-kit-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 30px;
    font-size: 14px;
    margin: 8px 13px 7px 0px;
    cursor: pointer;
}
/* SEARCH */
#g_search .placeholder {
    padding: 1em 19px
}

#g_search {
    color: #707071;
}
#g_search .content_search {
    padding: 0;
    width: 100%;
}

#g_search .gsc-control-cse {
    font-family: Arial, sans-serif;
    border: none;
    padding: 1em;
    background: none;
}
#g_search .gsc-wrapper {

    padding: 0 1em;
    margin: 0 -1em;
}
#g_search input.gsc-input {
    border-color: #bababa;
    height: 27px;
    width: 98%;
}
#g_search input.gsc-search-button {
    margin-top: 0
}
#g_search .gsc-webResult.gsc-result,
#g_search .gsc-results .gsc-imageResult {
    border: none;
    background: none;
    margin-bottom: 2.4em
}
#g_search .gs-webResult.gs-result a.gs-title:link,
#g_search .gs-webResult.gs-result a.gs-title:link b,
#g_search .gs-imageResult a.gs-title:link,
#g_search .gs-imageResult a.gs-title:link b {
    color: #d5242f;
}
#g_search .gs-webResult.gs-result a.gs-title:visited,
#g_search .gs-webResult.gs-result a.gs-title:visited b,
#g_search .gs-imageResult a.gs-title:visited,
#g_search .gs-imageResult a.gs-title:visited b {
    color: #d5242f;
}
#g_search .gs-webResult.gs-result a.gs-title:hover,
#g_search .gs-webResult.gs-result a.gs-title:hover b,
#g_search .gs-imageResult a.gs-title:hover,
#g_search .gs-imageResult a.gs-title:hover b {
    color: #d5242f;
}
#g_search .gs-webResult.gs-result a.gs-title:active,
#g_search .gs-webResult.gs-result a.gs-title:active b,
#g_search .gs-imageResult a.gs-title:active,
#g_search .gs-imageResult a.gs-title:active b {
    color: #d5242f;
}
#g_search .gs-webResult .gs-snippet,
#g_search .gs-imageResult .gs-snippet,
#g_search .gs-fileFormatType {
    color: #707071;
}
#g_search .gs-webResult div.gs-visibleUrl,
#g_search .gs-imageResult div.gs-visibleUrl {
    color: #d5242f;
    font-weight: normal;
}

#g_search .gsc-cursor-box {
    border-color: #FFFFFF;
}
#g_search .gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: #d5242f;
}
#g_search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #333333;
    background-color: #d5242f;
    color: #fff;
    text-shadow: none
}
#g_search .gs-no-results-result .gs-snippet, #g_search .gs-error-result .gs-snippet {
    background: none;
    border: none;
    margin: 0;
    font-size: 15px;
    color: #d5242f
}
#view_all {
    display: none;
    float: right;
}
.location_holder .error_msg{
    border-top: 1px solid #000;
    width: 600px;
    margin-top: 20px;
    padding:20px;
    display: none;
    font-size: 13px;
}

.location_holder .service_error{
    width: 600px;
    margin-top: 20px;
    padding:20px;
    display: none;
    font-size: 13px;
    display: none;
}

.content_form {
    margin-bottom: 30px
}
.content_form .field { margin-bottom: 15px }
.content_form .field > label, .content_form legend { display: block; font-weight: bold; }
.content_form .field > label small { font-weight: normal; font-size: 0.8em; vertical-align: baseline; }
.content_form input[type="text"], .content_form select{
    border: 1px solid #BABABA;
    height: 17px;
    padding-left: 3px;
    width: 210px;
}
.text_size_m .content_form input[type="text"], .text_size_m .content_form select {
    font-size: 13px;
    height: 20px;
    width: 230px;
}
.text_size_l .content_form input[type="text"], .text_size_l .content_form select {
    font-size: 15px;
    height: 22px;
    width: 250px
}
.text_size_m .content_form input[type="reset"], .text_size_m .content_form input[type="submit"], .text_size_m .content_form button {
    font-size: 13px;
}
.text_size_l .content_form input[type="reset"], .text_size_l .content_form input[type="submit"], .text_size_l .content_form button {
    font-size: 15px;
}
.content_form ul { margin-bottom: 5px; }
.content_form li {margin: 0; list-style: none;}
.content_form textarea {
    border: 1px solid #BABABA;
}
.content_form .important_notice {
    color: #d5242f;
}


dl.form-total {}
dl.form-total dt {font-weight: bold; }
dl.form-total dd { margin-bottom: 10px; }

.widget_share {
    position: absolute;
    z-index: 10;
    top: 52px;
    right: 20px;
    background: #fff;
    border: 1px solid #cbcccd;
    padding: 10px 0 0 15px;

    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;

    -moz-box-shadow: 2px 4px 4px rgba(0,0,0,.4);
    -webkit-box-shadow: 2px 4px 4px rgba(0,0,0,.4);
    box-shadow: 2px 4px 4px rgba(0,0,0,.4);

    display: none;
}
.widget_share:before {
    content:  "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../images/btn_share.png) 100% 0;
    top: -10px;
    right: 20px;
}
.widget_share.active {
    display: block;
}

.widget_share ul {
    width: 240px;
}
.widget_share li {
    display: inline-block;
    list-style: none;
    margin: 0 0 10px 0;
    width: 120px;
    vertical-align: top;

}
.widget_share li:nth-child(even){
    width: 100px
}
.widget_share li a {
    color: #707071;
    text-decoration: none;
}
.widget_share li a span {float: left; margin-right: 4px; }

.autocomplete_box{
    display:none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #424243;
    left: 10px;
    position: absolute;
    top: 39px;
    z-index: 115;
}

.autocomplete_box ul{
    min-width: 200px;
}

.autocomplete_box ul li{
    list-style:none;
    cursor: pointer;
    padding: 2px 10px;
    margin: 0;
}

.autocomplete_box ul li:hover{
    background: #f1f1f1;
}

p.scecialties{
    margin: 5px 0 !important;
}

a.infowin{
    color: #636466;
    text-decoration: underline;
    margin-right: 15px;
}

h5.infowin{
    font-weight: bold;
}

span.proximity_label{
    font-size: 10px;
}
#navcontainer ul { list-style-type: none;
}

.specialty-column{
    width:32%;
    float:left;
}

.specialty-column li{
    list-style:none;
    margin: 9px 0 11px 15px;
}

p.location_hint{
    font-weight:normal;
    padding: 5px 0px;
}

.warning_box{
    display: none;
}

.location_help{
    display: none;
    position:absolute;
    width: 187px;
    left: 130px;
    top: -22px;
    background: url("../images/location_help.png") no-repeat scroll 0px 25px transparent;
}

.location_help div{
    margin-left:12px;
    padding: 3px 4px;
    border: 1px solid #6e6d6c;
    background: #818281;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.location_help p{
    background: #f4f4f4;
    border: 1px solid #6a6b6a;
    padding: 7px 2px 4px 5px;
    color: #807f7e;
    font-size: 12px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('../images/fancybox/blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url('../images/fancybox/fancybox.png');
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url('../images/fancybox/fancybox.png');
    background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('../images/fancybox/fancybox.png');
    background-position: -40px -162px;
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('../images/fancybox/fancybox-y.png');
    background-position: -20px 0px;
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('../images/fancybox/fancybox.png');
    background-position: -40px -182px;
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('../images/fancybox/fancybox-x.png');
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('../images/fancybox/fancybox.png');
    background-position: -40px -142px;
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('../images/fancybox/fancybox.png');
    background-position: -40px -122px;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('../images/fancybox/fancy_title_over.png');
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

audio { 
    width: 200px; 
    display: block;
}
