@charset "UTF-8";

body {
	font: 100% "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FEE0E0 url(../images/background.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #535353;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, img {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

h1, h2, h3, h4, h5, h6, p {
	padding-left: 30px;
	padding-right: 30px;
}

a:link {
	color: #398D8F;
	text-decoration: none;
}

a:visited {
	color: #996699;
	text-decoration: none;
}

a:hover {
	color: #B1497A;
	text-decoration: underline;
}

a:active {
	color: #E15193;
	text-decoration: underline;
}

#container {
	width: 864px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	background: #FFFFFF;
	text-decoration: none;
}

#mainNav {
	height: 40px;
	width: 864px;
	background: #2BB8B9 url(../images/navBarHover.jpg) repeat-x;
}

#mainNav ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 40px;
}

#mainNav li {
	float: left;
	height: 40px;
}

#mainNav a {
	display: inline-block;
}

#mainNav a:link, #mainNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	background: url(../images/separator.jpg) no-repeat left top;
}

#homeBtn a:link, #homeBtn a:visited {
	background: none;
}

#mainNav a:hover, #mainNav a:active, #mainNav a:focus {
	background: url(../images/navBar.jpg) repeat-x left top;
}

#shadowTop {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background: url(../images/shadowTop.png) no-repeat bottom;
	width: 884px;
	height: 10px;
}

#shadowBottom {
	background: url(../images/shadowBottom.png) no-repeat;
	display: block;
	margin: 0px auto 20px;
	padding: 0px;
	height: 10px;
	width: 884px;
}

#mainContent {
	margin: 0 297px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 560px;
}

#mainContent h1 {
	font-size: 1em;
	padding-top: 20px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	color: #B14A7B;
}

#mainContent h2 {
	font-size: 0.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#mainContent p {
	font-size: 0.8em;
	line-height: 1.5em;
	padding-bottom: 10px;
}

#mainContent ul {
	padding-left: 60px;
	padding-bottom: 10px;
	font-size: 0.8em;
	padding-right: 10px;
	line-height: 1.3em;
	list-style: disc url(none);
}

a img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 297px;
	font-size: 0.8em;
}

#sidebar1 h3 {
	color: #B1497A;
	padding-bottom: 10px;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#sidebar1 p {
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.5em;
}

#sidebar1 ul {
	list-style: none;
	line-height: 1.8em;
	padding-right: 10px;
	padding-left: 20px;
}
#sidebar1  ul  ul ul {
	list-style: disc;
}

body#ppOverview a#overview,
body#ppEggDonation a#eggDonation,
body#ppGestationalSurrogacy a#gestationalSurrogacy,
body#ppAdoption a#adoption,
body#bmOverview a#overview,
body#adoptionFAQ a#FAQ,
body#adoptionPotential a#potential,
body#bmAdoption a#adoption,
body#bmChoosing a#choosing,
body#bmEggDonation a#eggDonation,
body#bmSurrogacy a#gestationalSurrogacy,
body#bmProcedure a#procedure {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
}

/*body#ppOverview a#overview::before,
body#ppEggDonation a#eggDonation::before,
body#ppGestationalSurrogacy a#gestationalSurrogacy::before,
body#ppAdoption a#adoption::before,
body#bmOverview a#overview::before,
body#adoptionFAQ a#FAQ::before,
body#adoptionPotential a#potential::before,
body#bmAdoption a#adoption::before,
body#bmChoosing a#choosing::before,
body#bmEggDonation a#eggDonation::before,
body#bmSurrogacy a#gestationalSurrogacy::before,
body#bmProcedure a#procedure::before
 {
	content: "\00BB ";
	}*/
	
#contactSidebar  input {
	display: block;
}

#mainContact {
	padding-left: 30px;
	padding-right: 30px;
	font-size: .8em;
}

#mainContact p {
	font-size: 1em;
	padding: 0px 0px 10px;
}

#mainContact input, #mainContact textarea {
	display: block;
	margin-bottom: 10px;
}

#mainContent #radio input {
	display: inline;
}

#Submit {
	margin-top: 20px;
}

#parents {
	background: url(../images/parentButton.jpg) no-repeat left bottom;
	width: 280px;
	height: 200px;
	margin: 20px 20px 20px 0px;
}

#parents a:link, #parents a:visited {
	display: block;
	width: 280px;
	height: 200px;
	background: url(../images/parentButton.jpg) no-repeat left top;
}

#parents a:hover {
	background-position: bottom left;
}

#mothers {
	background: url(../images/motherButton.jpg) no-repeat left bottom;
	width: 280px;
	height: 200px;
	margin: 20px 20px 20px 0px;
}

#mothers a:link, #mothers a:visited {
	display: block;
	width: 280px;
	height: 200px;
	background: url(../images/motherButton.jpg) no-repeat left top;
}

#mothers a:hover {
	background-position: bottom left;
}

#shadow {
	background: url(../images/shadow.png) repeat-y;
	margin: 0px auto;
	width: 884px;
}

#footer {
	padding: 20 20px;
}

#footer a:link, #footer a:visited,
#sidebar1 a:link, #sidebar1 a:visited {
	color: #2BB2B3;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus,
#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	color: #1E9596;
	text-decoration: underline;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: .7em;
	line-height: 1.5;
}

.disclaimer {
	font-size: .8em;
	font-style: italic;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

table {
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	margin: 0 40px;
}

th, td {
	padding: .2em .5em;
	border: 1px solid #999999;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	color: #B1497A;
	text-align: center;
	text-transform: uppercase;
	font-size: .9em;
}

body#bmEggBMI #mainContent {
	margin: 0px;
	padding: 0px;
	width: 864px;
}


body#bmEggBMI #sidebar1 {
	display: none;
}

#bmEggBMI #mainContent h1 {
	padding-left: 40px;
}

.maxBMI {
	background: #C7F1F2;
}

.about {
	margin: 20px 0;
}
.about img   {
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}

.about p {
}


#email2 {
visibility:hidden;
display:none;
}

.error {
	color: #FF0000;
	font-size: 1.1em;
}

#postalzip {
visibility:hidden;
display:none;
}

