@charset "UTF-8";
/* CSS Document */
body
 {
	background-color: #f2e9af;
	background-image: url(../images/BabyBackground_Animals.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #f2e9af;
}
.contentdiv {
	background-color: #9ac879;
	width: 900px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	padding-top: 21px;
	padding-bottom: 21px;
	top: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.row1
 {
	text-align: left;
	padding-bottom: 10px;
	margin: auto;
	width: 840px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2e9af;
}
.row2
 {
	text-align: left;
	margin: auto;
	width: 840px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.row3copyright
 {
	text-align: center;
	margin: auto;
	width: 840px;
	font-size: 12px;
	padding-bottom: 20px;
}
.headerdiv
 {
	background-color: #9ac879;
	border: 1px solid #FFFFFF;
	text-align: center;
	position: relative;
	margin: auto;
	background-repeat: no-repeat;
	width: 900px;
	background-color: #9ac879;
}
.imgindent1 
{
	float:left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
.imgindent2 
{
	float:left;
	margin-top: 6px;
	margin-right: 15px;
}

/* Multi row/column */
div.row {
	margin: auto;
	width: 900px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}
div.cols3 {
	width: 25%;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}

/* Contact form */
#page-wrap {
	width: 660px;
	background: #9ac879;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#page-wrap-ct {
	width: 660px;
	background: #9ac879;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 200px;
	height: auto !important;
	height: 250px;
	border: 1px solid #FFFFFF;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #f2e9af;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 300px;
	padding-top: 5px;
	font-size: 1.0em;
}
label1 {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.2em;
}
