/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	background:url(../images/bg-body.png) repeat-x;
	margin:25px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#616161;
	}

p {
	line-height:160%;
	}

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	}

h2.first, h3.first, h4.first, h5.first {
	margin-top:0;
	padding-top:0;
	}
	
h1 {
	margin:0;
	color:#FFF;
	font-size:1.7em;
	}
	
.ouac {
	margin:0;
	color:#008fc8;
	font-size:1.7em;
	}
	
.kindercare {
	margin:0;
	color:#008fc8;
	font-size:1.7em;
	}

h2 {
	font-size:1.4em;
	border-bottom:1px solid #000;
	color:#000;
	padding-bottom:5px;
	margin:30px 0;
	}
	

h2.noline {
	border-bottom-width:0;
	margin:15px 0;
	}

h3 {
	font-size:1.1em;
	margin:30px 0;
	}

img {
	border-width:0;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#4981db;
	}

a:visited {
	color:#434ac8;
	}

a:hover {
	text-decoration:none;
	}

a:active {
	}

ul.nav-main a:visited {
	color:#4981db;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LOGO, NAV MAIN & FOOTER NAV

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header {
	position:relative;
	margin-bottom:25px;
	}
	
.header .logo {
	float:right;
	width:137px;
	}
	
#loginInfo
{
	font-size: 0.7em;
}
	
ul.nav-main,
ul.nav-footer {
	margin:0;
	padding:12px 0 0 0;
	}
	
ul.nav-main li,
ul.nav-footer li {
	list-style:none;
	display:inline;
	padding:0 0 0 15px;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	}
	
ul.nav-main li.active a:link,
ul.nav-main li.active a:visited,
ul.nav-footer li.active a:link,
ul.nav-footer li.active a:visited {
	text-decoration:none;
	color:#000;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLUE TITLE BLOCKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.title	{
	/*margin:0 0 25px 0;*/
	margin-left: 50px;
	margin-right: auto;
	width: 924px;
	text-align:center;
	}

.poster	{
	text-align:left;
	}
	
/* SHADOWS TOP & BOTTOM */
.title-top {
	background:url(../images/bg-header.png) 0 0 repeat-x;
	height:8px;
	position:relative;
	font-size:1px;
	}
	
.title-bottom {
	background:url(../images/bg-header.png) 0 -8px repeat-x;
	height:8px;
	position:relative;
	font-size:1px;
	}

/* TITLE CONTENT */
.title-content {
	background:#305693 url(../images/bg-title.png) repeat-x;
	padding:10px 10%;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	margin-bottom:-1px;
	color:#FFF;
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	}

.title-content-green {
	background:#82a86f url(../images/bg-title-green.png) repeat-x;
	padding:10px 10%;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	margin-bottom:-1px;
	color:#FFF;
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	}


.title-content-purple {
	background:#82a86f url(../images/bg-title-purple.png) repeat-x;
	padding:10px 10%;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	margin-bottom:-1px;
	color:#FFF;
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	}


.title-content-orange {
	background:#82a86f url(../images/bg-title-orange.png) repeat-x;
	padding:10px 10%;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	margin-bottom:-1px;
	color:#FFF;
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	}

.title-content-kindercare {
	background:#82a86f url(../images/bg-title-kindercare.png) repeat-x;
	padding:10px 10%;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px;
	margin-bottom:-1px;
	color:#FFF;
	border-top:5px solid #FFF;
	border-bottom:5px solid #FFF;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	}

/* TITLE CONTENT IN THE HOME PAGE "POSTER" */
.poster .title-content {
	margin-top:0;
	margin-bottom:0;
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:0;
	border-right-width:0;
	}
	
.title-content p{
	font-size:.9em;
	}
	
.title-content a:link,
.title-content a:visited{
	color:#ffff66;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:1.5em;
	}

	
.title-content img {
	border:15px solid #fff;
	float:left;
	margin:0 10px 0 0;
	}
	
.title-content-image {
	border:15px solid #fff;
	float:left;
	}
	
.title-content ul {
	margin:0;
	padding:0;
	}

.title-content li {
	list-style:none;
	display:inline;
	padding:0 0 0 20px;
	margin:0;
	font-size:.85em;
	white-space:nowrap;
	}

/* RC Add - Title content in the green consumer pages  */

.poster .title-content-green {
	margin-top:0;
	margin-bottom:0;
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:0;
	border-right-width:0;
	}
	
.title-content-green p{
	font-size:.9em;
	}
	
.title-content-green a:link,
.title-content-green a:visited{
	color:#ffff66;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:1.5em;
	}
	
.title-content-green img {
	border:15px solid #fff;
	float:left;
	margin:0 10px 0 0;
	}
	
.title-content-image-green {
	border:15px solid #fff;
	float:left;
	}
	
.title-content-green ul {
	margin:0;
	padding:0;
	}

.title-content-green li {
	list-style:none;
	display:inline;
	padding:0 0 0 20px;
	margin:0;
	font-size:.85em;
	white-space:nowrap;
	}

.poster .title-content-purple {
	margin-top:0;
	margin-bottom:0;
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:0;
	border-right-width:0;
	}
	
.title-content-purple p{
	font-size:.9em;
	}
	
.title-content-purple a:link,
.title-content-purple a:visited{
	color:#ffff66;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:1.5em;
	}
	
.title-content-purple img {
	border:15px solid #fff;
	float:left;
	margin:0 10px 0 0;
	}
	
.title-content-image-purple {
	border:15px solid #fff;
	float:left;
	}
	
.title-content-purple ul {
	margin:0;
	padding:0;
	}

.title-content-purple li {
	list-style:none;
	display:inline;
	padding:0 0 0 20px;
	margin:0;
	font-size:.85em;
	white-space:nowrap;
	}
	
/* All orange colored CSS for the main page located beneath here */
	
	.poster .title-content-orange {
	margin-top:0;
	margin-bottom:0;
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:0;
	border-right-width:0;
	}
	
.title-content-orange p{
	font-size:.9em;
	}
	
.title-content-orange a:link,
.title-content-orange a:visited{
	color:#008fc8;     /* changes link color on main page of ziminiforonceuponachild.aspx */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:1.5em;
	}
	
.title-content-orange img {
	border:15px solid #fff;
	float:left;
	margin:0 10px 0 0;
	}
	
.title-content-image-orange {
	border:15px solid #fff;
	float:left;
	}
	
.title-content-orange ul {
	margin:0;
	padding:0;
	}

.title-content-orange li {
	list-style:none;
	display:inline;
	padding:0 0 0 20px;
	margin:0;
	font-size:.85em;
	white-space:nowrap;
	}


/* All KinderCare green colored CSS for the main page located beneath here */
	
	.poster .title-content-kindercare {
	margin-top:0;
	margin-bottom:0;
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:0;
	border-right-width:0;
	}
	
.title-content-kindercare p{
	font-size:.9em;
	}
	
.title-content-kindercare a:link,
.title-content-kindercare a:visited{
	color:#008fc8;     /* changes link color on main page of ziminiforkindercare.aspx */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:1.5em;
	}
	
.title-content-kindercare img {
	border:15px solid #fff;
	float:left;
	margin:0 10px 0 0;
	}
	
.title-content-image-kindercare {
	border:15px solid #fff;
	float:left;
	}
	
.title-content-kindercare ul {
	margin:0;
	padding:0;
	}

.title-content-kindercare li {
	list-style:none;
	display:inline;
	padding:0 0 0 20px;
	margin:0;
	font-size:.85em;
	white-space:nowrap;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE POSTER 
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.poster .title-content {
	background:#315795 url(../images/bg-poster-photo.png) repeat-x;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom-width:8px;
	border-top-width:8px;
	}

/*  Below is for ForConsumers.aspx pages */
.poster .title-content-green {
	background:#73C272 url(../images/bg-poster-photo-green.png) repeat-x;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom-width:8px;
	border-top-width:8px;
	}

/*  Below is for ForBusiness.aspx pages */
.poster .title-content-purple {
	background:#B086A6 url(../images/bg-poster-photo-purple.png) repeat-x;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom-width:8px;
	border-top-width:8px;
	}

/* Below is for Once Upon A Child landing page */
.poster .title-content-orange {
	background:#B1ECFC url(../images/bg-poster-photo-orange.png) repeat-x;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom-width:8px;
	border-top-width:8px;
	}
	
	
/* Below is for KinderCare Learning Centers landing page */
.poster .title-content-kindercare {
	background:#B1ECFC url(../images/bg-poster-photo-kindercare.png) repeat-x;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom-width:8px;
	border-top-width:8px;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TWO-COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.two-column-section {
	position:relative;
	background:url(../images/bg-two-column-section.png) repeat-y;
	margin-top:-30px;
	padding:30px 0 0 2px;
	_height:1px; /* IE6 ONLY */
	}
	
.column-left {
	width:192px;
	padding:0 10px 20px 10px;
	float:left;
	}
	
.column-right {
	margin-left:220px;
	width: 680px;
	padding-bottom:40px;
	padding-top:5px;
	position:relative;
	min-height:1px; /* FOR IE7 */
	_height:1px; /* FOR IE6 ONLY */
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SIDE NAV

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.nav-side {
	margin:0;
	padding:12px 0 0 0;
	}
	
ul.nav-side li {
	list-style:none;
	}

ul.nav-side li a:link,
ul.nav-side li a:visited {
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding:4px 0 4px 12px;
	border-bottom:1px solid #6d99e1;
	margin:0;
	font-weight:bold;
	_height:1px;
	background:url(../images/bullet-nav-side.png) 0 9px no-repeat;
	color:#4981db;
	text-decoration:none;
	}
	
ul.nav-side li.first a:link,
ul.nav-side li.first a:visited {
	border-top:1px solid #6d99e1
	}
	
ul.nav-side li a:hover {
	text-decoration:underline;
	}
		
ul.nav-side li.active a:link,
ul.nav-side li.active a:visited,
ul.nav-side li.active a:hover{
	color:#000;
	text-decoration:none;
	background:url(../images/bullet-nav-side-active.png) 0 8px no-repeat;
	}
	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer {
	background:url(../images/bg-footer.png) center 0 no-repeat;
	padding:10px 0 0 0;
	text-align:center;
	/*margin:0;*/
	margin-left: 50px;
	margin-right: auto;
	width: 924px;
	}
	
ul.nav-footer {
	margin-bottom:20px;
	}

.copyright {
	color:#9f9f9f;
	font-size:.8em;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORMS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

fieldset {
	padding:20px;
	}

fieldset fieldset {
	padding:10px;
	margin:10px 0;
	}
	
legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:1.8em;
	margin-left:20px;
	padding:20px 10px 10px 10px;
	}

/* LEGEND of a NESTED FIELDSET */
fieldset fieldset legend {
	color:#616161;
	font-size:1.6em;
	padding:0 10px;
	}

label {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	}

.input {
	display:block;
	border:4px solid #56BC7B;
	padding:4px;
	font-size:1.4em;
	width:60%;
	}

.button {
	padding:10px 20px;
	margin:10px 10px 0 0;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	DATA TABLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.data-table {
	border:8px solid #5379b0;
	margin:30px 0;
	}
	
.data-table th,
.data-table td {
	padding:12px 6px;
	border-width:0;
	border-right:1px solid #5379b0;
	border-bottom:1px solid #5379b0;
	}
	
.data-table th {
	background:#e5e5e5 url(../images/bg-table-header.png) repeat-x;
	color:#000;
	text-align:left;
	padding-left:12px;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FAQ

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.faq dl,
.news dl {
	margin:20px 0;	
	}
	
.faq dt,
.news dt {
	padding:4px 0 10px 0;
	font-size:1.1em;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 0;	
	}

.news dt.news-from-the-media a:link {
	color:#45b73c;
	}

.news dt.news-from-the-media a:visited {
	color:#489920;
	}

.faq-back-link {	
	float:right;
	font-size:.85em;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:15px;
	}

.faq-back-link a:link,
.faq-back-link a:visited {	
	text-decoration:none;
	}

.faq-back-link a:hover {	
	text-decoration:underline;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BREADCRUMB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb {
	margin:0 0 30px 0;
	font-size:.8em;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC STYLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.content-container {
	margin-left:50px;
	margin-right:auto;
	width:924px;
	}
	
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	}

.photo-inline {
	background:url(../images/bg-photo-shadow.png) bottom right no-repeat;
	float:left;
	margin:4px 15px 10px 0px;
	}

.photo-inline div{
	background:#4970aa url(../images/bg-photo-frame.png) top right repeat-x;
	padding:13px 10px 10px 10px;
	_padding:14px 10px 10px 14px; /* FOR IE6 ONLY */
	margin:-4px 8px 8px -4px;
	}
	
.photo-inline img{
	border:1px solid #fff;
	}

.photo-inline-right {
	float:right;
	margin-left:15px;
	}
		
ul li.first {
	padding-left:0;
	}

.content {
	font-size:.8em;	
	margin-left:50px;
	margin-right:auto;
	width: 924px;
	}

.horizontal-chunk {
	margin-top:20px;
	}

.horizontal-chunk.first{
	margin-top:0px;
	}
	
img.icon {
	vertical-align:middle;
	padding:0 10px 0 0;
	}