/* Eric Meyer's CSS Reset start */
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;
}
/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol {
	list-style-position: inside;
        width: 400px;
        font-size: 12px;
}

ul {
	list-style: none;
}
/* Tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Eric Meyer's CSS Reset start */
body{
	color:#000;
	font:11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#2f7028;
}
#page{
	margin:0 auto;
	width: 902px;
	position: relative;
}
/* logo start*/
h1{
	position: absolute;
	top: 10px;
	left: 5px;
	width: 157px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 100;
}
h1 a{
	display: block;
	height: 80px;
	background: url(../img/all.gif) no-repeat 0 -400px;
}
/* logo end*/
/*Icon start*/
#momIcon h2{
        position: absolute;
        top: 0px;
        left: 778px;
        z-index: 1000;
        height: 38px;
        width: 162px;
        text-indent: -9999px;
}
#momIcon h2 a{
        display: block;
        height: 38px;
        width: 162px;
        background: url(../img/ForMomsIcomPurpleFinal.gif) no-repeat;
        
}
/*Icon end*/
/*Tab start*/
#momTab h2{
        position: relative;
        top: 0px;
        left: -21px;
        z-index: 1000;
        height: 38px;
        width: 162px;
        text-indent: -9999px;
}
#momTab h2 a{
        display: block;
        height: 38px;
        width: 162px;
        background: url(../img/ForMomsTabPurpleFinal.gif) no-repeat;
        
}
/*Tab end*/
/* header start */
#header{
	height: 115px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 0;
}
#header strong{
	font-size: 14px;
	color: #fff;
	padding: 33px 0 11px 170px;
	font-weight: bold;
	display: block;
}

/* nav start */
.nav{
	overflow: hidden;
	width: 100%;
	margin-bottom: -1px;
	position: relative;
}
.nav div{
	float: right;
	overflow: hidden;
	margin: 0 1px 0 0;
	background: url(../img/bg-nav.gif) repeat-x;
	border-right: 1px solid #fff;
}
.nav ul{
	background: url(../img/all.gif) no-repeat 2px -1900px;
	margin-left: -2px;
	padding: 4px 8px 0 0;
	height: 27px;
	float: left;
}
.nav ul li{
	float: left;
	background: url(../img/sep-nav.gif) no-repeat 100% 0;
	padding: 4px 10px 2px;
	vertical-align: top;
	line-height: 16px;
}
.nav ul li.store{
	background: url(../img/all.gif) no-repeat 100% -2500px;
	padding-right: 35px;
}
.nav ul a{
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.nav ul a:hover{
	text-decoration: underline;
}
/* nav end */
.search-holder{
	overflow: hidden;
	width: 100%;
	border: 1px solid #000;
	border-width: 1px 1px 0 1px;
	background: #00607d;
	padding: 4px 0 5px;
}
.search-holder a{
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin-left: 12px;
	padding-left: 16px;
	
	text-decoration: none;
}
.search-holder a:hover{
	text-decoration: underline;
}
.search-holder .form{
	float: right;
	width: 285px;
}
.search-holder .form input{
	float: left;
	border: 1px solid #78abba;
	border-width: 0 1px;
	background: #fff;
	width: 202px;
	padding: 0 5px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.search-holder label{
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	float: left;
	padding-right: 7px;
}
/* header end */
/* content start */
#content{
	padding-top: 125px;
}
.productListing a {
        text-decoration: none;
        color: #00607d;
}
.home-content,
.inner-content{
	position: relative;
	height: 1%;
	border: 1px solid #000;
	border-width: 0 1px 0;
	background: #fff;
	border-bottom: 9px solid #579e37;
}
.home-content .content-menu{
	position: absolute;
	top: 0;
	left: 0;
	height: 265px;
	width: 100%;
	overflow: hidden;
	background: url(../img/line.gif) repeat-y 608px 0;
	border-bottom: 4px solid #00607d;
}
.menu-holder{
	float: left;
	width: 316px;
	background: url(../img/all.gif) no-repeat;
	padding: 26px 10px 0 282px;
	min-height: 239px;
}
* html .menu-holder{
	height: 239px;
}
.menu-holder strong{
	color: #000;
	font-size: 18px;
	display: block;
	font-weight: bold;
	line-height: 23px;
	padding-bottom: 20px;
}
.menu-holder strong span{
	color: #7d1728;
}
.menu-holder h4{
	font-weight: bold;
	font-size: 15px;
	margin-left: 9px;
}
.menu-holder ul{
	overflow: hidden;
	margin: 10px 0 14px 8px;
}
.menu-holder ul li{
	display: inline;
	padding: 0 9px 0 12px;
	background: url(../img/sep-menu.gif) no-repeat;
	margin-left: -1px;
}
.menu-holder ul a{
	color: #00607d;
	font-size: 14px;
	text-decoration: none;
}
.menu-holder ul a:hover{
	text-decoration: underline;
}
.newsletter-box{
	float: left;
	width: 261px;
	padding: 20px 0 0 1px;
}
.title{
	overflow: hidden;
	width: 100%;
}
.title a{
        color: #00607d;
        text-decoration: none;
        padding-left: 15px
        
}
.title  a:hover{
        text-decoration: underline;
}
.title a img{
        padding-left: 15px
}
.title h4,
.title h2,
.side-bar .title h3{
	font: bold 17px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: #00607d url(../img/all.gif) no-repeat 100% -480px;
	line-height: 32px;
	float: left;
	padding: 0 19px 0 21px;
}
.sign-up-box{
	padding: 23px 0 0 21px;
}
.sign-up-box a,
.resources .txt p a{
	color: #7d1728;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}
.sign-up-box p a:hover,
.resources .txt p a:hover{
	text-decoration: underline;
}
.sign-up-box fieldset{
	margin: 27px 0 -4px;
}
.sign-up-box fieldset div{
	overflow: hidden;
	width: 232px;
	padding: 0 0 12px 8px;
}
.side-bar .sign-up-box fieldset div{
	padding: 0 0 10px 0;
}
.sign-up-box fieldset label{
	float: left;
	font-weight: bold;
	font-size: 13px;
	padding-top: 4px;
}
.sign-up-box fieldset input{
	float: right;
	width: 156px;
	padding: 0 5px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	background: #fff;
	border: 1px solid #000;
}
.sign-up-box div{
	text-align: center;
	padding-right: 10px;
}
.side-bar .sign-up-box div{
	padding-right: 40px;
}
.sign-up-box a{
	color: #00607d;
}
.sign-up-box a:hover{
	text-decoration: none;
}
.home-content .main-content{
	padding-top: 265px;
	overflow: hidden;
	height: 1%;
	background: url(../img/bg-content-home.gif) repeat-y;
}
.title h2.green-title,
.side-bar .title h3{
	background: #579e37 url(../img/all.gif) no-repeat 100% -722px;
}

.main-content .holder{
	overflow: hidden;
	height: 1%;
	padding: 19px 0 0;
}
.main-content .top-holder{
	background: url(../img/line-3.gif) no-repeat 0 100%;
	padding: 25px 0 17px;
}
.main-content .box{
	float: left;
	width: 285px;
	padding-right: 15px;
	overflow: hidden;
}
.main-content .holder .left{
	width: 294px;
}
.main-content .holder .right{
	width: 271px;
}
.main-content .box1 h3, .main-content .box1 h3 a{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #00607d;
	margin-bottom: -2px;
        text-decoration: none;
}
.main-content .box1 h3 a:hover{
        text-decoration:underline;
}
.main-content .txt-content h4{
	font: bold 17px Georgia, "Times New Roman", Times, serif;
	line-height: 32px;
}
.subscribe{
	float: left;
	padding: 9px 0 0 11px;
}
.subscribe span{
	float: left;
}
.subscribe a,
.main-content .links-box p a{
	color: #000;
	text-decoration: none;
	padding: 0 0 1px 19px;
	float: left;
	display: inline;
	margin-left: 8px;
}
.subscribe a:hover,
.main-content .links-box p a:hover{
	text-decoration: underline;
}
.subscribe a.email,
.links-box p a.email{
	background: url(../img/all.gif) no-repeat 0 -1649px;
}
.subscribe a.rss,
.links-box p a.rss{
	background: url(../img/all.gif) no-repeat 0 -1400px;
}
.main-content .box1{
	padding: 5px 0 0 20px;
}
.main-content .box1 p a{
	color: #7d1728;
	text-decoration: none;
}
.main-content .holder .right p a{
	font-weight: bold;
}
.main-content .holder p em{
	font-style: italic;
}
.main-content .holder p a:hover,
.main-content .holder ul a:hover,
.all-content ul a:hover,
.ramping-up .info-holder p a:hover{
	text-decoration: underline;
}
.main-content .holder ul{
	padding: 3px 0 0 10px;
	margin-bottom: -10px;
}
.main-content .related ul{
	padding: 13px 0 0 10px;
}
.inner-content .main-content .holder ul{
	padding-top: 13px;
}
.main-content .top-holder ul{
	padding-top: 15px;
	margin: 0;
}
.main-content .holder ul li,
.main-content .related ul li,
.all-content ul li{
	padding: 0 0 28px 22px;
	background: url(../img/all.gif) no-repeat 0 -1015px;
}
.inner-content .main-content .holder ul li,
.all-content ul li,
.main-content .top-holder ul li{
	padding-bottom: 14px
}
.main-content .holder ul .long-txt,
.inner-content .main-content .holder ul li.long-txt,
.main-content .related ul li,
.all-content ul li.long-txt{
	padding-bottom: 0;
}
.main-content .holder ul a,
.main-content .related ul a,
.all-content ul a,
.ramping-up .info-holder p a{
	font-size: 12px;
	color: #00607d;
	text-decoration: none;
}
.main-content .holder img{
	display: block;
}
.main-content .holder .video{
	padding-top: 16px;
}
.ask-dad img{
	padding-top: 9px;
}
.ask-dad h3 a{
	color: #00607d;
	text-decoration: none;
}
.ask-dad h3 a:hover{
	text-decoration: underline;
}
.main-content .holder .ask-dad h3{
	font-size: 19px;
}
.ask-dad strong{
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 17px 0 12px;
}
.ask-dad strong a{
	color: #7d1728;
	font-style: italic;
	text-decoration: none;
}
.ask-dad strong a:hover{
	text-decoration: underline;
}
.main-content .holder ul span{
	display: block;
	padding-left: 6px;
	font-size: 12px;
}
.main-content .holder .more-links{
	padding: 24px 0 0 13px;
}
.main-content .holder .more-links a{
	color: #00607d;
	background: url(../img/all.gif) no-repeat 0 -935px;
	padding-left: 21px;
	text-decoration: none;
}
.main-content .holder .more-links a:hover{
	text-decoration: underline;
}
.main-content .holder .more-links a.more{
	margin-right: 59px;
}
.main-content .holder .bunner{
	overflow: hidden;
	height: 1%;
	padding: 11px 0 18px;
}
.main-content .holder .bunner a{
	float: left;
}
/* article-page start*/
.inner-content{
	overflow: hidden;
	background: #fff url(../img/bg-content-inner.gif) repeat-y 598px 0;
	padding-top: 19px;
}
/* main-content start */
.inner-content .main-content{
	float: left;
	width: 593px;
}
.inner-content .main-content .holder1,
.related,
.small-txt,
.links-box,
.all-content{
	background: url(../img/line1.gif) no-repeat 50% 0;
	padding-top: 1px;
}
.inner-content .main-content .holder{
	background: url(../img/bg-content-inner.gif) repeat-y 299px 0;
	padding-bottom: 30px;
}
.inner-content .main-content .box{
	width: 280px;
	padding: 0;
}
.inner-content .main-content .holder .left{
	width: 293px;
	padding-right: 17px;
}
.small-txt{
	text-align: center;
	padding: 18px 0 17px;
}
.small-txt p{
	font-size: 13px;
}
.small-txt p a{
	color: #00607d;
	text-decoration: none;
}
.small-txt p a:hover{
	text-decoration: underline;
}
.txt-content{
	padding: 14px 0 0 20px;
}

.txt-content a{
        text-decoration: none;
        color: #00607d;
}

.txt-content h3{
	font: 26px Georgia, "Times New Roman", Times, serif;
}
.page-img{
	overflow: hidden;
	height: 1%;
	padding: 14px 0 19px;
}
.page-img img{
	float: left;
}
.txt-content .page-img ul{
	float: right;
	border: 1px solid #949494;
	padding: 16px 11px 7px;
	margin: 21px 0px 0px 0px;
        position: absolute;
        top: 109px;
        left: 435px;
        width: 120px;
}
.page-img ul a,
.links-box ul a{
	color: #000;
	text-decoration: none;
}
.links-box ul a span{
	text-decoration: underline;
	cursor: pointer;
}
.page-img ul a:hover,
.page-img ul .share-this a,
.links-box ul a:hover{
	text-decoration: underline;
}
.page-img ul .share-this a:hover{
	text-decoration: none;
}
.txt-content .page-img ul li,
.links-box ul li{
	padding: 4px 0 11px 22px;
}

.main-content ul .rss-link{
	background: url(../img/all.gif) no-repeat 0 -1395px;
}
.main-content ul .our-fan{
	background: url(../img/all.gif) no-repeat 0 -2150px;
}
.main-content ul .follow-us{
	background: url(../img/all.gif) no-repeat 0 -2259px;
}
.main-content ul .share-this{
	background: url(http://w.sharethis.com/button/sharethis.js#tabs=web%2Cpost%2Cemail&amp;charset=utf-8&amp;style=rotate&amp;publisher=c46ceef1-9b3a-4e95-852d-2c41cb7a967f) no-repeat 0 -2357px;
}
.txt-content p{
	font-size: 12px;
        width: 400px;
	margin: 0 105px 15px 0;
}

.txt-content p a{
        text-decoration: none;
        color: #00607d;
}
.txt-content ul{
	margin: 0 0 0 8px;
}
.txt-content ul li{
        width: 400px;
	font-size: 12px;
	background: url(../img/bullet-arrow.gif) no-repeat 0 5px;
	padding: 0 0 15px 22px;
}
.related{
	padding: 21px 0 15px;
        
       
}
.links-box{
	padding: 22px 0 19px;
	font-size: 12px;
}
.links-box ul li{
	display: inline;
	padding-right: 12px;
}
.main-content .links-box p{
	margin-top: 22px;
	text-align: center;
}
.main-content .links-box p a{
	float:none;
	color: #000;
}

.videosuggest a{
        text-decoration: none;
        color: #00607d;
}

.blueBox {
        padding-left: 6px;
}

.blueBoxContent {
        position: absolute;
        top: -100px;
        left: 0px;
        width: 275px;
}
.blueBoxContent ul{
        list-style-image: url(/img/compass.gif);
}
/* main-content end */
/* side-bar start */
.side-bar{
	/*float: right;*/
	width: 291px;
	background: url(../img/sep-sidebar.gif) repeat-x 0 100%;
	padding: 0 0 20px;
        position: absolute;
        top: 10px;
        left: 610px;
}
.side-bar h4{
	color: #00607d;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 19px;
	font-weight: normal;
}
.side-bar h4 a{
	color: #00607d;
	text-decoration: none;
}
.side-bar h4 a:hover{
	text-decoration: underline;
}
.side-bar .sign-up-box{
	background: url(../img/sep-sidebar.gif) repeat-x;
	padding: 26px 21px 10px;
}
.side-bar .sign-up-box h4{
	margin-bottom: 15px;
	font-size: 15px;
        color: #7d1728;
        font-weight: bold;
}
.side-bar .sign-up-box fieldset{
	margin: 17px 0 -7px;
}
.resources{
	padding: 20px 20px 0;
	background: url(../img/sep-sidebar.gif) repeat-x;
	overflow: hidden;
	height: 1%;
}
.resources1{
	padding-bottom: 10px;
}
.resources .txt{
	float: left;
	width: 121px;
	padding-top: 6px;
}
.resources .txt p em{
	font-style: italic;
}
.resources .txt strong{
	font-weight: bold;
}
.resources .visual{
	float: right;
	width: 123px;
}
.resources .visual img{
	float: right;
	display: block;
}
.resources .visual a{
	color: #00607d;
	font-size: 10px;
	text-decoration: none;
}
.resources .visual a:hover{
	text-decoration: underline;
}
/* side-bar end */
/* article-page end*/
/* resources start */
.main-content .top-issues{
	padding-top: 23px;
}
.all-content{
	overflow: hidden;
	height: 1%;
	padding: 19px 0 21px;
}
.all-content .box1{
	float: left;
	width: 265px;
}
.all-content .left{
	width: 275px;
}
.main-content .all-content .box1 h3{
	margin-bottom: 15px;
}
.main-content .all-content .box1 ul{
	margin: 0 0 -3px 11px;
}
.ramping-up{
	border-bottom: 4px solid #579e37;
}
.ramping-up .links-box{
	background: none;
	padding: 0 0 17px 20px;
}
.ramping-up .info-holder{
	overflow: hidden;
	height: 1%;
	padding: 16px 20px 20px;
}
* html .ramping-up .info-holder{
	padding-bottom: 5px;
}
* +html .ramping-up .info-holder{
	padding-bottom: 5px;
}
.ramping-up .info-holder img{
	float: left;
	padding: 4px 10px 0 0;
	display: block;
}
.ramping-up .info-holder h3{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 17px;
}
.ramping-up .info-holder p{
	font-size: 12px;
	margin-bottom: 14px;
}
.inner-content .main-content .holder2{
	padding-bottom: 0;
}
/* resources end */
/* content end */
/* footer start */
#footer{
	color: #fff;
	padding-bottom: 20px;
}
.footer-holder{
	background: #00607d;
	font-size: 12px;
	text-align: center;
	border: 1px solid #000;
	border-width: 0 1px 1px 1px;
	width: 100%;
}
.footer-holder div{
	border-top: 1px solid #fff;
	padding: 15px 0 10px;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer p{
	margin: 15px 140px 0 131px;
}
#footer p a{
	text-decoration: underline;
}
#footer p a:hover{
	text-decoration: none;
}
.footer-holder ul{
	padding-bottom: 5px;
}
.footer-holder ul li{
	display: inline;
	background: url(../img/sep-footer.gif) no-repeat 0 2px;
	padding: 0 5px 0 7px;
}
.footer-holder ul li:first-child,
.footer-holder ul.copyright li:first-child{
	background: none;
}
.footer-holder ul.copyright li{
	background: url(../img/sep-footer2.gif) no-repeat 0 5px;
	padding: 0 4px 0 10px;
}
/* footer end */

.videotitle 
{
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 10px;	
	}
.videodescription
{
	width: 330px;
	text-align: left;
}
.videoContainer{
       height: 180px;
       width: 593px;
}
.videosuggest
{
	margin: 10px;
	text-align: left;
	float: left;
	width: 175px;	
}
.videosuggest h3 {
        font: bold 14px Georgia, "Times New Roman", Times, serif;
}

.outerBorder {
 border:		1px solid #4B5388;
}
.tablePad {
 padding:			3px 3px 5px 3px;
 background-color:	#fff;
}
.resultRowOne {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			11px;
 color:				#000;
 padding:           6px 6px 6px 8px;
 background-color:	#DADADD;
}			
.resultRowTwo {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #000;
 padding:           6px 6px 6px 8px;
 background-color:  #eee;
}

.default, .defaultBold {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			11px;
 color:				#000;
 padding:			3px 0 3px 0;
 background-color:	transparent;
}

.defaultBold {
 font-weight:		bold;
}
.blog {
float: left;
margin-right: 5px;
padding: 0 10px 10px 10px;
color: #fff;
text-align: left;
}

.entry {
margin-top: 10px;
padding: 0 10px 10px 10px;
border: 1px solid #ccc;
background: #fff;
color: #333;
}
