/* CSS Document */
.tablerow{
	padding:5px;
	font-size:11px;
	background:#bfd5d5;
}
.tabledata{
	padding:5px;
	font-size:11px;
	background-color:#EAEAEA;
}
body{
scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-face-color: #660033;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #c0c0cc;
scrollbar-track-color: #ffffff;
}
img{border-width:0px;}

h1{
color: #006876;
background: url(images/baby.gif) no-repeat center left;
padding: 3px 0;
padding-left: 23px; 
font-weight: bold;
border-bottom: 1px solid #dadada;
font-family:arial;
font-size: 17px;
margin-bottom:10px;}

h2{
color:#660033;
padding: 3px 0; 
font-weight: bold;
font-family:arial;
font-size: 15px;
margin-bottom:2px;
margin-top:0px;}

h3{
color:#333333;
padding: 0px 0; 
font-weight: bold;
font-family:arial;
font-size: 12px;
margin-bottom:2px;
margin-top:4px;}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 140px; /*width of menu*/
padding-left:10px;
}

.arrowlistmenu .headerbar{
font: bold 11px arial;
color: white;
background-color:#660033;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 0 2px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
font: bold 11px arial;
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #006876;
background: url(images/arrow-list.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 21px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}



/* Layout CSS */
body{background-color:#ddebee;font-family:tahoma,arial; font-size:11px; }
ul{
	list-style-type:square;
	color:#660033;
}
#nannytypes li{
	margin-left:-20px;
	text-align:left;
}
#relatedinformation li{
	margin-left:-20px;
	text-align:left;
}
#relatedinformation2 li{
	margin-left:-20px;
	text-align:left;
}
#employerguidecontents li{
	margin-left:-20px;
	text-align:left;
}

#maincontainer{width:850px;height:571px; position:absolute; left:50%; margin-left:-425px;top:50%;margin-top:-285px;}
#leftcontainer{width:250px; float:left;height:auto;}
	#leftcontainerhead{ height:17px; width:auto;}
		#leftcontainerheadleft{float:left; height:17px;}
		#leftcontainerheadcenter{float:left;background-image:url(images/layout/topleftfill.gif);background-repeat:repeat-x; width:182px; height:17px;}
		#leftcontainerheadright{float:right;height:17px;}	

	#leftcontainerbody{clear:both;}
		#leftcontainerbodyleft{float:left;height:531px}
		#leftcontainerbodycenter{float:left;background-color:#FFFFFF; width:182px; height:531px;}
		#leftcontainerbodyright{float:right;height:531px}	

	#leftcontainerfoot{clear:both; height:23px;}
		#leftcontainerfootleft{float:left;height:23px;}
		#leftcontainerfootcenter{float:left;background-image:url(images/layout/bottomleftfill.gif);background-repeat:repeat-x; width:182px; height:23px;}
		#leftcontainerfootright{float:right;height:23px;}	

#rightcontainer{width:600px; float:right;height:auto;}
	#rightcontainerhead{height:17px;width:auto;clear:both;}
		#rightcontainerheadleft{float:left;background-image:url(images/layout/toprightfill.gif);background-repeat:repeat-x;width:582px;height:17px;}
		#rightcontainerheadright{float:right; height:17px;}
	#rightcontainerbody{ clear:both;}
		#rightcontainerbodyleft{float:left;background-color:#FFFFFF; width:582px; height:531px;}
		#rightcontainerbodyright{float:right;background-color:#FFFFFF;height:531px;}
	#rightcontainerfoot{clear:both; height:23px;}
		#rightcontainerfootleft{float:left;background-image:url(images/layout/bottomrightfill.gif);background-repeat:repeat-x;width:582px;height:23px;}
		#rightcontainerfootright{float:right; height:23px;}	

#leftcontentarea{margin:10px;}
#rightcontentarea{margin:10px;}
#footercredit{clear:both;text-align:center;font-size:9px;padding-top:10px;color:#666666;}	
#bodytext{margin-top:10px;margin-bottom:10px;}
.overlib{text-align:justify;}

