body {
	background-image:url(images/ii_bg.gif);
	background-repeat:repeat-x;
	background-color: #c8a8ff;
	font-size: 14px;
	color: #66332D;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

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

	text-decoration: none;
}


h1 {
	
	font-size: 18px;
	color: #9a0127;
}

h2 {
font-size: 14px;
color: #000;
margin: 0px 0px 10px 0px;
}

h3 {
font-size: 14px;
color: #000;
margin:12px 0px 5px 0px;
}

h3 a {
color: #000;
text-decoration: none;
}

h3 a {
color: #000;
}
h3 a:hover{
color: #0066CC;
}

p {
	
	font-size: 14px;
	color: #66332D;
}ul {
	margin: 0;
	padding: 0;
	width: 150px; /* Width of Menu Items */
	list-style: none;
	border: 0px;
}
.mainbox {
	height: 600px;
	width: 750px;
	border: 2px solid #fbe29f;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	/*padding-bottom: 50px;*/
}
	
.titleholder {
	height: 100px;
	width: 750px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fbe29f;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663300;*/
	/*float: left;*/
	position: relative;
	
}
.centerbox {
	height: 1000px;
	width: 1000px;
	position: relative;
}

.style5 {color: #9A0101}

.sidebox {
	/*height: 100%;*/
	width: 150px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #fbe29f;
	border-bottom-color: #fbe29f;
	background-color: #a55235;
	position: relative;
	float: left;
	text-align: left;
}



.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;
}

.internalbox {
	/*height: 495px;*/
	width: 355px;
	border: 0px #000 solid;
	font-size: 14px;
	padding-top: 15px;
	padding-left: 15px;
	color: #663300;
	line-height: 20px;
	float: left;
}
.picturebox {
	float: right;
	height: auto;
	width: auto;
	padding-top: 50px;
}
.arrowbox {
	height: 30px;
	float: left;
	position: relative;
	padding-top: 100px;
	padding-left: 38px;
	width: 80px;
}
	
	
.info-table {
width: 100%;
margin: 0px 0px 10px 0px;
}



.info-table td {
vertical-align: top;

}

.info-table img {
margin-left: 10px;

}

.info-cell {
width:400px;
}

.rule {
border-bottom: 1px solid #999999; 
height: 1px; 
line-height: 0px;
margin: 0px 0px 20px 0px;
}

.rule-short {
border-bottom: 1px solid #999999; 
height: 1px; 
line-height: 0px;
margin: 0px 0px 20px 0px;
width: 365px;
}


.news-container {
	/*width: 380px;*/
	
	font-size: 14px;
	padding-top: 15px;
	padding-left: 15px;
	color: #663300;
	line-height: 20px;
	float: left;
}

.news-box {
width: 750px;
	border: 1px solid #fbe29f;
	background-color: #FFFFFF;
}

.news-box td {
vertical-align: top;
}

.news-sidebox {

	width: 150px;
	/*border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #fbe29f;*/
	background-color: #a55235;
	position: relative;
	float: left;
}



.content-cell {
width: 600px;
}




/* STYLES FOR INFO NAV */	



.boxlink {
	height: auto;
	/*width: 149px;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.nav-cell {
background-color:#a55235; border-right: 1px solid #fbe29f;
}

ul li {
	position: relative;
	}
	
	
	
/* first level default text color and positioning and link appearances */
	
.nav {
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.nav a {
/* appearance of button must be applied to the anchor in order for the hover to work in IE */
display: block;
	width: 140px;
	text-decoration: none;
	color: #FFFFFF;
	background: #a55235;
	padding: 11px 5px 13px 5px;
	

	}
	
.nav a:hover, .nav a:focus {
	color: #663300;
	background: #ddd;
} 


/* /////////////////////////////////////////////////////// */

/* set display of subnav links */

.nav li:hover ul { display: block; }

/* subnav link appearances */
	
.nav li ul { /* appearance of whole subnav menu */
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	border: 0px;
	border-left: 2px solid #fff;
    border-right: 1px solid #fff;
	border-bottom: 0px solid #fff;

	}
	
.nav li	ul li {
	
	
	
	}

	

.nav li ul li a { /*appearance of subnav menu buttons */
width: 145px;
padding: 7px 0px 7px 5px; 
border: 0px;
border-bottom: 1px solid #fff; /* border must be applied to the anchor because link keeps turning off on rollover in IE */
} 

/* MOVE ALL IDS TO ANCHOR TAGS */

/* persistent page indicator for main nav. appearance is applied to anchor tag only.  If applied li, it will cascade to all contained anchor tags of the subnav */
/*body#home a#home, body#newborns li#newborns a, body#contact li#contact a {
color: #663300;
	background: #9966CC; 
	/*border-right: 12px solid #000;*/
	
/*}*/

body#home a#home, body#judith a#home, body#judith a#judith, body#contact a#home, body#contact a#contact,
body#newborns a#newborns, body#newborns a#newborns0-3, body#premature a#newborns, body#premature a#premature,
body#infants3-6 a#infants, body#infants3-6 a#infants3-6, body#infants6-12 a#infants, body#infants6-12 a#infants6-12,
body#toddler a#toddler, body#potty a#toddler, body#potty a#potty, body#diversify a#toddler, body#diversify a#diversify,
body#adoption a#specialized, body#adoption a#adoption, body#nanny a#specialized, body#nanny a#nanny, body#tantrum a#specialized, body#tantrum a#tantrum, body#sleep a#specialized, body#sleep a#sleep, body#marriage a#specialized, body#marriage a#marriage, body#multiples a#specialized, body#multiples a#multiples,
body#training a#training,
body#gift a#gift,
body#scheduling a#scheduling,
body#news a#news
  { /* SUBNAV on button settings. */
	color: #663300;
	background: #fcf6e8; 
	/*border-right: 12px solid #000;*/
	
}

/* /////////////////////////////////////////////// */


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
		

