
/*
	Site:	Prepare & Care for Baby
	File:	Base Page CSS
	Location: pages\v5\default\prepare\css
	Date:	January 2008
	Author:	Eric Tuberdyke/ Adam Cummins
*/

/*
WHITE = #fff
PALE_BROWN = #f4efe8
LIGHT_BROWN = #d5cac0
MEDIUM_LIGHT_BROWN = #b3a694
MEDIUM_DARK_BROWN = #a4947f
DARK_BROWN = #674d29
LIGHT_RED_BROWN = c8896e
DARK_RED_BROWN = 632c07
*/

/* GLOBAL RESET */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

hr {
	visibility: hidden;
}

ol, ul {
	list-style: none;
}

/* BASE STYLES */

body {
	font-family:  helvetica, arial, sans-serif;
	background: #fff;
	color: #674d29;
	font-size: 62.5%;
	line-height:1.23;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #674d29;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #fff;
	background: #674d29;
	text-decoration: none;
}

#advertisement {
	text-align:center;
}

h2 {
	font-size: 4.2em;
    width: 450px;
}

#container {
	width: 769px;
	_width: 770px;
	border: solid #d5cac0;
	border-width: 1px 1px 0 0;
	margin: 0 auto;
	font-size: 1.3em;
	position: relative;
}

#container:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

ul#other-sites {
    margin:0 auto;
    width:770px;
}

#other-site-prepare a {
    background: url(/content/v5/us/prepare/img/pregsignup.gif) no-repeat left top;
    width: 309px;
    height:89px;
    text-indent:-9999px;
    float:left;
    margin-right:17px;    
}

#other-site-pregnancy a {
    background: url(/content/v5/us/prepare/img/pregbanner.jpg) no-repeat left top;
    width: 214px;
    height:70px;
    text-indent:-9999px;
    float:left;
    margin-right:15px;
    margin-top:18px;
    *margin-top:6px;
}

#other-site-grandbaby a {
    background: url(/content/v5/us/prepare/img/bgearbanner.gif) no-repeat left top;
    width: 214px;
    height:70px;
    text-indent:-9999px;
    float:left;
    margin-top:18px;
    *margin-top:-6px;
}

/* BACK */

#goBack {
	clear: both;
	text-align: center;
	padding: 2em 0;
	font-size: .94em;
}
	
		#goBack a {
			text-decoration: none;
			font-family: "arial narrow", helvetica, arial, sans-serif;
			color: #4974c3;
			background: #eef2f9;
			padding: .3em .5em;
			border: 1px solid #4974c3;
			margin: 0 .5em;
		}
		
			#goBack a:hover {
				background: #fff;
			}

/* ADDITIONAL FOOTER OVERWRITES */

#footer {
	clear: both;
	padding-top: 20px;
}

legal_footer {
	font-family: arial,helvetica,sans-serif;
}

#footer_legallinks ul {
	margin: 0;
}

#legal_footer ul.footer_helplinks {
	font-size: 1.1em;
}

#footer #legal_footer,
#footer #legal_footer a {
    text-decoration: none;
}

#footer #legal_footer a:hover {
	text-decoration: underline;
    background: none;
}

#footer #fplogolinks {
	font-size: .9em;
}

#footer #fplegal {
	font-size: 1.4em;
}

#legal_footer #footer_legallinks ul {
	margin-left: 0;
	padding-left: 0;
}
<!--/* -0.778851613746846 [10.89.198.137] */-->