
#mbar {
	position: relative;
	border: 1px solid #776AA3;
	margin: 15px 0 0 100px;
	width: 700px;
	clear: both;
}

#mbar table,#mbar tr, #mbar td {
	background-color: #FDF701;
	padding: 0;
}

/* style the outer div to give it width */
.menubar {font-size:small;color:#776AA3;background: #FDF701;}

/* remove all the bullets, borders and padding from the default list styling */
.menubar ul {padding:0;margin:0;list-style-type:none;height:1.5em;background:#FDF701;}

/* style the sub-level lists */
.menubar ul ul {width:6em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menubar ul li {float:left;height:1.5em;line-height:1.5em; padding: 0;}

/* style the sub level list items */
.menubar ul ul li {display:block;width:6em;height:auto;position:relative;line-height:1.5em;}

/* style the links for the top level */
.menubar a, .menubar a:visited {display:block;float:left;height:100%;font-size:small;text-decoration:none;
		color:#776AA3;background:#FDF701;padding:0 1em 0 1em;}

/* style the sub level links */
.menubar ul ul a, .menubar ul ul a:visited {display:block;background:#FDF701; color:#776AA3;width:6em;
		height:100%;line-height:1.05; padding: 0.3em 1em;}
.menubar ul table ul a, .menubar ul table ul a:visited  {width:8; w\idth:6em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menubar table {position:absolute; left:0; top:0; font-size:small;}
.menubar ul ul table {lef\t:-1px;}
.menubar ul ul table ul.left {margin-lef\t:2px;}

.menubar li:hover {position:relative;}
* html .menubar a:hover {position:relative;}

/* style the third level background */
.menubar ul ul ul a, .menubar ul ul ul a:visited {background:#FDF701;}
/* style the fourth level background */
.menubar ul ul ul ul a, .menubar ul ul ul ul a:visited {background:#FDF701;}
/* style the sub level 1 background */
.menubar ul :hover a.sub1 {background:#776AA3;color:#FDF701;}
/* style the sub level 2 background */
.menubar ul ul :hover a.sub2 {background:#776AA3;color:#FDF701;}

/* style the level hovers */
/* first */
.menubar a:hover {color:#FDF701;background:#776AA3;}
.menubar :hover > a {color:#FDF701;background:#776AA3;}
/* second */
.menubar ul ul a:hover{color:#FDF701;background:#776AA3;}
.menubar ul ul :hover > a {color:#FDF701;background:#776AA3;}
/* third */
.menubar ul ul ul a:hover {background:#776AA3;color:#FDF701;}
.menubar ul ul ul :hover > a {background:#776AA3;color:#FDF701;}
/* fourth */
.menubar ul ul ul ul a:hover {background:#776AA3;color:#FDF701;}


/* hide the sub levels and give them a position absolute so that they take up no room */
.menubar ul ul {visibility:hidden;position:absolute;height:0;top:2em;left:0;width:6em;}

/* position the third level flyout menu */
.menubar ul ul ul{left:10em;top:0;width:6em;}

/* position the third level flyout menu for a left flyout */
.menubar ul ul ul.left {left:-10em;}


/* make the second level visible when hover on first level list OR link */
/* Note: trans.gif is used to extend the bottom of the drop-down, but it does not need to exist! */
.menubar ul li:hover ul, .menubar ul a:hover ul {visibility:visible; height:auto; top:1.5em; padding-bottom:3em; background:transparent url(/images/trans.gif);}

/* keep the third level hidden when you hover on first level list OR link */
.menubar ul :hover ul ul{visibility:hidden;}

/* keep the fourth level hidden when you hover on second level list OR link */
.menubar ul :hover ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menubar ul :hover ul :hover ul{visibility:visible;}

/* make the fourth level visible when you hover over third level list OR link */
.menubar ul :hover ul :hover ul :hover ul {visibility:visible;}


/*	All elements */
* {font-family: sans-serif;}

body {
	padding: 0;
	margin: 0;
	color: white;
	background: url('/images/bgUL.png') no-repeat top left;
	background-color: #7EB383;
	width: 800px;
/*
	background-attachment: fixed;
*/
}

/*	--- Wrapper for entire page --- 	*/
#page {
	width: 800;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	color: #FDF701;
	background: transparent;
	border: 0;
	position: relative;
}


h1 {
	color: #FDF701;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: times, serif; 
	font-size: 30pt;
	font-style: italic;
	text-align: left;
}

h2, h3 {
	color: #FDF701;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 15pt;
	font-style: italic;
	text-align: left;
}


div, table, tr, td, th, ul, img {
	padding: 0;
	margin: 0;
	border: none;
}

table {
	border-collapse: collapse;
}

th, td { padding: 4px 8px; }

a {
	color: white;
	text-decoration: none;
}

hr {
	border: 0;
	color: #776AA3;
	background-color: #776AA3;
	height: 4px;
	width: 100%;
	text-align: left;	
}

li {padding: 2px 0;}

pre { padding: 0; margin: 0; font-size: 1.1em;}
/*
 *=============================================================================
 *	Page header
 *=============================================================================
 */

#hdg {
	position: relative;
	background-color: transparent;
	color: #FDF701;
	vertical-align: bottom;
	height: 60px;
	width: 700px;
	margin: 50px 30px 0px 100px;
}

#hdgright {
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: times, serif; 
	font-size: 25pt;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}


#copyright {
	font-style: italic;
	font-size: smaller;
	color: white;
	float: right;
	margin: 0; padding: 0;
}
/*
 *=============================================================================
 *	content
 *=============================================================================
 */

#content {
	padding-top: 16px;
	padding-bottom: 10px;
	width: 700px;
	margin: 0 0px 0 100px;
	color: #FDF701;
	width: 650px;
	margin: 0 0 0 125px;
	clear: both;
}

#content td, th {
	vertical-align: top;
}

#content td{
	color: #FDF701;
}

#content td img {
	border: 4px solid #FDF701;
}


/*
 *=============================================================================
 *	Page footer
 *=============================================================================
 */

#footer {
	background-color: #FDF701;
	border: 1px solid #776AA3;
	color: #776AA3;
	margin: 0 0 0 100px;
	width: 700px;
	font-size: xx-small;
	clear: both;
}

#footer A {
	color: #776AA3;
}

/*
 *=============================================================================
 *	Helps
 *=============================================================================
 */

/*	table cells with no line breaks	*/

th.nb, td.nb {
	text-align: right;
	white-space: pre;
	padding: 4px 8px;
}

th { text-align: left;}

/*
 *=============================================================================
 *	Messages
 *=============================================================================
 */

.error {
	background-color: yellow;
	color: red;
	font-weight: bold;
}

DIV.error {
	padding: 8px
}

.warning {
	background-color: yellow;
	color: green;
	font-weight: bold;
}

DIV.warning {
	padding: 8px
}

.message {
	color: green;
}

DIV.message {
	padding: 8px
}

/*
 *=============================================================================
 *	Invisible description block
 *=============================================================================
 */

#description {
	display: none;
}


/*
 *=============================================================================
 *	image bar
 *=============================================================================
 */

table.imagebar td {
	border: 0;
	padding: 0;
	vertical-align: bottom;
}

table.imagebar td div {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.imagebar img {
	border: 0;
}

table.imagebar td div p {
	position: absolute;
	text-align: center;
	bottom: 0; left: 0;
	width: 100%;
	color: black;
	font-weight: bold;
	margin: 0;
}

/**	Specific stuff for carissa 
 *
 *=============================================================================
 *	Definitions
 *=============================================================================
 * 
 */

#woolPixTable {
	width: 700px;
	border-collapse: separate;
	border-spacing: 0 8px;
}

#furnitureTable {
	border-collapse: separate;
	border-spacing: 0 8px;
}

#disclaimer {
	width: 90%;
	border: 4px solid #FDF701;
	background-color: #7EB383;
	color: white;
	padding: 24px;
}

#contact {
	width: 489px;
	color: white;
	margin: 16px 0 16px 0;
	float: right;
}

#preschool {
	width: 560px;
	margin: 16px 0 16px 0;
	float: right;
}

table.finances table {
	border-collapse: collapse;
}

table.finances th {
	text-align: left;
	color: white;
	text-decoration: underline;
	padding: 16px 16px 0 0;		
}

table.finances td {
	text-align: left;
	padding: 0 16px 0 0;
}
