@charset "utf-8";

/*-------CSS 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
str5ong,
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;
}


/*--------------------------------------------*/


/* Fonts */


/*Bugghet*/

@font-face {
    font-family: 'Bugghet';
    src: url(fonts/Bugghet.eot.eot)/* EOT file for IE */
}

@font-face {
    font-family: 'Bugghet';
    src: url(fonts/Bugghet.ttf)/* TTF file for CSS3 browsers */
}

h1 {
    font-weight: 700;
    font-size: 32px;
}

h2 {
    color: #509fae;
    font-family: 'Open Sans', sans-serif;
    font-size: 22pt;
    margin: 15px;
    font-weight: 900;
}

h3 {
    color: #2f3c45;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-weight: 700;
    xfont: 12pt Verdana, Helvetica, sans-serif;
}

p {
    color: #2f3c45;
    font: 13px Verdana, Helvetica, sans-serif;
}

html {
    background-image: url("../images/Backgrounds/fabric_wallpaper_white.png");
    background-attachment: fixed;
    padding: 0px;
    margin: 0px;
}


/* ELEMENT/TAG SELECTORS */

a img {
    /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a {
    color: #2f3c45;
}

a:hover {
    color: #509fae;
}

a.underline:link {
    color: #446e7a;
    text-decoration: none;
}

a.underline:visited {
    color: #4d4d4f;
    text-decoration: none;
}

a.underline:hover {
    color: #4d4d4f;
    text-decoration: none;
    font-size: 100%;
}

.shadow {
    -webkit-box-shadow: 9px 9px 20px rgba(50, 48, 50, 0.75);
    -moz-box-shadow: 9px 9px 20px rgba(50, 48, 50, 0.75);
    box-shadow: 9px 9px 20px rgba(50, 48, 50, 0.75);
    -webkit-box-shadow: -3px 3px 29px rgba(50, 48, 50, 0.92);
    -moz-box-shadow: -3px 3px 29px rgba(50, 48, 50, 0.92);
    box-shadow: -3px 3px 29px rgba(50, 48, 50, 0.92);
}

.boxShadow {
    -webkit-box-shadow: 3px 2px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 2px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 2px 3px rgba(50, 50, 50, 0.75);
}

.boxCorners {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.boxGradient {
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #F3F3F3 0%, #ededed 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #F3F3F3 0%, #ededed 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #F3F3F3 0%, #ededed 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F3F3F3), color-stop(1, #ededed));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #F3F3F3 0%, #ededed 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #F3F3F3 0%, #ededed 100%);
}

.bullets {
    list-style: circle;
    margin-left: 15px;
}

.picShadow {
    -webkit-box-shadow: 4px 2px 12px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 4px 2px 12px rgba(50, 50, 50, 0.21);
    box-shadow: 4px 2px 12px rgba(50, 50, 50, 0.21);
}

.subHeaderText {
    font-size: 10pt;
    color: grey;
    margin-left: 15px;
}

#header_div {
    position: fixed;
    height: 80px;
    width: 100%;
    background-color: #2f3c45;
    xbackground-image: url("../images/Backgrounds/blue_stripes.png");
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    z-index: 100;
    border-bottom: 1px solid grey;
}

.callHeader {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    font-weight: 800;
    float: right;
    margin-top: -50px;
    position: relative;
    right: 15%;
}

#phillyDocHeader {
    width: 350px;
    color: #509fae;
    font-family: 'Open Sans', sans-serif;
    font-size: 15pt;
    font-weight: 600;
    float: right;
    margin-top: -50px;
    position: relative;
    right: 40%;
    text-align: center;
}

#subtitle {
    font-size: 14px;
    font-style: italic;
    margin-top: 3px;
    text-align: right;
    font-family: 'Open Sans Condensed', sans-serif;
}

#logo_image {
    height: 85px;
    width: auto;
    float: left;
    margin-left: 90px;
}

#logo_text {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: white;
    font-size: 14pt;
    padding-top: 15px;
}

#welcome_banner {
    position: relative;
    width: 800px;
    height: 310px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    border-top: 1px solid #c5c8c9;
    border-right: 1px solid #c5c8c9;
    border-left: 1px solid #c5c8c9;
    color: white;
    background-image: url('../images/skyline.jpg');
    background-repeat: repeat-x;
    background-size: 102%;
    z-index: 10;
}

#welcome_right {
    width: 500px;
    height: 310px;
    background-color: white;
    opacity: 0.89;
    filter: alpha(opacity=89);
    /* For IE8 and earlier */
    float: right;
    -webkit-box-shadow: -3px 2px 8px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -3px 2px 8px rgba(50, 50, 50, 0.75);
    box-shadow: -3px 2px 8px rgba(50, 50, 50, 0.75);
}

#visits {
    position: absolute;
    width: 300px;
    height: auto;
    background-color: transparent;
    xright: 0px;
    top: 50px;
    color: #5e5a56;
    font-size: 16pt;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 550;
    margin-left: 80px;
}

#visits strong {
    color: #2f3c45;
    font-size: 16pt;
}

#sick_visits {
    float: left;
    margin-right: 50px;
}

#right_content {
    position: relative;
    text-align: left;
    top: 38px;
    float: right;
    right: 2px;
    width: 238px;
    padding-left: 15px;
    border-left: 1px solid #c5c8c9;
}

#selling-points {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #5e5a56;
    font-size: 18pt;
    font-weight: 900;
    text-shadow: 0px 1px 0px #eeeeee;
}

#phone_number {
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    font-weight: 800;
    color: #c44032;
    font-size: 22pt;
    margin-top: 15px;
}

#sick {
    position: absolute;
    margin-left: 20px;
    font-family: "Bugghet";
    font-size: 20pt;
    color: #c44032;
    left: 15px;
    top: 23px;
}

#sick h1 {
    margin-bottom: 100px;
}

#drDiscountCanHelp {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: white;
}

#drDiscountCanHelp a {
    color: white;
}

#welcome_left {
    position: relative;
    float: left;
    width: 300px;
}

#doctor {
    position: relative;
    xleft: 180px;
    xmargin-left: 0px;
    top: 75px;
}

#doctorImg {
    height: 235px;
    width: auto;
    xtop: -79px;
}

#bubble {
    position: absolute;
    height: 113px;
    width: auto;
    left: 90px;
    top: -90px;
}

#bubble_text {
    position: absolute;
    height: auto;
    width: 109px;
    left: 105px;
    top: -71px;
    font-size: 12pt;
    font-family: cursive;
    color: #2f3c45;
    text-align: center;
}

#welcome_footer {
    height: 40px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #D1DCE1;
    background-color: #2f3c45;
    text-align: center;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    font-weight: 800;
    border-bottom: 1px solid #c5c8c9;
    border-right: 1px solid #c5c8c9;
    border-left: 1px solid #c5c8c9;
}


/* ---------LOCATIONS BOX-------*/

#locations {
    position: relative;
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding-bottom: 20px;
    border: 1px solid grey;
    color: white;
    background-color: white;
    border: 1px solid #c5c8c9;
}

#locations_stuff {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 625px;
    xwidth: 425px;
}

.locationBanner {
    position: relative;
    width: 190px;
    height: 28px;
    margin-top: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 15px;
    color: #2f3c45;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 900;
    font-size: 11pt;
    text-align: center;
    background-color: #d1dce1;
    /*#dee7eb*/
    display: inline-block;
}

.location_box {
    margin-top: 8px;
    position: relative;
    width: 190px;
    height: auto;
    margin-left: 15px;
    display: inline-block;
}

.location_frame {
    border: 1px solid #c5c8c9;
    width: 190px;
    padding-bottom: 15px;
    background-color: white;
}

.location_header {
    width: auto;
    height: 30px;
    background-color: #509fae;
    /*dark purple/black--> #2f3c45;*/
    color: white;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 10pt;
    padding-top: 8px;
    padding-bottom: 4px;
}

.location_image {
    width: 170px;
    /* auto*/
    /*height: 128px;*/
	height: auto;
    /* 90px*/
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}

#locations_vista img {
    width: 170px;
}

.location_address {
    height: auto;
    font-size: 10pt;
    text-align: center;
    color: #2f3c45;
    font-family: 'Open Sans Condensed', sans-serif;
}

#meet_the_doctors {
    position: relative;
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 1px solid grey;
    background-color: #efdf2f6;
    border: 1px solid #c5c8c9;
}

#allDoctors {
    width: 580px;
    margin-right: auto;
    margin-left: auto;
    position;
    relative;
}

.dr_header {
    height: 14px;
    background-color: #2f3c45;
    /*Blue--> #509fae; /*dark purple/black--> #2f3c45;*/
    color: white;
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 900;
    font-size: 10pt;
    padding-top: 2px;
    position: absolute;
    top: 132px;
    width: 103px;
    left: 0px;
}

.dr_box {
    margin-top: 8px;
    position: relative;
    width: 100px;
    height: auto;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
}

.dr_image {
    width: auto;
    height: 125px;
    margin: 3px 3px 3px 3px;
    background-color: #c5c8c9;
}

.dr_image img {
    width: auto;
    height: 125px;
}

.dr_frame {
    border: 1px solid #c5c8c9;
    width: 100px;
    xpadding-bottom: 3px;
    background-color: white;
}

.image_slider {
    float: left;
    margin-top: 00px;
}

#meet_the_doctors_content {
    font: 13px Verdana, Helvetica, sans-serif;
    margin: 44px 25px 25px;
}

#meetDoctors p {
    position: relative;
    margin-top: 12px;
    color: #2f3c45;
    margin-right: 25px;
}

#meetDoctors img {
    position: relative;
    margin-right: 15px;
    margin-left: 0px;
    border: 0px solid #363636;
}


/*---------Sick Visits------*/

#sick_visits_details {
    position: relative;
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 1px solid grey;
    color: white;
    background-color: white;
    border: 1px solid #c5c8c9;
}

#sick_visits_topics1 {
    display: inline-block;
    width: 250px;
    float: left;
    margin-left: 50px;
}

#sick_visits_topics2 {
    display: inline-block;
    width: 250px;
    float: right;
}

#sick_visits_topics3 {
    display: inline-block;
    width: 250px;
    float: right;
}

#sick_visits_content {
    font: 13px Verdana, Helvetica, sans-serif;
    margin: 44px 25px 25px;
}


/*---------Well Visits------*/

#well_visits_details {
    position: relative;
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 1px solid grey;
    color: white;
    background-color: white;
    border: 1px solid #c5c8c9;
}

#well_visits_topics1 {
    display: inline-block;
    width: 250px;
    float: left;
    margin-left: 50px;
}

#well_visits_topics2 {
    display: inline-block;
    width: 250px;
    float: right;
}

#well_visits_topics3 {
    display: inline-block;
    width: 250px;
    float: right;
}

#well_visits_content {
    font: 13px Verdana, Helvetica, sans-serif;
    margin: 115px 25px 25px;
}


/*---------Need a medical plan?------*/

#need_a_medical_plan {
    position: relative;
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 1px solid grey;
    color: white;
    background-color: white;
    border: 1px solid #c5c8c9;
}

#medical_plan_content {
    margin-bottom: -10px;
}

#medicalPlanBox {
    font-size: 14pt;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: 25px;
}

#medical_plan_content_p {
    margin-left: 100px;
}

.contentBox {
    position: relative;
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 1px solid grey;
    color: white;
    background-color: white;
    border: 1px solid #c5c8c9;
}

#wrapper_div {
    padding-top: 95px;
    margin-bottom: 50px;
    position: relative;
    height: auto;
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

#footer_div {
    position: relative;
    height: 50px;
    width: auto;
    background-color: #2f3c45;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    z-index: 100;
    border-bottom: 1px solid grey;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 20pt;
    font-weight: 800;
    text-align: center;
    padding-top: 20px;
}


.location-number{
    color: #ffffff;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    background: #2f3c44;
    padding: 10px 0;
}
.location-number a{
	color:#fff;
	}

.location-number:hover{
	background: #696969;
	cursor: pointer;
}
.espanol{
	color: red;
    position: absolute;
    font-family: 'Open Sans Condensed', sans-serif;
    right: 0;
    margin-right: 10px;
}

ul li {
    color: #2f3c45;
    font: 13px Verdana, Helvetica, sans-serif;
}
	