@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #95c1cd;
	background-image:url(../img/bgd.gif);
	background-repeat: repeat-x;
	font-size:11px;
	color:#6996a5;
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

.spacer {
	clear:both;
	margin:0px;
	padding:0px;
	display:block;
	height:1px;
	overflow:hidden;
}

.right {
	float:right;
}

h1 {
	font-size:18px;
	color:#527f8b;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 0px;
	padding:0px;
	font-weight:normal;
}

h2 {
	font-size:15px;
	color:#9bbd6d;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0px;
	padding:0px;
	font-weight:normal;
}

p {
	line-height:15px;
	margin:10px 0px 15px;
	text-align:justify;
}

p a,a {
	color:#97bc64;
}

p a:hover,a:hover {
	text-decoration:underline;
}
/*********** coontainer styles ***********/

#container {
	width:970px; 
	margin:0px auto;
}

/*********** header styles *************/

#header {
	height:105px; 
	display:block; 
	overflow:hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/headerbg.png');
}

div > #header {
	background:url(../img/headerbg.png) top left no-repeat; 
}

#header .hleft {
	 float:left; 
	 padding-top:10px;
	 padding-left:25px;
	 width:330px;
}

#header .hright {
	width:560px; 
	padding-right:25px; 
	float:right; 
	padding-top:15px;
}

#header .hright .topbar {
	text-align:right; 
	color:#556a70; 
	height:40px;
}

#header .hright .topbar .txtbox {
	margin:0px 5px;
	background:url(../img/txtbox.gif) top left no-repeat; 
	width:90px; 
	height:19px; 
	border:none; 
	font-size:12px; 
	padding:2px 5px; 
	vertical-align:middle;
}

#header .hright .topbar .button {
	background:url(../img/arrow.gif) 50px 2px no-repeat; 
	border:none; 
	padding-right:20px; 
	font-size:13px; 
	color:#776662; 
	cursor:pointer;
	vertical-align:middle;
}

#header .hright .topbar a {
	font-size:10px; 
	color:#475e64; 
	text-decoration:none;
}

#header .hright .topbar a:hover {
	text-decoration:underline;
}

/*********** topnav styles *************/

.topnav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#5e7c84;
	margin:0px;
	padding:0px;
	display:block;
	list-style:none;
}

.topnav li {
	display:block;
	float:left;
}

.topnav li a {
	color:#5e7c84;
	text-decoration:none;
	display:block;
	height:26px;
	float:left;
}

.topnav li a span {
	display:block;
	height:21px;
	padding:5px 7px 0px;
	float:left;
	cursor:pointer;
}

.topnav li a:hover {
	color:#feffff;
	background:url(../img/itembg-left.gif) top left no-repeat;
}

.topnav li a:hover span {
	background:url(../img/itembg-right.gif) top right no-repeat;
}

.topnav li.active a {
	color:#feffff;
	background:url(../img/itembg-left.gif) top left no-repeat;
}

.topnav li.active span {
	background:url(../img/itembg-right.gif) top right no-repeat;
}

/*********** content styles **********/

#content {
	padding:0px 10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/contentbg.png');
	width:950px;
	overflow:hidden;
}

div > #content {
	background:url(../img/contentbg.png) repeat-y; 
}

#content .wrap {
	background:url(../img/leftcolbg-mid.gif) repeat-y;
}

#content .wrap .top {
	background:url(../img/leftcolbg-top.gif) top left no-repeat;
}

#content .wrap .bot {
	background:url(../img/leftcolbg-bot.gif) bottom left no-repeat;
	padding-left:13px; 
	padding-right:15px;
}

#content .leftcol {
	width:183px; 
	float:left; 
	padding:15px 8px;
}

#content .leftcol .head {
	font-size:14px; 
	color:#5e7c84; 
	font-family:Georgia, 'Times New Roman', Times, serif;
}

#content .leftcol .head2 {
	font-size:16px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	color:#517885; 
	padding-top:20px; 
	padding-bottom:10px;
}

#content .leftcol .link {
	font-size:8px; 
	color:#517885; 
	text-decoration:none;
}

#content .leftcol .link img {
	vertical-align:middle;
}

#content .leftcol .link_mid {
	font-size:8px; 
	color:#517885; 
	text-decoration:none; 
	margin:0px 10px;
}

#content .leftcol .link_mid img {
	vertical-align:middle;
}

#content .rightcol {
	width:713px; 
	float:right;
}

#content .rightcol .pads {
	padding-left:5px; 
	padding-right:5px;
}

/*********** bluebox styles ************/

.bluebox {
	background:url(../img/bluebox-top.gif) top left no-repeat #72a5b6; 
	width:703px;
}

.bluebox .bb_wrap {
	background:url(../img/bluebox-bot.gif) bottom left no-repeat; 
	padding:10px 15px; 
	color:#fffefe; 
	font-size:12px;
}

.bluebox h1 {
	color:#FFFFFF; 
	background:url(../img/border.gif) bottom repeat-x;
	display:block; 
	margin:0px; 
	padding-bottom:5px;
}

.bluebox p {
	margin:5px 0px;
}

/*********** rightbox styles ***********/

.rightbox {
	margin-top:20px;
}

.rightbox .rb_top {
	background:url(../img/rightbox-top.gif); 
	width:160px; 
	height:23px; 
	font-size:15px; 
	color:#FFFFFF; 
	padding:8px 10px 0px;
}

.rightbox .rb_bot {
	background:url(../img/rightbox-bot.gif) bottom left no-repeat; 
	padding:10px;
}

/*********** home_banner styles **********/

#home_banner {
	background:url(../img/homebanbg.jpg) top left no-repeat; 
	width:923px; 
	height:323px;
}

#home_banner .left {
	width:385px; 
	float:left; 
	font-size:16px; 
	color:#848f67; 
	padding-left:29px; 
	padding-top:20px;
}

#home_banner .left .title {
	font-size:21px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	color:#84716d; 
	padding-bottom:10px;
}

#home_banner .left a {
	 font-weight:bold; 
	 color:#83bb37; 
	 text-decoration:none; 
	 float:right;
}

#home_banner .left a:hover {
	 color:#a8ee49; 
}

#home_banner .left a img {
	vertical-align:middle;
}

#home_banner .right {
	width:460px; 
	float:right; 
	font-size:13px;
	font-family:Georgia, 'Times New Roman', Times, serif; 
	color:#84716d;
	padding-top:20px;
}

#home_banner .right strong {
	color:#848f67;
}

#home_banner .right .resource {
	display:block;
	padding-top:15px;
}

#home_banner .right .resource .col {
	width:148px; 
	float:left;
}

#home_banner .right .resource .col .link {
	padding-left:7px; 
	font-size:14px; 
	color:#84716d;
}

#home_banner .right .resource .col .link .button {
	float:left; 
	margin-right:7px; 
	margin-top:2px;
}

/*********** home_cont style *************/

.home_cont {
	padding:0px 13px;
}

/*********** leftcol_home style ************/

.leftcol_home {
	 width:346px; 
	 float:left; 
	 padding-top:15px;
}

.leftcol_home .gallery {
	background:url(../img/gallerybg.jpg) top left no-repeat; 
	width:346px; 
	height:195px; 
	overflow:hidden;
}

.leftcol_home .gallery .left {
	font-size:12px; 
	color:#FFFFFF; 
	width:200px; 
	float:left;
	padding-top:152px; 
	padding-left:10px;
}

.leftcol_home .gallery .title {
	font-size:18px;
	 color:#FFFFFF; 
	 font-family:Georgia, 'Times New Roman', Times, serif;
}

.leftcol_home .gallery .right {
	font-size:13px; 
	color:#FFFFFF; 
	width:100px; 
	float:right; 
	padding-top:155px;
}

.leftcol_home .gallery .right a {
	color:#FFFFFF; 
	text-decoration:none;
}

.leftcol_home .gallery .right a img {
	vertical-align:middle;
}

/*********** rightcol_home style ************/

.rightcol_home {
	width:563px; 
	float:right; 
	padding-top:15px;
}

.rightcol_home .welcomebox {
	background:url(../img/welcombg.gif) top left no-repeat; 
	width:533px; 
	height:176px; 
	overflow:hidden; 
	color:#fffefe; 
	font-size:12px; 
	padding:10px 15px;
}

.rightcol_home .welcomebox .head {
	font-size:18px; font-family:Georgia, 'Times New Roman', Times, serif; 
	background:url(../img/border.gif) bottom repeat-x; 
	display:block;
	padding-bottom:5px;
}

.rightcol_home .welcomebox p {
	margin:10px 0px;
}

.rightcol_home .welcomebox .buttons {
	text-align:center;
	line-height:44px;
}

.rightcol_home .welcomebox .buttons img {
	vertical-align:middle;
}


/*********** bannerad styles ************/

.bannerad {
	display:block; 
	overflow:hidden; 
	margin-bottom:15px; 
	margin-top:15px;
}

/*********** seotxt styles ************/

.seotxt {
	line-height:13px; 
	padding:0px 5px; 
	margin-top:20px;
}

/*********** banner style ************/

.banner {
	background:url(../img/banner.jpg) top left no-repeat; 
	width:713px;
	height:153px; 
	overflow:hidden; 
	margin-bottom:20px;
}

.banner .txtblock {
	width:330px; 
	float:right;
	padding-top:20px; 
	padding-right:20px;
}

.banner .txtblock .head {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:17px; 
	color:#bde2ed;
}

.banner .txtblock p {
	font-size:11px; 
	color:#fefefe; 
	margin:10px 0px 15px; 
	line-height:13px;
}

/*********** sponsors styles ***********/

.sponsors {
	display:block; 
	background:url(../img/sponsors-mid.gif) repeat-y;
}

.sponsors .sp_wrap {
	background:url(../img/sponsors-bot.gif) bottom left no-repeat; 
	padding:10px;
	text-align:center;
}

.sponsors .sp_wrap img {
	margin:0px 5px;
}

/*********** subnav styles **********/

.subnav {
	margin:0px;
	padding:15px 0px 20px;
	list-style:none;
	font-size:12px;
	color:#517885;
}

.subnav li {
	display:block;
	border-bottom:1px solid #e7f4da;
	padding-bottom:2px;
	padding-top:2px;
}

.subnav li a {
	display:block;
	width:172px; 
	height:22px;
	color:#517885;
	text-decoration:none;
	padding-left:10px;
	padding-top:7px;
}

.subnav li a:hover {
	background:url(../img/subnavbg.gif) top left no-repeat;
}	

.subnav li.active a {
	background:url(../img/subnavbg.gif) top left no-repeat;
}	

.subnav li.active  {
	border:none;
}	

.subnav li ul {
	margin:2px 0px 0px;
	padding:5px 0px;
	list-style:none;
	background:url(../img/border.gif) top repeat-x;
	font-size:11px;
}

.subnav li ul li {
	border-bottom:none;
	padding-left:10px;
}

.subnav li ul li a {
	color:#776662;
	height:auto;
	padding:2px 0px 2px 12px;
	margin:0px;
	background:url(../img/bullet.gif) 0px 6px no-repeat;
}

.subnav li.active ul li a {
	color:#776662;
	height:auto;
	padding:2px 0px 2px 12px;
	margin:0px;
	background:url(../img/bullet.gif) 0px 6px no-repeat;
}

.subnav li ul li a:hover {
	background:url(../img/bullet2.gif) 0px 6px no-repeat;
	color:#6691a0;
	text-decoration:underline;
}

/************ list styles *************/

.list {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:12px;
}

.list li {
	display:block;
	padding:2px 0px;
}

.list a {
	color:#FFFFFF;
	text-decoration:none;
}

.list a:hover {
	text-decoration:underline;
}

/************ cleanbox styles *************/

.cleanbox {
	background:url(../img/cleanbox-mid.gif) repeat-y; 
	width:705px;
	margin-bottom:20px;
}

.cleanbox .cb_top {
	background:url(../img/cleanbox-top.gif) top left no-repeat;
}

.cleanbox .cb_bot {
	background:url(../img/cleanbox-bot.gif) bottom left no-repeat;
	padding:1px; 
	color:#94b06d;
}

.cleanbox .row {
	border-bottom:1px solid #e5eed8; 
	height:33px; 
	display:block;
	clear:both;
}

.cleanbox .col {
	width:150px; 
	height:23px; 
	border-right:1px solid #e5eed8; 
	padding:10px 12px 0px;
	float:left;
}

.cleanbox .col a {
	color:#6996a5; 
	text-decoration:none; 
	font-size:11px;
}

.cleanbox .col a:hover {
	text-decoration:underline;
}

.cleanbox .last {
	border-bottom:none;
}

.cleanbox .lastcol {
	border-right:none;
}

/************ greenbox styles *************/

.greenbox {
	background:url(../img/green-box.gif) top left no-repeat; 
	width:346px; 
	height:149px; 
	overflow:hidden; 
	margin-top:15px;
}

.greenbox .head {
	display:block;
	height:25px; 
	overflow:hidden; 
	font-size:16px; 
	font-family:Georgia, 'Times New Roman', Times, serif; 
	color:#5e7c84; 
	padding-left:17px; 
	padding-top:10px; 
	padding-right:17px;
}

.greenbox .head .icon {
	float:right; 
	margin-top:-5px;
}

.greenbox .links {
	padding:10px 7px;
	line-height:18px;
}

.greenbox .links a {
	font-size:12px; 
	color:#5e8a98; 
	text-decoration:none;
	margin:0px 10px;
}

.greenbox .links a:hover {
	text-decoration:underline;
}

/************ follow_block styles ************/

.follow_block {
	padding-left:15px;
	margin-top:15px;
}

.follow_block a {
	color:#84716d;
	text-decoration:none;
}


.follow_block img {
	vertical-align:middle;
	margin-left:5px;
}

.follow_block strong {
	font-size:16px;
	color:#84716d;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
/************ companies styles *************/

.companies {
	display:block;
}

.companies .row {
	display:block; 
	height:65px; 
	padding-top:15px;
	clear:both;
}

.companies .odd {
	background:#e3edf0; 
}

.companies .row .col_left {
	width:170px; 
	float:left; 
	font-size:12px; 
	padding-left:12px;
}

.companies .row .col_left a {
	color:#9bce56; 
	text-decoration:none; 
	font-weight:bold;
}

.companies .row .col_left a:hover {
	text-decoration:underline;
}

.companies .row .col_right {
	float:right; 
	width:500px; 
	padding-right:12px; 
	line-height:16px;
}

/************ footer styles *************/

#footer {
	display:block; 
	text-align:center;
	font-size:11px;
	color:#475e64;
	padding-top:30px;
	padding-bottom:20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/footerbg.png');
	width:970px;
}

div > #footer {
	background:url(../img/footerbg.png) top left no-repeat; 
}

#footer a {
	color:#475e64;
	text-decoration:none;
}

#footer a:hover {
	color:#e4f4ce;
}

#footer .active a {
	color:#e4f4ce;
}

#footer ul {
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
	height:20px;
	overflow:hidden;
}

#footer ul li {
	display:inline;
	padding:0px 10px;
}

#footer ul li a {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.companies .row .col_left .featured {
	color: #5E7C84;
}

.text {
	width: 200px;
}

.odd, tr.odd td {
	background-color: #E3EDF0;
}

label {
	font-weight: bold;
}



/************ Refer a Friend styles *************/

.colFull{
	
	display:block;
	overflow:hidden;
	padding:5px;
}
.colLeft{
	float:left;
	padding-right:5px;
	width:300px;
	display:block;
	overflow:hidden;
	
}
.colRight{
	float:left;
	width:300px;
	padding-right:5px;
	display:block;
	overflow:hidden;
	
}

.cd_textarea{
	width:510px;
	
}
.spaceclear{
	padding-top:20px;
}


/*********** SignUp styles *************/

#fisherExtFields{
	display:none;
	padding:10px;
	border:1px solid #cccccc;
	margin-top:7px;
	margin-bottom:7px;
	
}
#pampersExtFields{
	display:none;
	padding:10px;
	border:1px solid #cccccc;
	margin-top:7px;
	margin-bottom:7px;
	
}

#similacExtFields{
	display:none;
	padding:10px;
	border:1px solid #cccccc;
	margin-bottom:7px;
	
}

.extfields {
	padding:10px;
	border:1px solid #cccccc;
	margin-top:7px;
	margin-bottom:7px;
}


#babyGalleryGuestBook{

	
}