﻿body {
margin: 0;
padding: 0;
text-align: left;
font: 75% arial, tahoma, "Trebuchet MS", verdana, arial, verdana, sans-serif;

}

#container {
width: 100%;
\width: 100%;
w\idth: 99%;
border: 0px solid #eee;
margin-left: auto;
margin-right: auto;
padding: 0;
line-height: 1.5em;
}

#banner {
height: 200px;
padding-top: 20px;
background: #fff url(images/babies.jpg) no-repeat;
color: #333;
}
#bannernew {
height: 250px;
background: #fff;
margin-left: 200px;
color: #333;
}


		/* TOP NAVIGATION */
#navlist {
width: 100%;
height:10px;
padding: 4px 5px 5px 0;
margin: 0 0 20px 0;
text-align: left;
letter-spacing: 3px;
color: #fff;
background: #20B2AA;
}
#navlist li {
list-style: none;
margin: 0;
display: inline;
}
#navlist li a {
padding: 5px .75em;
margin: 0;
color: #fff;
background: #0AC92B;
text-decoration: none;
}
#navlist li a:link { color: #fff;
background: #20B2AA;
}
#navlist li a:visited {
color: #fff;
background: #20B2AA;
}
#navlist li a:hover {
color: #000;
background:  #90FEFB;
}
#navlist li a#current {
color: #000;
background: #90FEFB;
}

	/*SPANISH TOP NAVIGATION */
#spanishnavlist {
width: 100%;
height:10px;
padding: 4px 5px 5px 0;
margin: 0 0 20px 0;
text-align: left;
letter-spacing: 3px;
color: #fff;
background: #FF6666;
}
#spanishnavlist li {
list-style: none;
margin: 0;
display: inline;
}
#spanishnavlist li a {
padding: 5px .75em;
margin: 0;
color: #333;
background: #0AC92B;
text-decoration: none;
}
#spanishnavlist li a:link { color: #fff;
background: #FF6666;
}
#spanishnavlist li a:visited {
color: #999;
background: #FF6666;
}
#spanishnavlist li a:hover {
color: #000;
background: #FFCCCC;
}
#spanishnavlist li a#current {
color: #000;
background: #FFCCCC;
}

		/* LEFT MENU */
.menu ul li {
line-height: 1.1em;
margin: 0 10px 0 0;
padding-top: 6px;
list-style-type: square;
color: #cccccc;
background: inherit;


}
.menu ul li a {
color: #000000;
background: inherit;

}
.menu ul li a:hover {
color:#FF3300;
text-decoration:underline;}

		/* MAIN CONTENT */
#content {
padding: 0 20px 0 20px;
margin-left: 170px;
margin-right: 170px;
border-bottom: 1px dashed #333;
color: #555;
background-color: #fff;
}

		/* ARTICLES */
.intro {
float:left;
width: 25%;
margin: 3px 0 5px 0;
padding: 5px;
text-align:left;

}
.intro1 {
float:left;
margin: 3px 0 5px 0;
padding: 5px;
text-align:left;
}

.intro2 {
float: left;
width: 25%;
margin: 3px 0 5px 50px;
padding: 5px;
}
.intro3 {
float:right;
width: 33%;
margin: 3px 0 5px 0;
padding: 5px;
}

.intro4 {
float:left;
width: 25%;
margin: 3px 0 5px 0;
padding: 5px;
text-align:left;
background-image:url('images/graygradient.gif');

}


		/* LEFT SIDEBAR */
#sidebar-a {

float:left;
width: 150px;
\width: 160px;
w\idth: 150px;
margin-right: 5px;
padding: 0 5px 0 5px;
color: #666;
border-right: 1px dashed #333;

}

#sidebar-a li {
margin: 0;

}
#sidebar-a li a {
margin: 0;
color: #003366;
}
sidebar-a li a:link { 
background: #20B2AA;
}
sidebar-a li a:visited {
background: #20B2AA;
}
sidebar-a li a:hover {
color: #000;
background:  #90FEFB;
text-decoration:underline;}



		/* RIGHT SIDEBAR */
#sidebar-b {
float: right;
width: 150px;
\width: 160px;
w\idth: 150px;
margin: 0 0 0 5px;
padding: 0 5px 15px 5px;
color: #333;
background-color:#FAF8E9;
}

		/* FOOTER */
#footer {
clear: both;
padding: 5px;
margin: 0;
background-color: #20B2AA;
color: #fff;
}
#sfooter {
clear: both;
padding: 5px;
margin: 0;
background-color: #FF6666;
color: #333;
}

#footer a {
text-decoration: none;
color: #fff;
background-color:#20B2AA;
}
#footer  a:hover {
text-decoration: none;
color: #FE3F22;
background-color:#90FEFB;
}

		/* LINKS */
a {
text-decoration: underline;
color:#003366;

}
a:hover {
text-decoration:underline;
color: #666;
}
a img {
border: 0;
}

		/* HEADING PROPERTIES */
h1 {
width: 30%;
font-size: 200%;
letter-spacing: 5px;
color:#6A9662;
background: #fff;
}

h2 {
font-size: 120%;
text-transform: uppercase;
letter-spacing: 8px;
color:#476042;
}
h3 {
padding: 5px;
text-transform: uppercase;
font-size: 110%;
color:#fff;
background: #20B2AA;
}

h4 {
width: 84%;
font-size: 150%;
color:#000000;

}
h5 {
font-size: 100%;
color:#476042;

}
h6 {
padding: 5px;
text-transform: uppercase;
font-size: 110%;
color:#fff;
background: #ff6666;

}
h7 {
padding-left:2px;
font-size: 110%;
color:#cccccc;


}


p {color:#000000;
	}
