/* CSS Document */
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, 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 
{    
    margin: 0;    
    padding: 0;    
    border: 0;   
    outline: 0;    
    font-size: 100%;    
    vertical-align: baseline;    
    background: transparent;
}

body{
background: #fff;/* pale blue #dcefee*/ 
font-family: Arial, Verdana, sans-serif;
}
@font-face{ 
font-family: 'RobotoSlab-Bold-webfont'; 
src: url('RobotoSlab-Bold-webfont.eot'); 
src: url('RobotoSlab-Bold-webfont.eot?iefix') format('eot'), 
url('RobotoSlab-Bold-webfont.woff') format('woff'), 
url('RobotoSlab-Bold-webfont.ttf') format('truetype'), 
url('RobotoSlab-Bold-webfont.svg#webfont') format('svg'); 
}
@font-face{ 
font-family: 'RobotoSlab-Light-webfont'; 
src: url('RobotoSlab-Light-webfont.eot'); 
src: url('RobotoSlab-Light-webfont.eot?iefix') format('eot'), 
url('RobotoSlab-Light-webfont.woff') format('woff'), 
url('RobotoSlab-Light-webfont.ttf') format('truetype'), 
url('RobotoSlab-Light-webfont.svg#webfont') format('svg'); 
}
@font-face{ 
font-family: 'RobotoSlab-Regular-webfont-webfont'; 
src: url('RobotoSlab-Regular-webfont-webfont.eot'); 
src: url('RobotoSlab-Regular-webfont-webfont.eot?iefix') format('eot'), 
url('RobotoSlab-Regular-webfont-webfont.woff') format('woff'), 
url('RobotoSlab-Regular-webfont-webfont.ttf') format('truetype'), 
url('RobotoSlab-Regular-webfont-webfont.svg#webfont') format('svg'); 
}

.container{       
margin: 0 auto;
width: 960px;
}
#header-stretch{
background: #FFF;
border-bottom: 1px solid #ECEAE0 /*cool blue*/;
}

h2{
  font-weight: 1000;
  font-size: 24px;
  /*font-variant: small-caps*/
  font-family:  "RobotoSlab-Bold-webfont", "Times New Roman",
Times, serif;
  color: #DC5B21;  /*soft orange*/
/*for front page styling of features links AND Page Headers on pages*/
margin-bottom: 20px;
}
h3{
  font-size: 14px;
  font-family:  "RobotoSlab-Bold-webfont", "Times New Roman",
Times, serif;
  /*for sub headings on pages and about box on index page*/
}
h4{
  font-weight: bold;
  font-size: 12px;
  
/*for TEAM LINKS on index page*/
}
blockquote{
font-family:  "RobotoSlab-Light-webfont", "Times New Roman",
Times, serif;
color: #fff;
font-size: 34px;
}
.privacy{
 font-size: 14px;
  font-family: "AlexandriaFLF", "RokkittRegular", "Times New Roman",
Times, serif;
color: #009dd6;
margin-top: 10px;
}
.list{
  list-style-type: circle; 
  padding-left: 20px;
}
.phone{
float: right;
margin: 20px 40px 0 0;
font-size: 20px;
}
.address{
float: right;
clear: both;
font-size: 16px;
margin: 20px 40px 0 0;
}
.search{
clear: both;
float: right;
margin: 10px 40px 0 0;
font-size: 12px;
}
.intro{
margin-bottom: 20px;
}
.button{
/*font-family: "Arial", sans-serif;* BUTTON SEEMS TO BE REFERENCED ELSEWHERE*/
text-align: center;
height: 50px;    
line-height: 25px; 
display: block;
text-decoration: none;
background: #009dd6;
}

#header h1 a{
  background: url(img/logo-small.png) no-repeat;
  float: left;
  height: 139px;
  width: 296px;
  margin-top: -110px;
  text-indent: -9999px;
}
#header{
  overflow: hidden;
  padding-bottom: 10px;
}
#header ul{
  float: right;
  list-style: none;
  clear: both;
  margin-top: 40px;
 }
#header ul li{
  float: left;
  margin-left: 10px;
  margin-right: 30px;
  }
  #header ul li a{
  color: #009dd6; /*darkest blue of logo colors*/
  text-decoration: none;
  font-size: 18px;
}
#header ul li a:hover{
color: #de370e;  /*alternative orange highlight color*/
}
#features{
  background: url(img/shadow.png) no-repeat;
  margin-top: 10px;           
  overflow: hidden;
  padding-bottom: 40px;
  display: inline-block;
}
.feature{
  width: 178px;
  padding: 0px 30px 0 30px;
  float: left;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
hr{
  border: 0.3px solid #e0e0e0;
  
}
.feature p{
  line-height: 1.3;
  font-size: 14px;
  height: 150px;
  padding-bottom: 20px;

}
.feature a{
height: 30px;
width: 100px;
margin: 0 auto;
display: block;
color: #fff;
font-family: "RokkittRegular", "Times New Roman",
Times, serif;
font-size: 20px;
line-height: 1.5;
}

#general-dentistry{
background: #d0db5a;
}
#gum-disease{
background: #21c980;
}
#kids-dentistry{
background: #71bd9f;
}
#spec-needs{
background: #04aeba;
}
#content-top{
  margin-top: 20px; 
  overflow: hidden;
  /*border: 1px solid black;*/
}
#content-top p{
font-size: 14px;
line-height: 1.3;
}

.svcs{
font-size: 18px;
color: #009dd6;
}
#msgbox{
/* clear: both;
 margin-bottom: 60px;*/
 font-size: 2.6em; 
 /*font-style: italic;*/
 color: #fff; 
 background: /*#dcefee #C8E7EA pale blue  #EADEC8 grey*/#64ACD3; 
 text-align: center;
 font-family: /* "Rokkitt" "Podkova","AlexandriaFLF"*/"RokkittRegular", "Times New Roman",
Times, serif;
 padding: 20px 0px 20px 0px; 
 }
 
#about{
  float: left;
  width: 440px;
  padding-right: 30px;
  /*border-right: 1px solid #b3b3b3;*/
}
#who{
  padding-bottom: 22px;
}

#team{
  float: left;
  width: 445px;
  padding-left: 35px;
  display: inline;
  overflow: hidden;
  border-left: 1px solid #000;
 }
 #team ul{
 list-style: none;
 margin-top: 20px;
 }
 #team ul li{
 float: left;
 margin-right: 26px;
 margin-bottom: 20px;
 }
 #team img {
 margin-bottom: 7px;
 }
 .about-mark, .about-bron, .about-kate, .about-anna, .about-bec, .about-stacey, .about-karen, .about-helen, a {
    color: #009dd6; /*needs to be dark orange*/
 }
 .about-mark, .about-bron, .about-kate, .about-anna, .about-bec, .about-stacey, .about-karen, .about-helen, a:visited{
    color: #71bdbd;  /*needs to be light orange*/
 }
 
 
 #content-bottom-stretch{
   background:#04aeba;/* other blue #71bdbd;*/
   /*border-top: 1px solid #181818;*/
   margin-top: 50px;
   padding: 50px 0 30px 0;
  }
  #content-bottom{
    overflow: hidden;
  }
  #content-bottom h5{
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #d3d3d3;
  padding-bottom: 20px;
  }
  #article1 h6, #article2 h6, #links h6{
  font-size: 26px;
  margin-bottom: 10px;
  color: #fcfcfc;
  border-bottom: 1px solid #fff;
  font-family: "RobotoSlab-Bold-webfont", "Times New Roman",
Times, serif;
  }
  #article1 p, #article2 p, #links p{
  font-size: 14px;
  line-height: 1.3;
  color: #111;
  }
  #article1{
    width: 280px;
    float: left;
    margin-right: 60px;
  }
  #article2{
  width: 280px;
  margin-right: 30px;
  float: left;
  }
  #links{
  width: 280px;
  float: left;
  }
  #links p{
   line-height: 1.7;
  }   
  #links a{
  color: #111;
  text-decoration: none;
  }
  #links a:hover{
  color: #fff;
  }   
  
  #article1 .continue, #article2 .continue{
  color: #fff;
  }
  .continue{
  border-bottom: 1px dashed #fff;
  text-decoration: none;
  }
  #footer-stretch{
    background:#fff;
    /*border-top: 1px solid #111;*/
  }   
  #footer p a{
  color: #009dd6;
  text-decoration: none;
  padding-right:150px;
  font-size: 12px; 
  }
  #footer ul li a{
  color: #009dd6;
  text-decoration: none;
  font-size: 12px;
  }
  #footer ul li a:hover{
  color: #d3ebe9;
  }
  #footer p{
  float: left;
  color: #111;
  font-size: 12px;
  margin-top: 4px;
  }
  #footer ul{
  list-style: none;
  }
  #footer ul li{
  padding-left: 10px;
  display: inline;
  }
  dt{
  font-size: 18px;
  font-variant:small-caps;
  font-weight: bold;
  }
  /*About Page*/
  
  #about-mark{
  background: #61A598;
  }
  #about-bron{
  background: #62BECB;
  }
  #about-kate{
  background: #AAD1D8;
  }
  #about-staff{
  background: #C8E7EA;
  }
  #about-mark, #about-bron, #about-kate, #about-staff{
  min-height: 400px;
  }
  #map{
  float: left;
    }
  #contact{
  width: 500px;
  float: left;
  margin-left: 5px;
  padding: 10px;
  background: #FFD952;
  }
  