/*css for your new baby home page*/

body{
	background-color:#a1bbe6;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-position: top;
}

#SplashWrapper{
	width:897px;
	margin-top:-8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.hide {
	position:absolute;
	top:-2000px;
}

a { 
outline: none;
text-decoration:none; }

.HomeNav {
    width:500px;
	min-height:200px;
	margin-top:-270px;
	margin-left:240px;
	font-size:100%;
	line-height: 120%;
	font-weight:bolder;
}
.HomeNav ul{
	list-style-type: none;
}

.HomeNav ul li{
	margin: 0px;
	padding-left: 290px;
	padding-top:5px;
	list-style-type: none;
	text-align:center;
	font-weight:bolder;
}

.HomeNav ul li a{
	color: #1a386a;
}

#footerDefault{
	background-color:#a1bbe6;
	clear: both;
    margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}

#global_Footer{
	padding-left:20px;
	padding-left:75px;
}

.footertextdark {
	text-align:center;
	font-size:80%;
    color: #FFF;	
	background-color:#a1bbe6;
  }   

#global_TextNav a{
	text-align:center;
	line-height:20px;
	color: #FFF;
   }
#global_SearchBox {
    padding-top:5px;
	text-align:center;
    background-color:#a1bbe6;  
   }

