<!--- All design, photos and artwork © 2005 Youth Home, Inc. --->


/*
body		{ font-family: verdana, helvetica, sans-serif; font-size: 12px; color: #888888 }

td 			{ font-family: verdana, helvetica, sans-serif; font-size: 12px; color: #888888 }

*/

.text		{ font-family: verdana, helvetica, sans-serif; font-size: 12px; color: #888888; 
			  text-decoration: none }

.yhomes1	{ font-family: verdana, helvetica, sans-serif; font-size: 20px; color: #558953; 
			  font-weight: bold}

.yhomes2	{ font-family: verdana, helvetica, sans-serif; font-size: 12px; color: #888888;
			  font-weight: none }

.yhomes3	{ font-family: verdana, helvetica, sans-serif; font-size: 13px; color: #558953;
			  font-weight: bold }

.yhomes4	{ font-family: verdana, helvetica, sans-serif; font-size: 13px; color: #0F6536;
			  font-weight: bold }

.yhomes5	{ font-family: verdana, helvetica, sans-serif; font-size: 11px; color: #558953;
			  font-weight: none }

.yhomes6	{ font-family: verdana, helvetica, sans-serif; font-size: 10px; color: #888888;
			  font-weight: none }

.yhomes7	{ font-family: verdana, helvetica, sans-serif; font-size: 20px; color: #528852;
			  font-weight: bold; text-align: center }

.yhomes8	{ font-family: verdana, helvetica, sans-serif; font-size: 12px; color: #888888;
			  font-weight: none; text-align: center vertical-align: middle }

.yhomes9	{ font-family: verdana, helvetica, sans-serif; font-size: 10px; color: #558953;
			  font-weight: none }

.yhomesA	{ font-family: verdana, helvetica, sans-serif; font-size: 12px; color: #528852;
			  font-weight: bold; text-decoration: underline }

.yhomesB	{ font-family: verdana, helvetica, sans-serif; font-size: 12px; color: #558953;
			  font-weight: none }

/* for the left margin bulleted list */
.doclist, .doclist  ul {
 margin: 0;
 padding: 0;
 list-style-image: url("images/doc_bullet.gif");
 font-family: verdana, helvetica, sans-serif;
 font-size: 11px;
 color: #558953;
 font-weight: none;
}

.doclist li {
 margin-left: 19px;
 line-height: 14px;
 padding: 3px;
}

.fingerlist, .fingerlist  ul {
 margin: 0;
 padding: 0;
 list-style-image: url("images/finger.gif");
 font-family: verdana, helvetica, sans-serif;
 font-size: 11px;
 color: #558953;
 font-weight: none;
}

.fingerlist li {
 margin-left: 19px;
 line-height: 14px;
 padding: 3px;
}

.logolist, .logolist  ul {
 margin: 0;
 padding: 0;
 list-style-image: url("images/logo_bullet.gif");
 font-family: verdana, helvetica, sans-serif;
 font-size: 11px;
 color: #558953;
 font-weight: none;
}

.logolist li {
 margin-left: 19px;
 line-height: 14px;
 padding: 3px;
}

/*

Here's a demo stylesheet used to format a menu and its content.
Feel free to alter the menu layout however you want. All you have to do is ensure the script
has the correct CSS property name (like 'visibility' or 'display') that you want it to change.

One good resource for UL/LI formatting: http://www.alistapart.com/articles/taminglists/
Consult your favourite CSS reference for editing fonts/borders/etc.

Otherwise, even if you're not very experienced at CSS, you can just go through and change
the #RGB border/background colours where suitable to customise for your site!

*/



/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 list-style-type: none; /*turns off display of bullet*/
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 16px;
 left: -1px;
 width: 600px;
}

/* Second and third etc. level submenus - position across from parent instead */
/*
.menulist ul ul {
 top: 0px;
 left: 155px;
}
*/

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #FFF;
 border: 0px solid #000;
 margin-right: -1px;
}

/* first item in submenus - override float/border/margin from above, restoring default vertical style */
/*
.aboutlist ul>li:first-child {
 float: none;
 position: absolute;
 border: 0px solid #000;
 left:   0px;
 margin-right:   0;
 margin-bottom: -1px;
}

/* 2nd thru n items in submenus - float: left' lines them up horizontally and they are
   positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
/*
.aboutlist ul li {
 float: left;
 position: absolute;
 border: 0px solid #000;
 left: 121px;
 margin-right:  -1px;
 margin-bottom:  0px;
}

.aboutlist ul>li:last-child {
 float: left;
 position: absolute;
 border: 0px solid #000;
 left: 195px;
 margin-right:  -1px;
 margin-bottom:  0px;
}

/*
.menulist ul>li:last-child {
 margin-bottom: 1px;
}
*/

/* Links inside the menu */
.menulist, .aboutlist a {
 display: block;
 padding: 0px;
 color: #000;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
/* these are the submenus */
/*
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #FFF;
}
/* these are the menus */
/*
.menulist  a.highlighted {
 color: #FFF;
 background-color: #000;
}
*/

/* Only style submenu indicators within submenus. */
/*
.menulist a .subind {
 display:  block;
}
.menulist ul a .subind {
 display:  block;
}
*/
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist, .aboutlist a {
 float: left;
}
.menulist, .aboutlist ul a {
 float: none;
}
/* \*/
.menulist, .aboutlist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */