
* { padding: 0; margin: 0; }

body {
 font-family: Georgia, Times, serif;
 font-size: 16px;
 line-height: 1.2;
 background: #EEE;
}

p {
 margin: 0;
 padding: 10px;
}

img {
border: 0;
}

a {
 text-decoration: underline;
 color: #0171AF;
}

#wrapper {
 margin: 20px auto;
 width: 800px;
}

#header {
 height: 50px;
 padding: 20px 20px 0px 40px;
 background: #EEE url(images/header-shadow.gif) no-repeat;
}

#header h1 {
 padding: 30px 30px 0px 30px;
 font-family: Tahoma, Arial, san serif;
 font-size: 18px;
 font-weight: bolder;
 color: #CC0000;
 text-align: center;
}

#content {
 padding: 10px 20px 20px 20px;
 background: #FFF url(images/content-shadow.gif) repeat-y;
}

#content h1 {
 padding: 0px 00px 0px 0px;
 font-family: Tahoma, Arial, san serif;
 font-size: 20px;
 font-weight: bolder;
 color: #000000;
}

#tagline {
 font-size: 20px;
 font-weight: bold;
 color: #333;
 text-align: center;
}

#container {
width:610px;
height:410px;
border:none;
overflow:hidden;
margin:auto;
}

#container iframe {
width:640px;
height:500px;
margin-left:-10px;
margin-top:-8px;
border:0 solid;
}

ul#checklist {
 list-style-type: none;
 padding: 15px 10px 15px 10px;
 text-align: center;
}

li.checklist {
 background: url(images/arrow.gif) no-repeat 76px; /* adjust list item px image spacing if needed */
 margin: 0;
 padding: 4px;
 font-size: 14px;
}

#photo-box {
 width: auto;
 height: 250px;
 background: #FFF url(images/baby.jpg);
 border: 3px solid #CCC;
}

#photo-box h2 {
 font-size: 26px;
 font-weight: 200;
 color: #FFF;
}

#photo-text {
 float: right;
 padding: 20px 20px 0 0;
 color: #FFF;
}

#form-box {
 float: right;
 margin: 50px 92px 0 200px;
 color: #333;
}

* html #form-box {
  margin: 50px 46px 0 200px;
}

input.zipcode {
 padding-top: 4px;
 padding-left: 10px;
 width: 170px;
 height: 24px;
 font-size: 18px;
 vertical-align: middle;
 border: 3px solid #3366cc;
 -moz-border-radius-bottomleft: 4px;
 -moz-border-radius-bottomright: 4px;
 -moz-border-radius-topleft: 4px;
 -moz-border-radius-topright: 4px;
} 

input.button {
 margin-top: 6px;
 margin-bottom: 6px;
 width: 186px;
 height: 28px;
 font-weight: bold;
 color: #333;
} 

.main-text {
 padding: 10px;
}

.main-text h4 {
 font-family: Tahoma, Arial, san serif;
 font-size: 20px;
 font-weight: bold;
 color: #000000;
 padding:0 0 10px 0;	
}

.main-text h3 {
 font-family: Tahoma, Arial, san serif;
 font-size: 20px;
 font-weight: bold;
 color: #000000;
 text-align: center;
 padding:0 0 10px 0;	
}

.main-text h2 {
 font-family: Tahoma, Arial, san serif;
 padding: 16px 0 10px 0;
 font-size: 20px;
 font-weight: bold;
 color: #CC0000;
 text-align: center;
}

p.button {
 padding: 20px 10px 20px 10px;
 text-align: center;
}

#resource-box {
 margin: 20px auto;
 padding-bottom: 6px;
 width: 430px;
 background: #FFF;
 border: 2px solid #CCC;
}

#resource-title {
 padding: 10px;
 font-size: 18px;
 font-weight: bold;
 color: #333;
 text-align: center;
 background: #FFF;
}

ul#resource-list {
 padding: 0;
 list-style-type: none;
 text-align: center;
}

a.resource-link {
 display: block;
 padding: 6px;
 color: #333;
 background: #FFF;
}

* html ul#resource-list li {
 display: inline;
 height: 1%;
}

#bottom {
 padding: 10px;
 background: #EEE url(images/bottom-shadow.gif) no-repeat;
}

#footer {
 font-family: Georgia, Times, serif;
 font-size: 12px;
 padding-bottom: 10px;
 text-align: center;
}

.testimonials {
 line-height: 20px;
 margin: 30px auto 30px auto;
 padding: 10px 10px 20px 20px;
 width: 600px;
 border: 2px dashed #800080;
 /*background: #FFC8CB url(images/testimonialbg.jpg);*/
 background: #99CCFF url(images/testimonialbg.jpg);
}

.signup {
 line-height: 20px;
 margin: 0px auto 30px auto;
 padding: 10px 10px 20px 20px;
 width: 250px;
 border: 1px solid #800080;
 /*background: #FFC8CB url(images/testimonialbg.jpg);*/
 background: #99CCFF url(images/testimonialbg.jpg);
}
