/* Choice.md Webcard Stylesheets */
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;
}
em {font-style:italic}
strong {font-weight: bold}

/* 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;
}

.footer{
   background-color: white;
   height: 50px;
}



.footer .fulladdress {
   color: black;
   font-size: 13px;
   font-weight: normal;
   margin: 20px 10px;
   font-family: arial;
}

p{
  margin: 18px 0px;
}

.faq .question {
  margin: 10px;
  font-weight: bold;
}

.faq .answer {
  margin: 25px;
}



p.testimonials{
  margin: 20px;
  font-style:italic;
}

.practice-doctors{
  font-weight: bold;
}

sup.sup{
  font-size: 75%;
  vertical-align:top;
}

strong .emph {font-weight:bold;}
.emph{
  font-weight: 500;
}

.wrapper { font-family: arial}
.content { font-family: arial} 


/* (***************************** Choice 1 template... */
body#choice1 {
  text-align:center;
  background: white;
}

body#choice1 .wrapper { 
   width:1005px;
   margin:0 auto;
   text-align:left;
   background: transparent;
   padding:0px;
   z-index: 10;
   background-image:url('/_images/choice/headerBG.jpg');
}

body#choice1 .header {
   height: 275px;
}

body#choice1 .practicename, body#choice1 h1 {
   color: #639b97;
   font-size: 40px;
   font-weight: bold;
   border-bottom: black 2px solid;
   margin: 10px;
   width: 980px;
}

body#choice1 .fulladdress {
   color: black;
   font-size: 20px;
   font-weight: bold;
   margin: 10px;
}

body#choice1 h2 {
   color: black;
   font-size: 18px;
   font-weight: bold;
   margin: 5px 5px 5px 0;
   display: block;
}

body#choice1 h3 {
   color: #639b97;
   font-size: 16px;
   font-weight: bold;
   margin: 5px 5px 5px 0;
   display: block;
}
/**************************** tabs */

/**************************** tabs */
/* ...Choice 1 template *****************************) */

/* (***************************** Choice 2 & 3template... */

body#choice2, body#choice3 {
  text-align:center;
  background: white;
}

body#choice2 .wrapper, body#choice3 .wrapper  { 
   width:1005px;
   margin:10px auto;
   text-align:left;
   background-color: white;
   padding:20px;
   z-index: 10;
   border: 0px solid #444444;
}

body#choice2 .header, body#choice3 .header {
   height: 230px;
   background-color: #ffffff;
   border: 1px solid #4b2d77;
   border-bottom: 3px solid #008ca8;
   margin: 10px 0;
}

body#choice2 img.mainpic, body#choice3 img.mainpic{
  float: left;
   width: 190px;
   height: 190px;
   margin: 6px; 
   border: 0px solid #4b2d77;
}

body#choice2 .topcontent, body#choice3 .topcontent{
  font-size: 10px;
  height: 160px;
  color: #444444;
  height: 160px;
  margin: 6px;
  font-family: Myriad Pro, Arial, Helvetica, Tahoma, sans-serif;
  float: left;
}

body#choice2 h1, body#choice3 h1  {
  font-size: 17px;
  color: #008ca8;
  font-family: Myriad Pro, Arial, Helvetica, Tahoma, sans-serif;
  margin: 3px 0 4px;
}

body#choice2 h2, body#choice3 h2{
  font-size: 14px;
  color: #008ca8;
  font-family: Myriad Pro, Arial, Helvetica, Tahoma, sans-serif;
}

body#choice2 h3, body#choice3 h3{
  font-size: 14px;
  color: #444444;
  font-family: Myriad Pro, Arial, Helvetica, Tahoma, sans-serif;
  margin: 3px 0 3px;  
}

body#choice2 a.googlelink, body#choice3 a.googlelink{
  text-decoration: none;
  font-style: italic;
  color: #008ca8;
  margin: 4px 0;
  display: block;
  font-size: 14px;
  font-family: Myriad Pro, Arial, Helvetica, Tahoma, sans-serif;  
}

body#choice2 .topcontent .fulladdress, body#choice3 .topcontent .fulladdress {
  font-size: 14px;
}

.content ul{
  list-style-type: disc;
  padding: 2px 5px;
  margin: 5px 2px;
}

/**************************** (*** tabs... */
body#choice2 ul.tabs li a, body#choice3 ul.tabs li a {
   background-color: #008ca8;
   color:#FFFFFF;
}

body#choice2 ul.tabs li a.inactive:hover, body#choice3 ul.tabs li a:hover {
   background-color:#444444;
   border-color:#444444;
}

body#choice2 ul.tabs li a.active, body#choice3 ul.tabs li a.active  {
   background-color:#ffffff;
   color:#444444;
}
body#choice2 ul.tabs li{
overflow: visible;
}
body#choice2 ul.tabs li a{
 padding:4px 14px 8px 14px;
}
body#choice2 ul.tabs li a.active{
 border-top: #008ca8 solid 5px;
}

body#choice2 a.tab, body#choice3 a.tab  {
   font-size:12px;
   font-family: arial;
   text-transform:none;
}

body#choice2 .maincontent , body#choice3 .maincontent {
   font-size:12px;
   font-family: arial;
   margin: 20px 0 0 0;

}

body#choice2 .content, body#choice3 .content { 
 font-family: arial;
 line-height: 175%;
} 
/**************************** ...tabs ***) */
/* ...Choice 2 & 3template *****************************) */




/* (***************************** Choice 2 template... */
body#choice2 img.billboard{
  float: right;
  width: 500px;
  height: 211px;
}

body#choice2 .topcontent{
  /*width: 240px;*/
 width: 225px;
}

/* ...Choice 2 template *****************************) */

/* (***************************** Choice 3 template... */
body#choice3 img.billboard{
  float: right;
  width: 210px;
  height: 211px;
}

body#choice3 .topcontent{
  width: 500px;
}

body#choice3 .topcontent .fulladdress {
  float: left;
  width: 215px;
}
/* ...Choice 3 template *****************************) */
