@charset "UTF-8";
/* CSS Document */
/*reset all styles*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: left;
}
/*Adjust for Page Shift*/
html {
overflow-y:scroll;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

/*off styles*/

#container {
	width:100%;
	background-image:url(../images/background-repeater.jpg);
	background-repeat:repeat-x;
	margin:0px;
}
	
#main {
	width: 960px;
	height:inherit;
	margin:auto;
	padding-top:0px;
	padding-bottom:50px;
}

#header {
	width:960px;
	margin:auto;
	height:268px;
	text-align: left;
	font:Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#1e4e87;
}


#footer {
	clear:both;
	width:100%;
	height:100px;
	background:#e2e2e2;
	text-align: center;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color:#1e4e87;
}

.singleCol {
	width:260px; padding:0px 30px; float:left; margin-top:30px;
}

.singleCol-grey {
	width:260px; padding:20px 30px; float:left; margin-top:10px; background:#f7f7f7;
}


.doubleCol {
	width:580px; padding:0px 30px; float:left; margin-top:30px;
}

.tripleCol {
	width:900px; padding:0px 30px; float:left; margin-top:30px;
}

body {
	font: 8pt Verdana, Arial, Helvetica, sans-serif; color:#1e4e87;
	line-height:20px;
}
p {
	font: 8pt Verdana, Arial, Helvetica, sans-serif; color:#1e4e87;
	line-height:20px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10pt;
	color: #1e4e87;
	text-align:left;
}
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size: 18pt; color: #1e4e87; text-align:left; line-height:30px;}

#news-table
{
	margin: 5px;
	width: 890px;
	text-align: left;
	vertical-align:middle;
	border-collapse: collapse;

}

#news-table td
{
	vertical-align: top;
	text-align: left;
	padding:5px;
	border-bottom:1px dotted #e2e2e2;
}

#rounded-corner
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
	width: 890px;
	text-align: left;
	vertical-align:middle;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-day
{
	background: #b9c9fe url(../images/table-images/left.png) left -1px no-repeat;
	width: 22%;
}
#rounded-corner thead th.rounded-sat
{
	background: #b9c9fe url(../images/table-images/right.png) right -1px no-repeat;
	width:12%;
}

#rounded-corner thead th.rounded-mon
{
	width:12%;
}

#rounded-corner thead th.rounded-tue
{
	width:12%;
}

#rounded-corner thead th.rounded-wed
{
	width:12%;
}

#rounded-corner thead th.rounded-thu
{
	width:12%;
}

#rounded-corner thead th.rounded-fri
{
	width:12%;
}

#rounded-corner th
{
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #1e4e87;
	background: #b9c9fe;
	text-align:center;
	width:14%;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px dashed #fff;
	color: #1e4e87;
	vertical-align:middle;
	text-align:center;
}

#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url(../images/table-images/botleft.png) left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url(../images/table-images/botright.png) right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
	

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px 0px;
	font:Arial, Helvetica, sans-serif;
	font:11pt;
	color:#1e4e87;
	}
.menu ul{
	height:39px;
	list-style:none;
	margin:0;
	padding:0;
	}
.menu li{
	float:left;
	padding:0px;
	list-style:none;
	}
/*ordinary state*/
.menu li a{
		background:url(../images/menu-divider.jpg) bottom right no-repeat;
		color:#1e4e87;
		font:Arial, Helvetica, sans-serif;
		font-size:10pt;
		display:block;
		font-weight:normal;
		line-height:39px;
		margin:0px;
		padding-left:18px;  /*adjust this when adding additional menu items*/
		padding-right:18px; /*adjust this when adding additional menu items*/
		padding-bottom:0px;
		padding-top:0px;
		text-align:center;
		text-decoration:none;
		border:none;
		}
		/*hover*/
		.menu li a:hover, .menu ul li:hover a{
			background: #e2e2e2 url(../images/nav-background-ro_14.jpg) top center repeat;
			color:#1e4e87;
			font:Arial, Helvetica, sans-serif;
			font-size:10pt;
			text-decoration:none;
			border-bottom:none;
			}

	.menu li ul{
		background:#f7f7f7;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:180px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:#f7f7f7 url('child-health-images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:180px;
		}
	.menu li:hover li a{
		background:none;
		border:none;
		font:Arial, Helvetica, sans-serif;
		font-size:10pt;
		}
	.menu li ul a{
		display:block;
		height:39px;
		font-size:10pt;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 10px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#e2e2e2 url('child-health-images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#1e4e87;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}


a:link { /* unvisited link */
	font: 8pt Verdana, Arial, Helvetica, sans-serif; color:#5e8ac7;
	text-decoration:none;
	border-bottom:1pt dotted;
}

a:visited { /* visited link */
	font: 8pt Verdana, Arial, Helvetica, sans-serif; color: #748cf2;
	text-decoration:none;
	border-bottom:1pt dotted;
}  
	
a:hover { /* mouse over link */
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #72a8f2;
	text-decoration:none;
	border-bottom:1pt dotted;
}

a:active { /* selected link */
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #72a8f2;
	text-decoration:none;
	border-bottom:1pt dotted;
}



.topborder {
	border-top:#E2E2E2 dotted 1pt;
	margin-top:20px;
	padding-top:20px;
	}


.topborder-grey {
	border:#E2E2E2 dotted 1pt;
	margin-top:20px;
	padding:20px 10px;
	background:#F7F7F7;
	}

.sideborder-grey {
	border:#E2E2E2 solid 4pt;
	margin-top:20px;
	padding:20px 10px;
	}


