/* @override http://www.babybegin.net/css/babybegin.css */
/* first, zero out the page */
/****************************/
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family: Arial, Verdana, Sans Serif;
color: #4c4c4c;
font-size: 90%;
/*font-weight: bold;*/
background: #f7d8cc;
}

.page_wrap {/* wraps entire site */
position: relative;
width: 962px;
margin: 0 auto;
padding: 0 0 0 0;
}

#head {
margin: 10px 0 10px 0;
}

/* top navigation bar */
/**********************/
#nav {
background: #f7d8cc url(/img/bb-link-bar.jpg) no-repeat;
height: 33px;
margin: 0 0 0 0;
text-align: center;
}

#nav li {
display:inline;
margin: 0 0 0 15px;
}

#nav li a:hover {
border-bottom: 4px solid #24acfd;
}

#nav ul {
margin: 0 0 0 0;
height: 33px;
white-space: nowrap;
font-size: 1.2em;
}

/*center column */
/******************/
#center_column {
width: 962px;
margin: 15px 0 0 0;
}

#center_column p {/* keeps text lined up */
margin: 20px 20px 20px 20px;
}

#center_column h2 {
color: #4aaaf7;
margin: 0 0 0 20px;
}
.points {/* the ul list */
margin: 0 60px;
color: #676d7e;
list-style-type: none;
}

.blueDot {
margin: 0 5px 2px 5px;
}

#titleImg {/* controls box around page title */
width: 932px;
height: 65px;
margin: 10px 20px 10px 15px;
background: url(/img/bb-tagline-background.gif) center no-repeat;
}

#titleImg h2 {
padding: 18px 0 10px 64px;
margin: 0px;
color: #4c4c4c;
}

#titleImg h1 {
padding: 18px 0 10px 64px;
margin: 10px 0 0 0px;
color: #4c4c4c;
font-size: x-large;
}

.icon {/* controls image next to tile */
float: left;
margin: 10px 5px 2px 10px;
}

.contactText {/* just for the contact us page */
padding: 0 380px 0 0px;
}

.emailBox {
background: url(/img/bb-email-background.gif) left no-repeat;
margin: 0 0 0 15px;
}

.contactTextEmail {
padding: 30px 20px 0 35px;
/*border: 2px solid #44b8ff;*/
width:250px;
height: 50px;
}

.contactTextPhone {
padding: 30px 20px 0 35px;
/*border: 2px solid #44b8ff;*/
width:250px;
height: 50px;
}

/* baby pictures */
/******************/
#inAir {
float: right;
margin: 15px 20px 20px 10px;
}

#sleepingBaby {
float: right;
margin: 30px 20px 10px 10px;
}

#sleepingOnSide {
float: left;
margin: 20px 20px 10px 20px;
}

#underBlanket {
float: left;
margin: 20px 20px 10px 20px;
}

#jennifer {
float: right;
margin: 20px 20px 10px 10px;
}

#hugeSmile {
float: right;
margin: 50px 20px 10px 10px;
}

#matBaby {
float: left;
margin: 20px 20px 10px 20px;
}

#floorBaby {
float: right;
margin: 20px 20px 10px 10px;
}

#momsStory1 {
float: left;
margin: 15px 20px 10px 20px;
}

#momsStory2 {
float: right;
margin: 0px 20px 10px 15px;
}

#onDadsChest {
float: right;
margin: 0px 20px 10px 15px;
}
/* footer section */
/******************/
#footer {
background: url(/img/bb-footer-bar.jpg) no-repeat;
height: 33px;
font-size: 70%;
text-align: center;
margin: 10px 0 10px 0;
padding: 4px 0 0 0;
clear: both;
}

#footer p {
margin: 8px 0 0 0;
}






