body {
  font-family: arial;
  background: #f7fdfd url('../images/bg.png') repeat-x top left;
  padding-top: 0;
}

h1, h2, h3, h4, h5, h6 { color: #4bc8d9; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #4bc8d9; text-decoration: none;}
a { color: #5a89b7; }

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset legend {
  display: none;
  margin: 0;
  padding: 0;
}

form label {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
}

input.text {
  background-color: #F6F6F6;
  border: 1px solid #BBBBBB;
  padding: 5px;
  width: 30em;
}

input.text:focus {
  background-color: #FFFFFF;
}

textarea {
  background: #F6F6F6 none repeat scroll 0% 0%;
  border: 1px solid #BBBBBB;
  height: 20em;
  margin: 0.5em 0.5em 0.5em 0pt;
  padding: 5px;
  width: 40em;
}

.container {
  background: #fff;
}

.box {
  background: transparent;
  color: gray;
  margin: 0.5em;
  padding: 1em;
}

.box h2 {
  border-bottom: 1px solid #cdd448;
  font-size: 1.3em;
  text-align: center;
}

.centered { text-align: center; }
.bg_4_column { background: #ff0 url('../images/bg_4_column.png') top center repeat-y; height: 100%;}

/* Microformats */

.vcard .org {
  font-weight: bold;
  font-size: 1.2em;
}
.vcard .tel, .vcard .fax { display: inline;}

#top-bar {
  height: 15px;
  background-color: #cdd448;
}

#header {
  padding: 0 10px;
}

#header #logo-container {
  float: left;
} 
#header #logo {
  padding: 5px;
}
#header #well-take-the-same-care-with-your-smile {
  float: right;
  padding-top: 130px;
}

#header #kids {
  float: right;
}


/* Navigation */
#navigation {
  background-color: #4bc8d9;
  text-align: center;
}
#navigation ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

#navigation ul li {
  display: inline;
  padding: 12px 15px;
}

#navigation ul li.current {
  background-color: #57d1e3;
}

#navigation ul li a {
  color: #fff;
  font-size: 1.25em;
  text-decoration: none;
  text-transform: uppercase;
}

/* ------------------------------------------------------------------
  Page Specific Items
--------------------------------------------------------------------- */

/* Home Page Boxes */

#dr-karen-kramarczyk-dds h2, #our-philosophy h2, #featured-service h2, #accepted-insurance h2, #contact-us h2 {
  text-indent: -10000px;
  width: 200px;
}

#dr-karen-kramarczyk-dds h2 { background: transparent url('../images/subheaders/dr-karen-kramarczyk-dds.png') no-repeat center center; }
#dr-karen-kramarczyk-dds img#karen { margin: 0 10px 0 0; }

#our-philosophy h2 { background: transparent url('../images/subheaders/our-philosophy.png') no-repeat center center; }
#featured-service h2 { background: transparent url('../images/subheaders/featured-service.png') no-repeat center center; }
#accepted-insurance h2 { background: transparent url('../images/subheaders/accepted-insurance.png') no-repeat center center; }

#contact-us { background: transparent url('../images/map.png') no-repeat 70px 50px; }
#contact-us h2 { background: transparent url('../images/subheaders/contact-us.png') no-repeat center center; }

#large-map { width: 350px; }

/* Accepted Insurances */

#insurance-logos {
 text-align: center; 
}

#insurance-logos img {
  padding: 15px 20px;
}

/* Procedures */

ul.procedures {
  margin: 0 0 0 150px;
  padding: 0;
  list-style: none;
}

ul.procedures li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.5em;
}