@charset "utf-8";
body {
	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 */
	background-image: url(images/blueclothbackground.jpg);
	background-repeat: repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page; the 10 puts 10 pixels at the top and bottom for big rounded corners */
	padding: 5px;   /* I want to put 5 pixels around everying within the container to show the background color  */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;  /* this is white */
	color: #523c39;   /* All text should be this dark maroon */
	margin: 0 auto;
}
#topsection {
	height: 160px;  /* this is a pink like the sidebar */
	padding: 5px;
	text-align:center;
	background-image: url(images/sidebar_background.jpg);
	background-repeat: repeat;
} 
#logo {
	float: left;
	width: 200px;
	height: 160px;
	margin: 0px;
	padding: 5px;  /* this is a pink like the sidebar */
}
#header {
	float: right;
	width: 540px;
	height: 160px;
	position: relative;
	margin: 0px;
	padding: 5px;
	text-align: center;  /* this is pink like the sidebar */
} 
#headercatherinename {
	width: 540px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia;  /* These following statements are used to control the text defaults as no <p> or <H> tags are used */
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #523c39;
}
#headercatherinedetail {
	width: 530px;
	height: 65px;
	margin: 0px;
	padding: 5px;
	position: absolute;
	top: 60px;
	left: 10px;
	font-family: "Gill Sans"; /* These following statements are used to control the text defaults as no <p> or <H> tags are used */
	font-style: italic;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #523c39;
}
#headerquicklinks {
	width: 475px;
	height: inherit;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 135px;
	left: 70px;
	font-family: Arial, Helvetica, sans-serif; /* These following statements are used to control the text defaults as no <p> or <H> tags are used */
	font-style: normal;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	color: #3992ef;
}
#banner {
	height: 60px;
	margin-top: 5px;
	padding: 0px;
}
#banner_emdr {
	height: 60px;
	margin-top: 5px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(images/emdr_v2.gif);
	background-repeat: repeat;
	background-position: center center;
}
#banner_index {
	height: 60px;
	margin-top: 5px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(images/index_background_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1.4em;
	font-weight: bolder;
	color: #FFFFFF;
}
#banner_bbh {
	height: 60px;
	margin-top: 5px;
	padding: 0px;
	background-color: #294963;
	background-image: url(images/bringingbabyhomepicbanner_small.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#banner_hwl {
	height: 60px;
	margin-top: 5px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(images/index_background_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1.4em;
	font-weight: bolder;
	color: #FFFFFF;
}
#nav {
	position: relative;
	height: 25px;
	z-index: 1;
	background-color: #e8e8ff; /* controls color of area around menu buttons */
	margin-top: 5px;
	padding: 2px; /* reduced this to small # to compensate for FF/IE differences */
	font: 80% verdana, arial, sans-serif;
	/* border: 1px solid gray;  Remove, not consistent with the site */
	/* top : 70px;  I removed these because I changed the NAV Div to Relative */
	/* left : 50px;    I also assigned the z-index to 1 for the NAV Div */
	/* color: #ff0000;  I removed as this does not seem to affect anything I have */
}
#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 2px;
	left: 60px;
	z-index:100; /* This keeps sub-menus from pushing the txt below out of the way */
	width: auto;
}
#menu dl {
	float: left;
	width: 13em; /* this affects the size of the buttons, not it's enclosed text */
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #6583c8; /*6583c8 3992ef controls the color of the main nav buttons */
	/*	border: 1px solid black; /* controls color of border around the nav buttons */
	color: #FFFFFF; /* controls colors of text within the buttons - added this */
	margin: 2px;
	padding: 2px;
}
#menu dd {
	display: none;
	border: 1px solid #6583c8; /* controls color of border around the sub-menu list */
}
#menu li {
	text-align: center;
	background: #efd7c6; /* controls color of the background of the sub-menu list */
}
#menu li a, #menu dt a {
	color: #523c39;  /* controls color of the text within the sub-menu list */
/*	font-weight: bold; /* I may add this later if visibility is an issue */
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none; /* forces no lines around each of the sub-menu line items */
}
#menu dt a:hover, #menu dt a:focus {
	background: #e8e8ff; /* controls the color when hovering over text or button */
}
#menu li a:hover, #menu li a:focus {
	background: #e8e8ff; /* controls the color when hovering over text or button */
	text-decoration: underline;
}
#sidebar1  {
	float: left;
	width: 200px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #efd7c6;  /* This is a pink color */
	background-image: url(images/sidebar_background.jpg);
	background-repeat: repeat;
	text-align: left;
}
#bookref {
	text-align: left;
	float: left;
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#bookref_index {
	text-align: left;
	height: auto;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 5px;
	background-color: #FFFFFF;
	border: 2px solid #3992ef;
	position: relative;
	float: right;
	font-size: 10px;
	padding-right: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
}
#mainContent {
	float: right;
	width: 555px;
	padding: 5px;
	margin-top: 5px;
	background-color: #e8e8ff;  /* This is a very light blue color */
	background-image: url(images/maincontent_background.jpg);
	background-repeat: repeat;
} 
#mainContent_bbh {
	float: right;
	width: 555px;
	padding: 5px;
	margin-top: 5px;
	background-color: #e8e8ff;  /* This is a very light blue color */
	background-image: url(images/backgroundteddybears_lighter.jpg);
	background-repeat: repeat;
}
#mainContent_hwl {
	float: right;
	width: 548px;
	padding: 5px;
	margin-top: 5px;
	background-color: #e8e8ff;  /* This is a very light blue color */
	background-image: url(images/maincontent_background.jpg);
	background-repeat: repeat;
}
#bookcover {
	border: thick double #ad8694;
	float: left;
	width: 300px;
}
#bookcover_text {
	font-family: Calibri, Arial, Georgia;
	font-size: 16px;
	padding-right: 0px;
	padding-left: 5px;
	float: right;
	width: 225px;
	padding-top: 10px;
	font-weight: bold;
	color: #ad8694;
}
#authors_video {
	width: 540px;
	font-family: Calibri, Arial, Georgia;
	font-size: 16px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	color: #ad8694;
	clear: both;
}
#authors_comments {
	width: 540px;
	font-family: Calibri, Arial, Georgia;
	font-size: 16px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: normal;
	color: #ad8694;
}
.youtube_text {
	height: auto;
	width: 540px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
#footer  {
	clear: both;
	width: 770px;
	padding: 5px;
	margin-top: 5px;  /* this is a pink like the sidebar */
	text-align: left;
	height: 115px;
	position: relative;
	font-size: 9px;		/* default for the DIV */
	font-weight: bold;  /* default for the DIV */
	background-color: #efd7c6;  /* This is a pink color */
	background-image: url(images/sidebar_background.jpg);
	background-repeat: repeat;
} 
#footergototop {
	float: left;
	width: 80px;
	height: 20px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;
	position: absolute;
	left: 10px;
	top: 5px;
}
#footercatherinedescription {
	width: 550px;
	height: 50px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	left: 100px;
	top: 5px;
}
#footergotohomepage {
	float: right;
	width: 100px;
	height: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	position: absolute;
	left: 660px;
	top: 5px;
}
#footerrobotslogo {
	width: 90px;
	height: 15px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 15px;
	top: 70px;
}
#footercopyright {
	width: 510px;
	height: 30px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	position: absolute;
	left: 130px;
	top: 75px;
}
#footerquicklinks {
	width: 440px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 110px;
	left: 165px;
	font-family: Arial, Helvetica, sans-serif; /* These following statements are used to control the text defaults as no <p> or <H> tags are used */
	font-style: normal;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	color: #3992ef;  /* 2 blue color alternatives 6583c8 and 3992ef */
}
#footerlastmodifieddate {
	width: 40px;
	height: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 100px;
	left: 15px;
	font-family: Arial, Helvetica, sans-serif; /* These following statements are used to control the text defaults as no <p> or <H> tags are used */
	font-style: normal;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	color: #3992ef;  /* 2 blue color alternatives 6583c8 and 3992ef */
}
#footervalidation {
	width: 88px;
	height: 62px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 670px;
	top: 40px;
	float: right;
}
#formstyle {
	font-family: Calibri, Arial, Georgia;
	font-size: 12px;
	font-weight: normal;
}
#formarea  {
	width: 540px;
	border: medium double #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	background-color: #c3fdb8;  */   /*this is green*/
	background-color: #efd7c6;       /*this is pink*/
	background-image: url(images/sidebar_background.jpg);	
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#formarea_email {
	width: 540px;
	border: medium double #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	background-color: #c3fdb8;  */   /*this is green*/
	background-color: #efd7c6;       /*this is pink*/
	background-image: url(images/sidebar_background.jpg);
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.font_bookcover_text {
	font-size: 16px;
	font-weight: bold;
	color: #ad8694;
}
div#sidebar1 h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #523c39;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
div#sidebar1 p {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #523c39;
}
div#sidebar1 ul {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #523c39;
	margin-left: 10px;
	padding-left: 0px;
}
div#sidebar1 li {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #523c39;
	list-style-type: disc;
	margin-left: 0px;
	padding-left: 0px;
}
div#sidebar1 hr {
	width: 70%;
	color: #00FF00;
	margin-left: 30px;
}
div#mainContent h1, div#mainContent_bbh h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3169C6;
	font-family: Arial, Helvetica, sans-serif;
}
div#mainContent h2, div#mainContent_bbh h2 {
	font-size: 14px;
	font-style: italic;
	color: #bd7973;
	font-family: Arial, Helvetica, sans-serif;
}
div#mainContent p, div#mainContent_bbh p {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #523c39;
}
div#mainContent ul, div#mainContent_bbh ul {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;
	margin-left: 10px;
	padding-left: 0px;
}
div#mainContent li, div#mainContent_bbh li {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
}
div#mainContent_hwl p {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;	
}
div#mainContent_hwl ul {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;
	margin-left: 10px;
	padding-left: 0px;
}
div#mainContent_hwl ol {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;
	margin-left: 10px;
	padding-left: 0px;
}
div#mainContent_hwl ul li {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;
	font-style: normal;
	line-height: 1.5em;
	list-style-position: outside;
	margin-left: 20px;
	list-style-type: disc;
}
div#mainContent_hwl ol li {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #523c39;
	font-style: normal;
	line-height: 1.5em;
	list-style-position: outside;
	margin-left: 20px;
	list-style-type: decimal;
}
.bbhdisclaimer {
	font-family: Tahoma, Arial, Verdana;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
}
img {
	border: 0px;
}
.img_onleft {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 3px;
	border: 0px none #e8e8ff;
	float: left;
}
.img_onright {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 18px;
	border: 0px none #e8e8ff;
	float: right;
}
.bookref_img_onleft {
	border: 0px none #e8e8ff;
	float: left;
}
.red {
	color: #FF0000;
}

.blue {
	color: #3992ef;
}
.pink {
	color: #efd7c6;
}
.white {
	color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
.font08 {
	font-size: 8px;
}
.font10 {
	font-size: 10px;
	font-style: normal;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.validation_message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background-color: #ffffff;
	text-align: left;
	padding: 4px;
	height: auto;
	width: 525px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border: 2px solid #000000;
}
.thankyou_message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	padding: 4px;
	height: auto;
	width: 525px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 2px solid #000000;
}
.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: 0px;
    font-size: 1px;
    line-height: 0px; 
}
.article_separator {
	height: auto;
	width: auto;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #3992ef;
	border-right-color: #3992ef;
	border-left-color: #3992ef;
}
.dir_list_format {
	margin: 0;
	padding:0;
	color: #051137;
}
.dir_item_format {
	text-align:left;
	color: #051137;
	font-family: Calibri, Arial, Georgia;
	font-size: 11px;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: decimal;
	text-indent: 15px;
	line-height: 125%;
}
.dir_item_color {
	color: #4062a7;
}
.webdesign {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #3992ef;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #bd7973;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #523c39;
	font-weight: bold;
	text-decoration: underline;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
textarea { 
	font-size: 75%; 
}
.facebook_left {
	border: thick double #ad8694;
	float: left;
	width: 300px;
}

